source: rtems/c/src/lib/libbsp/arm/lpc24xx/ChangeLog @ ef06d30

4.104.115
Last change on this file since ef06d30 was ef06d30, checked in by Joel Sherrill <joel.sherrill@…>, on 02/13/09 at 20:47:27

2009-02-13 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use stub tm27.h.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12009-02-13      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, preinstall.am: Use stub tm27.h.
4
52008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).
8        Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
9        * include/bsp.h: #include <bspopts.h>.
10        * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC,
11        LPC24XX_OSCILLATOR_MAIN through bspopts.h.
12
132008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * bsp_specs: Move -e start from *link to *startfile to avoid warning
16        for undefined entry symbol when linking relocatables with binutils
17        2.19.
18
192008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * Makefile.am, preinstall.am: Add timer driver stub.
22
232008-09-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * ssp/ssp.c, misc/dma.c, include/dma.h, include/ssp.h: New files.
26
27        * Makefile.am, preinstall.am, README: Update.
28
29        * include/irq.h: Fixed typos.
30
31        * include/lpc24xx.h: New defines and types.  Converted to UNIX line
32        endings.
33
34        * misc/system-clocks.c, startup/bspstart.c: Update for utility.h
35        changes.
36
372008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * clock/clock-config.c: include "../../../shared/clockdrv_shell.h".
40        * Makefile.am: Reflect changes above.
41
422008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
45        of building libbspstart.a, using automake-rules.
46
472008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Eliminate *_SOURCES.
50
512008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
54        components.
55
562008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
59
602008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * preinstall.am: Regenerated.
63
642008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Eliminates libcpudir.
67
682008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Remove NETWORKING (Sources are missing).
71
722008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
75
762008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Add bsp_specs.
79
802008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        PR 1322/bsps
83        * include/bspopts.h.in: Remove.
84
852008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
88        work area allocation mandatory. Rename
89        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
90
912008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * README: Add URL.
94
952008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
96
97        * Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
98        Move utility.h
99
1002008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
103        can optionally print a message, poll for user to press key, and call
104        bsp_reset(). Using this eliminates the various bsp_cleanup()
105        implementations which had their own implementation and variety of
106        string constants.
107
1082008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * .cvsignore, include/bspopts.h.in: New files.
111
1122008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
113
114        * bsp_specs, clock/clock-config.c, configure.ac,
115        console/console-config.c, include/bsp.h, include/irq-config.h,
116        include/irq.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
117        Makefile.am, misc/system-clocks.c, preinstall.am, README,
118        rtc/rtc-config.c, startup/bspstart.c, startup/linkcmds: New files.
Note: See TracBrowser for help on using the repository browser.