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

4.104.115
Last change on this file since 3fe83ec7 was 284ed06a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 21:35:23

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

  • Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.
  • startup/bspgetworkarea.c: Removed.
  • Property mode set to 100644
File size: 20.1 KB
Line 
12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, startup/linkcmds: Use top level shared
4        bsp_get_work_area() implementation.
5        * startup/bspgetworkarea.c: Removed.
6
72008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * startup/bspstart.c: Remove unnecessary includes of
10        rtems/libcsupport.h and rtems/libio.h.
11
122008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * startup/bspstart.c, startup/bspstart.c.nocache: Add use of
15        bsp_get_work_area() in its own file and rely on BSP Framework to
16        perform more initialization.
17
182008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
21        Create bsp_get_work_area() into its own file and use BSP Framework to
22        perform more initialization.
23        * startup/bspgetworkarea.c: New file.
24
252008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
28        phase, all prototypes were removed from bsp.h and empty
29        implementations were removed and made to use the shared stub.
30
312008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * ide/pcmcia_ide.c, irq/irq.c, startup/bspstart.c,
34        startup/bspstart.c.nocache: Convert to "bool".
35
362008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * clock/p_clock.c, console/console.c, irq/irq.c, irq/irq_init.c,
39        vectors/vectors_init.c: Add missing prototypes.
40
412008-07-29      Chris Johns <chrisj@rtems.org>
42
43        * ide/pcmcia_ide.c: Updated to the libblock changes.
44
452008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * startup/bspstart.c, startup/bspstart.c.nocache: Add capability for
48        bootcard.c BSP Initialization Framework to ask the BSP where it has
49        memory for the RTEMS Workspace and C Program Heap. These collectively
50        are referred to as work area. If the BSP supports this, then it does
51        not have to include code to split the available memory between the
52        two areas. This reduces the amount of code in the BSP specific
53        bspstart.c file. Additionally, the shared framework can initialize
54        the C Library, call rtems_debug_enable(), and dirty the work area
55        memory. Until most/all BSPs support this new capability, if the BSP
56        supports this, it should call
57        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
58        the transition is complete, this autoconf macro can be removed.
59
602008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
61
62        * irq/irq.c:
63        make sure, that the masking operations in
64        ICTL and MSR are executed in order
65
662008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * Makefile.am: Rework to avoid .rel files.
69
702008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * startup/bspstart.c, startup/bspstart.c.nocache: Refactored and
73        renamed initialization routines to rtems_initialize_data_structures,
74        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
75        rtems_initialize_start_multitasking. This opened the sequence up so
76        that bootcard() could provide a more robust and flexible framework
77        which is easier to explain and understand. This also lays the
78        groundwork for sharing the division of available memory between the
79        RTEMS workspace and heap and the C library initialization across all
80        BSPs.
81
822008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * startup/bspstart.c, startup/bspstart.c.nocache: Remove all references
85        to console_reserve_resources and termios_reserve_resources.
86
872008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * startup/linkcmds: Add wildcard to gcc_except_table section so
90        programs compiled with gcc 4.3.x can link.
91
922007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * include/bsp.h, startup/bspstart.c, startup/bspstart.c.nocache:
95        Eliminate copies of the Configuration Table. Use the RTEMS provided
96        accessor macros to obtain configuration fields.
97
982007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * startup/bspstart.c, startup/bspstart.c.nocache: Move
101        interrupt_stack_size field from CPU Table to Configuration Table.
102        Eliminate CPU Table from all ports. Delete references to CPU Table in
103        all forms.
104
1052007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * Makefile.am: Add bsppredriverhook.c.
108        * irq/irq.h: Attempt to correct definition of
109        BSP_CPM_IRQ_LOWEST_OFFSET.
110
1112007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * startup/bspstart.c, startup/bspstart.c.nocache: Moved most of the
114        remaining CPU Table fields to the Configuration Table. This included
115        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
116        do_zero_of_workspace, extra_mpci_receive_server_stack,
117        stack_allocate_hook, and stack_free_hook. As a side-effect of this
118        effort some multiprocessing code was made conditional and some style
119        clean up occurred.
120
1212007-11-30      Till Straumann <strauman@slac.stanford.edu>
122
123        * irq/irq.h, irq/irq_init.c: Removed the definition
124        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
125        initialize the irqBase member of the rtems_irq_global_settings
126        struct. However, irqBase is an rtems_irq_symbolic_name,
127        so using BSP_LOWEST_OFFSET is more appropriate.
128
1292007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * startup/bspstart.c, startup/bspstart.c.nocache: Eliminate PowerPC
132        specific elements from the CPU Table. They have been replaced with
133        variables named bsp_XXX as needed.
134
1352007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        PR 1257/bsps
138        * irq/irq.c: Code outside of cpukit should use the public API for
139        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
140        public API and directly accessing _CPU_ISR_Disable and
141        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
142        directive which could lead to problems. This patch also changes the
143        type of the variable passed into these routines and addresses minor
144        style issues.
145
1462007-07-12      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * Makefile.am: Correct so it now links.
149
1502007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
151
152        * vectors/vectors_init.c, irq/irq_init.c:
153        adapted to shared exception code
154
1552007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * bsp_specs: Remove qrtems_debug.
158
1592007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * bsp_specs: Remove lib (Now expected to exist in GCC).
162
1632007-03-15  Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
164
165        * startup/bspstart.c: set external clock to 0 for some boards to
166        match the "auto clock detection" scheme in the libcpu clock driver
167        * startup/linkcmds: remove content of dpram section to avoid
168        download hangs with the EPPCBug board monitor
169
1702006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * network/network.c, startup/imbx8xx.c: Minor warning fixes.
173
1742006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * configure.ac: New BUG-REPORT address.
177
1782006-11-15      Joel Sherrill <joel@OARcorp.com>
179
180        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
181        file and simplified initialization.
182
1832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * configure.ac: Require autoconf-2.60. Require automake-1.10.
186
1872006-08-09      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
190
1912006-03-08      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/linkcmds: Add .gnu.linkonce.b.* section.
194
1952006-02-08      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/linkcmds: Add sections required by newer gcc versions.
198
1992006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * configure.ac: Remove explicit ampolish3 support (now in
202        RTEMS_BSP_CONFIGURE).
203
2042006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * configure.ac: Add ampolish3 support.
207        * Makefile.am: Add preinstall.am.
208
2092006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Don't include subdirs.am.
212
2132005-10-06      Till Straumann <strauman@slac.stanford.edu>
214
215        PR 833/bsps
216        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
217        the FPU across the user ISR but DONT save/restore the FPU context.
218        Any use of the FPU fron the user handler (e.g., due to GCC
219        optimizations) result in corruption. The fix results in an exception
220        in such cases (user ISR must explicitely save/enable/restore FPU).
221
2222005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
223
224        PR 527/bsps
225        PR 822/bsps
226        * console/console.c, startup/bspstart.c, startup/imbx8xx.c,
227        startup/mmutlbtab.c, startup/start.S, vectors/vectors_init.c:
228        Currently the MBX8xx BSP does not boot, because some logical errors
229        are in the startup code. Additionally, the mpc8xx shared clock driver
230        does not support the clocking scheme of some of the board variants,
231        which are clocked from a 32768Hz (!) external crystal.
232
2332003-12-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * startup/Makefile.am: start.S instead of start.s.
236
2372003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        PR 545/bsps
240        * startup/setvec.c: Removed.
241        * startup/Makefile.am: Remove setvec.c.
242
2432003-10-22      Joel Sherrill <joel@OARcorp.com>
244
245        PR 510/bsps
246        * irq/irq.h: Add extern C wrapper.
247
2482003-09-04      Joel Sherrill <joel@OARcorp.com>
249
250        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
251        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
252        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
253        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
254        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
255
2562003-08-22      Joel Sherrill <joel@OARcorp.com>
257
258        PR 445/bsps
259        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
260        trunk.
261
2622003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265
2662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
269
2702003-07-18      Till Straumann <strauman@slac.stanford.edu>
271
272        PR 288/rtems
273        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
274        maintained.
275
2762003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
277
278        PR 368/filesystem
279        * ide/*: added BSP support for libchip standard ide driver
280
2812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Remove AC_CONFIG_AUX_DIR.
284
2852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
288
2892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: AC_PREREQ(2.57).
292
2932003-01-20      Joel Sherrill <joel@OARcorp.com>
294
295        * startup/linkcmds*: Add FreeBSD sysctl() sections.
296
2972002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
302        Remove SORDID_HACK. Eliminate *_O_FILES.
303        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306
3072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310
3112002-11-04      Joel Sherrill <joel@OARcorp.com>
312
313        * console/console.c, network/network.c: Removed warnings.
314
3152002-11-04      Joel Sherrill <joel@OARcorp.com>
316
317        * console/console.c, network/network.c: Removed warnings.
318
3192002-11-01      Joel Sherrill <joel@OARcorp.com>
320
321        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
322        warnings.
323
3242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * .cvsignore: Reformat.
327        Add autom4te*cache.
328        Remove autom4te.cache.
329
3302002-08-21      Joel Sherrill <joel@OARcorp.com>
331
332        * bsp_specs: Added support for -nostdlibs.
333
3342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
337        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
338        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
339        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
340        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
341        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
342        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
343
3442002-08-01      Joel Sherrill <joel@OARcorp.com>
345
346        * include/coverhd.h: Per PR261 removed include of
347        <rtems/score/targopts.h> because the file is no longer being
348        generated and really wasn't being used anyway.
349
3502002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
353
3542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
357        Remove $(OBJS) from all-local.
358
3592002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
362
3632001-05-09      Joel Sherrill <joel@OARcorp.com>
364
365        * startup/linkcmds: In support of gcc 3.1, added one of more
366        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
367        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
368        and direction of segments to memory regions may also have been
369        addressed.  This was a sweep across all BSPs.
370 
3712002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
374        Fix loopCounter.
375        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
376        * vectors/vectors.S: Ditto.
377        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
378
3792002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
382
3832002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
386          Remove RTEMS_ENABLE_LIBCDIR.
387
3882001-04-08      Joel Sherrill <joel@OARcorp.com>
389
390        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
391 
3922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac:
395        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
396        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
397        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
400        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
404        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
405        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
406
4072001-01-16      Eric Valette <valette@crt.canon.fr>
408
409        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
410        in RAM and Flash based code.  The code executed for the Flash
411        version runs in both cases (code in Flash/code in RAM) but as it
412        is less efficient than the one optimized for RAM, it put it inside
413        ifdef.  A compilation error is generated if code is linked in Flash
414        with the correct ifdef set...
415
4162001-01-16      Eric Valette <valette@crt.canon.fr>
417
418        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
419        Quoting Eric, "In theory it should be applied in each mpc8xx
420        related BSP but as I cannot test it plase maintainer/users
421        submit patch accordingly."
422
4232002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
426
4272001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
430
4312001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
434
4352001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
438        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
439
4402001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: Add @exceptions@ to SUBDIRS.
443        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
444        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
445        * include/Makefile.am: Convert PREINSTALL_FILES to
446        TMPINSTALL_FILES, include force-preinstall.am.
447        * vectors/Makefile.am: remove bogus VPATH.
448        * wrapup/Makefile.am: Apply @exceptions@.
449
4502001-10-29      Joel Sherrill <joel@OARcorp.com>
451
452        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
453
4542001-10-12      Joel Sherrill <joel@OARcorp.com>
455
456        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
457        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
458        startup/start.S: Fixed typo.
459
4602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
463        * configure.in: Remove.
464        * configure.ac: New file, generated from configure.in by autoupdate.
465
4662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
469        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
470        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
471
4722001-08-31  Eric Valette <valette@crf.canon.fr>
473
474        * network/network.c: Fix to account for return value when
475        installing interrupts handler.
476
4772001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.in: Add bspopts.h.
480        * include/.cvsignore: Add bspopts.h*, stamp-h*.
481        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
482        * include/bsp.h: Include bspopts.h.
483
4842000-06-08      Eric Valette <valette@crf.canon.fr>
485
486        * console/console.c, include/commproc.h, startup/start.S:
487        The printk/printf did not work when loaded by EPPCBUG. They did
488        work when loaded with the BDM debugger.  I suspected EPPBUG
489        made some nasty things like patching Communication processor
490        microcode...  Anyway, the attached patch:
491          1) Enables to have printk nearly immediately after boot,
492          2) Make printf work automagically (I do not know why except I make a
493        different initialization for printk that should be overwritten by
494        console init later ?)
495
496        I let the default to be using EPPCBUG embedded firmware to boot and
497        using this printk early enabler code (LOADED_BY_EPPCBUG and
498        EARLY_CONSOLE) are on.
499
5002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
501
502        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
503
5042001-04-20      Eric Valette <valette@crf.canon.fr>
505
506        * include/bsp.h: Added include of <bsp/vectors.h>
507        * vectors/vectors.h: Corrected typos.
508
5092001-04-11      Eric Valette <valette@crf.canon.fr>
510
511        * network/network.c: Fix unnecessary double assignment.
512
5132001-03-30      Eric Valette <valette@crf.canon.fr>
514
515        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
516        include/8xx_immap.h, include/commproc.h, include/mbx.h,
517        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
518        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
519        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
520        vectors/vectors_init.c: New files.
521        * Makefile.am, configure.in, console/console.c,
522        include/Makefile.am, network/network.c, startup/Makefile.am,
523        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
524        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
525        The modifications to this BSP reflect the conversion of the
526        mpc8xx CPU to the "new exception processing model."
527
5282000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
531
5322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
535
5362000-11-01      Joel Sherrill <joel@OARcorp.com>
537
538        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
539        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
540        now must be referenced as <rtems/XXX.h>.   Header file order
541        was cleaned up while doing this.
542        Also removed obsolete references to STACK_CHECKER_ON.
543
5442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
547        Switch to GNU canonicalization.
548
5492000-10-20      Joel Sherrill <joel@OARcorp.com>
550
551        * console/console.c: Add mbx8xx_console_get_configuration() which
552        returns either nvram configuration or a static equivalent.
553
5542000-10-18      Joel Sherrill <joel@OARcorp.com>
555
556        * console/console.c: Added BSP dependent routine
557        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
558        console-generic code.  This avoids libcpu use of bsp.h.
559
5602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
563        wrapup/Makefile.am: Include compile.am
564
5652000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
568
5692000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
570
571        * README:
572        * console/console.c:
573        * include/bsp.h:
574        * network/network.c:
575        * startup/bspstart.c:
576        Add support for configuration parameters in NVRAM
577
5782000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
579
580        * console/console.c: Fix polled input.
581
5822000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
583
584        * README: Updated.
585        * console/console.c: Addition of support for shared printk and
586        no termios.
587        * include/bsp.h: Addition of second parameter to
588        rtems_enet_driver_attach. Removed prototypes for printk and
589        BSP_output_string.
590        * network/network.c(rtems_enet_driver_attach): Addition of second
591        parameter to function.
592
5932000-08-10      Joel Sherrill <joel@OARcorp.com>
594
595        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.