source: rtems/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog @ d2df5ee

4.104.114.84.95
Last change on this file since d2df5ee was d2df5ee, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/04 at 08:25:35

2004-10-20 Ralf Corsepius <ralf_corsepius@…>

PR 696/bsps

  • cpu.c: Include bsp.h.
  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[d2df5ee]12004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 696/bsps
4        * cpu.c: Include bsp.h.
5
[97891e5e]62004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * configure.ac: Require automake > 1.9.
9
[b49bcfc]102004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
13
[ffe6331]142004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * cpu.c, ppccache.c: Convert to using c99 fixed size types.
17
[8a13fe81]182004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Add RTEMS_PROG_CCAS.
21        * Makefile.am: Use automake compilation rules.
22
[2897e73]232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Add PREINSTALL_DIRS.
26
[03ea5323]272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
30        Add PRE/TMPINSTALL_FILES to CLEANFILES.
31
[a4666cd5]322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
35
[810720b6]362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
39
[164ccc6]402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Reformat for preinstallation dirstamp support.
43
[e2148f97]442003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Remove all-local: $(ARCH).
47
[c44312d]482003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove RTEMS_CANONICAL_HOST.
51
[c8e1751]522003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove RTEMS_CHECK_CPU.
55
[9563a3a]562003-09-04      Joel Sherrill <joel@OARcorp.com>
57
58        * cpu.c, cpu_asm.S: URL for license changed.
59
[fe8bc62f]602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect having moved aclocal/.
63
[c53e9e2f]642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
[c483a4e]66        * Makefile.am: Reflect having moved automake/.
[c53e9e2f]67
[7dcc3fe]682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
71
[7a97f26]722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove AC_CONFIG_AUX_DIR.
75
[ccd81b60]762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
79
[9b5c258]802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AC_PREREQ(2.57).
83
[32a80b6]842002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
87        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
88
[8730f45]892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Reformat.
92        Add autom4te*cache.
93        Remove autom4te.cache.
94
[aebde08e]952002-09-14      Joel Sherrill <joel@OARcorp.com>
96
97        * cpu.c: Include declaration of variable i in ifdef USE_SPRG to
98        eliminate warning.
99
[8d6eee18]1002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Use .$(OBJEXT) instead of .o.
103
[c08c6b5]1042002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Fix oversights in previous patch.
107
[a36f4a8]1082002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * rtems.S: Remove.
111        * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
112        instead of INCLUDES (Latest automake standard).
113
[b97b2202]1142002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * cpu.c: Include <rtems/powerpc/cache.h>.
117
[c178d34]1182002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * rtems/score/cpu.h: Removed.
121        * Makefile.am: Reflect changes above.
122
[2b3f641]1232001-04-03      Joel Sherrill <joel@OARcorp.com>
124
125        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
126        * rtems/score/cpu.h: Account for name change.
127
[7273b6e]1282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac:
131        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
132        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
133        * Makefile.am: Remove AUTOMAKE_OPTIONS.
134
[75ad7376]1352001-11-28      Joel Sherrill <joel@OARcorp.com>,
136
137        This was tracked as PR91.
138        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
139        is used to specify if the port uses the standard macro for this (FALSE).
140        A TRUE setting indicates the port provides its own implementation.
141        * rtems/score/c_isr.inl: Deleted and contents merged into cpu.c.
142        * cpu.c: Received contents of c_isr.inl.
143        * Makefile.am: Deleted reference to c_isr.inl.
144
[2e75ec2]1452001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure.
148
[26f6042]1492001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Preinstall c_isr.inl (HACK).
152        * ChangeLog: New file.
153
Note: See TracBrowser for help on using the repository browser.