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

4.115
Last change on this file since b0bd1b69 was 0a91018f, checked in by Jennifer Averett <Jennifer.Averett@…>, on 10/18/11 at 18:25:15

2011-10-18 Jennifer Averett <Jennifer.Averett@…>

PR 1917/bsps

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