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

4.104.115
Last change on this file since 1762375 was 1762375, checked in by Joel Sherrill <joel.sherrill@…>, on 09/22/08 at 21:50:40

2008-09-22 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants.
  • startup/bspclean.c: Removed.
  • Property mode set to 100644
File size: 1.9 KB
Line 
12008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
4        optionally print a message, poll for user to press key, and call
5        bsp_reset(). Using this eliminates the various bsp_cleanup()
6        implementations which had their own implementation and variety of
7        string constants.
8        * startup/bspclean.c: Removed.
9
102008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * Makefile.am, startup/linkcmds: Use top level shared
13        bsp_get_work_area() implementation.
14        * startup/bspgetworkarea.c: Removed.
15
162008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * Makefile.am, configure.ac, startup/bspstart.c: Create
19        bsp_get_work_area() into its own file and use BSP Framework to
20        perform more initialization.
21        * startup/bspgetworkarea.c: New file.
22
232008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * startup/bspstart.c: Convert to "bool".
26
272008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * irq/irq.c, irq/irq_init.c, startup/bspstart.c:
30        Add missing prototypes.
31
322008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * Makefile.am: Do not build .rel files. Reduces code bloat.
35
362008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Remove reference to startup/setvec.c.
39
402008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * .cvsignore, include/.cvsignore: New files.
43
442008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
45
46        * irq/irq.c: adapted DCR access syntax
47       
48        * startup/linkcmds, startup/bspstartup.c, Makefile.am:
49        adapted to exception support code
50
512008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
52
53        * README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
54        * Makefile.am, preinstall.am, dlentry/dlentry.S,
55        * include/bsp.h,  include/coverhd.h, include/tm27.h
56        * irq/irq.c, irq/irq.h, irq/irq_init.c,
57        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds:
58
59        Added BSP contributed by Michael Hamel
60
61
62
63
Note: See TracBrowser for help on using the repository browser.