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

4.104.115
Last change on this file since bc98089 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[6b2b37d2]12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
[a3a6fae]6
7        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
8        Should be automatically handled by confdefs.h or the application.
9
[d1be26b]102009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
13        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
14        have the same options.
15
[0aa4b0f]162009-04-28      Chris Johns <chrisj@rtems.org>
17
18        * dlentry/dlentry.S: Update for boot_card command line change.
19
[ec11156e]202008-12-18      Michael Hamel <nigel@adi.co.nz>
21
22        PR 1349/bsps
23        * startup/bspstart.c: Add missing volatile on UART access pointer.
24
[9957dbf]252008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * Makefile.am, preinstall.am: Use shared tm27.h stub.
28        * include/tm27.h: Removed.
29
[544b5ac1]302008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * include/tm27.h: Remove reference to set_vector.
33
[81ec5044]342008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
37        of building libbspstart.a, using automake-rules.
38
[64eb0c7]392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate *_SOURCES.
42
[e94666d]432008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
46        components.
47
[4ba8866]482008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Remove noinst_PROGRAMS (Unused).
51
[c06b3fa]522008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
55
[95aa5e1]562008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * configure.ac: Make letting boot_card() handle work area allocation
59        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
60        BSP_BOOTCARD_OPTIONS.
61
[1762375]622008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
65        optionally print a message, poll for user to press key, and call
66        bsp_reset(). Using this eliminates the various bsp_cleanup()
67        implementations which had their own implementation and variety of
68        string constants.
69        * startup/bspclean.c: Removed.
70
[284ed06a]712008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am, startup/linkcmds: Use top level shared
74        bsp_get_work_area() implementation.
75        * startup/bspgetworkarea.c: Removed.
76
[c4515a1]772008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile.am, configure.ac, startup/bspstart.c: Create
80        bsp_get_work_area() into its own file and use BSP Framework to
81        perform more initialization.
82        * startup/bspgetworkarea.c: New file.
83
[f8a59051]842008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * startup/bspstart.c: Convert to "bool".
87
[f80453f0]882008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * irq/irq.c, irq/irq_init.c, startup/bspstart.c:
91        Add missing prototypes.
92
[e483dc3]932008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * Makefile.am: Do not build .rel files. Reduces code bloat.
96
[1380b630]972008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * Makefile.am: Remove reference to startup/setvec.c.
100
[fc1b5cf5]1012008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * .cvsignore, include/.cvsignore: New files.
104
[574fb67]1052008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
106
107        * irq/irq.c: adapted DCR access syntax
108       
109        * startup/linkcmds, startup/bspstartup.c, Makefile.am:
110        adapted to exception support code
111
[3c6fe2e]1122008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
113
114        * README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
115        * Makefile.am, preinstall.am, dlentry/dlentry.S,
116        * include/bsp.h,  include/coverhd.h, include/tm27.h
117        * irq/irq.c, irq/irq.h, irq/irq_init.c,
118        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds:
119
120        Added BSP contributed by Michael Hamel
121
122
123
124
Note: See TracBrowser for help on using the repository browser.