source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 328876c

Last change on this file since 328876c was 8930426, checked in by Joel Sherrill <joel.sherrill@…>, on 07/18/03 at 17:21:54

2003-07-18 Till Straumann <strauman@…>

PR 288/rtems

  • startup/bspstart.c: _ISR_Nest_level is now properly maintained.
  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-07-18      Till Straumann <strauman@slac.stanford.edu>
2
3        PR 288/rtems
4        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
5
62003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove AC_CONFIG_AUX_DIR.
9
102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AC_PREREQ(2.57).
17
182003-01-20      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
21
222002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        Remove SORDID_HACK. Eliminate *_O_FILES.
28        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32
332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: Use install-data-local to install startfile.
36
372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40
412002-11-04      Joel Sherrill <joel@OARcorp.com>
42
43        * irq/irq.c: Removed warnings.
44
452002-11-04      Joel Sherrill <joel@OARcorp.com>
46
47        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
48        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
49        Removed warnings.
50
512002-11-01      Joel Sherrill <joel@OARcorp.com>
52
53        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
54        removed warnings.
55
562002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
57
58        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
59        for _ISR_Nest_level.
60
612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * .cvsignore: Reformat.
64        Add autom4te*cache.
65        Remove autom4te.cache.
66
672002-08-21      Joel Sherrill <joel@OARcorp.com>
68
69        * bsp_specs: Added support for -nostdlibs.
70
712002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
81
822002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/Makefile.am: Eliminate PGM.
85        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
86
872002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
90
912002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
94        Remove $(OBJS) from all-local.
95
962002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
99
1002001-05-09      Joel Sherrill <joel@OARcorp.com>
101
102        * startup/linkcmds: In support of gcc 3.1, added one of more
103        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
104        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
105        and direction of segments to memory regions may also have been
106        addressed.  This was a sweep across all BSPs.
107 
1082002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
111        * irq/irq_asm.S: Ditto.
112        * network/network.c: Include <rtems/bspIo.h>.
113        * start/start.S: Include <asm.h> instead of "asm.h".
114        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
115
1162002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
119
1202002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
123
1242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac:
127        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
128        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
129        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
139
1402002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Add RTEMS_CHECK_NETWORKING.
143
1442002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
147        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
148        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
149
1502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
153
1542001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
157        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
158
1592001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Add @exceptions@ to SUBDIRS.
162        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
163        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
164        * include/Makefile.am: Convert PREINSTALL_FILES to
165        TMPINSTALL_FILES, include force-preinstall.am.
166        * wrapup/Makefile.am: Apply @exceptions@.
167
1682001-10-29      Joel Sherrill <joel@OARcorp.com>
169
170        * .cvsignore: Add more entries.
171
1722001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * aclocal.m4: Removed.  Should not have been in CVS.
175
1762001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * aclocal.m4: Regenerated.
179        * configure.ac, include/Makefile.am, irq/Makefile.am,
180        vectors/Makefile.am: Updated to autoconf 2.52.
181        * include/.cvsignore: Added newly generated files.
182        * include/bsp.h: Added include of bspopts.h.
183
1842001-10-22      Joel Sherrill <joel@OARcorp.com>
185
186        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
187        include/.cvsignore, network/.cvsignore, start/.cvsignore,
188        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
189        files and other files missed in previous commit.
190
19101-10-22        Andy Dachs <a.dachs@sstl.co.uk>
192
193        * mpc8260ads added as new BSP.  tm27 reported not to run
194        at this time.
195        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
196        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
197        console/Makefile.am, console/console.c, include/Makefile.am,
198        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
199        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
200        network/Makefile.am, network/README, network/if_hdlcsubr.c,
201        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
202        start/start.S, startup/Makefile.am, startup/bspstart.c,
203        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
204        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
205        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
206        New files.
207
Note: See TracBrowser for help on using the repository browser.