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

4.104.115
Last change on this file since a0bdb9b was a0bdb9b, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 04/09/10 at 15:02:39

removed over-paranoid warning switches

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