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
Line 
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>
6
7        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
8        Should be automatically handled by confdefs.h or the application.
9
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
162009-04-28      Chris Johns <chrisj@rtems.org>
17
18        * dlentry/dlentry.S: Update for boot_card command line change.
19
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
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
302008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * include/tm27.h: Remove reference to set_vector.
33
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
392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate *_SOURCES.
42
432008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
46        components.
47
482008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Remove noinst_PROGRAMS (Unused).
51
522008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
55
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
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
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
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
842008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * startup/bspstart.c: Convert to "bool".
87
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
932008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * Makefile.am: Do not build .rel files. Reduces code bloat.
96
972008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * Makefile.am: Remove reference to startup/setvec.c.
100
1012008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * .cvsignore, include/.cvsignore: New files.
104
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
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.