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

4.115
Last change on this file since a90576b6 was a90576b6, checked in by Joel Sherrill <joel.sherrill@…>, on 08/03/10 at 14:16:35

2010-08-03 Joel Sherrill <joel.sherrilL@…>

  • startup/bspstart.c: Add BSP_poll_char.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * startup/bspstart.c: Add BSP_poll_char.
4
52010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
8
92010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
10
11        * configure.ac: Added AC_CHECK_SIZEOF macro.
12
132010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
14
15        * start/start.S: removed "bootbard calling" warning
16
172009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
18
19        * startup/bspstart.c: warning removal
20
212009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * INSTALL: Remove.
24
252009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
26
27        * Makefile.am, preinstall.am: Update for exception support changes.
28        * irq/irq.c, include/tm27.h: Changed exception header file includes.
29        * startup/bspstart.c: Changed exception header file includes.  Update
30        for ppc_exc_initialize() changes.
31
322009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * make/custom/haleakala.cfg: Remove RTEMS_BSP_FAMILY.
35
362009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Don't add -ansi -fasm to CFLAGS.
39
402009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * startup/linkcmds: Fix up .sbss .sbss.* section handling.
43
442009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * make/custom/haleakala.cfg: New (relocated from /make/custom).
47
482009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
51
52 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
55        Should be automatically handled by confdefs.h or the application.
56
572009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
60        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
61        have the same options.
62
632009-04-28      Chris Johns <chrisj@rtems.org>
64
65        * dlentry/dlentry.S: Update for boot_card command line change.
66
672008-12-18      Michael Hamel <nigel@adi.co.nz>
68
69        PR 1349/bsps
70        * startup/bspstart.c: Add missing volatile on UART access pointer.
71
722008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * Makefile.am, preinstall.am: Use shared tm27.h stub.
75        * include/tm27.h: Removed.
76
772008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * include/tm27.h: Remove reference to set_vector.
80
812008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
84        of building libbspstart.a, using automake-rules.
85
862008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Eliminate *_SOURCES.
89
902008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
93        components.
94
952008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Remove noinst_PROGRAMS (Unused).
98
992008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
102
1032008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * configure.ac: Make letting boot_card() handle work area allocation
106        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
107        BSP_BOOTCARD_OPTIONS.
108
1092008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
112        optionally print a message, poll for user to press key, and call
113        bsp_reset(). Using this eliminates the various bsp_cleanup()
114        implementations which had their own implementation and variety of
115        string constants.
116        * startup/bspclean.c: Removed.
117
1182008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * Makefile.am, startup/linkcmds: Use top level shared
121        bsp_get_work_area() implementation.
122        * startup/bspgetworkarea.c: Removed.
123
1242008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * Makefile.am, configure.ac, startup/bspstart.c: Create
127        bsp_get_work_area() into its own file and use BSP Framework to
128        perform more initialization.
129        * startup/bspgetworkarea.c: New file.
130
1312008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * startup/bspstart.c: Convert to "bool".
134
1352008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * irq/irq.c, irq/irq_init.c, startup/bspstart.c:
138        Add missing prototypes.
139
1402008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * Makefile.am: Do not build .rel files. Reduces code bloat.
143
1442008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * Makefile.am: Remove reference to startup/setvec.c.
147
1482008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * .cvsignore, include/.cvsignore: New files.
151
1522008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
153
154        * irq/irq.c: adapted DCR access syntax
155       
156        * startup/linkcmds, startup/bspstartup.c, Makefile.am:
157        adapted to exception support code
158
1592008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
160
161        * README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
162        * Makefile.am, preinstall.am, dlentry/dlentry.S,
163        * include/bsp.h,  include/coverhd.h, include/tm27.h
164        * irq/irq.c, irq/irq.h, irq/irq_init.c,
165        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds:
166
167        Added BSP contributed by Michael Hamel
168
169
170
171
Note: See TracBrowser for help on using the repository browser.