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

4.104.115
Last change on this file since 2c4d9874 was 2c4d9874, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/05/09 at 10:33:31

renamed lpc24xx BSPs, reorganized linkcmds

  • Property mode set to 100644
File size: 7.0 KB
Line 
12009-10-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
4        startup/linkcmds.lpc2478_ncs_ram: Removed files.
5        * startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
6        startup/linkcmds.lpc24xx_ncs_rom_ext,
7        startup/linkcmds.lpc24xx_ncs_rom_int: New files.
8        * Makefile.am, README, configure.ac, preinstall.am, misc/io.c,
9        startup/linkcmds: Changes throughout.
10
112009-09-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
12
13        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: Add
14        missing files.
15
162009-09-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
17
18        * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: New files.
19        * Makefile.am, configure.ac, i2c/i2c.c, include/bsp.h, include/dma.h,
20        include/i2c.h, include/io.h, include/irq.h, include/lpc24xx.h,
21        include/ssp.h, include/system-clocks.h, irq/irq.c, misc/bspidle.c,
22        misc/dma.c, misc/io.c, misc/system-clocks.c, network/network.c,
23        ssp/ssp.c, startup/bspstart.c: Changes throughout.
24
252009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
28
29 2009-08-27     Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * misc/bspidle.c: Include bsp.h and fix prototype.
32
332009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle
36        thread to bsp_idle_thread.
37        * misc/bspidle.c: New file.
38        * include/idle.h, misc/idle.c: Removed.
39
402009-08-06      Sebastian Huber <sebastian.huber@embedded-brains.de>
41
42        * startup/linkcmds, startup/linkcmds.lpc2478,
43        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
44        Fixed dummy entries.
45
462009-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
47
48        * startup/linkcmds, startup/linkcmds.lpc2478,
49        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
50        Dummy entries for toolchain compatibility.
51
522009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
55        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
56        have the same options.
57
582009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
59
60        * i2c/i2c.c, include/i2c.h, include/idle.h, include/io.h, misc/idle.c,
61        misc/io.c: New files.
62        * Makefile.am, README, configure.ac, preinstall.am,
63        clock/clock-config.c, console/console-config.c, include/irq.h,
64        include/dma.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
65        misc/dma.c, misc/system-clocks.c, network/network.c, rtc/rtc-config.c,
66        startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
67        startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
68        startup/linkcmds.lpc2478_ncs_ram: Changes throughout.
69
702009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
71
72        * README: Added NCS.
73        * Makefile.am, configure.ac, preinstall.am: Added BSP variants.
74        * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed
75        register settings.  Cleanup.
76        * include/bsp.h: Added network defines and functions.
77        * include/lpc24xx.h: Added AHB and EMC defines.  Fixed Ethernet status
78        sizes.
79        * include/system-clocks.h, misc/system-clocks.c: Added micro seconds
80        delay function that uses Timer 1.  Changed PLL setup.
81        * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478,
82        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New
83        files.
84        * startup/bspstart.c: Added EMC initialization.  Changes for ROM boot.
85
862009-02-17      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
89
902009-02-13      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * Makefile.am, preinstall.am: Use stub tm27.h.
93
942008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).
97        Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
98        * include/bsp.h: #include <bspopts.h>.
99        * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC,
100        LPC24XX_OSCILLATOR_MAIN through bspopts.h.
101
1022008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * bsp_specs: Move -e start from *link to *startfile to avoid warning
105        for undefined entry symbol when linking relocatables with binutils
106        2.19.
107
1082008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * Makefile.am, preinstall.am: Add timer driver stub.
111
1122008-09-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
113
114        * ssp/ssp.c, misc/dma.c, include/dma.h, include/ssp.h: New files.
115
116        * Makefile.am, preinstall.am, README: Update.
117
118        * include/irq.h: Fixed typos.
119
120        * include/lpc24xx.h: New defines and types.  Converted to UNIX line
121        endings.
122
123        * misc/system-clocks.c, startup/bspstart.c: Update for utility.h
124        changes.
125
1262008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * clock/clock-config.c: include "../../../shared/clockdrv_shell.h".
129        * Makefile.am: Reflect changes above.
130
1312008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
134        of building libbspstart.a, using automake-rules.
135
1362008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Eliminate *_SOURCES.
139
1402008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
143        components.
144
1452008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
148
1492008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * preinstall.am: Regenerated.
152
1532008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * Makefile.am: Eliminates libcpudir.
156
1572008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * Makefile.am: Remove NETWORKING (Sources are missing).
160
1612008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
164
1652008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * Makefile.am: Add bsp_specs.
168
1692008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        PR 1322/bsps
172        * include/bspopts.h.in: Remove.
173
1742008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
177        work area allocation mandatory. Rename
178        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
179
1802008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * README: Add URL.
183
1842008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
185
186        * Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
187        Move utility.h
188
1892008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
192        can optionally print a message, poll for user to press key, and call
193        bsp_reset(). Using this eliminates the various bsp_cleanup()
194        implementations which had their own implementation and variety of
195        string constants.
196
1972008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * .cvsignore, include/bspopts.h.in: New files.
200
2012008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
202
203        * bsp_specs, clock/clock-config.c, configure.ac,
204        console/console-config.c, include/bsp.h, include/irq-config.h,
205        include/irq.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
206        Makefile.am, misc/system-clocks.c, preinstall.am, README,
207        rtc/rtc-config.c, startup/bspstart.c, startup/linkcmds: New files.
Note: See TracBrowser for help on using the repository browser.