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

4.104.115
Last change on this file since 07bfeb14 was 07bfeb14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/22/09 at 11:46:12

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

  • clock/clock-config.c, misc/dma.c, network/network.c, rtc/rtc-config.c, ssp/ssp.c: Remove unused vars.
  • Property mode set to 100644
File size: 8.3 KB
Line 
12009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * clock/clock-config.c, misc/dma.c, network/network.c,
4        rtc/rtc-config.c, ssp/ssp.c: Remove unused vars.
5
62009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        * i2c/i2c.c, misc/dma-copy.c, network/network.c, ssp/ssp.c: Update for
9        interrupt handler type change.
10
112009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * make/custom/lpc24xx.inc: Remove RTEMS_BSP_FAMILY.
14
152009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: Don't add -ansi -fasm to CFLAGS.
18
192009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg).
22        * make/custom/lpc24xx.cfg: Removed.
23        * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg,
24        make/custom/lpc24xx_ncs_rom_ext.cfg,
25        make/custom/lpc24xx_ncs_rom_int.cfg:
26        Include make/custom/lpc24xx.inc.
27
282009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * make/custom/lpc24xx.cfg: New (relocated from /make/custom).
31        * make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom).
32        * make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom).
33        * make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom).
34        * make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
35
362009-10-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
37
38        * startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
39        startup/linkcmds.lpc2478_ncs_ram: Removed files.
40        * startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
41        startup/linkcmds.lpc24xx_ncs_rom_ext,
42        startup/linkcmds.lpc24xx_ncs_rom_int: New files.
43        * Makefile.am, README, configure.ac, preinstall.am, misc/io.c,
44        startup/linkcmds: Changes throughout.
45
462009-09-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
47
48        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: Add
49        missing files.
50
512009-09-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
52
53        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: New files.
54        * Makefile.am, configure.ac, i2c/i2c.c, include/bsp.h, include/dma.h,
55        include/i2c.h, include/io.h, include/irq.h, include/lpc24xx.h,
56        include/ssp.h, include/system-clocks.h, irq/irq.c, misc/bspidle.c,
57        misc/dma.c, misc/io.c, misc/system-clocks.c, network/network.c,
58        ssp/ssp.c, startup/bspstart.c: Changes throughout.
59
602009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
63
64 2009-08-27     Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * misc/bspidle.c: Include bsp.h and fix prototype.
67
682009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle
71        thread to bsp_idle_thread.
72        * misc/bspidle.c: New file.
73        * include/idle.h, misc/idle.c: Removed.
74
752009-08-06      Sebastian Huber <sebastian.huber@embedded-brains.de>
76
77        * startup/linkcmds, startup/linkcmds.lpc2478,
78        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
79        Fixed dummy entries.
80
812009-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
82
83        * startup/linkcmds, startup/linkcmds.lpc2478,
84        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
85        Dummy entries for toolchain compatibility.
86
872009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
90        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
91        have the same options.
92
932009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
94
95        * i2c/i2c.c, include/i2c.h, include/idle.h, include/io.h, misc/idle.c,
96        misc/io.c: New files.
97        * Makefile.am, README, configure.ac, preinstall.am,
98        clock/clock-config.c, console/console-config.c, include/irq.h,
99        include/dma.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
100        misc/dma.c, misc/system-clocks.c, network/network.c, rtc/rtc-config.c,
101        startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
102        startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
103        startup/linkcmds.lpc2478_ncs_ram: Changes throughout.
104
1052009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
106
107        * README: Added NCS.
108        * Makefile.am, configure.ac, preinstall.am: Added BSP variants.
109        * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed
110        register settings.  Cleanup.
111        * include/bsp.h: Added network defines and functions.
112        * include/lpc24xx.h: Added AHB and EMC defines.  Fixed Ethernet status
113        sizes.
114        * include/system-clocks.h, misc/system-clocks.c: Added micro seconds
115        delay function that uses Timer 1.  Changed PLL setup.
116        * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478,
117        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New
118        files.
119        * startup/bspstart.c: Added EMC initialization.  Changes for ROM boot.
120
1212009-02-17      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
124
1252009-02-13      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * Makefile.am, preinstall.am: Use stub tm27.h.
128
1292008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).
132        Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
133        * include/bsp.h: #include <bspopts.h>.
134        * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC,
135        LPC24XX_OSCILLATOR_MAIN through bspopts.h.
136
1372008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * bsp_specs: Move -e start from *link to *startfile to avoid warning
140        for undefined entry symbol when linking relocatables with binutils
141        2.19.
142
1432008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * Makefile.am, preinstall.am: Add timer driver stub.
146
1472008-09-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
148
149        * ssp/ssp.c, misc/dma.c, include/dma.h, include/ssp.h: New files.
150
151        * Makefile.am, preinstall.am, README: Update.
152
153        * include/irq.h: Fixed typos.
154
155        * include/lpc24xx.h: New defines and types.  Converted to UNIX line
156        endings.
157
158        * misc/system-clocks.c, startup/bspstart.c: Update for utility.h
159        changes.
160
1612008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * clock/clock-config.c: include "../../../shared/clockdrv_shell.h".
164        * Makefile.am: Reflect changes above.
165
1662008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
169        of building libbspstart.a, using automake-rules.
170
1712008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Eliminate *_SOURCES.
174
1752008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
178        components.
179
1802008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
183
1842008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * preinstall.am: Regenerated.
187
1882008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * Makefile.am: Eliminates libcpudir.
191
1922008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * Makefile.am: Remove NETWORKING (Sources are missing).
195
1962008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
199
2002008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * Makefile.am: Add bsp_specs.
203
2042008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        PR 1322/bsps
207        * include/bspopts.h.in: Remove.
208
2092008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
212        work area allocation mandatory. Rename
213        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
214
2152008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
216
217        * README: Add URL.
218
2192008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
220
221        * Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
222        Move utility.h
223
2242008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
227        can optionally print a message, poll for user to press key, and call
228        bsp_reset(). Using this eliminates the various bsp_cleanup()
229        implementations which had their own implementation and variety of
230        string constants.
231
2322008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * .cvsignore, include/bspopts.h.in: New files.
235
2362008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
237
238        * bsp_specs, clock/clock-config.c, configure.ac,
239        console/console-config.c, include/bsp.h, include/irq-config.h,
240        include/irq.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
241        Makefile.am, misc/system-clocks.c, preinstall.am, README,
242        rtc/rtc-config.c, startup/bspstart.c, startup/linkcmds: New files.
Note: See TracBrowser for help on using the repository browser.