source: rtems/c/src/lib/libbsp/powerpc/haleakala/ChangeLog @ 39a9f8e

4.104.115
Last change on this file since 39a9f8e was 39a9f8e, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 12/17/09 at 08:42:17

adapted to new prototype for *_write function

  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[39a9f8e]12009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * startup/bspstart.c: warning removal
4
[3a6f4e2]52009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * INSTALL: Remove.
8
[2d2de4eb]92009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
10
11        * Makefile.am, preinstall.am: Update for exception support changes.
12        * irq/irq.c, include/tm27.h: Changed exception header file includes.
13        * startup/bspstart.c: Changed exception header file includes.  Update
14        for ppc_exc_initialize() changes.
15
[70515ca]162009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * make/custom/haleakala.cfg: Remove RTEMS_BSP_FAMILY.
19
[218a2bb]202009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: Don't add -ansi -fasm to CFLAGS.
23
[2787a05]242009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * startup/linkcmds: Fix up .sbss .sbss.* section handling.
27
[5c91615e]282009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * make/custom/haleakala.cfg: New (relocated from /make/custom).
31
[6b2b37d2]322009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
35
36 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
[a3a6fae]37
38        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
39        Should be automatically handled by confdefs.h or the application.
40
[d1be26b]412009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
44        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
45        have the same options.
46
[0aa4b0f]472009-04-28      Chris Johns <chrisj@rtems.org>
48
49        * dlentry/dlentry.S: Update for boot_card command line change.
50
[ec11156e]512008-12-18      Michael Hamel <nigel@adi.co.nz>
52
53        PR 1349/bsps
54        * startup/bspstart.c: Add missing volatile on UART access pointer.
55
[9957dbf]562008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * Makefile.am, preinstall.am: Use shared tm27.h stub.
59        * include/tm27.h: Removed.
60
[544b5ac1]612008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * include/tm27.h: Remove reference to set_vector.
64
[81ec5044]652008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
68        of building libbspstart.a, using automake-rules.
69
[64eb0c7]702008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Eliminate *_SOURCES.
73
[e94666d]742008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
77        components.
78
[4ba8866]792008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * Makefile.am: Remove noinst_PROGRAMS (Unused).
82
[c06b3fa]832008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
86
[95aa5e1]872008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * configure.ac: Make letting boot_card() handle work area allocation
90        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
91        BSP_BOOTCARD_OPTIONS.
92
[1762375]932008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
96        optionally print a message, poll for user to press key, and call
97        bsp_reset(). Using this eliminates the various bsp_cleanup()
98        implementations which had their own implementation and variety of
99        string constants.
100        * startup/bspclean.c: Removed.
101
[284ed06a]1022008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * Makefile.am, startup/linkcmds: Use top level shared
105        bsp_get_work_area() implementation.
106        * startup/bspgetworkarea.c: Removed.
107
[c4515a1]1082008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * Makefile.am, configure.ac, startup/bspstart.c: Create
111        bsp_get_work_area() into its own file and use BSP Framework to
112        perform more initialization.
113        * startup/bspgetworkarea.c: New file.
114
[f8a59051]1152008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * startup/bspstart.c: Convert to "bool".
118
[f80453f0]1192008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * irq/irq.c, irq/irq_init.c, startup/bspstart.c:
122        Add missing prototypes.
123
[e483dc3]1242008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * Makefile.am: Do not build .rel files. Reduces code bloat.
127
[1380b630]1282008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Remove reference to startup/setvec.c.
131
[fc1b5cf5]1322008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * .cvsignore, include/.cvsignore: New files.
135
[574fb67]1362008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
137
138        * irq/irq.c: adapted DCR access syntax
139       
140        * startup/linkcmds, startup/bspstartup.c, Makefile.am:
141        adapted to exception support code
142
[3c6fe2e]1432008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
144
145        * README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
146        * Makefile.am, preinstall.am, dlentry/dlentry.S,
147        * include/bsp.h,  include/coverhd.h, include/tm27.h
148        * irq/irq.c, irq/irq.h, irq/irq_init.c,
149        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds:
150
151        Added BSP contributed by Michael Hamel
152
153
154
155
Note: See TracBrowser for help on using the repository browser.