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

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 4.1 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
92002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
12
132002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
16
172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * .cvsignore: Reformat.
20        Add autom4te*cache.
21        Remove autom4te.cache.
22
232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac:
26        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
27        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
28        * Makefile.am: Remove AUTOMAKE_OPTIONS.
29
302001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Add DIST_SUBDIRS.
33
342001-11-20      Joel Sherrill <joel@OARcorp.com>
35
36        * acinclude.m4: papyrus reference removed.
37        * papyrus/.cvsignore, papyrus/ChangeLog, papyrus/Makefile.am,
38        papyrus/README, papyrus/bsp_specs, papyrus/configure.ac, papyrus/times,
39        papyrus/dlentry/.cvsignore, papyrus/dlentry/Makefile.am,
40        papyrus/dlentry/dlentry.S, papyrus/flashentry/.cvsignore,
41        papyrus/flashentry/Makefile.am, papyrus/flashentry/flashentry.S,
42        papyrus/include/.cvsignore, papyrus/include/Makefile.am,
43        papyrus/include/bsp.h, papyrus/include/coverhd.h,
44        papyrus/startup/.cvsignore, papyrus/startup/Makefile.am,
45        papyrus/startup/bspclean.c, papyrus/startup/bspstart.c,
46        papyrus/startup/linkcmds, papyrus/startup/setvec.c,
47        papyrus/wrapup/.cvsignore, papyrus/wrapup/Makefile.am: Deleted.
48
492001-11-20      Joel Sherrill <joel@OARcorp.com>
50
51        * support/new_exception_processing/configure.ac,
52        support/new_exception_processing/rtems/score/c_isr.inl,
53        support/new_exception_processing/rtems/score/cpu.h,
54        support/old_exception_processing/configure.ac,
55        support/old_exception_processing/rtems/score/c_isr.inl,
56        support/old_exception_processing/rtems/score/cpu.h,
57        support/old_exception_processing/rtems/score/ppc_offs.h: New files
58        missed in previous commit.
59
602001-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * support/new_exception_processing/Makefile.am,
63        support/old_exception_processing/Makefile.am,
64        support/old_exception_processing/cpu_asm.S,
65        support/old_exception_processing/irq_stub.S: Modified to reflect
66        old versus new exception processing being a per BSP option.
67        * support/new_exception_processing/c_isr.inl,
68        support/new_exception_processing/cpu.h,
69        support/old_exception_processing/c_isr.inl,
70        support/old_exception_processing/cpu.h,
71        support/old_exception_processing/ppc_offs.h: Removed.
72
732001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
74
75        This modification is part of the submitted modifications necessary to
76        support the IBM PPC405 family.  This submission was reviewed by
77        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
78        not negatively impact the ppc403 BSPs.  The submission and tracking
79        process was captured as PR50.
80        * acinclude.m4: Added gen405 BSP.
81        * ChangeLog: Removed bogus comment on edit of generated file.
82
832001-10-22      Joel Sherrill <joel@OARcorp.com>
84
85        * acinclude.m4: Added mpc8260ads subdirectory.
86
872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
90        * configure.in: Remove.
91        * configure.ac: New file, generated from configure.in by autoupdate.
92
932001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * acinclude.m4: New file.
96        * configure.in: Use RTEMS_BSP_SUBDIR.
97
982001-03-30      Eric Valette <valette@crf.canon.fr>
99
100        * configure.in, motorola_powerpc/Makefile.am,
101        motorola_powerpc/configure.in: These modifications are in
102        support of switching the mpc8xx to the use the "new exception
103        processing model."
104
1052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
108
1092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
112
1132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
116        Switch to GNU canonicalization.
117
1182000-08-10      Joel Sherrill <joel@OARcorp.com>
119
120        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.