source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ adc5f630

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

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

PR 288/rtems

  • irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly maintained.
  • Property mode set to 100644
File size: 10.7 KB
Line 
12003-07-18      Till Straumann <strauman@slac.stanford.edu>
2
3        PR 288/rtems
4        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
5        maintained.
6
72003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
8
9        PR 368/filesystem
10        * ide/*: added BSP support for libchip standard ide driver
11
122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Remove AC_CONFIG_AUX_DIR.
15
162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
19
202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AC_PREREQ(2.57).
23
242003-01-20      Joel Sherrill <joel@OARcorp.com>
25
26        * startup/linkcmds*: Add FreeBSD sysctl() sections.
27
282002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        Remove SORDID_HACK. Eliminate *_O_FILES.
34        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37
382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41
422002-11-04      Joel Sherrill <joel@OARcorp.com>
43
44        * console/console.c, network/network.c: Removed warnings.
45
462002-11-04      Joel Sherrill <joel@OARcorp.com>
47
48        * console/console.c, network/network.c: Removed warnings.
49
502002-11-01      Joel Sherrill <joel@OARcorp.com>
51
52        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
53        warnings.
54
552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Reformat.
58        Add autom4te*cache.
59        Remove autom4te.cache.
60
612002-08-21      Joel Sherrill <joel@OARcorp.com>
62
63        * bsp_specs: Added support for -nostdlibs.
64
652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
74
752002-08-01      Joel Sherrill <joel@OARcorp.com>
76
77        * include/coverhd.h: Per PR261 removed include of
78        <rtems/score/targopts.h> because the file is no longer being
79        generated and really wasn't being used anyway.
80
812002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
84
852002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
88        Remove $(OBJS) from all-local.
89
902002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
93
942001-05-09      Joel Sherrill <joel@OARcorp.com>
95
96        * startup/linkcmds: In support of gcc 3.1, added one of more
97        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
98        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
99        and direction of segments to memory regions may also have been
100        addressed.  This was a sweep across all BSPs.
101 
1022002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
105        Fix loopCounter.
106        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
107        * vectors/vectors.S: Ditto.
108        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
109
1102002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
113
1142002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
117          Remove RTEMS_ENABLE_LIBCDIR.
118
1192001-04-08      Joel Sherrill <joel@OARcorp.com>
120
121        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
122 
1232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac:
126        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
127        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
128        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
137
1382001-01-16      Eric Valette <valette@crt.canon.fr>
139
140        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
141        in RAM and Flash based code.  The code executed for the Flash
142        version runs in both cases (code in Flash/code in RAM) but as it
143        is less efficient than the one optimized for RAM, it put it inside
144        ifdef.  A compilation error is generated if code is linked in Flash
145        with the correct ifdef set...
146
1472001-01-16      Eric Valette <valette@crt.canon.fr>
148
149        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
150        Quoting Eric, "In theory it should be applied in each mpc8xx
151        related BSP but as I cannot test it plase maintainer/users
152        submit patch accordingly."
153
1542002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
157
1582001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
161
1622001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
165
1662001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
169        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
170
1712001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Add @exceptions@ to SUBDIRS.
174        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
175        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
176        * include/Makefile.am: Convert PREINSTALL_FILES to
177        TMPINSTALL_FILES, include force-preinstall.am.
178        * vectors/Makefile.am: remove bogus VPATH.
179        * wrapup/Makefile.am: Apply @exceptions@.
180
1812001-10-29      Joel Sherrill <joel@OARcorp.com>
182
183        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
184
1852001-10-12      Joel Sherrill <joel@OARcorp.com>
186
187        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
188        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
189        startup/start.S: Fixed typo.
190
1912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
194        * configure.in: Remove.
195        * configure.ac: New file, generated from configure.in by autoupdate.
196
1972001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
200        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
201        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
202
2032001-08-31  Eric Valette <valette@crf.canon.fr>
204
205        * network/network.c: Fix to account for return value when
206        installing interrupts handler.
207
2082001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.in: Add bspopts.h.
211        * include/.cvsignore: Add bspopts.h*, stamp-h*.
212        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
213        * include/bsp.h: Include bspopts.h.
214
2152000-06-08      Eric Valette <valette@crf.canon.fr>
216
217        * console/console.c, include/commproc.h, startup/start.S:
218        The printk/printf did not work when loaded by EPPCBUG. They did
219        work when loaded with the BDM debugger.  I suspected EPPBUG
220        made some nasty things like patching Communication processor
221        microcode...  Anyway, the attached patch:
222          1) Enables to have printk nearly immediately after boot,
223          2) Make printf work automagically (I do not know why except I make a
224        different initialization for printk that should be overwritten by
225        console init later ?)
226
227        I let the default to be using EPPCBUG embedded firmware to boot and
228        using this printk early enabler code (LOADED_BY_EPPCBUG and
229        EARLY_CONSOLE) are on.
230
2312001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
232
233        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
234
2352001-04-20      Eric Valette <valette@crf.canon.fr>
236
237        * include/bsp.h: Added include of <bsp/vectors.h>
238        * vectors/vectors.h: Corrected typos.
239
2402001-04-11      Eric Valette <valette@crf.canon.fr>
241
242        * network/network.c: Fix unnecessary double assignment.
243
2442001-03-30      Eric Valette <valette@crf.canon.fr>
245
246        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
247        include/8xx_immap.h, include/commproc.h, include/mbx.h,
248        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
249        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
250        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
251        vectors/vectors_init.c: New files.
252        * Makefile.am, configure.in, console/console.c,
253        include/Makefile.am, network/network.c, startup/Makefile.am,
254        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
255        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
256        The modifications to this BSP reflect the conversion of the
257        mpc8xx CPU to the "new exception processing model."
258
2592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
262
2632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
266
2672000-11-01      Joel Sherrill <joel@OARcorp.com>
268
269        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
270        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
271        now must be referenced as <rtems/XXX.h>.   Header file order
272        was cleaned up while doing this.
273        Also removed obsolete references to STACK_CHECKER_ON.
274
2752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
278        Switch to GNU canonicalization.
279
2802000-10-20      Joel Sherrill <joel@OARcorp.com>
281
282        * console/console.c: Add mbx8xx_console_get_configuration() which
283        returns either nvram configuration or a static equivalent.
284
2852000-10-18      Joel Sherrill <joel@OARcorp.com>
286
287        * console/console.c: Added BSP dependent routine
288        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
289        console-generic code.  This avoids libcpu use of bsp.h.
290
2912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
294        wrapup/Makefile.am: Include compile.am
295
2962000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
299
3002000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
301
302        * README:
303        * console/console.c:
304        * include/bsp.h:
305        * network/network.c:
306        * startup/bspstart.c:
307        Add support for configuration parameters in NVRAM
308
3092000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
310
311        * console/console.c: Fix polled input.
312
3132000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
314
315        * README: Updated.
316        * console/console.c: Addition of support for shared printk and
317        no termios.
318        * include/bsp.h: Addition of second parameter to
319        rtems_enet_driver_attach. Removed prototypes for printk and
320        BSP_output_string.
321        * network/network.c(rtems_enet_driver_attach): Addition of second
322        parameter to function.
323
3242000-08-10      Joel Sherrill <joel@OARcorp.com>
325
326        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.