source: rtems/c/src/lib/libbsp/powerpc/haleakala/ChangeLog @ 64eb0c7

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Eliminate *_SOURCES.
  • Property mode set to 100644
File size: 2.5 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate *_SOURCES.
4
52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
8        components.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove noinst_PROGRAMS (Unused).
13
142008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
17
182008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * configure.ac: Make letting boot_card() handle work area allocation
21        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
22        BSP_BOOTCARD_OPTIONS.
23
242008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
27        optionally print a message, poll for user to press key, and call
28        bsp_reset(). Using this eliminates the various bsp_cleanup()
29        implementations which had their own implementation and variety of
30        string constants.
31        * startup/bspclean.c: Removed.
32
332008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, startup/linkcmds: Use top level shared
36        bsp_get_work_area() implementation.
37        * startup/bspgetworkarea.c: Removed.
38
392008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, configure.ac, startup/bspstart.c: Create
42        bsp_get_work_area() into its own file and use BSP Framework to
43        perform more initialization.
44        * startup/bspgetworkarea.c: New file.
45
462008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * startup/bspstart.c: Convert to "bool".
49
502008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * irq/irq.c, irq/irq_init.c, startup/bspstart.c:
53        Add missing prototypes.
54
552008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * Makefile.am: Do not build .rel files. Reduces code bloat.
58
592008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Remove reference to startup/setvec.c.
62
632008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * .cvsignore, include/.cvsignore: New files.
66
672008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
68
69        * irq/irq.c: adapted DCR access syntax
70       
71        * startup/linkcmds, startup/bspstartup.c, Makefile.am:
72        adapted to exception support code
73
742008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
75
76        * README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
77        * Makefile.am, preinstall.am, dlentry/dlentry.S,
78        * include/bsp.h,  include/coverhd.h, include/tm27.h
79        * irq/irq.c, irq/irq.h, irq/irq_init.c,
80        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds:
81
82        Added BSP contributed by Michael Hamel
83
84
85
86
Note: See TracBrowser for help on using the repository browser.