source: rtems/c/src/lib/libbsp/powerpc/ChangeLog @ 97891e5e

4.104.114.84.95
Last change on this file since 97891e5e was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * acinclude.m4: Regenerate to include ss555.
8
92004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * acinclude.m4: Regenerate.
12
132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
16
172004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Reflect having removed shared/*/Makefile.am
20
212004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
24        $(RTEMS_BSP_FAMILY).
25
262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
29
302003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Misc cleanups and fixes.
33
342003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * acinclude.m4: Reflect changes to bootstrap.
37
382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Reflect having moved aclocal/.
41
422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Reflect having moved automake/.
45
462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
49
502003-07-18      Till Straumann <strauman@slac.stanford.edu>
51
52        PR 288/rtems
53        * support/new_exception_processing/cpu.c: _ISR_Nest_level is now
54        properly maintained and does not reside in SPRG0.
55
562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Remove AC_CONFIG_AUX_DIR.
59
602003-02-20      Till Straumann <strauman@slac.stanford.edu>
61
62        PR 349/bsps
63        * configure.ac: Add glue to the powerpc/shared BSP
64        to use the vmeUniverse VME-PCI bridge driver.
65
662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
69
702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: AC_PREREQ(2.57).
73
742002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
77
782002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
81
822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Reformat.
85        Add autom4te*cache.
86        Remove autom4te.cache.
87
882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac:
91        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
92        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
93        * Makefile.am: Remove AUTOMAKE_OPTIONS.
94
952001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Add DIST_SUBDIRS.
98
992001-11-20      Joel Sherrill <joel@OARcorp.com>
100
101        * acinclude.m4: papyrus reference removed.
102        * papyrus/.cvsignore, papyrus/ChangeLog, papyrus/Makefile.am,
103        papyrus/README, papyrus/bsp_specs, papyrus/configure.ac, papyrus/times,
104        papyrus/dlentry/.cvsignore, papyrus/dlentry/Makefile.am,
105        papyrus/dlentry/dlentry.S, papyrus/flashentry/.cvsignore,
106        papyrus/flashentry/Makefile.am, papyrus/flashentry/flashentry.S,
107        papyrus/include/.cvsignore, papyrus/include/Makefile.am,
108        papyrus/include/bsp.h, papyrus/include/coverhd.h,
109        papyrus/startup/.cvsignore, papyrus/startup/Makefile.am,
110        papyrus/startup/bspclean.c, papyrus/startup/bspstart.c,
111        papyrus/startup/linkcmds, papyrus/startup/setvec.c,
112        papyrus/wrapup/.cvsignore, papyrus/wrapup/Makefile.am: Deleted.
113
1142001-11-20      Joel Sherrill <joel@OARcorp.com>
115
116        * support/new_exception_processing/configure.ac,
117        support/new_exception_processing/rtems/score/c_isr.inl,
118        support/new_exception_processing/rtems/score/cpu.h,
119        support/old_exception_processing/configure.ac,
120        support/old_exception_processing/rtems/score/c_isr.inl,
121        support/old_exception_processing/rtems/score/cpu.h,
122        support/old_exception_processing/rtems/score/ppc_offs.h: New files
123        missed in previous commit.
124
1252001-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * support/new_exception_processing/Makefile.am,
128        support/old_exception_processing/Makefile.am,
129        support/old_exception_processing/cpu_asm.S,
130        support/old_exception_processing/irq_stub.S: Modified to reflect
131        old versus new exception processing being a per BSP option.
132        * support/new_exception_processing/c_isr.inl,
133        support/new_exception_processing/cpu.h,
134        support/old_exception_processing/c_isr.inl,
135        support/old_exception_processing/cpu.h,
136        support/old_exception_processing/ppc_offs.h: Removed.
137
1382001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
139
140        This modification is part of the submitted modifications necessary to
141        support the IBM PPC405 family.  This submission was reviewed by
142        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
143        not negatively impact the ppc403 BSPs.  The submission and tracking
144        process was captured as PR50.
145        * acinclude.m4: Added gen405 BSP.
146        * ChangeLog: Removed bogus comment on edit of generated file.
147
1482001-10-22      Joel Sherrill <joel@OARcorp.com>
149
150        * acinclude.m4: Added mpc8260ads subdirectory.
151
1522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
155        * configure.in: Remove.
156        * configure.ac: New file, generated from configure.in by autoupdate.
157
1582001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * acinclude.m4: New file.
161        * configure.in: Use RTEMS_BSP_SUBDIR.
162
1632001-03-30      Eric Valette <valette@crf.canon.fr>
164
165        * configure.in, motorola_powerpc/Makefile.am,
166        motorola_powerpc/configure.in: These modifications are in
167        support of switching the mpc8xx to the use the "new exception
168        processing model."
169
1702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
173
1742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
177
1782000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
181        Switch to GNU canonicalization.
182
1832000-08-10      Joel Sherrill <joel@OARcorp.com>
184
185        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.