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

4.104.115
Last change on this file since 848c996 was 848c996, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/09 at 15:21:07

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

  • make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg).
  • make/custom/lpc24xx.cfg: Removed.
  • make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg, make/custom/lpc24xx_ncs_rom_ext.cfg, make/custom/lpc24xx_ncs_rom_int.cfg: Include make/custom/lpc24xx.inc.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg).
4        * make/custom/lpc24xx.cfg: Removed.
5        * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg,
6        make/custom/lpc24xx_ncs_rom_ext.cfg,
7        make/custom/lpc24xx_ncs_rom_int.cfg:
8        Include make/custom/lpc24xx.inc.
9
102009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * make/custom/lpc24xx.cfg: New (relocated from /make/custom).
13        * make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom).
14        * make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom).
15        * make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom).
16        * make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
17
182009-10-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        * startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
21        startup/linkcmds.lpc2478_ncs_ram: Removed files.
22        * startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
23        startup/linkcmds.lpc24xx_ncs_rom_ext,
24        startup/linkcmds.lpc24xx_ncs_rom_int: New files.
25        * Makefile.am, README, configure.ac, preinstall.am, misc/io.c,
26        startup/linkcmds: Changes throughout.
27
282009-09-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
29
30        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: Add
31        missing files.
32
332009-09-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
34
35        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: New files.
36        * Makefile.am, configure.ac, i2c/i2c.c, include/bsp.h, include/dma.h,
37        include/i2c.h, include/io.h, include/irq.h, include/lpc24xx.h,
38        include/ssp.h, include/system-clocks.h, irq/irq.c, misc/bspidle.c,
39        misc/dma.c, misc/io.c, misc/system-clocks.c, network/network.c,
40        ssp/ssp.c, startup/bspstart.c: Changes throughout.
41
422009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
45
46 2009-08-27     Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * misc/bspidle.c: Include bsp.h and fix prototype.
49
502009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle
53        thread to bsp_idle_thread.
54        * misc/bspidle.c: New file.
55        * include/idle.h, misc/idle.c: Removed.
56
572009-08-06      Sebastian Huber <sebastian.huber@embedded-brains.de>
58
59        * startup/linkcmds, startup/linkcmds.lpc2478,
60        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
61        Fixed dummy entries.
62
632009-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
64
65        * startup/linkcmds, startup/linkcmds.lpc2478,
66        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
67        Dummy entries for toolchain compatibility.
68
692009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
72        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
73        have the same options.
74
752009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
76
77        * i2c/i2c.c, include/i2c.h, include/idle.h, include/io.h, misc/idle.c,
78        misc/io.c: New files.
79        * Makefile.am, README, configure.ac, preinstall.am,
80        clock/clock-config.c, console/console-config.c, include/irq.h,
81        include/dma.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
82        misc/dma.c, misc/system-clocks.c, network/network.c, rtc/rtc-config.c,
83        startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
84        startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
85        startup/linkcmds.lpc2478_ncs_ram: Changes throughout.
86
872009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
88
89        * README: Added NCS.
90        * Makefile.am, configure.ac, preinstall.am: Added BSP variants.
91        * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed
92        register settings.  Cleanup.
93        * include/bsp.h: Added network defines and functions.
94        * include/lpc24xx.h: Added AHB and EMC defines.  Fixed Ethernet status
95        sizes.
96        * include/system-clocks.h, misc/system-clocks.c: Added micro seconds
97        delay function that uses Timer 1.  Changed PLL setup.
98        * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478,
99        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New
100        files.
101        * startup/bspstart.c: Added EMC initialization.  Changes for ROM boot.
102
1032009-02-17      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
106
1072009-02-13      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * Makefile.am, preinstall.am: Use stub tm27.h.
110
1112008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).
114        Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
115        * include/bsp.h: #include <bspopts.h>.
116        * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC,
117        LPC24XX_OSCILLATOR_MAIN through bspopts.h.
118
1192008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * bsp_specs: Move -e start from *link to *startfile to avoid warning
122        for undefined entry symbol when linking relocatables with binutils
123        2.19.
124
1252008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * Makefile.am, preinstall.am: Add timer driver stub.
128
1292008-09-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
130
131        * ssp/ssp.c, misc/dma.c, include/dma.h, include/ssp.h: New files.
132
133        * Makefile.am, preinstall.am, README: Update.
134
135        * include/irq.h: Fixed typos.
136
137        * include/lpc24xx.h: New defines and types.  Converted to UNIX line
138        endings.
139
140        * misc/system-clocks.c, startup/bspstart.c: Update for utility.h
141        changes.
142
1432008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * clock/clock-config.c: include "../../../shared/clockdrv_shell.h".
146        * Makefile.am: Reflect changes above.
147
1482008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
151        of building libbspstart.a, using automake-rules.
152
1532008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * Makefile.am: Eliminate *_SOURCES.
156
1572008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
160        components.
161
1622008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
165
1662008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * preinstall.am: Regenerated.
169
1702008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Eliminates libcpudir.
173
1742008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * Makefile.am: Remove NETWORKING (Sources are missing).
177
1782008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
181
1822008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Add bsp_specs.
185
1862008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        PR 1322/bsps
189        * include/bspopts.h.in: Remove.
190
1912008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
194        work area allocation mandatory. Rename
195        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
196
1972008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * README: Add URL.
200
2012008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
202
203        * Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
204        Move utility.h
205
2062008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
209        can optionally print a message, poll for user to press key, and call
210        bsp_reset(). Using this eliminates the various bsp_cleanup()
211        implementations which had their own implementation and variety of
212        string constants.
213
2142008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * .cvsignore, include/bspopts.h.in: New files.
217
2182008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
219
220        * bsp_specs, clock/clock-config.c, configure.ac,
221        console/console-config.c, include/bsp.h, include/irq-config.h,
222        include/irq.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
223        Makefile.am, misc/system-clocks.c, preinstall.am, README,
224        rtc/rtc-config.c, startup/bspstart.c, startup/linkcmds: New files.
Note: See TracBrowser for help on using the repository browser.