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

4.104.115
Last change on this file since dddcb78e was 3a6f4e2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/12/09 at 08:45:35

2009-11-12 Ralf Corsépius <ralf.corsepius@…>

  • INSTALL: Remove.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * INSTALL: Remove.
4
52009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * Makefile.am, preinstall.am: Update for exception support changes.
8        * irq/irq.c, include/tm27.h: Changed exception header file includes.
9        * startup/bspstart.c: Changed exception header file includes.  Update
10        for ppc_exc_initialize() changes.
11
122009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * make/custom/haleakala.cfg: Remove RTEMS_BSP_FAMILY.
15
162009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * configure.ac: Don't add -ansi -fasm to CFLAGS.
19
202009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * startup/linkcmds: Fix up .sbss .sbss.* section handling.
23
242009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * make/custom/haleakala.cfg: New (relocated from /make/custom).
27
282009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
31
32 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
35        Should be automatically handled by confdefs.h or the application.
36
372009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
40        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
41        have the same options.
42
432009-04-28      Chris Johns <chrisj@rtems.org>
44
45        * dlentry/dlentry.S: Update for boot_card command line change.
46
472008-12-18      Michael Hamel <nigel@adi.co.nz>
48
49        PR 1349/bsps
50        * startup/bspstart.c: Add missing volatile on UART access pointer.
51
522008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * Makefile.am, preinstall.am: Use shared tm27.h stub.
55        * include/tm27.h: Removed.
56
572008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * include/tm27.h: Remove reference to set_vector.
60
612008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
64        of building libbspstart.a, using automake-rules.
65
662008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Eliminate *_SOURCES.
69
702008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
73        components.
74
752008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Remove noinst_PROGRAMS (Unused).
78
792008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
82
832008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * configure.ac: Make letting boot_card() handle work area allocation
86        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
87        BSP_BOOTCARD_OPTIONS.
88
892008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
92        optionally print a message, poll for user to press key, and call
93        bsp_reset(). Using this eliminates the various bsp_cleanup()
94        implementations which had their own implementation and variety of
95        string constants.
96        * startup/bspclean.c: Removed.
97
982008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile.am, startup/linkcmds: Use top level shared
101        bsp_get_work_area() implementation.
102        * startup/bspgetworkarea.c: Removed.
103
1042008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.am, configure.ac, startup/bspstart.c: Create
107        bsp_get_work_area() into its own file and use BSP Framework to
108        perform more initialization.
109        * startup/bspgetworkarea.c: New file.
110
1112008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * startup/bspstart.c: Convert to "bool".
114
1152008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * irq/irq.c, irq/irq_init.c, startup/bspstart.c:
118        Add missing prototypes.
119
1202008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * Makefile.am: Do not build .rel files. Reduces code bloat.
123
1242008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * Makefile.am: Remove reference to startup/setvec.c.
127
1282008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * .cvsignore, include/.cvsignore: New files.
131
1322008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
133
134        * irq/irq.c: adapted DCR access syntax
135       
136        * startup/linkcmds, startup/bspstartup.c, Makefile.am:
137        adapted to exception support code
138
1392008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
140
141        * README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
142        * Makefile.am, preinstall.am, dlentry/dlentry.S,
143        * include/bsp.h,  include/coverhd.h, include/tm27.h
144        * irq/irq.c, irq/irq.h, irq/irq_init.c,
145        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds:
146
147        Added BSP contributed by Michael Hamel
148
149
150
151
Note: See TracBrowser for help on using the repository browser.