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

4.104.115
Last change on this file since 60e5832 was 60e5832, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/21/09 at 13:24:35

interrupt handler type change

  • Property mode set to 100644
File size: 8.1 KB
Line 
12009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * i2c/i2c.c, misc/dma-copy.c, network/network.c, ssp/ssp.c: Update for
4        interrupt handler type change.
5
62009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * make/custom/lpc24xx.inc: Remove RTEMS_BSP_FAMILY.
9
102009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Don't add -ansi -fasm to CFLAGS.
13
142009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg).
17        * make/custom/lpc24xx.cfg: Removed.
18        * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg,
19        make/custom/lpc24xx_ncs_rom_ext.cfg,
20        make/custom/lpc24xx_ncs_rom_int.cfg:
21        Include make/custom/lpc24xx.inc.
22
232009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * make/custom/lpc24xx.cfg: New (relocated from /make/custom).
26        * make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom).
27        * make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom).
28        * make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom).
29        * make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
30
312009-10-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
32
33        * startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
34        startup/linkcmds.lpc2478_ncs_ram: Removed files.
35        * startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
36        startup/linkcmds.lpc24xx_ncs_rom_ext,
37        startup/linkcmds.lpc24xx_ncs_rom_int: New files.
38        * Makefile.am, README, configure.ac, preinstall.am, misc/io.c,
39        startup/linkcmds: Changes throughout.
40
412009-09-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
42
43        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: Add
44        missing files.
45
462009-09-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
47
48        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: New files.
49        * Makefile.am, configure.ac, i2c/i2c.c, include/bsp.h, include/dma.h,
50        include/i2c.h, include/io.h, include/irq.h, include/lpc24xx.h,
51        include/ssp.h, include/system-clocks.h, irq/irq.c, misc/bspidle.c,
52        misc/dma.c, misc/io.c, misc/system-clocks.c, network/network.c,
53        ssp/ssp.c, startup/bspstart.c: Changes throughout.
54
552009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
58
59 2009-08-27     Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * misc/bspidle.c: Include bsp.h and fix prototype.
62
632009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle
66        thread to bsp_idle_thread.
67        * misc/bspidle.c: New file.
68        * include/idle.h, misc/idle.c: Removed.
69
702009-08-06      Sebastian Huber <sebastian.huber@embedded-brains.de>
71
72        * startup/linkcmds, startup/linkcmds.lpc2478,
73        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
74        Fixed dummy entries.
75
762009-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
77
78        * startup/linkcmds, startup/linkcmds.lpc2478,
79        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
80        Dummy entries for toolchain compatibility.
81
822009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
85        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
86        have the same options.
87
882009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
89
90        * i2c/i2c.c, include/i2c.h, include/idle.h, include/io.h, misc/idle.c,
91        misc/io.c: New files.
92        * Makefile.am, README, configure.ac, preinstall.am,
93        clock/clock-config.c, console/console-config.c, include/irq.h,
94        include/dma.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
95        misc/dma.c, misc/system-clocks.c, network/network.c, rtc/rtc-config.c,
96        startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
97        startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
98        startup/linkcmds.lpc2478_ncs_ram: Changes throughout.
99
1002009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
101
102        * README: Added NCS.
103        * Makefile.am, configure.ac, preinstall.am: Added BSP variants.
104        * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed
105        register settings.  Cleanup.
106        * include/bsp.h: Added network defines and functions.
107        * include/lpc24xx.h: Added AHB and EMC defines.  Fixed Ethernet status
108        sizes.
109        * include/system-clocks.h, misc/system-clocks.c: Added micro seconds
110        delay function that uses Timer 1.  Changed PLL setup.
111        * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478,
112        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New
113        files.
114        * startup/bspstart.c: Added EMC initialization.  Changes for ROM boot.
115
1162009-02-17      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
119
1202009-02-13      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * Makefile.am, preinstall.am: Use stub tm27.h.
123
1242008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).
127        Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
128        * include/bsp.h: #include <bspopts.h>.
129        * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC,
130        LPC24XX_OSCILLATOR_MAIN through bspopts.h.
131
1322008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * bsp_specs: Move -e start from *link to *startfile to avoid warning
135        for undefined entry symbol when linking relocatables with binutils
136        2.19.
137
1382008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * Makefile.am, preinstall.am: Add timer driver stub.
141
1422008-09-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
143
144        * ssp/ssp.c, misc/dma.c, include/dma.h, include/ssp.h: New files.
145
146        * Makefile.am, preinstall.am, README: Update.
147
148        * include/irq.h: Fixed typos.
149
150        * include/lpc24xx.h: New defines and types.  Converted to UNIX line
151        endings.
152
153        * misc/system-clocks.c, startup/bspstart.c: Update for utility.h
154        changes.
155
1562008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * clock/clock-config.c: include "../../../shared/clockdrv_shell.h".
159        * Makefile.am: Reflect changes above.
160
1612008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
164        of building libbspstart.a, using automake-rules.
165
1662008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * Makefile.am: Eliminate *_SOURCES.
169
1702008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
173        components.
174
1752008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
178
1792008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * preinstall.am: Regenerated.
182
1832008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Eliminates libcpudir.
186
1872008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * Makefile.am: Remove NETWORKING (Sources are missing).
190
1912008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
194
1952008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Add bsp_specs.
198
1992008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        PR 1322/bsps
202        * include/bspopts.h.in: Remove.
203
2042008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
207        work area allocation mandatory. Rename
208        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
209
2102008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * README: Add URL.
213
2142008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
215
216        * Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
217        Move utility.h
218
2192008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
222        can optionally print a message, poll for user to press key, and call
223        bsp_reset(). Using this eliminates the various bsp_cleanup()
224        implementations which had their own implementation and variety of
225        string constants.
226
2272008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * .cvsignore, include/bspopts.h.in: New files.
230
2312008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
232
233        * bsp_specs, clock/clock-config.c, configure.ac,
234        console/console-config.c, include/bsp.h, include/irq-config.h,
235        include/irq.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
236        Makefile.am, misc/system-clocks.c, preinstall.am, README,
237        rtc/rtc-config.c, startup/bspstart.c, startup/linkcmds: New files.
Note: See TracBrowser for help on using the repository browser.