source: rtems/c/src/lib/libbsp/powerpc/ChangeLog @ 3239698

4.104.114.84.95
Last change on this file since 3239698 was cdfae2d3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/13/04 at 15:50:56

2004-04-13 Ralf Corsepius <ralf_corsepius@…>

  • acinclude.m4: Regenerate to include ss555.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * acinclude.m4: Regenerate to include ss555.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * acinclude.m4: Regenerate.
8
92004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
12
132004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Reflect having removed shared/*/Makefile.am
16
172004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
20        $(RTEMS_BSP_FAMILY).
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
25
262003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Misc cleanups and fixes.
29
302003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * acinclude.m4: Reflect changes to bootstrap.
33
342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Reflect having moved aclocal/.
37
382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Reflect having moved automake/.
41
422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
45
462003-07-18      Till Straumann <strauman@slac.stanford.edu>
47
48        PR 288/rtems
49        * support/new_exception_processing/cpu.c: _ISR_Nest_level is now
50        properly maintained and does not reside in SPRG0.
51
522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove AC_CONFIG_AUX_DIR.
55
562003-02-20      Till Straumann <strauman@slac.stanford.edu>
57
58        PR 349/bsps
59        * configure.ac: Add glue to the powerpc/shared BSP
60        to use the vmeUniverse VME-PCI bridge driver.
61
622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
65
662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: AC_PREREQ(2.57).
69
702002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
73
742002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
77
782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Reformat.
81        Add autom4te*cache.
82        Remove autom4te.cache.
83
842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac:
87        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
88        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
89        * Makefile.am: Remove AUTOMAKE_OPTIONS.
90
912001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Add DIST_SUBDIRS.
94
952001-11-20      Joel Sherrill <joel@OARcorp.com>
96
97        * acinclude.m4: papyrus reference removed.
98        * papyrus/.cvsignore, papyrus/ChangeLog, papyrus/Makefile.am,
99        papyrus/README, papyrus/bsp_specs, papyrus/configure.ac, papyrus/times,
100        papyrus/dlentry/.cvsignore, papyrus/dlentry/Makefile.am,
101        papyrus/dlentry/dlentry.S, papyrus/flashentry/.cvsignore,
102        papyrus/flashentry/Makefile.am, papyrus/flashentry/flashentry.S,
103        papyrus/include/.cvsignore, papyrus/include/Makefile.am,
104        papyrus/include/bsp.h, papyrus/include/coverhd.h,
105        papyrus/startup/.cvsignore, papyrus/startup/Makefile.am,
106        papyrus/startup/bspclean.c, papyrus/startup/bspstart.c,
107        papyrus/startup/linkcmds, papyrus/startup/setvec.c,
108        papyrus/wrapup/.cvsignore, papyrus/wrapup/Makefile.am: Deleted.
109
1102001-11-20      Joel Sherrill <joel@OARcorp.com>
111
112        * support/new_exception_processing/configure.ac,
113        support/new_exception_processing/rtems/score/c_isr.inl,
114        support/new_exception_processing/rtems/score/cpu.h,
115        support/old_exception_processing/configure.ac,
116        support/old_exception_processing/rtems/score/c_isr.inl,
117        support/old_exception_processing/rtems/score/cpu.h,
118        support/old_exception_processing/rtems/score/ppc_offs.h: New files
119        missed in previous commit.
120
1212001-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * support/new_exception_processing/Makefile.am,
124        support/old_exception_processing/Makefile.am,
125        support/old_exception_processing/cpu_asm.S,
126        support/old_exception_processing/irq_stub.S: Modified to reflect
127        old versus new exception processing being a per BSP option.
128        * support/new_exception_processing/c_isr.inl,
129        support/new_exception_processing/cpu.h,
130        support/old_exception_processing/c_isr.inl,
131        support/old_exception_processing/cpu.h,
132        support/old_exception_processing/ppc_offs.h: Removed.
133
1342001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
135
136        This modification is part of the submitted modifications necessary to
137        support the IBM PPC405 family.  This submission was reviewed by
138        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
139        not negatively impact the ppc403 BSPs.  The submission and tracking
140        process was captured as PR50.
141        * acinclude.m4: Added gen405 BSP.
142        * ChangeLog: Removed bogus comment on edit of generated file.
143
1442001-10-22      Joel Sherrill <joel@OARcorp.com>
145
146        * acinclude.m4: Added mpc8260ads subdirectory.
147
1482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
151        * configure.in: Remove.
152        * configure.ac: New file, generated from configure.in by autoupdate.
153
1542001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * acinclude.m4: New file.
157        * configure.in: Use RTEMS_BSP_SUBDIR.
158
1592001-03-30      Eric Valette <valette@crf.canon.fr>
160
161        * configure.in, motorola_powerpc/Makefile.am,
162        motorola_powerpc/configure.in: These modifications are in
163        support of switching the mpc8xx to the use the "new exception
164        processing model."
165
1662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
169
1702000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
173
1742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
177        Switch to GNU canonicalization.
178
1792000-08-10      Joel Sherrill <joel@OARcorp.com>
180
181        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.