source: rtems/c/src/lib/libbsp/powerpc/ChangeLog @ 7862f888

4.104.114.84.95
Last change on this file since 7862f888 was c53e9e2f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 13:02:47

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 4.7 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Makefile.am: Reflect having moved automake.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
8
92003-07-18      Till Straumann <strauman@slac.stanford.edu>
10
11        PR 288/rtems
12        * support/new_exception_processing/cpu.c: _ISR_Nest_level is now
13        properly maintained and does not reside in SPRG0.
14
152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove AC_CONFIG_AUX_DIR.
18
192003-02-20      Till Straumann <strauman@slac.stanford.edu>
20
21        PR 349/bsps
22        * configure.ac: Add glue to the powerpc/shared BSP
23        to use the vmeUniverse VME-PCI bridge driver.
24
252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
28
292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AC_PREREQ(2.57).
32
332002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
36
372002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
40
412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Reformat.
44        Add autom4te*cache.
45        Remove autom4te.cache.
46
472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac:
50        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
51        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
52        * Makefile.am: Remove AUTOMAKE_OPTIONS.
53
542001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Add DIST_SUBDIRS.
57
582001-11-20      Joel Sherrill <joel@OARcorp.com>
59
60        * acinclude.m4: papyrus reference removed.
61        * papyrus/.cvsignore, papyrus/ChangeLog, papyrus/Makefile.am,
62        papyrus/README, papyrus/bsp_specs, papyrus/configure.ac, papyrus/times,
63        papyrus/dlentry/.cvsignore, papyrus/dlentry/Makefile.am,
64        papyrus/dlentry/dlentry.S, papyrus/flashentry/.cvsignore,
65        papyrus/flashentry/Makefile.am, papyrus/flashentry/flashentry.S,
66        papyrus/include/.cvsignore, papyrus/include/Makefile.am,
67        papyrus/include/bsp.h, papyrus/include/coverhd.h,
68        papyrus/startup/.cvsignore, papyrus/startup/Makefile.am,
69        papyrus/startup/bspclean.c, papyrus/startup/bspstart.c,
70        papyrus/startup/linkcmds, papyrus/startup/setvec.c,
71        papyrus/wrapup/.cvsignore, papyrus/wrapup/Makefile.am: Deleted.
72
732001-11-20      Joel Sherrill <joel@OARcorp.com>
74
75        * support/new_exception_processing/configure.ac,
76        support/new_exception_processing/rtems/score/c_isr.inl,
77        support/new_exception_processing/rtems/score/cpu.h,
78        support/old_exception_processing/configure.ac,
79        support/old_exception_processing/rtems/score/c_isr.inl,
80        support/old_exception_processing/rtems/score/cpu.h,
81        support/old_exception_processing/rtems/score/ppc_offs.h: New files
82        missed in previous commit.
83
842001-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * support/new_exception_processing/Makefile.am,
87        support/old_exception_processing/Makefile.am,
88        support/old_exception_processing/cpu_asm.S,
89        support/old_exception_processing/irq_stub.S: Modified to reflect
90        old versus new exception processing being a per BSP option.
91        * support/new_exception_processing/c_isr.inl,
92        support/new_exception_processing/cpu.h,
93        support/old_exception_processing/c_isr.inl,
94        support/old_exception_processing/cpu.h,
95        support/old_exception_processing/ppc_offs.h: Removed.
96
972001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
98
99        This modification is part of the submitted modifications necessary to
100        support the IBM PPC405 family.  This submission was reviewed by
101        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
102        not negatively impact the ppc403 BSPs.  The submission and tracking
103        process was captured as PR50.
104        * acinclude.m4: Added gen405 BSP.
105        * ChangeLog: Removed bogus comment on edit of generated file.
106
1072001-10-22      Joel Sherrill <joel@OARcorp.com>
108
109        * acinclude.m4: Added mpc8260ads subdirectory.
110
1112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
114        * configure.in: Remove.
115        * configure.ac: New file, generated from configure.in by autoupdate.
116
1172001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * acinclude.m4: New file.
120        * configure.in: Use RTEMS_BSP_SUBDIR.
121
1222001-03-30      Eric Valette <valette@crf.canon.fr>
123
124        * configure.in, motorola_powerpc/Makefile.am,
125        motorola_powerpc/configure.in: These modifications are in
126        support of switching the mpc8xx to the use the "new exception
127        processing model."
128
1292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
132
1332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
136
1372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
140        Switch to GNU canonicalization.
141
1422000-08-10      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.