OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [cpu/] [powerpc/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-07-26      Ralf Corsepius 
2
 
3
        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
4
 
5
2002-07-22      Ralf Corsepius 
6
 
7
        * Makefile.am: Use .$(OBJEXT) instead of .o.
8
 
9
2002-07-05      Ralf Corsepius 
10
 
11
        * configure.ac: RTEMS_TOP(../../../..).
12
 
13
2002-07-01      Ralf Corsepius 
14
 
15
        * configure.ac: Remove RTEMS_PROJECT_ROOT.
16
 
17
2002-06-27      Ralf Corsepius 
18
 
19
        * configure.ac: Add RTEMS_PROG_CCAS
20
 
21
2002-06-27      Ralf Corsepius 
22
 
23
        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
24
        Add AC_PROG_RANLIB.
25
 
26
2002-06-17      Ralf Corsepius 
27
 
28
        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
29
        Use ../../../aclocal.
30
 
31
2002-05-01      Ralf Corsepius 
32
 
33
        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
34
 
35
2001-05-14      Till Straumann 
36
 
37
        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
38
        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
39
        however.
40
2002-04-30      Ralf Corsepius 
41
 
42
        * rtems/score/ppc.h: Remove rtems_multilib.
43
        Add mpc555 (Based on comments from Sergei Organov ).
44
        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
45
        Remove _CPU_Data_Cache_Block_Invalidate.
46
 
47
2002-04-18      Ralf Corsepius 
48
 
49
        * asm.h: Include cpuopts.h instead of targopts.h.
50
        * rtems/new-exceptions/cpu.h: Relocated from
51
        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
52
        * rtems/old-exceptions/cpu.h: Relocated from
53
        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
54
        * rtems/powerpc/registers.h: Relocated and renamed from
55
        libcpu/powerpc/shared/include/cpu.h.
56
        * rtems/score/cpu.h: New.
57
        * Makefile.am: Reflect changes above.
58
 
59
2001-04-03      Joel Sherrill 
60
 
61
        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
62
        * rtems/score/ppctypes.h: Removed.
63
        * rtems/score/types.h: New file via CVS magic.
64
        * Makefile.am, rtems/score/cpu.h: Account for name change.
65
 
66
2002-03-27      Ralf Corsepius 
67
 
68
        * configure.ac:
69
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
70
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
71
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
72
 
73
2002-01-28      Ralf Corsepius 
74
 
75
        * Makefile.am: Reflect changes from 2002-01-23.
76
 
77
2002-01-23      Ralf Corsepius 
78
 
79
        * rtems/Makefile.am: Removed.
80
        * rtems/score/Makefile.am: Removed.
81
        * configure.ac: Reflect changes above.
82
        AC_CONFIG_SRCDIR(asm.h).
83
 
84
2002-01-21      Ralf Corsepius 
85
 
86
        * rtems/Makefile.am: New.
87
        * rtems/.cvsignore: New.
88
        * rtems/score/Makefile.am: New.
89
        * rtems/score/.cvsignore: New.
90
        * rtems/score/ppc.h: Relocated from shared/.
91
        * rtems/score/ppctypes.h: Relocated from shared/.
92
        * asm.h: Relocated from shared/.
93
        * shared/Makefile.am: Removed.
94
        * shared/asm.h: Removed.
95
        * shared/ppc.h: Removed.
96
        * shared/ppctypes.h: Removed.
97
        * shared/.cvsignore: Removed.
98
        * Makefile.am: Reflect changes above.
99
        * configure.ac: Reflect changes above.
100
 
101
2001-11-28      Joel Sherrill ,
102
 
103
        This was tracked as PR91.
104
        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
105
        is used to specify if the port uses the standard macro for this (FALSE).
106
        A TRUE setting indicates the port provides its own implementation.
107
 
108
2001-11-14      Joel Sherrill 
109
 
110
        * shared/ppc.h: The mpc8260 uses the new exception processing model
111
        and thus does not need to define PPC_USE_SPRG.
112
 
113
2001-11-14      Andrew Dachs 
114
 
115
        * shared/ppc.h: mpc8260 has double FPU not single FPU.
116
 
117
2001-11-08      Dennis Ehlin (ECS) 
118
 
119
        This modification is part of the submitted modifications necessary to
120
        support the IBM PPC405 family.  This submission was reviewed by
121
        Thomas Doerfler  who ensured it did
122
        not negatively impact the ppc403 BSPs.  The submission and tracking
123
        process was captured as PR50.
124
        * shared/asm.h, shared/ppc.h: Added PPC405 support.
125
 
126
2001-10-22      Andy Dachs 
127
 
128
        * shared/ppc.h: Added mpc8260 support.
129
 
130
2001-10-12      Joel Sherrill 
131
 
132
        * shared/ppctypes.h: Fixed typo.
133
 
134
2001-10-11      Ralf Corsepius 
135
 
136
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
137
        * configure.in: Remove.
138
        * configure.ac: New file, generated from configure.in by autoupdate.
139
 
140
2001-09-23      Ralf Corsepius 
141
 
142
        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
143
 
144
2001-02-04      Ralf Corsepius 
145
 
146
        * Makefile.am, rtems/score/Makefile.am:
147
        Apply include_*HEADERS instead of H_FILES.
148
 
149
2000-11-09      Ralf Corsepius 
150
 
151
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
152
 
153
2000-11-02      Ralf Corsepius 
154
 
155
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
156
 
157
2000-10-25      Ralf Corsepius 
158
 
159
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
160
        Switch to GNU canonicalization.
161
 
162
2000-10-20      Joel Sherrill 
163
 
164
        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
165
 
166
2000-09-04      Ralf Corsepius 
167
 
168
        * Makefile.am: Include compile.am.
169
 
170
2000-08-10      Joel Sherrill 
171
 
172
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.