source: rtems/c/src/lib/libbsp/powerpc/ChangeLog @ 9d8590d

Last change on this file since 9d8590d was 9d8590d, checked in by Joel Sherrill <joel.sherrill@…>, on 11/10/04 at 22:16:34

2004-11-10 Richard Campbell <richard.campbell@…>

  • configure.ac: Add TOD support in shared as part of adding MVME2100 BSP.
  • Property mode set to 100644
File size: 4.8 KB
Line 
12004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
2
3        * configure.ac: Add TOD support in shared as part of adding MVME2100
4        BSP.
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-07-18      Till Straumann <strauman@slac.stanford.edu>
11
12        PR 288/rtems
13        * support/new_exception_processing/cpu.c: _ISR_Nest_level is now
14        properly maintained and does not reside in SPRG0.
15
162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Remove AC_CONFIG_AUX_DIR.
19
202003-02-20      Till Straumann <strauman@slac.stanford.edu>
21
22        PR 349/bsps
23        * configure.ac: Add glue to the powerpc/shared BSP
24        to use the vmeUniverse VME-PCI bridge driver.
25
262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
29
302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: AC_PREREQ(2.57).
33
342002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
37
382002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
41
422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * .cvsignore: Reformat.
45        Add autom4te*cache.
46        Remove autom4te.cache.
47
482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac:
51        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
52        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
53        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54
552001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Add DIST_SUBDIRS.
58
592001-11-20      Joel Sherrill <joel@OARcorp.com>
60
61        * acinclude.m4: papyrus reference removed.
62        * papyrus/.cvsignore, papyrus/ChangeLog, papyrus/Makefile.am,
63        papyrus/README, papyrus/bsp_specs, papyrus/configure.ac, papyrus/times,
64        papyrus/dlentry/.cvsignore, papyrus/dlentry/Makefile.am,
65        papyrus/dlentry/dlentry.S, papyrus/flashentry/.cvsignore,
66        papyrus/flashentry/Makefile.am, papyrus/flashentry/flashentry.S,
67        papyrus/include/.cvsignore, papyrus/include/Makefile.am,
68        papyrus/include/bsp.h, papyrus/include/coverhd.h,
69        papyrus/startup/.cvsignore, papyrus/startup/Makefile.am,
70        papyrus/startup/bspclean.c, papyrus/startup/bspstart.c,
71        papyrus/startup/linkcmds, papyrus/startup/setvec.c,
72        papyrus/wrapup/.cvsignore, papyrus/wrapup/Makefile.am: Deleted.
73
742001-11-20      Joel Sherrill <joel@OARcorp.com>
75
76        * support/new_exception_processing/configure.ac,
77        support/new_exception_processing/rtems/score/c_isr.inl,
78        support/new_exception_processing/rtems/score/cpu.h,
79        support/old_exception_processing/configure.ac,
80        support/old_exception_processing/rtems/score/c_isr.inl,
81        support/old_exception_processing/rtems/score/cpu.h,
82        support/old_exception_processing/rtems/score/ppc_offs.h: New files
83        missed in previous commit.
84
852001-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * support/new_exception_processing/Makefile.am,
88        support/old_exception_processing/Makefile.am,
89        support/old_exception_processing/cpu_asm.S,
90        support/old_exception_processing/irq_stub.S: Modified to reflect
91        old versus new exception processing being a per BSP option.
92        * support/new_exception_processing/c_isr.inl,
93        support/new_exception_processing/cpu.h,
94        support/old_exception_processing/c_isr.inl,
95        support/old_exception_processing/cpu.h,
96        support/old_exception_processing/ppc_offs.h: Removed.
97
982001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
99
100        This modification is part of the submitted modifications necessary to
101        support the IBM PPC405 family.  This submission was reviewed by
102        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
103        not negatively impact the ppc403 BSPs.  The submission and tracking
104        process was captured as PR50.
105        * acinclude.m4: Added gen405 BSP.
106        * ChangeLog: Removed bogus comment on edit of generated file.
107
1082001-10-22      Joel Sherrill <joel@OARcorp.com>
109
110        * acinclude.m4: Added mpc8260ads subdirectory.
111
1122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
115        * configure.in: Remove.
116        * configure.ac: New file, generated from configure.in by autoupdate.
117
1182001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * acinclude.m4: New file.
121        * configure.in: Use RTEMS_BSP_SUBDIR.
122
1232001-03-30      Eric Valette <valette@crf.canon.fr>
124
125        * configure.in, motorola_powerpc/Makefile.am,
126        motorola_powerpc/configure.in: These modifications are in
127        support of switching the mpc8xx to the use the "new exception
128        processing model."
129
1302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
133
1342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
137
1382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
141        Switch to GNU canonicalization.
142
1432000-08-10      Joel Sherrill <joel@OARcorp.com>
144
145        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.