source: rtems/c/src/lib/libbsp/powerpc/ChangeLog @ 09195d2c

4.104.114.84.95
Last change on this file since 09195d2c was 194d1282, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/13/04 at 13:11:27

2004-01-13 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of $(RTEMS_BSP_FAMILY).
  • Property mode set to 100644
File size: 5.2 KB
Line 
12004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
4        $(RTEMS_BSP_FAMILY).
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
9
102003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Misc cleanups and fixes.
13
142003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * acinclude.m4: Reflect changes to bootstrap.
17
182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect having moved aclocal/.
21
222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect having moved automake/.
25
262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
29
302003-07-18      Till Straumann <strauman@slac.stanford.edu>
31
32        PR 288/rtems
33        * support/new_exception_processing/cpu.c: _ISR_Nest_level is now
34        properly maintained and does not reside in SPRG0.
35
362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove AC_CONFIG_AUX_DIR.
39
402003-02-20      Till Straumann <strauman@slac.stanford.edu>
41
42        PR 349/bsps
43        * configure.ac: Add glue to the powerpc/shared BSP
44        to use the vmeUniverse VME-PCI bridge driver.
45
462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
49
502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: AC_PREREQ(2.57).
53
542002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
57
582002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
61
622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * .cvsignore: Reformat.
65        Add autom4te*cache.
66        Remove autom4te.cache.
67
682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac:
71        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
72        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
73        * Makefile.am: Remove AUTOMAKE_OPTIONS.
74
752001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add DIST_SUBDIRS.
78
792001-11-20      Joel Sherrill <joel@OARcorp.com>
80
81        * acinclude.m4: papyrus reference removed.
82        * papyrus/.cvsignore, papyrus/ChangeLog, papyrus/Makefile.am,
83        papyrus/README, papyrus/bsp_specs, papyrus/configure.ac, papyrus/times,
84        papyrus/dlentry/.cvsignore, papyrus/dlentry/Makefile.am,
85        papyrus/dlentry/dlentry.S, papyrus/flashentry/.cvsignore,
86        papyrus/flashentry/Makefile.am, papyrus/flashentry/flashentry.S,
87        papyrus/include/.cvsignore, papyrus/include/Makefile.am,
88        papyrus/include/bsp.h, papyrus/include/coverhd.h,
89        papyrus/startup/.cvsignore, papyrus/startup/Makefile.am,
90        papyrus/startup/bspclean.c, papyrus/startup/bspstart.c,
91        papyrus/startup/linkcmds, papyrus/startup/setvec.c,
92        papyrus/wrapup/.cvsignore, papyrus/wrapup/Makefile.am: Deleted.
93
942001-11-20      Joel Sherrill <joel@OARcorp.com>
95
96        * support/new_exception_processing/configure.ac,
97        support/new_exception_processing/rtems/score/c_isr.inl,
98        support/new_exception_processing/rtems/score/cpu.h,
99        support/old_exception_processing/configure.ac,
100        support/old_exception_processing/rtems/score/c_isr.inl,
101        support/old_exception_processing/rtems/score/cpu.h,
102        support/old_exception_processing/rtems/score/ppc_offs.h: New files
103        missed in previous commit.
104
1052001-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * support/new_exception_processing/Makefile.am,
108        support/old_exception_processing/Makefile.am,
109        support/old_exception_processing/cpu_asm.S,
110        support/old_exception_processing/irq_stub.S: Modified to reflect
111        old versus new exception processing being a per BSP option.
112        * support/new_exception_processing/c_isr.inl,
113        support/new_exception_processing/cpu.h,
114        support/old_exception_processing/c_isr.inl,
115        support/old_exception_processing/cpu.h,
116        support/old_exception_processing/ppc_offs.h: Removed.
117
1182001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
119
120        This modification is part of the submitted modifications necessary to
121        support the IBM PPC405 family.  This submission was reviewed by
122        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
123        not negatively impact the ppc403 BSPs.  The submission and tracking
124        process was captured as PR50.
125        * acinclude.m4: Added gen405 BSP.
126        * ChangeLog: Removed bogus comment on edit of generated file.
127
1282001-10-22      Joel Sherrill <joel@OARcorp.com>
129
130        * acinclude.m4: Added mpc8260ads subdirectory.
131
1322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
135        * configure.in: Remove.
136        * configure.ac: New file, generated from configure.in by autoupdate.
137
1382001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * acinclude.m4: New file.
141        * configure.in: Use RTEMS_BSP_SUBDIR.
142
1432001-03-30      Eric Valette <valette@crf.canon.fr>
144
145        * configure.in, motorola_powerpc/Makefile.am,
146        motorola_powerpc/configure.in: These modifications are in
147        support of switching the mpc8xx to the use the "new exception
148        processing model."
149
1502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
153
1542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
157
1582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
161        Switch to GNU canonicalization.
162
1632000-08-10      Joel Sherrill <joel@OARcorp.com>
164
165        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.