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

4.104.115
Last change on this file since 341c6faa was 283e6f0, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 15:09:21

2008-09-18 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this is NOT used anywhere.
  • Property mode set to 100644
File size: 20.2 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
4        is NOT used anywhere.
5
62008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * Makefile.am, startup/linkcmds: Use top level shared
9        bsp_get_work_area() implementation.
10        * startup/bspgetworkarea.c: Removed.
11
122008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * startup/bspstart.c: Remove unnecessary includes of
15        rtems/libcsupport.h and rtems/libio.h.
16
172008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * startup/bspstart.c, startup/bspstart.c.nocache: Add use of
20        bsp_get_work_area() in its own file and rely on BSP Framework to
21        perform more initialization.
22
232008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
26        Create bsp_get_work_area() into its own file and use BSP Framework to
27        perform more initialization.
28        * startup/bspgetworkarea.c: New file.
29
302008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
33        phase, all prototypes were removed from bsp.h and empty
34        implementations were removed and made to use the shared stub.
35
362008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * ide/pcmcia_ide.c, irq/irq.c, startup/bspstart.c,
39        startup/bspstart.c.nocache: Convert to "bool".
40
412008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * clock/p_clock.c, console/console.c, irq/irq.c, irq/irq_init.c,
44        vectors/vectors_init.c: Add missing prototypes.
45
462008-07-29      Chris Johns <chrisj@rtems.org>
47
48        * ide/pcmcia_ide.c: Updated to the libblock changes.
49
502008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * startup/bspstart.c, startup/bspstart.c.nocache: Add capability for
53        bootcard.c BSP Initialization Framework to ask the BSP where it has
54        memory for the RTEMS Workspace and C Program Heap. These collectively
55        are referred to as work area. If the BSP supports this, then it does
56        not have to include code to split the available memory between the
57        two areas. This reduces the amount of code in the BSP specific
58        bspstart.c file. Additionally, the shared framework can initialize
59        the C Library, call rtems_debug_enable(), and dirty the work area
60        memory. Until most/all BSPs support this new capability, if the BSP
61        supports this, it should call
62        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
63        the transition is complete, this autoconf macro can be removed.
64
652008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
66
67        * irq/irq.c:
68        make sure, that the masking operations in
69        ICTL and MSR are executed in order
70
712008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * Makefile.am: Rework to avoid .rel files.
74
752008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * startup/bspstart.c, startup/bspstart.c.nocache: Refactored and
78        renamed initialization routines to rtems_initialize_data_structures,
79        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
80        rtems_initialize_start_multitasking. This opened the sequence up so
81        that bootcard() could provide a more robust and flexible framework
82        which is easier to explain and understand. This also lays the
83        groundwork for sharing the division of available memory between the
84        RTEMS workspace and heap and the C library initialization across all
85        BSPs.
86
872008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * startup/bspstart.c, startup/bspstart.c.nocache: Remove all references
90        to console_reserve_resources and termios_reserve_resources.
91
922008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * startup/linkcmds: Add wildcard to gcc_except_table section so
95        programs compiled with gcc 4.3.x can link.
96
972007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * include/bsp.h, startup/bspstart.c, startup/bspstart.c.nocache:
100        Eliminate copies of the Configuration Table. Use the RTEMS provided
101        accessor macros to obtain configuration fields.
102
1032007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * startup/bspstart.c, startup/bspstart.c.nocache: Move
106        interrupt_stack_size field from CPU Table to Configuration Table.
107        Eliminate CPU Table from all ports. Delete references to CPU Table in
108        all forms.
109
1102007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * Makefile.am: Add bsppredriverhook.c.
113        * irq/irq.h: Attempt to correct definition of
114        BSP_CPM_IRQ_LOWEST_OFFSET.
115
1162007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * startup/bspstart.c, startup/bspstart.c.nocache: Moved most of the
119        remaining CPU Table fields to the Configuration Table. This included
120        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
121        do_zero_of_workspace, extra_mpci_receive_server_stack,
122        stack_allocate_hook, and stack_free_hook. As a side-effect of this
123        effort some multiprocessing code was made conditional and some style
124        clean up occurred.
125
1262007-11-30      Till Straumann <strauman@slac.stanford.edu>
127
128        * irq/irq.h, irq/irq_init.c: Removed the definition
129        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
130        initialize the irqBase member of the rtems_irq_global_settings
131        struct. However, irqBase is an rtems_irq_symbolic_name,
132        so using BSP_LOWEST_OFFSET is more appropriate.
133
1342007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * startup/bspstart.c, startup/bspstart.c.nocache: Eliminate PowerPC
137        specific elements from the CPU Table. They have been replaced with
138        variables named bsp_XXX as needed.
139
1402007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        PR 1257/bsps
143        * irq/irq.c: Code outside of cpukit should use the public API for
144        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
145        public API and directly accessing _CPU_ISR_Disable and
146        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
147        directive which could lead to problems. This patch also changes the
148        type of the variable passed into these routines and addresses minor
149        style issues.
150
1512007-07-12      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * Makefile.am: Correct so it now links.
154
1552007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
156
157        * vectors/vectors_init.c, irq/irq_init.c:
158        adapted to shared exception code
159
1602007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * bsp_specs: Remove qrtems_debug.
163
1642007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * bsp_specs: Remove lib (Now expected to exist in GCC).
167
1682007-03-15  Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
169
170        * startup/bspstart.c: set external clock to 0 for some boards to
171        match the "auto clock detection" scheme in the libcpu clock driver
172        * startup/linkcmds: remove content of dpram section to avoid
173        download hangs with the EPPCBug board monitor
174
1752006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * network/network.c, startup/imbx8xx.c: Minor warning fixes.
178
1792006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * configure.ac: New BUG-REPORT address.
182
1832006-11-15      Joel Sherrill <joel@OARcorp.com>
184
185        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
186        file and simplified initialization.
187
1882006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * configure.ac: Require autoconf-2.60. Require automake-1.10.
191
1922006-08-09      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
195
1962006-03-08      Joel Sherrill <joel@OARcorp.com>
197
198        * startup/linkcmds: Add .gnu.linkonce.b.* section.
199
2002006-02-08      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/linkcmds: Add sections required by newer gcc versions.
203
2042006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * configure.ac: Remove explicit ampolish3 support (now in
207        RTEMS_BSP_CONFIGURE).
208
2092006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * configure.ac: Add ampolish3 support.
212        * Makefile.am: Add preinstall.am.
213
2142006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * Makefile.am: Don't include subdirs.am.
217
2182005-10-06      Till Straumann <strauman@slac.stanford.edu>
219
220        PR 833/bsps
221        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
222        the FPU across the user ISR but DONT save/restore the FPU context.
223        Any use of the FPU fron the user handler (e.g., due to GCC
224        optimizations) result in corruption. The fix results in an exception
225        in such cases (user ISR must explicitely save/enable/restore FPU).
226
2272005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
228
229        PR 527/bsps
230        PR 822/bsps
231        * console/console.c, startup/bspstart.c, startup/imbx8xx.c,
232        startup/mmutlbtab.c, startup/start.S, vectors/vectors_init.c:
233        Currently the MBX8xx BSP does not boot, because some logical errors
234        are in the startup code. Additionally, the mpc8xx shared clock driver
235        does not support the clocking scheme of some of the board variants,
236        which are clocked from a 32768Hz (!) external crystal.
237
2382003-12-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * startup/Makefile.am: start.S instead of start.s.
241
2422003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        PR 545/bsps
245        * startup/setvec.c: Removed.
246        * startup/Makefile.am: Remove setvec.c.
247
2482003-10-22      Joel Sherrill <joel@OARcorp.com>
249
250        PR 510/bsps
251        * irq/irq.h: Add extern C wrapper.
252
2532003-09-04      Joel Sherrill <joel@OARcorp.com>
254
255        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
256        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
257        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
258        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
259        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
260
2612003-08-22      Joel Sherrill <joel@OARcorp.com>
262
263        PR 445/bsps
264        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
265        trunk.
266
2672003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270
2712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
274
2752003-07-18      Till Straumann <strauman@slac.stanford.edu>
276
277        PR 288/rtems
278        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
279        maintained.
280
2812003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
282
283        PR 368/filesystem
284        * ide/*: added BSP support for libchip standard ide driver
285
2862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Remove AC_CONFIG_AUX_DIR.
289
2902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
293
2942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: AC_PREREQ(2.57).
297
2982003-01-20      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/linkcmds*: Add FreeBSD sysctl() sections.
301
3022002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307        Remove SORDID_HACK. Eliminate *_O_FILES.
308        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311
3122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
315
3162002-11-04      Joel Sherrill <joel@OARcorp.com>
317
318        * console/console.c, network/network.c: Removed warnings.
319
3202002-11-04      Joel Sherrill <joel@OARcorp.com>
321
322        * console/console.c, network/network.c: Removed warnings.
323
3242002-11-01      Joel Sherrill <joel@OARcorp.com>
325
326        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
327        warnings.
328
3292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * .cvsignore: Reformat.
332        Add autom4te*cache.
333        Remove autom4te.cache.
334
3352002-08-21      Joel Sherrill <joel@OARcorp.com>
336
337        * bsp_specs: Added support for -nostdlibs.
338
3392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
342        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
343        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
344        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
345        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
346        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
347        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
348
3492002-08-01      Joel Sherrill <joel@OARcorp.com>
350
351        * include/coverhd.h: Per PR261 removed include of
352        <rtems/score/targopts.h> because the file is no longer being
353        generated and really wasn't being used anyway.
354
3552002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
358
3592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
362        Remove $(OBJS) from all-local.
363
3642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
367
3682001-05-09      Joel Sherrill <joel@OARcorp.com>
369
370        * startup/linkcmds: In support of gcc 3.1, added one of more
371        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
372        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
373        and direction of segments to memory regions may also have been
374        addressed.  This was a sweep across all BSPs.
375 
3762002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
379        Fix loopCounter.
380        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
381        * vectors/vectors.S: Ditto.
382        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
383
3842002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
387
3882002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
391          Remove RTEMS_ENABLE_LIBCDIR.
392
3932001-04-08      Joel Sherrill <joel@OARcorp.com>
394
395        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
396 
3972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac:
400        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
401        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
402        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * Makefile.am: Remove AUTOMAKE_OPTIONS.
404        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
405        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
406        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
407        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
408        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
409        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
410        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
411
4122001-01-16      Eric Valette <valette@crt.canon.fr>
413
414        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
415        in RAM and Flash based code.  The code executed for the Flash
416        version runs in both cases (code in Flash/code in RAM) but as it
417        is less efficient than the one optimized for RAM, it put it inside
418        ifdef.  A compilation error is generated if code is linked in Flash
419        with the correct ifdef set...
420
4212001-01-16      Eric Valette <valette@crt.canon.fr>
422
423        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
424        Quoting Eric, "In theory it should be applied in each mpc8xx
425        related BSP but as I cannot test it plase maintainer/users
426        submit patch accordingly."
427
4282002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
431
4322001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
435
4362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
439
4402001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
443        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
444
4452001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: Add @exceptions@ to SUBDIRS.
448        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
449        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
450        * include/Makefile.am: Convert PREINSTALL_FILES to
451        TMPINSTALL_FILES, include force-preinstall.am.
452        * vectors/Makefile.am: remove bogus VPATH.
453        * wrapup/Makefile.am: Apply @exceptions@.
454
4552001-10-29      Joel Sherrill <joel@OARcorp.com>
456
457        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
458
4592001-10-12      Joel Sherrill <joel@OARcorp.com>
460
461        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
462        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
463        startup/start.S: Fixed typo.
464
4652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
468        * configure.in: Remove.
469        * configure.ac: New file, generated from configure.in by autoupdate.
470
4712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
474        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
475        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
476
4772001-08-31  Eric Valette <valette@crf.canon.fr>
478
479        * network/network.c: Fix to account for return value when
480        installing interrupts handler.
481
4822001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.in: Add bspopts.h.
485        * include/.cvsignore: Add bspopts.h*, stamp-h*.
486        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
487        * include/bsp.h: Include bspopts.h.
488
4892000-06-08      Eric Valette <valette@crf.canon.fr>
490
491        * console/console.c, include/commproc.h, startup/start.S:
492        The printk/printf did not work when loaded by EPPCBUG. They did
493        work when loaded with the BDM debugger.  I suspected EPPBUG
494        made some nasty things like patching Communication processor
495        microcode...  Anyway, the attached patch:
496          1) Enables to have printk nearly immediately after boot,
497          2) Make printf work automagically (I do not know why except I make a
498        different initialization for printk that should be overwritten by
499        console init later ?)
500
501        I let the default to be using EPPCBUG embedded firmware to boot and
502        using this printk early enabler code (LOADED_BY_EPPCBUG and
503        EARLY_CONSOLE) are on.
504
5052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
506
507        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
508
5092001-04-20      Eric Valette <valette@crf.canon.fr>
510
511        * include/bsp.h: Added include of <bsp/vectors.h>
512        * vectors/vectors.h: Corrected typos.
513
5142001-04-11      Eric Valette <valette@crf.canon.fr>
515
516        * network/network.c: Fix unnecessary double assignment.
517
5182001-03-30      Eric Valette <valette@crf.canon.fr>
519
520        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
521        include/8xx_immap.h, include/commproc.h, include/mbx.h,
522        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
523        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
524        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
525        vectors/vectors_init.c: New files.
526        * Makefile.am, configure.in, console/console.c,
527        include/Makefile.am, network/network.c, startup/Makefile.am,
528        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
529        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
530        The modifications to this BSP reflect the conversion of the
531        mpc8xx CPU to the "new exception processing model."
532
5332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
536
5372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
540
5412000-11-01      Joel Sherrill <joel@OARcorp.com>
542
543        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
544        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
545        now must be referenced as <rtems/XXX.h>.   Header file order
546        was cleaned up while doing this.
547        Also removed obsolete references to STACK_CHECKER_ON.
548
5492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
552        Switch to GNU canonicalization.
553
5542000-10-20      Joel Sherrill <joel@OARcorp.com>
555
556        * console/console.c: Add mbx8xx_console_get_configuration() which
557        returns either nvram configuration or a static equivalent.
558
5592000-10-18      Joel Sherrill <joel@OARcorp.com>
560
561        * console/console.c: Added BSP dependent routine
562        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
563        console-generic code.  This avoids libcpu use of bsp.h.
564
5652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
568        wrapup/Makefile.am: Include compile.am
569
5702000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
573
5742000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
575
576        * README:
577        * console/console.c:
578        * include/bsp.h:
579        * network/network.c:
580        * startup/bspstart.c:
581        Add support for configuration parameters in NVRAM
582
5832000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
584
585        * console/console.c: Fix polled input.
586
5872000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
588
589        * README: Updated.
590        * console/console.c: Addition of support for shared printk and
591        no termios.
592        * include/bsp.h: Addition of second parameter to
593        rtems_enet_driver_attach. Removed prototypes for printk and
594        BSP_output_string.
595        * network/network.c(rtems_enet_driver_attach): Addition of second
596        parameter to function.
597
5982000-08-10      Joel Sherrill <joel@OARcorp.com>
599
600        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.