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

4.104.115
Last change on this file since 70515ca was 70515ca, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:53:28

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/haleakala.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/haleakala.cfg: Remove RTEMS_BSP_FAMILY.
4
52009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Don't add -ansi -fasm to CFLAGS.
8
92009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * startup/linkcmds: Fix up .sbss .sbss.* section handling.
12
132009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * make/custom/haleakala.cfg: New (relocated from /make/custom).
16
172009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
20
21 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
24        Should be automatically handled by confdefs.h or the application.
25
262009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
29        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
30        have the same options.
31
322009-04-28      Chris Johns <chrisj@rtems.org>
33
34        * dlentry/dlentry.S: Update for boot_card command line change.
35
362008-12-18      Michael Hamel <nigel@adi.co.nz>
37
38        PR 1349/bsps
39        * startup/bspstart.c: Add missing volatile on UART access pointer.
40
412008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * Makefile.am, preinstall.am: Use shared tm27.h stub.
44        * include/tm27.h: Removed.
45
462008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * include/tm27.h: Remove reference to set_vector.
49
502008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
53        of building libbspstart.a, using automake-rules.
54
552008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Eliminate *_SOURCES.
58
592008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
62        components.
63
642008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Remove noinst_PROGRAMS (Unused).
67
682008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
71
722008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * configure.ac: Make letting boot_card() handle work area allocation
75        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
76        BSP_BOOTCARD_OPTIONS.
77
782008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
81        optionally print a message, poll for user to press key, and call
82        bsp_reset(). Using this eliminates the various bsp_cleanup()
83        implementations which had their own implementation and variety of
84        string constants.
85        * startup/bspclean.c: Removed.
86
872008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * Makefile.am, startup/linkcmds: Use top level shared
90        bsp_get_work_area() implementation.
91        * startup/bspgetworkarea.c: Removed.
92
932008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * Makefile.am, configure.ac, startup/bspstart.c: Create
96        bsp_get_work_area() into its own file and use BSP Framework to
97        perform more initialization.
98        * startup/bspgetworkarea.c: New file.
99
1002008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * startup/bspstart.c: Convert to "bool".
103
1042008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * irq/irq.c, irq/irq_init.c, startup/bspstart.c:
107        Add missing prototypes.
108
1092008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * Makefile.am: Do not build .rel files. Reduces code bloat.
112
1132008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Remove reference to startup/setvec.c.
116
1172008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * .cvsignore, include/.cvsignore: New files.
120
1212008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
122
123        * irq/irq.c: adapted DCR access syntax
124       
125        * startup/linkcmds, startup/bspstartup.c, Makefile.am:
126        adapted to exception support code
127
1282008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
129
130        * README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
131        * Makefile.am, preinstall.am, dlentry/dlentry.S,
132        * include/bsp.h,  include/coverhd.h, include/tm27.h
133        * irq/irq.c, irq/irq.h, irq/irq_init.c,
134        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds:
135
136        Added BSP contributed by Michael Hamel
137
138
139
140
Note: See TracBrowser for help on using the repository browser.