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

4.104.115
Last change on this file since 2d2de4eb was 2d2de4eb, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/23/09 at 07:32:46

Update for exception support changes.

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