source: rtems/c/src/lib/libbsp/powerpc/ChangeLog @ 717a34e9

4.104.114.84.95
Last change on this file since 717a34e9 was 717a34e9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 16:37:03

2004-02-12 Ralf Corsepius <corsepiu@…>

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