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

Last change on this file since 328876c was d5fa273e, checked in by Joel Sherrill <joel.sherrill@…>, on 07/23/03 at 18:07:04

2003-07-18 Till Straumann <strauman@…>

PR 288/rtems

  • support/new_exception_processing/cpu.c: _ISR_Nest_level is now properly maintained and does not reside in SPRG0.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12003-07-18      Till Straumann <strauman@slac.stanford.edu>
2
3        PR 288/rtems
4        * support/new_exception_processing/cpu.c: _ISR_Nest_level is now
5        properly maintained and does not reside in SPRG0.
6
72003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Remove AC_CONFIG_AUX_DIR.
10
112003-02-20      Till Straumann <strauman@slac.stanford.edu>
12
13        PR 349/bsps
14        * configure.ac: Add glue to the powerpc/shared BSP
15        to use the vmeUniverse VME-PCI bridge driver.
16
172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
20
212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: AC_PREREQ(2.57).
24
252002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
28
292002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
32
332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * .cvsignore: Reformat.
36        Add autom4te*cache.
37        Remove autom4te.cache.
38
392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac:
42        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
43        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
44        * Makefile.am: Remove AUTOMAKE_OPTIONS.
45
462001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Add DIST_SUBDIRS.
49
502001-11-20      Joel Sherrill <joel@OARcorp.com>
51
52        * acinclude.m4: papyrus reference removed.
53        * papyrus/.cvsignore, papyrus/ChangeLog, papyrus/Makefile.am,
54        papyrus/README, papyrus/bsp_specs, papyrus/configure.ac, papyrus/times,
55        papyrus/dlentry/.cvsignore, papyrus/dlentry/Makefile.am,
56        papyrus/dlentry/dlentry.S, papyrus/flashentry/.cvsignore,
57        papyrus/flashentry/Makefile.am, papyrus/flashentry/flashentry.S,
58        papyrus/include/.cvsignore, papyrus/include/Makefile.am,
59        papyrus/include/bsp.h, papyrus/include/coverhd.h,
60        papyrus/startup/.cvsignore, papyrus/startup/Makefile.am,
61        papyrus/startup/bspclean.c, papyrus/startup/bspstart.c,
62        papyrus/startup/linkcmds, papyrus/startup/setvec.c,
63        papyrus/wrapup/.cvsignore, papyrus/wrapup/Makefile.am: Deleted.
64
652001-11-20      Joel Sherrill <joel@OARcorp.com>
66
67        * support/new_exception_processing/configure.ac,
68        support/new_exception_processing/rtems/score/c_isr.inl,
69        support/new_exception_processing/rtems/score/cpu.h,
70        support/old_exception_processing/configure.ac,
71        support/old_exception_processing/rtems/score/c_isr.inl,
72        support/old_exception_processing/rtems/score/cpu.h,
73        support/old_exception_processing/rtems/score/ppc_offs.h: New files
74        missed in previous commit.
75
762001-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * support/new_exception_processing/Makefile.am,
79        support/old_exception_processing/Makefile.am,
80        support/old_exception_processing/cpu_asm.S,
81        support/old_exception_processing/irq_stub.S: Modified to reflect
82        old versus new exception processing being a per BSP option.
83        * support/new_exception_processing/c_isr.inl,
84        support/new_exception_processing/cpu.h,
85        support/old_exception_processing/c_isr.inl,
86        support/old_exception_processing/cpu.h,
87        support/old_exception_processing/ppc_offs.h: Removed.
88
892001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
90
91        This modification is part of the submitted modifications necessary to
92        support the IBM PPC405 family.  This submission was reviewed by
93        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
94        not negatively impact the ppc403 BSPs.  The submission and tracking
95        process was captured as PR50.
96        * acinclude.m4: Added gen405 BSP.
97        * ChangeLog: Removed bogus comment on edit of generated file.
98
992001-10-22      Joel Sherrill <joel@OARcorp.com>
100
101        * acinclude.m4: Added mpc8260ads subdirectory.
102
1032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
106        * configure.in: Remove.
107        * configure.ac: New file, generated from configure.in by autoupdate.
108
1092001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * acinclude.m4: New file.
112        * configure.in: Use RTEMS_BSP_SUBDIR.
113
1142001-03-30      Eric Valette <valette@crf.canon.fr>
115
116        * configure.in, motorola_powerpc/Makefile.am,
117        motorola_powerpc/configure.in: These modifications are in
118        support of switching the mpc8xx to the use the "new exception
119        processing model."
120
1212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
124
1252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
128
1292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
132        Switch to GNU canonicalization.
133
1342000-08-10      Joel Sherrill <joel@OARcorp.com>
135
136        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.