source: rtems/c/src/lib/libbsp/powerpc/ChangeLog @ 34354c6

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

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

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