source: rtems/c/src/lib/libbsp/arm/lpc32xx/ChangeLog @ be8feba8

4.115
Last change on this file since be8feba8 was be8feba8, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/11 at 04:48:11

2011-11-29 Joel Sherrill <joel.sherrilL@…>

  • Makefile.am: Add shared/startup/bsp-start-memcpy.S
  • Property mode set to 100644
File size: 8.7 KB
Line 
12011-11-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * Makefile.am: Add shared/startup/bsp-start-memcpy.S
4
52011-10-18      Jennifer Averett <Jennifer.Averett@OARcorp.com>
6
7        PR 1917/bsps
8        * Makefile.am, console/console-config.c, console/hsu.c: Modifications
9        to add dynamic tables for libchip serial drivers.
10
112011-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
12
13        * make/custom/lpc32xx.inc: Workaround for GCC bug 50106.
14        * include/lpc32xx.h: Fixed register map for NAND MLC.
15        * include/boot.h: Declare lpc32xx_set_boot_block_bad().
16        * misc/boot.c: Define lpc32xx_set_boot_block_bad().
17        * include/nand-mlc.h, misc/nand-mlc-erase-block-safe.c,
18        misc/nand-mlc-read-blocks.c, misc/nand-mlc-write-blocks.c,
19        misc/nand-mlc.c: Changed bad block handling.  Support for non-aligned
20        data.  Documentation.
21
222011-08-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
23
24        * misc/i2c.c: Bugfix.
25
262011-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
27
28        * include/.cvsignore: New file.
29        * include/bspopts.h.in: Removed file.
30
312011-07-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
32
33        * misc/nand-mlc-erase-block-safe.c, misc/nand-mlc-write-blocks.c,
34        include/nand-mlc.h: Fixed write blocks.
35
362011-07-01      Stephan Hoffmann <sho@reLinux.de>
37                Sebastian Huber <sebastian.huber@embedded-brains.de>
38
39        * misc/nand-mlc-erase-block-safe.c: New file
40        * Makefile.am: Reflect change from above.
41        * misc/nand-mlc-write-blocks.c: Use lpc32xx_mlc_erase_block_safe_3().
42        * include/nand-mlc.h: Bad block handling.
43
442011-06-19      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Fix broken path to cache_.h.
47
482011-06-19      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Fix broken path to clockdrv_shell.h.
51
522011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
53
54        * Makefile.am, preinstall.am: Cache manager changes.
55
562011-05-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
57
58        * Makefile.am, preinstall.am: Install new header files.
59        * include/bsp.h, include/emc.h, include/lpc32xx.h, misc/emc.c: Update
60        for API changes.
61
622011-03-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
63
64        * configure.ac, include/bspopts.h.in: New BSP option
65        LPC32XX_SCRATCH_AREA_SIZE.  Disable BSP option
66        LPC32XX_DISABLE_READ_ONLY_PROTECTION for all BSPs.
67        * include/boot.h: Removed application specific defines.
68        * include/nand-mlc.h, misc/nand-mlc.c: Changed configuration layout.
69        * include/mmu.h, misc/mmu.c: Documentation.  Bugfix.
70        * include/bsp.h, startup/bspstarthooks.c, misc/restart.c,
71        startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
72        startup/linkcmds.lpc32xx_mzx_stage_2,
73        startup/linkcmds.lpc32xx_phycore: Support for scratch area.  Moved
74        code into macros for reusability.
75
762011-02-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
77
78        * include/bsp.h, lpc32xx/misc/restart.c: Renamed lpc32xx_restart() in
79        bsp_restart().
80
812011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * irq/irq.c, misc/restart.c, rtc/rtc-config.c:
84        Use "__asm__" instead of "asm" for improved c99-compliance.
85
862011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * misc/timer.c: Include <rtems/btimer.h>.
89        Fix benchmark_timer_read() definition.
90
912011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * configure.ac: Require autoconf-2.68, automake-1.11.1.
94
952010-12-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
96
97        * configure.ac, include/bspopts.h.in: More options.
98        * include/lpc32xx.h: Added watchdog definitions.
99        * include/mmu.h, misc/mmu.c: Added const qualifier.
100        * startup/bspreset.c: Use watchdog reset.
101
1022010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
103
104        * startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
105        startup/linkcmds.lpc32xx_mzx_stage_2,
106        startup/linkcmds.lpc32xx_phycore: Update due to linker command file
107        changes.
108
1092010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
110
111        * include/lpc32xx.h: Added I2S module.
112        * Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c,
113        startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
114        startup/linkcmds.lpc32xx_mzx_stage_1,
115        startup/linkcmds.lpc32xx_mzx_stage_2,
116        startup/linkcmds.lpc32xx_phycore: Update due to linker command file
117        changes.
118
1192010-11-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
120
121        * rtc/rtc-config.c: Fixed type.
122
1232010-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
124
125        * include/tm27.h: New file.
126        * Makefile.am, preinstall.am: Reflect change above.
127        * include/bsp.h: Fixed lpc32xx_micro_seconds_delay().
128        * misc/timer.c: Support for timer tests.
129
1302010-10-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
131
132        * include/emc.h, include/i2c.h, include/lpc32xx.h, include/nand-mlc.h:
133        Update for <bsp/utility.h> changes.
134
1352010-09-28      Sebastian Huber <sebastian.huber@embedded-brains.de>
136
137        * misc/mmu.c: New file.
138        * Makefile.am: Reflect change above.
139        * configure.ac, include/bspopts.h.in, include/irq.h,
140        include/lpc32xx.h, include/mmu.h, misc/emc.c, misc/restart.c,
141        startup/bspstarthooks.c: Changes throughout.
142
1432010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
144
145        * console/hsu.c: Fixed warnings.
146
1472010-06-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
148
149        * make/custom/lpc32xx_mzx_boot_int.cfg,
150        startup/linkcmds.lpc32xx_mzx_boot_int: Removed files.
151        * include/boot.h, include/emc.h, include/i2c.h, include/nand-mlc.h,
152        make/custom/lpc32xx_mzx.cfg, make/custom/lpc32xx_mzx_stage_1.cfg,
153        make/custom/lpc32xx_mzx_stage_2.cfg, misc/boot.c, misc/emc.c,
154        misc/i2c.c, misc/nand-mlc.c, misc/nand-mlc-read-blocks.c,
155        misc/nand-mlc-write-blocks.c, misc/restart.c,
156        startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
157        startup/linkcmds.lpc32xx_mzx_stage_1,
158        startup/linkcmds.lpc32xx_mzx_stage_2: New files.
159        * configure.ac, Makefile.am, preinstall.am: Reflect changes above.
160        * include/bsp.h, include/lpc32xx.h, irq/irq.c, rtc/rtc-config.c,
161        startup/bspstart.c, startup/bspstarthooks.c,
162        startup/linkcmds.lpc32xx_phycore: Changes throughout.
163
1642010-05-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
165
166        * configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.
167
1682010-05-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
169
170        * include/lpc32xx.h: Update for utility macro changes.
171
1722010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
173
174        * configure.ac: Fixed BSP option.
175        * include/lpc32xx.h, startup/bspstarthooks.c: Added PLL setup.
176
1772010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
178
179        * startup/bspstarthooks.c: Removed start section attribute defines.
180
1812010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
182
183        * make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_boot_int.cfg,
184        startup/linkcmds.lpc32xx_mzx_boot_int: New files.
185        * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
186        include/bspopts.h.in, include/lpc32xx.h, irq/irq.c,
187        make/custom/lpc32xx_phycore.cfg, startup/bspstart.c,
188        startup/bspstarthooks.c: Changes throughout.
189
1902010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
191
192        * make/custom/lpc32xx_phycore.cfg: Workaround for GCC bug 38644.
193
1942010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
195
196        * include/irq-config.h: Removed file.
197        * Makefile.am, preinstall.am: Reflect change above.
198        * irq/irq.c: Removed superfluous parameter checks.
199
2002010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
201
202        * make/custom/lpc32xx_phycore.cfg: Use VFP floating point model.
203
2042010-04-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
205
206        * console/hsu.c: New file.
207        * Makefile.am, configure.ac, preinstall.am, console/console-config.c,
208        include/bsp.h, include/bspopts.h.in, include/lpc-clock-config.h,
209        include/lpc-ethernet-config.h, include/lpc32xx.h, include/mmu.h,
210        startup/bspstart.c, startup/bspstarthooks.c: Changes throughout.
211
2122010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
213
214        * README, include/lpc32xx.h, irq/irq.c, startup/bspstarthooks.c:
215        Changes throughout.
216
2172010-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * make/custom/lpc32xx_phycore.cfg: Remove -W* flags.
220
2212010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
222
223        * include/lpc-ethernet-config.h, include/mmu.h: New files.
224        * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
225        include/bspopts.h.in, include/irq.h, include/lpc32xx.h, irq/irq.c,
226        rtc/rtc-config.c, startup/bspstarthooks.c,
227        startup/linkcmds.lpc32xx_phycore: Changes throughout.
228
2292009-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * include/bspopts.h.in: Regenerated.
232
2332009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
234
235        * bsp_specs, configure.ac, console/console-config.c, include/bsp.h,
236        include/irq-config.h, include/irq.h, include/lpc32xx.h,
237        include/lpc-clock-config.h, irq/irq.c,
238        make/custom/lpc32xx_phycore.cfg, Makefile.am, misc/timer.c,
239        preinstall.am, README, rtc/rtc-config.c, startup/bspreset.c,
240        startup/bspstart.c, startup/bspstarthooks.c,
241        startup/linkcmds.lpc32xx_phycore: New files.
Note: See TracBrowser for help on using the repository browser.