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

4.104.115
Last change on this file since 5895c00 was 5895c00, checked in by Sebastian Huber <sebastian.huber@…>, on 04/30/10 at 13:45:33

2010-04-30 Sebastian Huber <sebastian.huber@…>

  • make/custom/lpc24xx.inc: Use VFP floating point model.
  • Property mode set to 100644
File size: 10.4 KB
Line 
12010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * make/custom/lpc24xx.inc: Use VFP floating point model.
4
52010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
6
7        * make/custom/lpc24xx.inc: removed over-paranoid warning switches
8
92010-04-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
10
11        * Makefile.am, configure.ac, include/lpc24xx.h, irq/irq.c,
12        make/custom/lpc24xx.inc, misc/io.c, startup/bspstart.c,
13        startup/bspstarthooks.c, startup/linkcmds.lpc2362: Changes throughout.
14
152010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
16
17        * configure.ac: make the lpc2362 a SMALL MEMORY BSP
18
192010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
20
21        * include/lpc-ethernet-config.h: Fixed IO configurations.
22
232010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * include/lpc-ethernet-config.h: New file.
26        * network/network.c: Removed file.
27        * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
28        include/lpc24xx.h: Changes throughout.
29
302009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
31
32        * clock/clock-config.c: Removed file.
33        * include/lpc-clock-config.h, make/custom/lpc2362.cfg,
34        startup/linkcmds.lpc2362: New files.
35        * Makefile.am, configure.ac, preinstall.am, console/console-config.c,
36        i2c/i2c.c, include/bsp.h, include/io.h, include/irq.h,
37        include/lpc24xx.h, irq/irq.c, make/custom/lpc24xx.inc, misc/dma.c,
38        misc/io.c, misc/timer.c, network/network.c, rtc/rtc-config.c,
39        startup/bspreset.c, startup/bspstart.c, startup/bspstarthooks.c,
40        startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
41        startup/linkcmds.lpc24xx_ncs_rom_ext,
42        startup/linkcmds.lpc24xx_ncs_rom_int: Changes throughout.
43
442009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Add RTEMS_BSP_LINKCMDS.
47        * make/custom/lpc24xx.inc: Remove LDFLAGS.
48        * make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS.
49        * make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS.
50        * make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS.
51        * make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS.
52        * startup/linkcmds: Remove.
53        * Makefile.am: Rework linkcmds handling.
54
552009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * clock/clock-config.c, misc/dma.c, network/network.c,
58        rtc/rtc-config.c, ssp/ssp.c: Remove unused vars.
59
602009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
61
62        * i2c/i2c.c, misc/dma-copy.c, network/network.c, ssp/ssp.c: Update for
63        interrupt handler type change.
64
652009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * make/custom/lpc24xx.inc: Remove RTEMS_BSP_FAMILY.
68
692009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * configure.ac: Don't add -ansi -fasm to CFLAGS.
72
732009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg).
76        * make/custom/lpc24xx.cfg: Removed.
77        * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg,
78        make/custom/lpc24xx_ncs_rom_ext.cfg,
79        make/custom/lpc24xx_ncs_rom_int.cfg:
80        Include make/custom/lpc24xx.inc.
81
822009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * make/custom/lpc24xx.cfg: New (relocated from /make/custom).
85        * make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom).
86        * make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom).
87        * make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom).
88        * make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
89
902009-10-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
91
92        * startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
93        startup/linkcmds.lpc2478_ncs_ram: Removed files.
94        * startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
95        startup/linkcmds.lpc24xx_ncs_rom_ext,
96        startup/linkcmds.lpc24xx_ncs_rom_int: New files.
97        * Makefile.am, README, configure.ac, preinstall.am, misc/io.c,
98        startup/linkcmds: Changes throughout.
99
1002009-09-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
101
102        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: Add
103        missing files.
104
1052009-09-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
106
107        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: New files.
108        * Makefile.am, configure.ac, i2c/i2c.c, include/bsp.h, include/dma.h,
109        include/i2c.h, include/io.h, include/irq.h, include/lpc24xx.h,
110        include/ssp.h, include/system-clocks.h, irq/irq.c, misc/bspidle.c,
111        misc/dma.c, misc/io.c, misc/system-clocks.c, network/network.c,
112        ssp/ssp.c, startup/bspstart.c: Changes throughout.
113
1142009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
117
118 2009-08-27     Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * misc/bspidle.c: Include bsp.h and fix prototype.
121
1222009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle
125        thread to bsp_idle_thread.
126        * misc/bspidle.c: New file.
127        * include/idle.h, misc/idle.c: Removed.
128
1292009-08-06      Sebastian Huber <sebastian.huber@embedded-brains.de>
130
131        * startup/linkcmds, startup/linkcmds.lpc2478,
132        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
133        Fixed dummy entries.
134
1352009-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
136
137        * startup/linkcmds, startup/linkcmds.lpc2478,
138        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
139        Dummy entries for toolchain compatibility.
140
1412009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
144        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
145        have the same options.
146
1472009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
148
149        * i2c/i2c.c, include/i2c.h, include/idle.h, include/io.h, misc/idle.c,
150        misc/io.c: New files.
151        * Makefile.am, README, configure.ac, preinstall.am,
152        clock/clock-config.c, console/console-config.c, include/irq.h,
153        include/dma.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
154        misc/dma.c, misc/system-clocks.c, network/network.c, rtc/rtc-config.c,
155        startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
156        startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
157        startup/linkcmds.lpc2478_ncs_ram: Changes throughout.
158
1592009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
160
161        * README: Added NCS.
162        * Makefile.am, configure.ac, preinstall.am: Added BSP variants.
163        * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed
164        register settings.  Cleanup.
165        * include/bsp.h: Added network defines and functions.
166        * include/lpc24xx.h: Added AHB and EMC defines.  Fixed Ethernet status
167        sizes.
168        * include/system-clocks.h, misc/system-clocks.c: Added micro seconds
169        delay function that uses Timer 1.  Changed PLL setup.
170        * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478,
171        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New
172        files.
173        * startup/bspstart.c: Added EMC initialization.  Changes for ROM boot.
174
1752009-02-17      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
178
1792009-02-13      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * Makefile.am, preinstall.am: Use stub tm27.h.
182
1832008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).
186        Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
187        * include/bsp.h: #include <bspopts.h>.
188        * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC,
189        LPC24XX_OSCILLATOR_MAIN through bspopts.h.
190
1912008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * bsp_specs: Move -e start from *link to *startfile to avoid warning
194        for undefined entry symbol when linking relocatables with binutils
195        2.19.
196
1972008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * Makefile.am, preinstall.am: Add timer driver stub.
200
2012008-09-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
202
203        * ssp/ssp.c, misc/dma.c, include/dma.h, include/ssp.h: New files.
204
205        * Makefile.am, preinstall.am, README: Update.
206
207        * include/irq.h: Fixed typos.
208
209        * include/lpc24xx.h: New defines and types.  Converted to UNIX line
210        endings.
211
212        * misc/system-clocks.c, startup/bspstart.c: Update for utility.h
213        changes.
214
2152008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * clock/clock-config.c: include "../../../shared/clockdrv_shell.h".
218        * Makefile.am: Reflect changes above.
219
2202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
223        of building libbspstart.a, using automake-rules.
224
2252008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * Makefile.am: Eliminate *_SOURCES.
228
2292008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
232        components.
233
2342008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
237
2382008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * preinstall.am: Regenerated.
241
2422008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * Makefile.am: Eliminates libcpudir.
245
2462008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * Makefile.am: Remove NETWORKING (Sources are missing).
249
2502008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
253
2542008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * Makefile.am: Add bsp_specs.
257
2582008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        PR 1322/bsps
261        * include/bspopts.h.in: Remove.
262
2632008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
264
265        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
266        work area allocation mandatory. Rename
267        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
268
2692008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * README: Add URL.
272
2732008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
274
275        * Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
276        Move utility.h
277
2782008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
281        can optionally print a message, poll for user to press key, and call
282        bsp_reset(). Using this eliminates the various bsp_cleanup()
283        implementations which had their own implementation and variety of
284        string constants.
285
2862008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * .cvsignore, include/bspopts.h.in: New files.
289
2902008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
291
292        * bsp_specs, clock/clock-config.c, configure.ac,
293        console/console-config.c, include/bsp.h, include/irq-config.h,
294        include/irq.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
295        Makefile.am, misc/system-clocks.c, preinstall.am, README,
296        rtc/rtc-config.c, startup/bspstart.c, startup/linkcmds: New files.
Note: See TracBrowser for help on using the repository browser.