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

4.115
Last change on this file since 82dcbc8 was 82dcbc8, checked in by Sebastian Huber <sebastian.huber@…>, on 11/12/10 at 13:29:14

2010-11-12 Sebastian Huber <sebastian.huber@…>

  • rtc/rtc-config.c: Fixed type.
  • Property mode set to 100644
File size: 11.9 KB
RevLine 
[82dcbc8]12010-11-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * rtc/rtc-config.c: Fixed type.
4
[8f60119e]52010-10-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * include/lpc24xx.h, misc/system-clocks.c: Removed superfluous include
8        of <bsp/utility.h>.
9
[d267a8a0]102010-10-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * misc/system-clocks.c: Fixed lpc24xx_micro_seconds_delay().
[cb6c5dcf]13        * misc/io.c: Added LCD pin configuration.
[d267a8a0]14
[b18fd86]152010-06-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
16
17        * make/custom/lpc23xx_tli800.cfg, startup/linkcmds.lpc23xx_tli800: New
18        files.
19        * Makefile.am, configure.ac: Reflect changes above.
20        * startup/linkcmds.lpc2362: Typos.
21        * README: Documentation.
22
[c3dd440]232010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * startup/bspstarthooks.c: Removed start section attribute defines.
26
272010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
28
29        * include/lpc24xx.h, misc/dma-copy.c, misc/dma.c,
30        misc/system-clocks.c, ssp/ssp.c, startup/bspstarthooks.c: Removed
31        superfluous macros.
32
[a9485d7b]332010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
34
35        * Makefile.am, preinstall.am, include/bsp.h, startup/bspstart.c: Use
36        shared output character implementation.
37
[90e991a]382010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
39
40        * make/custom/lpc24xx.inc: Workaround for GCC bug 38644.
41
[47adf3f]422010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
43
44        * include/irq-config.h: Removed file.
45        * Makefile.am, preinstall.am: Reflect change above.
46        * irq/irq.c: Removed superfluous parameter checks.
47
[5895c00]482010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
49
50        * make/custom/lpc24xx.inc: Use VFP floating point model.
51
[a0bdb9b]522010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
53
54        * make/custom/lpc24xx.inc: removed over-paranoid warning switches
55
[22f107b6]562010-04-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
57
58        * Makefile.am, configure.ac, include/lpc24xx.h, irq/irq.c,
59        make/custom/lpc24xx.inc, misc/io.c, startup/bspstart.c,
60        startup/bspstarthooks.c, startup/linkcmds.lpc2362: Changes throughout.
61
[484146f0]622010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
63
64        * configure.ac: make the lpc2362 a SMALL MEMORY BSP
65
[1d11028]662010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
67
68        * include/lpc-ethernet-config.h: Fixed IO configurations.
69
[39c8fdb]702010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
71
72        * include/lpc-ethernet-config.h: New file.
73        * network/network.c: Removed file.
74        * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
75        include/lpc24xx.h: Changes throughout.
76
[c468f18b]772009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
78
79        * clock/clock-config.c: Removed file.
80        * include/lpc-clock-config.h, make/custom/lpc2362.cfg,
81        startup/linkcmds.lpc2362: New files.
82        * Makefile.am, configure.ac, preinstall.am, console/console-config.c,
83        i2c/i2c.c, include/bsp.h, include/io.h, include/irq.h,
84        include/lpc24xx.h, irq/irq.c, make/custom/lpc24xx.inc, misc/dma.c,
85        misc/io.c, misc/timer.c, network/network.c, rtc/rtc-config.c,
86        startup/bspreset.c, startup/bspstart.c, startup/bspstarthooks.c,
87        startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
88        startup/linkcmds.lpc24xx_ncs_rom_ext,
89        startup/linkcmds.lpc24xx_ncs_rom_int: Changes throughout.
90
[7187942]912009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * configure.ac: Add RTEMS_BSP_LINKCMDS.
94        * make/custom/lpc24xx.inc: Remove LDFLAGS.
95        * make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS.
96        * make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS.
97        * make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS.
98        * make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS.
99        * startup/linkcmds: Remove.
100        * Makefile.am: Rework linkcmds handling.
101
[07bfeb14]1022009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * clock/clock-config.c, misc/dma.c, network/network.c,
105        rtc/rtc-config.c, ssp/ssp.c: Remove unused vars.
106
[60e5832]1072009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
108
109        * i2c/i2c.c, misc/dma-copy.c, network/network.c, ssp/ssp.c: Update for
110        interrupt handler type change.
111
[ecd800ca]1122009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * make/custom/lpc24xx.inc: Remove RTEMS_BSP_FAMILY.
115
[d236e964]1162009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * configure.ac: Don't add -ansi -fasm to CFLAGS.
119
[848c996]1202009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg).
123        * make/custom/lpc24xx.cfg: Removed.
124        * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg,
125        make/custom/lpc24xx_ncs_rom_ext.cfg,
126        make/custom/lpc24xx_ncs_rom_int.cfg:
127        Include make/custom/lpc24xx.inc.
128
[d09a7bd0]1292009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * make/custom/lpc24xx.cfg: New (relocated from /make/custom).
132        * make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom).
133        * make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom).
134        * make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom).
135        * make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
136
[2c4d9874]1372009-10-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
138
139        * startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
140        startup/linkcmds.lpc2478_ncs_ram: Removed files.
141        * startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
142        startup/linkcmds.lpc24xx_ncs_rom_ext,
143        startup/linkcmds.lpc24xx_ncs_rom_int: New files.
144        * Makefile.am, README, configure.ac, preinstall.am, misc/io.c,
145        startup/linkcmds: Changes throughout.
146
[687e34b]1472009-09-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
148
149        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: Add
150        missing files.
151
[ba938b8d]1522009-09-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
153
154        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: New files.
155        * Makefile.am, configure.ac, i2c/i2c.c, include/bsp.h, include/dma.h,
156        include/i2c.h, include/io.h, include/irq.h, include/lpc24xx.h,
157        include/ssp.h, include/system-clocks.h, irq/irq.c, misc/bspidle.c,
158        misc/dma.c, misc/io.c, misc/system-clocks.c, network/network.c,
159        ssp/ssp.c, startup/bspstart.c: Changes throughout.
160
[6b2b37d2]1612009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
164
165 2009-08-27     Joel Sherrill <joel.sherrill@OARcorp.com>
[25df30d]166
167        * misc/bspidle.c: Include bsp.h and fix prototype.
168
[e90329f]1692009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle
172        thread to bsp_idle_thread.
173        * misc/bspidle.c: New file.
174        * include/idle.h, misc/idle.c: Removed.
175
[bdceecd2]1762009-08-06      Sebastian Huber <sebastian.huber@embedded-brains.de>
177
178        * startup/linkcmds, startup/linkcmds.lpc2478,
179        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
180        Fixed dummy entries.
181
[123f10a]1822009-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
183
184        * startup/linkcmds, startup/linkcmds.lpc2478,
185        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
186        Dummy entries for toolchain compatibility.
187
[d1be26b]1882009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
191        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
192        have the same options.
193
[7ae2775]1942009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
195
196        * i2c/i2c.c, include/i2c.h, include/idle.h, include/io.h, misc/idle.c,
197        misc/io.c: New files.
198        * Makefile.am, README, configure.ac, preinstall.am,
199        clock/clock-config.c, console/console-config.c, include/irq.h,
200        include/dma.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
201        misc/dma.c, misc/system-clocks.c, network/network.c, rtc/rtc-config.c,
202        startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
203        startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
204        startup/linkcmds.lpc2478_ncs_ram: Changes throughout.
205
[9647f7fe]2062009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
207
208        * README: Added NCS.
209        * Makefile.am, configure.ac, preinstall.am: Added BSP variants.
210        * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed
211        register settings.  Cleanup.
212        * include/bsp.h: Added network defines and functions.
213        * include/lpc24xx.h: Added AHB and EMC defines.  Fixed Ethernet status
214        sizes.
215        * include/system-clocks.h, misc/system-clocks.c: Added micro seconds
216        delay function that uses Timer 1.  Changed PLL setup.
217        * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478,
218        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New
219        files.
220        * startup/bspstart.c: Added EMC initialization.  Changes for ROM boot.
221
[4ee7d75]2222009-02-17      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
225
[ef06d30]2262009-02-13      Joel Sherrill <joel.sherrill@oarcorp.com>
227
228        * Makefile.am, preinstall.am: Use stub tm27.h.
229
[bf3b7cbc]2302008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).
233        Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
234        * include/bsp.h: #include <bspopts.h>.
235        * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC,
236        LPC24XX_OSCILLATOR_MAIN through bspopts.h.
237
[df393962]2382008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * bsp_specs: Move -e start from *link to *startfile to avoid warning
241        for undefined entry symbol when linking relocatables with binutils
242        2.19.
243
[a523721]2442008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * Makefile.am, preinstall.am: Add timer driver stub.
247
[29cc1477]2482008-09-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
249
250        * ssp/ssp.c, misc/dma.c, include/dma.h, include/ssp.h: New files.
251
252        * Makefile.am, preinstall.am, README: Update.
253
254        * include/irq.h: Fixed typos.
255
256        * include/lpc24xx.h: New defines and types.  Converted to UNIX line
257        endings.
258
259        * misc/system-clocks.c, startup/bspstart.c: Update for utility.h
260        changes.
261
[5681a2b]2622008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
263
264        * clock/clock-config.c: include "../../../shared/clockdrv_shell.h".
265        * Makefile.am: Reflect changes above.
266
[c0bea05]2672008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
270        of building libbspstart.a, using automake-rules.
271
[64eb0c7]2722008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
273
274        * Makefile.am: Eliminate *_SOURCES.
275
[e94666d]2762008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
277
278        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
279        components.
280
[3416c44]2812008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
284
[8f07770]2852008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
286
287        * preinstall.am: Regenerated.
288
[a4bacff4]2892008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
290
291        * Makefile.am: Eliminates libcpudir.
292
[4857b31]2932008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
294
295        * Makefile.am: Remove NETWORKING (Sources are missing).
296
[a00d18ce]2972008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
298
299        * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
300
[c7ee4da9]3012008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
302
303        * Makefile.am: Add bsp_specs.
304
[1495d91]3052008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
306
307        PR 1322/bsps
308        * include/bspopts.h.in: Remove.
309
[63d82b7]3102008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
311
312        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
313        work area allocation mandatory. Rename
314        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
315
[59bdd966]3162008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
317
318        * README: Add URL.
319
[13995d1]3202008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
321
322        * Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
323        Move utility.h
324
[b23d895]3252008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
326
327        * Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
328        can optionally print a message, poll for user to press key, and call
329        bsp_reset(). Using this eliminates the various bsp_cleanup()
330        implementations which had their own implementation and variety of
331        string constants.
332
[5619a04]3332008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * .cvsignore, include/bspopts.h.in: New files.
336
[5aeed17]3372008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
338
339        * bsp_specs, clock/clock-config.c, configure.ac,
340        console/console-config.c, include/bsp.h, include/irq-config.h,
341        include/irq.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
342        Makefile.am, misc/system-clocks.c, preinstall.am, README,
343        rtc/rtc-config.c, startup/bspstart.c, startup/linkcmds: New files.
Note: See TracBrowser for help on using the repository browser.