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

4.115
Last change on this file since 6273201 was 77d9ccc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/18/11 at 07:29:48

2011-06-18 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove references to non-existing files.
  • Property mode set to 100644
File size: 5.2 KB
Line 
12011-06-18      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove references to non-existing files.
4
52011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.68, automake-1.11.1.
8
92010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
10
11        * startup/bspstart.c: Add BSP_poll_char.
12
132010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
16
172010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
18
19        * configure.ac: Added AC_CHECK_SIZEOF macro.
20
212010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
22
23        * start/start.S: removed "bootbard calling" warning
24
252009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
26
27        * startup/bspstart.c: warning removal
28
292009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * INSTALL: Remove.
32
332009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
34
35        * Makefile.am, preinstall.am: Update for exception support changes.
36        * irq/irq.c, include/tm27.h: Changed exception header file includes.
37        * startup/bspstart.c: Changed exception header file includes.  Update
38        for ppc_exc_initialize() changes.
39
402009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * make/custom/haleakala.cfg: Remove RTEMS_BSP_FAMILY.
43
442009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Don't add -ansi -fasm to CFLAGS.
47
482009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * startup/linkcmds: Fix up .sbss .sbss.* section handling.
51
522009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * make/custom/haleakala.cfg: New (relocated from /make/custom).
55
562009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
59
60 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
63        Should be automatically handled by confdefs.h or the application.
64
652009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
68        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
69        have the same options.
70
712009-04-28      Chris Johns <chrisj@rtems.org>
72
73        * dlentry/dlentry.S: Update for boot_card command line change.
74
752008-12-18      Michael Hamel <nigel@adi.co.nz>
76
77        PR 1349/bsps
78        * startup/bspstart.c: Add missing volatile on UART access pointer.
79
802008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * Makefile.am, preinstall.am: Use shared tm27.h stub.
83        * include/tm27.h: Removed.
84
852008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * include/tm27.h: Remove reference to set_vector.
88
892008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
92        of building libbspstart.a, using automake-rules.
93
942008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Eliminate *_SOURCES.
97
982008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
101        components.
102
1032008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * Makefile.am: Remove noinst_PROGRAMS (Unused).
106
1072008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
110
1112008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * configure.ac: Make letting boot_card() handle work area allocation
114        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
115        BSP_BOOTCARD_OPTIONS.
116
1172008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
120        optionally print a message, poll for user to press key, and call
121        bsp_reset(). Using this eliminates the various bsp_cleanup()
122        implementations which had their own implementation and variety of
123        string constants.
124        * startup/bspclean.c: Removed.
125
1262008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * Makefile.am, startup/linkcmds: Use top level shared
129        bsp_get_work_area() implementation.
130        * startup/bspgetworkarea.c: Removed.
131
1322008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * Makefile.am, configure.ac, startup/bspstart.c: Create
135        bsp_get_work_area() into its own file and use BSP Framework to
136        perform more initialization.
137        * startup/bspgetworkarea.c: New file.
138
1392008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * startup/bspstart.c: Convert to "bool".
142
1432008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * irq/irq.c, irq/irq_init.c, startup/bspstart.c:
146        Add missing prototypes.
147
1482008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * Makefile.am: Do not build .rel files. Reduces code bloat.
151
1522008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Remove reference to startup/setvec.c.
155
1562008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * .cvsignore, include/.cvsignore: New files.
159
1602008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
161
162        * irq/irq.c: adapted DCR access syntax
163       
164        * startup/linkcmds, startup/bspstartup.c, Makefile.am:
165        adapted to exception support code
166
1672008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
168
169        * README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
170        * Makefile.am, preinstall.am, dlentry/dlentry.S,
171        * include/bsp.h,  include/coverhd.h, include/tm27.h
172        * irq/irq.c, irq/irq.h, irq/irq_init.c,
173        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds:
174
175        Added BSP contributed by Michael Hamel
176
177
178
179
Note: See TracBrowser for help on using the repository browser.