source: rtems/c/src/lib/libbsp/powerpc/haleakala/ChangeLog @ 976b159

4.104.115
Last change on this file since 976b159 was 0aa4b0f, checked in by Chris Johns <chrisj@…>, on 04/28/09 at 06:32:31

2009-04-28 Chris Johns <chrisj@…>

  • dlentry/dlentry.S: Update for boot_card command line change.
  • Property mode set to 100644
File size: 3.2 KB
Line 
12009-04-28      Chris Johns <chrisj@rtems.org>
2
3        * dlentry/dlentry.S: Update for boot_card command line change.
4
52008-12-18      Michael Hamel <nigel@adi.co.nz>
6
7        PR 1349/bsps
8        * startup/bspstart.c: Add missing volatile on UART access pointer.
9
102008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * Makefile.am, preinstall.am: Use shared tm27.h stub.
13        * include/tm27.h: Removed.
14
152008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * include/tm27.h: Remove reference to set_vector.
18
192008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
22        of building libbspstart.a, using automake-rules.
23
242008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * Makefile.am: Eliminate *_SOURCES.
27
282008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
31        components.
32
332008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Remove noinst_PROGRAMS (Unused).
36
372008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
40
412008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * configure.ac: Make letting boot_card() handle work area allocation
44        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
45        BSP_BOOTCARD_OPTIONS.
46
472008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
50        optionally print a message, poll for user to press key, and call
51        bsp_reset(). Using this eliminates the various bsp_cleanup()
52        implementations which had their own implementation and variety of
53        string constants.
54        * startup/bspclean.c: Removed.
55
562008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * Makefile.am, startup/linkcmds: Use top level shared
59        bsp_get_work_area() implementation.
60        * startup/bspgetworkarea.c: Removed.
61
622008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile.am, configure.ac, startup/bspstart.c: Create
65        bsp_get_work_area() into its own file and use BSP Framework to
66        perform more initialization.
67        * startup/bspgetworkarea.c: New file.
68
692008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * startup/bspstart.c: Convert to "bool".
72
732008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * irq/irq.c, irq/irq_init.c, startup/bspstart.c:
76        Add missing prototypes.
77
782008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * Makefile.am: Do not build .rel files. Reduces code bloat.
81
822008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Remove reference to startup/setvec.c.
85
862008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * .cvsignore, include/.cvsignore: New files.
89
902008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
91
92        * irq/irq.c: adapted DCR access syntax
93       
94        * startup/linkcmds, startup/bspstartup.c, Makefile.am:
95        adapted to exception support code
96
972008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
98
99        * README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
100        * Makefile.am, preinstall.am, dlentry/dlentry.S,
101        * include/bsp.h,  include/coverhd.h, include/tm27.h
102        * irq/irq.c, irq/irq.h, irq/irq_init.c,
103        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds:
104
105        Added BSP contributed by Michael Hamel
106
107
108
109
Note: See TracBrowser for help on using the repository browser.