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

4.104.115
Last change on this file since a196084 was a196084, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 19:06:10

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

  • startup/bspstart.c: Remove unnecessary includes of rtems/libcsupport.h and rtems/libio.h.
  • Property mode set to 100644
File size: 19.9 KB
Line 
12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * startup/bspstart.c: Remove unnecessary includes of
4        rtems/libcsupport.h and rtems/libio.h.
5
62008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * startup/bspstart.c, startup/bspstart.c.nocache: Add use of
9        bsp_get_work_area() in its own file and rely on BSP Framework to
10        perform more initialization.
11
122008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
15        Create bsp_get_work_area() into its own file and use BSP Framework to
16        perform more initialization.
17        * startup/bspgetworkarea.c: New file.
18
192008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
22        phase, all prototypes were removed from bsp.h and empty
23        implementations were removed and made to use the shared stub.
24
252008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * ide/pcmcia_ide.c, irq/irq.c, startup/bspstart.c,
28        startup/bspstart.c.nocache: Convert to "bool".
29
302008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * clock/p_clock.c, console/console.c, irq/irq.c, irq/irq_init.c,
33        vectors/vectors_init.c: Add missing prototypes.
34
352008-07-29      Chris Johns <chrisj@rtems.org>
36
37        * ide/pcmcia_ide.c: Updated to the libblock changes.
38
392008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * startup/bspstart.c, startup/bspstart.c.nocache: Add capability for
42        bootcard.c BSP Initialization Framework to ask the BSP where it has
43        memory for the RTEMS Workspace and C Program Heap. These collectively
44        are referred to as work area. If the BSP supports this, then it does
45        not have to include code to split the available memory between the
46        two areas. This reduces the amount of code in the BSP specific
47        bspstart.c file. Additionally, the shared framework can initialize
48        the C Library, call rtems_debug_enable(), and dirty the work area
49        memory. Until most/all BSPs support this new capability, if the BSP
50        supports this, it should call
51        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
52        the transition is complete, this autoconf macro can be removed.
53
542008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
55
56        * irq/irq.c:
57        make sure, that the masking operations in
58        ICTL and MSR are executed in order
59
602008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * Makefile.am: Rework to avoid .rel files.
63
642008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * startup/bspstart.c, startup/bspstart.c.nocache: Refactored and
67        renamed initialization routines to rtems_initialize_data_structures,
68        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
69        rtems_initialize_start_multitasking. This opened the sequence up so
70        that bootcard() could provide a more robust and flexible framework
71        which is easier to explain and understand. This also lays the
72        groundwork for sharing the division of available memory between the
73        RTEMS workspace and heap and the C library initialization across all
74        BSPs.
75
762008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * startup/bspstart.c, startup/bspstart.c.nocache: Remove all references
79        to console_reserve_resources and termios_reserve_resources.
80
812008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * startup/linkcmds: Add wildcard to gcc_except_table section so
84        programs compiled with gcc 4.3.x can link.
85
862007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * include/bsp.h, startup/bspstart.c, startup/bspstart.c.nocache:
89        Eliminate copies of the Configuration Table. Use the RTEMS provided
90        accessor macros to obtain configuration fields.
91
922007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * startup/bspstart.c, startup/bspstart.c.nocache: Move
95        interrupt_stack_size field from CPU Table to Configuration Table.
96        Eliminate CPU Table from all ports. Delete references to CPU Table in
97        all forms.
98
992007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * Makefile.am: Add bsppredriverhook.c.
102        * irq/irq.h: Attempt to correct definition of
103        BSP_CPM_IRQ_LOWEST_OFFSET.
104
1052007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * startup/bspstart.c, startup/bspstart.c.nocache: Moved most of the
108        remaining CPU Table fields to the Configuration Table. This included
109        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
110        do_zero_of_workspace, extra_mpci_receive_server_stack,
111        stack_allocate_hook, and stack_free_hook. As a side-effect of this
112        effort some multiprocessing code was made conditional and some style
113        clean up occurred.
114
1152007-11-30      Till Straumann <strauman@slac.stanford.edu>
116
117        * irq/irq.h, irq/irq_init.c: Removed the definition
118        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
119        initialize the irqBase member of the rtems_irq_global_settings
120        struct. However, irqBase is an rtems_irq_symbolic_name,
121        so using BSP_LOWEST_OFFSET is more appropriate.
122
1232007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * startup/bspstart.c, startup/bspstart.c.nocache: Eliminate PowerPC
126        specific elements from the CPU Table. They have been replaced with
127        variables named bsp_XXX as needed.
128
1292007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        PR 1257/bsps
132        * irq/irq.c: Code outside of cpukit should use the public API for
133        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
134        public API and directly accessing _CPU_ISR_Disable and
135        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
136        directive which could lead to problems. This patch also changes the
137        type of the variable passed into these routines and addresses minor
138        style issues.
139
1402007-07-12      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * Makefile.am: Correct so it now links.
143
1442007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
145
146        * vectors/vectors_init.c, irq/irq_init.c:
147        adapted to shared exception code
148
1492007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * bsp_specs: Remove qrtems_debug.
152
1532007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * bsp_specs: Remove lib (Now expected to exist in GCC).
156
1572007-03-15  Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
158
159        * startup/bspstart.c: set external clock to 0 for some boards to
160        match the "auto clock detection" scheme in the libcpu clock driver
161        * startup/linkcmds: remove content of dpram section to avoid
162        download hangs with the EPPCBug board monitor
163
1642006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * network/network.c, startup/imbx8xx.c: Minor warning fixes.
167
1682006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * configure.ac: New BUG-REPORT address.
171
1722006-11-15      Joel Sherrill <joel@OARcorp.com>
173
174        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
175        file and simplified initialization.
176
1772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * configure.ac: Require autoconf-2.60. Require automake-1.10.
180
1812006-08-09      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
184
1852006-03-08      Joel Sherrill <joel@OARcorp.com>
186
187        * startup/linkcmds: Add .gnu.linkonce.b.* section.
188
1892006-02-08      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds: Add sections required by newer gcc versions.
192
1932006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * configure.ac: Remove explicit ampolish3 support (now in
196        RTEMS_BSP_CONFIGURE).
197
1982006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * configure.ac: Add ampolish3 support.
201        * Makefile.am: Add preinstall.am.
202
2032006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * Makefile.am: Don't include subdirs.am.
206
2072005-10-06      Till Straumann <strauman@slac.stanford.edu>
208
209        PR 833/bsps
210        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
211        the FPU across the user ISR but DONT save/restore the FPU context.
212        Any use of the FPU fron the user handler (e.g., due to GCC
213        optimizations) result in corruption. The fix results in an exception
214        in such cases (user ISR must explicitely save/enable/restore FPU).
215
2162005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
217
218        PR 527/bsps
219        PR 822/bsps
220        * console/console.c, startup/bspstart.c, startup/imbx8xx.c,
221        startup/mmutlbtab.c, startup/start.S, vectors/vectors_init.c:
222        Currently the MBX8xx BSP does not boot, because some logical errors
223        are in the startup code. Additionally, the mpc8xx shared clock driver
224        does not support the clocking scheme of some of the board variants,
225        which are clocked from a 32768Hz (!) external crystal.
226
2272003-12-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * startup/Makefile.am: start.S instead of start.s.
230
2312003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        PR 545/bsps
234        * startup/setvec.c: Removed.
235        * startup/Makefile.am: Remove setvec.c.
236
2372003-10-22      Joel Sherrill <joel@OARcorp.com>
238
239        PR 510/bsps
240        * irq/irq.h: Add extern C wrapper.
241
2422003-09-04      Joel Sherrill <joel@OARcorp.com>
243
244        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
245        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
246        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
247        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
248        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
249
2502003-08-22      Joel Sherrill <joel@OARcorp.com>
251
252        PR 445/bsps
253        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
254        trunk.
255
2562003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259
2602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
263
2642003-07-18      Till Straumann <strauman@slac.stanford.edu>
265
266        PR 288/rtems
267        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
268        maintained.
269
2702003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
271
272        PR 368/filesystem
273        * ide/*: added BSP support for libchip standard ide driver
274
2752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Remove AC_CONFIG_AUX_DIR.
278
2792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
282
2832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: AC_PREREQ(2.57).
286
2872003-01-20      Joel Sherrill <joel@OARcorp.com>
288
289        * startup/linkcmds*: Add FreeBSD sysctl() sections.
290
2912002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
296        Remove SORDID_HACK. Eliminate *_O_FILES.
297        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
298        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300
3012002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304
3052002-11-04      Joel Sherrill <joel@OARcorp.com>
306
307        * console/console.c, network/network.c: Removed warnings.
308
3092002-11-04      Joel Sherrill <joel@OARcorp.com>
310
311        * console/console.c, network/network.c: Removed warnings.
312
3132002-11-01      Joel Sherrill <joel@OARcorp.com>
314
315        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
316        warnings.
317
3182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * .cvsignore: Reformat.
321        Add autom4te*cache.
322        Remove autom4te.cache.
323
3242002-08-21      Joel Sherrill <joel@OARcorp.com>
325
326        * bsp_specs: Added support for -nostdlibs.
327
3282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
333        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
335        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
336        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
337
3382002-08-01      Joel Sherrill <joel@OARcorp.com>
339
340        * include/coverhd.h: Per PR261 removed include of
341        <rtems/score/targopts.h> because the file is no longer being
342        generated and really wasn't being used anyway.
343
3442002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
347
3482002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
351        Remove $(OBJS) from all-local.
352
3532002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
356
3572001-05-09      Joel Sherrill <joel@OARcorp.com>
358
359        * startup/linkcmds: In support of gcc 3.1, added one of more
360        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
361        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
362        and direction of segments to memory regions may also have been
363        addressed.  This was a sweep across all BSPs.
364 
3652002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
368        Fix loopCounter.
369        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
370        * vectors/vectors.S: Ditto.
371        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
372
3732002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
376
3772002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
380          Remove RTEMS_ENABLE_LIBCDIR.
381
3822001-04-08      Joel Sherrill <joel@OARcorp.com>
383
384        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
385 
3862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac:
389        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
390        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
391        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
400
4012001-01-16      Eric Valette <valette@crt.canon.fr>
402
403        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
404        in RAM and Flash based code.  The code executed for the Flash
405        version runs in both cases (code in Flash/code in RAM) but as it
406        is less efficient than the one optimized for RAM, it put it inside
407        ifdef.  A compilation error is generated if code is linked in Flash
408        with the correct ifdef set...
409
4102001-01-16      Eric Valette <valette@crt.canon.fr>
411
412        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
413        Quoting Eric, "In theory it should be applied in each mpc8xx
414        related BSP but as I cannot test it plase maintainer/users
415        submit patch accordingly."
416
4172002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
420
4212001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
424
4252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
428
4292001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
432        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
433
4342001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * Makefile.am: Add @exceptions@ to SUBDIRS.
437        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
438        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
439        * include/Makefile.am: Convert PREINSTALL_FILES to
440        TMPINSTALL_FILES, include force-preinstall.am.
441        * vectors/Makefile.am: remove bogus VPATH.
442        * wrapup/Makefile.am: Apply @exceptions@.
443
4442001-10-29      Joel Sherrill <joel@OARcorp.com>
445
446        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
447
4482001-10-12      Joel Sherrill <joel@OARcorp.com>
449
450        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
451        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
452        startup/start.S: Fixed typo.
453
4542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
457        * configure.in: Remove.
458        * configure.ac: New file, generated from configure.in by autoupdate.
459
4602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
463        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
464        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
465
4662001-08-31  Eric Valette <valette@crf.canon.fr>
467
468        * network/network.c: Fix to account for return value when
469        installing interrupts handler.
470
4712001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.in: Add bspopts.h.
474        * include/.cvsignore: Add bspopts.h*, stamp-h*.
475        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
476        * include/bsp.h: Include bspopts.h.
477
4782000-06-08      Eric Valette <valette@crf.canon.fr>
479
480        * console/console.c, include/commproc.h, startup/start.S:
481        The printk/printf did not work when loaded by EPPCBUG. They did
482        work when loaded with the BDM debugger.  I suspected EPPBUG
483        made some nasty things like patching Communication processor
484        microcode...  Anyway, the attached patch:
485          1) Enables to have printk nearly immediately after boot,
486          2) Make printf work automagically (I do not know why except I make a
487        different initialization for printk that should be overwritten by
488        console init later ?)
489
490        I let the default to be using EPPCBUG embedded firmware to boot and
491        using this printk early enabler code (LOADED_BY_EPPCBUG and
492        EARLY_CONSOLE) are on.
493
4942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
495
496        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
497
4982001-04-20      Eric Valette <valette@crf.canon.fr>
499
500        * include/bsp.h: Added include of <bsp/vectors.h>
501        * vectors/vectors.h: Corrected typos.
502
5032001-04-11      Eric Valette <valette@crf.canon.fr>
504
505        * network/network.c: Fix unnecessary double assignment.
506
5072001-03-30      Eric Valette <valette@crf.canon.fr>
508
509        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
510        include/8xx_immap.h, include/commproc.h, include/mbx.h,
511        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
512        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
513        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
514        vectors/vectors_init.c: New files.
515        * Makefile.am, configure.in, console/console.c,
516        include/Makefile.am, network/network.c, startup/Makefile.am,
517        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
518        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
519        The modifications to this BSP reflect the conversion of the
520        mpc8xx CPU to the "new exception processing model."
521
5222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
525
5262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
529
5302000-11-01      Joel Sherrill <joel@OARcorp.com>
531
532        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
533        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
534        now must be referenced as <rtems/XXX.h>.   Header file order
535        was cleaned up while doing this.
536        Also removed obsolete references to STACK_CHECKER_ON.
537
5382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
541        Switch to GNU canonicalization.
542
5432000-10-20      Joel Sherrill <joel@OARcorp.com>
544
545        * console/console.c: Add mbx8xx_console_get_configuration() which
546        returns either nvram configuration or a static equivalent.
547
5482000-10-18      Joel Sherrill <joel@OARcorp.com>
549
550        * console/console.c: Added BSP dependent routine
551        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
552        console-generic code.  This avoids libcpu use of bsp.h.
553
5542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
557        wrapup/Makefile.am: Include compile.am
558
5592000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
562
5632000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
564
565        * README:
566        * console/console.c:
567        * include/bsp.h:
568        * network/network.c:
569        * startup/bspstart.c:
570        Add support for configuration parameters in NVRAM
571
5722000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
573
574        * console/console.c: Fix polled input.
575
5762000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
577
578        * README: Updated.
579        * console/console.c: Addition of support for shared printk and
580        no termios.
581        * include/bsp.h: Addition of second parameter to
582        rtems_enet_driver_attach. Removed prototypes for printk and
583        BSP_output_string.
584        * network/network.c(rtems_enet_driver_attach): Addition of second
585        parameter to function.
586
5872000-08-10      Joel Sherrill <joel@OARcorp.com>
588
589        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.