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

4.104.115
Last change on this file since 33785342 was 1d11028, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 03/12/10 at 08:25:53

Fixed IO configurations

  • Property mode set to 100644
File size: 9.7 KB
Line 
12010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * include/lpc-ethernet-config.h: Fixed IO configurations.
4
52010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * include/lpc-ethernet-config.h: New file.
8        * network/network.c: Removed file.
9        * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
10        include/lpc24xx.h: Changes throughout.
11
122009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
13
14        * clock/clock-config.c: Removed file.
15        * include/lpc-clock-config.h, make/custom/lpc2362.cfg,
16        startup/linkcmds.lpc2362: New files.
17        * Makefile.am, configure.ac, preinstall.am, console/console-config.c,
18        i2c/i2c.c, include/bsp.h, include/io.h, include/irq.h,
19        include/lpc24xx.h, irq/irq.c, make/custom/lpc24xx.inc, misc/dma.c,
20        misc/io.c, misc/timer.c, network/network.c, rtc/rtc-config.c,
21        startup/bspreset.c, startup/bspstart.c, startup/bspstarthooks.c,
22        startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
23        startup/linkcmds.lpc24xx_ncs_rom_ext,
24        startup/linkcmds.lpc24xx_ncs_rom_int: Changes throughout.
25
262009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Add RTEMS_BSP_LINKCMDS.
29        * make/custom/lpc24xx.inc: Remove LDFLAGS.
30        * make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS.
31        * make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS.
32        * make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS.
33        * make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS.
34        * startup/linkcmds: Remove.
35        * Makefile.am: Rework linkcmds handling.
36
372009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * clock/clock-config.c, misc/dma.c, network/network.c,
40        rtc/rtc-config.c, ssp/ssp.c: Remove unused vars.
41
422009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
43
44        * i2c/i2c.c, misc/dma-copy.c, network/network.c, ssp/ssp.c: Update for
45        interrupt handler type change.
46
472009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * make/custom/lpc24xx.inc: Remove RTEMS_BSP_FAMILY.
50
512009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Don't add -ansi -fasm to CFLAGS.
54
552009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg).
58        * make/custom/lpc24xx.cfg: Removed.
59        * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg,
60        make/custom/lpc24xx_ncs_rom_ext.cfg,
61        make/custom/lpc24xx_ncs_rom_int.cfg:
62        Include make/custom/lpc24xx.inc.
63
642009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * make/custom/lpc24xx.cfg: New (relocated from /make/custom).
67        * make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom).
68        * make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom).
69        * make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom).
70        * make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
71
722009-10-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
73
74        * startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
75        startup/linkcmds.lpc2478_ncs_ram: Removed files.
76        * startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
77        startup/linkcmds.lpc24xx_ncs_rom_ext,
78        startup/linkcmds.lpc24xx_ncs_rom_int: New files.
79        * Makefile.am, README, configure.ac, preinstall.am, misc/io.c,
80        startup/linkcmds: Changes throughout.
81
822009-09-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
83
84        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: Add
85        missing files.
86
872009-09-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
88
89        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: New files.
90        * Makefile.am, configure.ac, i2c/i2c.c, include/bsp.h, include/dma.h,
91        include/i2c.h, include/io.h, include/irq.h, include/lpc24xx.h,
92        include/ssp.h, include/system-clocks.h, irq/irq.c, misc/bspidle.c,
93        misc/dma.c, misc/io.c, misc/system-clocks.c, network/network.c,
94        ssp/ssp.c, startup/bspstart.c: Changes throughout.
95
962009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
99
100 2009-08-27     Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * misc/bspidle.c: Include bsp.h and fix prototype.
103
1042009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle
107        thread to bsp_idle_thread.
108        * misc/bspidle.c: New file.
109        * include/idle.h, misc/idle.c: Removed.
110
1112009-08-06      Sebastian Huber <sebastian.huber@embedded-brains.de>
112
113        * startup/linkcmds, startup/linkcmds.lpc2478,
114        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
115        Fixed dummy entries.
116
1172009-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
118
119        * startup/linkcmds, startup/linkcmds.lpc2478,
120        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
121        Dummy entries for toolchain compatibility.
122
1232009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
126        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
127        have the same options.
128
1292009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
130
131        * i2c/i2c.c, include/i2c.h, include/idle.h, include/io.h, misc/idle.c,
132        misc/io.c: New files.
133        * Makefile.am, README, configure.ac, preinstall.am,
134        clock/clock-config.c, console/console-config.c, include/irq.h,
135        include/dma.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
136        misc/dma.c, misc/system-clocks.c, network/network.c, rtc/rtc-config.c,
137        startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
138        startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
139        startup/linkcmds.lpc2478_ncs_ram: Changes throughout.
140
1412009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
142
143        * README: Added NCS.
144        * Makefile.am, configure.ac, preinstall.am: Added BSP variants.
145        * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed
146        register settings.  Cleanup.
147        * include/bsp.h: Added network defines and functions.
148        * include/lpc24xx.h: Added AHB and EMC defines.  Fixed Ethernet status
149        sizes.
150        * include/system-clocks.h, misc/system-clocks.c: Added micro seconds
151        delay function that uses Timer 1.  Changed PLL setup.
152        * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478,
153        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New
154        files.
155        * startup/bspstart.c: Added EMC initialization.  Changes for ROM boot.
156
1572009-02-17      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
160
1612009-02-13      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * Makefile.am, preinstall.am: Use stub tm27.h.
164
1652008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).
168        Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
169        * include/bsp.h: #include <bspopts.h>.
170        * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC,
171        LPC24XX_OSCILLATOR_MAIN through bspopts.h.
172
1732008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * bsp_specs: Move -e start from *link to *startfile to avoid warning
176        for undefined entry symbol when linking relocatables with binutils
177        2.19.
178
1792008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * Makefile.am, preinstall.am: Add timer driver stub.
182
1832008-09-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
184
185        * ssp/ssp.c, misc/dma.c, include/dma.h, include/ssp.h: New files.
186
187        * Makefile.am, preinstall.am, README: Update.
188
189        * include/irq.h: Fixed typos.
190
191        * include/lpc24xx.h: New defines and types.  Converted to UNIX line
192        endings.
193
194        * misc/system-clocks.c, startup/bspstart.c: Update for utility.h
195        changes.
196
1972008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * clock/clock-config.c: include "../../../shared/clockdrv_shell.h".
200        * Makefile.am: Reflect changes above.
201
2022008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
205        of building libbspstart.a, using automake-rules.
206
2072008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Eliminate *_SOURCES.
210
2112008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
214        components.
215
2162008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
219
2202008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * preinstall.am: Regenerated.
223
2242008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * Makefile.am: Eliminates libcpudir.
227
2282008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
229
230        * Makefile.am: Remove NETWORKING (Sources are missing).
231
2322008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
233
234        * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
235
2362008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
237
238        * Makefile.am: Add bsp_specs.
239
2402008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
241
242        PR 1322/bsps
243        * include/bspopts.h.in: Remove.
244
2452008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
248        work area allocation mandatory. Rename
249        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
250
2512008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * README: Add URL.
254
2552008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
256
257        * Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
258        Move utility.h
259
2602008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
263        can optionally print a message, poll for user to press key, and call
264        bsp_reset(). Using this eliminates the various bsp_cleanup()
265        implementations which had their own implementation and variety of
266        string constants.
267
2682008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * .cvsignore, include/bspopts.h.in: New files.
271
2722008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
273
274        * bsp_specs, clock/clock-config.c, configure.ac,
275        console/console-config.c, include/bsp.h, include/irq-config.h,
276        include/irq.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
277        Makefile.am, misc/system-clocks.c, preinstall.am, README,
278        rtc/rtc-config.c, startup/bspstart.c, startup/linkcmds: New files.
Note: See TracBrowser for help on using the repository browser.