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

4.104.115
Last change on this file since b4a52b1 was b4a52b1, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/08 at 23:43:36

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

  • Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Create bsp_get_work_area() into its own file and use BSP Framework to perform more initialization.
  • startup/bspgetworkarea.c: New file.
  • Property mode set to 100644
File size: 19.6 KB
Line 
12008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
4        Create bsp_get_work_area() into its own file and use BSP Framework to
5        perform more initialization.
6        * startup/bspgetworkarea.c: New file.
7
82008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
11        phase, all prototypes were removed from bsp.h and empty
12        implementations were removed and made to use the shared stub.
13
142008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * ide/pcmcia_ide.c, irq/irq.c, startup/bspstart.c,
17        startup/bspstart.c.nocache: Convert to "bool".
18
192008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * clock/p_clock.c, console/console.c, irq/irq.c, irq/irq_init.c,
22        vectors/vectors_init.c: Add missing prototypes.
23
242008-07-29      Chris Johns <chrisj@rtems.org>
25
26        * ide/pcmcia_ide.c: Updated to the libblock changes.
27
282008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * startup/bspstart.c, startup/bspstart.c.nocache: Add capability for
31        bootcard.c BSP Initialization Framework to ask the BSP where it has
32        memory for the RTEMS Workspace and C Program Heap. These collectively
33        are referred to as work area. If the BSP supports this, then it does
34        not have to include code to split the available memory between the
35        two areas. This reduces the amount of code in the BSP specific
36        bspstart.c file. Additionally, the shared framework can initialize
37        the C Library, call rtems_debug_enable(), and dirty the work area
38        memory. Until most/all BSPs support this new capability, if the BSP
39        supports this, it should call
40        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
41        the transition is complete, this autoconf macro can be removed.
42
432008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
44
45        * irq/irq.c:
46        make sure, that the masking operations in
47        ICTL and MSR are executed in order
48
492008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * Makefile.am: Rework to avoid .rel files.
52
532008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * startup/bspstart.c, startup/bspstart.c.nocache: Refactored and
56        renamed initialization routines to rtems_initialize_data_structures,
57        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
58        rtems_initialize_start_multitasking. This opened the sequence up so
59        that bootcard() could provide a more robust and flexible framework
60        which is easier to explain and understand. This also lays the
61        groundwork for sharing the division of available memory between the
62        RTEMS workspace and heap and the C library initialization across all
63        BSPs.
64
652008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * startup/bspstart.c, startup/bspstart.c.nocache: Remove all references
68        to console_reserve_resources and termios_reserve_resources.
69
702008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * startup/linkcmds: Add wildcard to gcc_except_table section so
73        programs compiled with gcc 4.3.x can link.
74
752007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * include/bsp.h, startup/bspstart.c, startup/bspstart.c.nocache:
78        Eliminate copies of the Configuration Table. Use the RTEMS provided
79        accessor macros to obtain configuration fields.
80
812007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * startup/bspstart.c, startup/bspstart.c.nocache: Move
84        interrupt_stack_size field from CPU Table to Configuration Table.
85        Eliminate CPU Table from all ports. Delete references to CPU Table in
86        all forms.
87
882007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * Makefile.am: Add bsppredriverhook.c.
91        * irq/irq.h: Attempt to correct definition of
92        BSP_CPM_IRQ_LOWEST_OFFSET.
93
942007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * startup/bspstart.c, startup/bspstart.c.nocache: Moved most of the
97        remaining CPU Table fields to the Configuration Table. This included
98        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
99        do_zero_of_workspace, extra_mpci_receive_server_stack,
100        stack_allocate_hook, and stack_free_hook. As a side-effect of this
101        effort some multiprocessing code was made conditional and some style
102        clean up occurred.
103
1042007-11-30      Till Straumann <strauman@slac.stanford.edu>
105
106        * irq/irq.h, irq/irq_init.c: Removed the definition
107        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
108        initialize the irqBase member of the rtems_irq_global_settings
109        struct. However, irqBase is an rtems_irq_symbolic_name,
110        so using BSP_LOWEST_OFFSET is more appropriate.
111
1122007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * startup/bspstart.c, startup/bspstart.c.nocache: Eliminate PowerPC
115        specific elements from the CPU Table. They have been replaced with
116        variables named bsp_XXX as needed.
117
1182007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        PR 1257/bsps
121        * irq/irq.c: Code outside of cpukit should use the public API for
122        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
123        public API and directly accessing _CPU_ISR_Disable and
124        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
125        directive which could lead to problems. This patch also changes the
126        type of the variable passed into these routines and addresses minor
127        style issues.
128
1292007-07-12      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * Makefile.am: Correct so it now links.
132
1332007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
134
135        * vectors/vectors_init.c, irq/irq_init.c:
136        adapted to shared exception code
137
1382007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * bsp_specs: Remove qrtems_debug.
141
1422007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * bsp_specs: Remove lib (Now expected to exist in GCC).
145
1462007-03-15  Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
147
148        * startup/bspstart.c: set external clock to 0 for some boards to
149        match the "auto clock detection" scheme in the libcpu clock driver
150        * startup/linkcmds: remove content of dpram section to avoid
151        download hangs with the EPPCBug board monitor
152
1532006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * network/network.c, startup/imbx8xx.c: Minor warning fixes.
156
1572006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * configure.ac: New BUG-REPORT address.
160
1612006-11-15      Joel Sherrill <joel@OARcorp.com>
162
163        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
164        file and simplified initialization.
165
1662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * configure.ac: Require autoconf-2.60. Require automake-1.10.
169
1702006-08-09      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
173
1742006-03-08      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/linkcmds: Add .gnu.linkonce.b.* section.
177
1782006-02-08      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/linkcmds: Add sections required by newer gcc versions.
181
1822006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * configure.ac: Remove explicit ampolish3 support (now in
185        RTEMS_BSP_CONFIGURE).
186
1872006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * configure.ac: Add ampolish3 support.
190        * Makefile.am: Add preinstall.am.
191
1922006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * Makefile.am: Don't include subdirs.am.
195
1962005-10-06      Till Straumann <strauman@slac.stanford.edu>
197
198        PR 833/bsps
199        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
200        the FPU across the user ISR but DONT save/restore the FPU context.
201        Any use of the FPU fron the user handler (e.g., due to GCC
202        optimizations) result in corruption. The fix results in an exception
203        in such cases (user ISR must explicitely save/enable/restore FPU).
204
2052005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
206
207        PR 527/bsps
208        PR 822/bsps
209        * console/console.c, startup/bspstart.c, startup/imbx8xx.c,
210        startup/mmutlbtab.c, startup/start.S, vectors/vectors_init.c:
211        Currently the MBX8xx BSP does not boot, because some logical errors
212        are in the startup code. Additionally, the mpc8xx shared clock driver
213        does not support the clocking scheme of some of the board variants,
214        which are clocked from a 32768Hz (!) external crystal.
215
2162003-12-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * startup/Makefile.am: start.S instead of start.s.
219
2202003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        PR 545/bsps
223        * startup/setvec.c: Removed.
224        * startup/Makefile.am: Remove setvec.c.
225
2262003-10-22      Joel Sherrill <joel@OARcorp.com>
227
228        PR 510/bsps
229        * irq/irq.h: Add extern C wrapper.
230
2312003-09-04      Joel Sherrill <joel@OARcorp.com>
232
233        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
234        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
235        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
236        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
237        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
238
2392003-08-22      Joel Sherrill <joel@OARcorp.com>
240
241        PR 445/bsps
242        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
243        trunk.
244
2452003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248
2492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
252
2532003-07-18      Till Straumann <strauman@slac.stanford.edu>
254
255        PR 288/rtems
256        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
257        maintained.
258
2592003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
260
261        PR 368/filesystem
262        * ide/*: added BSP support for libchip standard ide driver
263
2642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Remove AC_CONFIG_AUX_DIR.
267
2682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
271
2722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: AC_PREREQ(2.57).
275
2762003-01-20      Joel Sherrill <joel@OARcorp.com>
277
278        * startup/linkcmds*: Add FreeBSD sysctl() sections.
279
2802002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285        Remove SORDID_HACK. Eliminate *_O_FILES.
286        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289
2902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293
2942002-11-04      Joel Sherrill <joel@OARcorp.com>
295
296        * console/console.c, network/network.c: Removed warnings.
297
2982002-11-04      Joel Sherrill <joel@OARcorp.com>
299
300        * console/console.c, network/network.c: Removed warnings.
301
3022002-11-01      Joel Sherrill <joel@OARcorp.com>
303
304        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
305        warnings.
306
3072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * .cvsignore: Reformat.
310        Add autom4te*cache.
311        Remove autom4te.cache.
312
3132002-08-21      Joel Sherrill <joel@OARcorp.com>
314
315        * bsp_specs: Added support for -nostdlibs.
316
3172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
326
3272002-08-01      Joel Sherrill <joel@OARcorp.com>
328
329        * include/coverhd.h: Per PR261 removed include of
330        <rtems/score/targopts.h> because the file is no longer being
331        generated and really wasn't being used anyway.
332
3332002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
336
3372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
340        Remove $(OBJS) from all-local.
341
3422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
345
3462001-05-09      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/linkcmds: In support of gcc 3.1, added one of more
349        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
350        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
351        and direction of segments to memory regions may also have been
352        addressed.  This was a sweep across all BSPs.
353 
3542002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
357        Fix loopCounter.
358        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
359        * vectors/vectors.S: Ditto.
360        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
361
3622002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
365
3662002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
369          Remove RTEMS_ENABLE_LIBCDIR.
370
3712001-04-08      Joel Sherrill <joel@OARcorp.com>
372
373        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
374 
3752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac:
378        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
379        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
380        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
389
3902001-01-16      Eric Valette <valette@crt.canon.fr>
391
392        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
393        in RAM and Flash based code.  The code executed for the Flash
394        version runs in both cases (code in Flash/code in RAM) but as it
395        is less efficient than the one optimized for RAM, it put it inside
396        ifdef.  A compilation error is generated if code is linked in Flash
397        with the correct ifdef set...
398
3992001-01-16      Eric Valette <valette@crt.canon.fr>
400
401        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
402        Quoting Eric, "In theory it should be applied in each mpc8xx
403        related BSP but as I cannot test it plase maintainer/users
404        submit patch accordingly."
405
4062002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
409
4102001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
413
4142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
417
4182001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
421        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
422
4232001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: Add @exceptions@ to SUBDIRS.
426        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
427        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
428        * include/Makefile.am: Convert PREINSTALL_FILES to
429        TMPINSTALL_FILES, include force-preinstall.am.
430        * vectors/Makefile.am: remove bogus VPATH.
431        * wrapup/Makefile.am: Apply @exceptions@.
432
4332001-10-29      Joel Sherrill <joel@OARcorp.com>
434
435        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
436
4372001-10-12      Joel Sherrill <joel@OARcorp.com>
438
439        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
440        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
441        startup/start.S: Fixed typo.
442
4432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
446        * configure.in: Remove.
447        * configure.ac: New file, generated from configure.in by autoupdate.
448
4492001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
452        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
453        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
454
4552001-08-31  Eric Valette <valette@crf.canon.fr>
456
457        * network/network.c: Fix to account for return value when
458        installing interrupts handler.
459
4602001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.in: Add bspopts.h.
463        * include/.cvsignore: Add bspopts.h*, stamp-h*.
464        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
465        * include/bsp.h: Include bspopts.h.
466
4672000-06-08      Eric Valette <valette@crf.canon.fr>
468
469        * console/console.c, include/commproc.h, startup/start.S:
470        The printk/printf did not work when loaded by EPPCBUG. They did
471        work when loaded with the BDM debugger.  I suspected EPPBUG
472        made some nasty things like patching Communication processor
473        microcode...  Anyway, the attached patch:
474          1) Enables to have printk nearly immediately after boot,
475          2) Make printf work automagically (I do not know why except I make a
476        different initialization for printk that should be overwritten by
477        console init later ?)
478
479        I let the default to be using EPPCBUG embedded firmware to boot and
480        using this printk early enabler code (LOADED_BY_EPPCBUG and
481        EARLY_CONSOLE) are on.
482
4832001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
484
485        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
486
4872001-04-20      Eric Valette <valette@crf.canon.fr>
488
489        * include/bsp.h: Added include of <bsp/vectors.h>
490        * vectors/vectors.h: Corrected typos.
491
4922001-04-11      Eric Valette <valette@crf.canon.fr>
493
494        * network/network.c: Fix unnecessary double assignment.
495
4962001-03-30      Eric Valette <valette@crf.canon.fr>
497
498        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
499        include/8xx_immap.h, include/commproc.h, include/mbx.h,
500        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
501        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
502        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
503        vectors/vectors_init.c: New files.
504        * Makefile.am, configure.in, console/console.c,
505        include/Makefile.am, network/network.c, startup/Makefile.am,
506        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
507        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
508        The modifications to this BSP reflect the conversion of the
509        mpc8xx CPU to the "new exception processing model."
510
5112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
514
5152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
518
5192000-11-01      Joel Sherrill <joel@OARcorp.com>
520
521        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
522        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
523        now must be referenced as <rtems/XXX.h>.   Header file order
524        was cleaned up while doing this.
525        Also removed obsolete references to STACK_CHECKER_ON.
526
5272000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
530        Switch to GNU canonicalization.
531
5322000-10-20      Joel Sherrill <joel@OARcorp.com>
533
534        * console/console.c: Add mbx8xx_console_get_configuration() which
535        returns either nvram configuration or a static equivalent.
536
5372000-10-18      Joel Sherrill <joel@OARcorp.com>
538
539        * console/console.c: Added BSP dependent routine
540        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
541        console-generic code.  This avoids libcpu use of bsp.h.
542
5432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
546        wrapup/Makefile.am: Include compile.am
547
5482000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
551
5522000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
553
554        * README:
555        * console/console.c:
556        * include/bsp.h:
557        * network/network.c:
558        * startup/bspstart.c:
559        Add support for configuration parameters in NVRAM
560
5612000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
562
563        * console/console.c: Fix polled input.
564
5652000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
566
567        * README: Updated.
568        * console/console.c: Addition of support for shared printk and
569        no termios.
570        * include/bsp.h: Addition of second parameter to
571        rtems_enet_driver_attach. Removed prototypes for printk and
572        BSP_output_string.
573        * network/network.c(rtems_enet_driver_attach): Addition of second
574        parameter to function.
575
5762000-08-10      Joel Sherrill <joel@OARcorp.com>
577
578        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.