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

4.115
Last change on this file since 03d2108 was 03d2108, checked in by Sebastian Huber <sebastian.huber@…>, on 07/01/11 at 13:05:06

2011-07-01 Stephan Hoffmann <sho@…>

Sebastian Huber <sebastian.huber@…>

  • misc/nand-mlc-erase-block-safe.c: New file
  • Makefile.am: Reflect change from above.
  • misc/nand-mlc-write-blocks.c: Use lpc32xx_mlc_erase_block_safe_3().
  • include/nand-mlc.h: Bad block handling.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12011-07-01      Stephan Hoffmann <sho@reLinux.de>
2                Sebastian Huber <sebastian.huber@embedded-brains.de>
3
4        * misc/nand-mlc-erase-block-safe.c: New file
5        * Makefile.am: Reflect change from above.
6        * misc/nand-mlc-write-blocks.c: Use lpc32xx_mlc_erase_block_safe_3().
7        * include/nand-mlc.h: Bad block handling.
8
92011-06-19      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Fix broken path to cache_.h.
12
132011-06-19      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Fix broken path to clockdrv_shell.h.
16
172011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
18
19        * Makefile.am, preinstall.am: Cache manager changes.
20
212011-05-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
22
23        * Makefile.am, preinstall.am: Install new header files.
24        * include/bsp.h, include/emc.h, include/lpc32xx.h, misc/emc.c: Update
25        for API changes.
26
272011-03-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
28
29        * configure.ac, include/bspopts.h.in: New BSP option
30        LPC32XX_SCRATCH_AREA_SIZE.  Disable BSP option
31        LPC32XX_DISABLE_READ_ONLY_PROTECTION for all BSPs.
32        * include/boot.h: Removed application specific defines.
33        * include/nand-mlc.h, misc/nand-mlc.c: Changed configuration layout.
34        * include/mmu.h, misc/mmu.c: Documentation.  Bugfix.
35        * include/bsp.h, startup/bspstarthooks.c, misc/restart.c,
36        startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
37        startup/linkcmds.lpc32xx_mzx_stage_2,
38        startup/linkcmds.lpc32xx_phycore: Support for scratch area.  Moved
39        code into macros for reusability.
40
412011-02-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
42
43        * include/bsp.h, lpc32xx/misc/restart.c: Renamed lpc32xx_restart() in
44        bsp_restart().
45
462011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * irq/irq.c, misc/restart.c, rtc/rtc-config.c:
49        Use "__asm__" instead of "asm" for improved c99-compliance.
50
512011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * misc/timer.c: Include <rtems/btimer.h>.
54        Fix benchmark_timer_read() definition.
55
562011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Require autoconf-2.68, automake-1.11.1.
59
602010-12-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
61
62        * configure.ac, include/bspopts.h.in: More options.
63        * include/lpc32xx.h: Added watchdog definitions.
64        * include/mmu.h, misc/mmu.c: Added const qualifier.
65        * startup/bspreset.c: Use watchdog reset.
66
672010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
68
69        * startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
70        startup/linkcmds.lpc32xx_mzx_stage_2,
71        startup/linkcmds.lpc32xx_phycore: Update due to linker command file
72        changes.
73
742010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
75
76        * include/lpc32xx.h: Added I2S module.
77        * Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c,
78        startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
79        startup/linkcmds.lpc32xx_mzx_stage_1,
80        startup/linkcmds.lpc32xx_mzx_stage_2,
81        startup/linkcmds.lpc32xx_phycore: Update due to linker command file
82        changes.
83
842010-11-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
85
86        * rtc/rtc-config.c: Fixed type.
87
882010-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
89
90        * include/tm27.h: New file.
91        * Makefile.am, preinstall.am: Reflect change above.
92        * include/bsp.h: Fixed lpc32xx_micro_seconds_delay().
93        * misc/timer.c: Support for timer tests.
94
952010-10-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
96
97        * include/emc.h, include/i2c.h, include/lpc32xx.h, include/nand-mlc.h:
98        Update for <bsp/utility.h> changes.
99
1002010-09-28      Sebastian Huber <sebastian.huber@embedded-brains.de>
101
102        * misc/mmu.c: New file.
103        * Makefile.am: Reflect change above.
104        * configure.ac, include/bspopts.h.in, include/irq.h,
105        include/lpc32xx.h, include/mmu.h, misc/emc.c, misc/restart.c,
106        startup/bspstarthooks.c: Changes throughout.
107
1082010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
109
110        * console/hsu.c: Fixed warnings.
111
1122010-06-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
113
114        * make/custom/lpc32xx_mzx_boot_int.cfg,
115        startup/linkcmds.lpc32xx_mzx_boot_int: Removed files.
116        * include/boot.h, include/emc.h, include/i2c.h, include/nand-mlc.h,
117        make/custom/lpc32xx_mzx.cfg, make/custom/lpc32xx_mzx_stage_1.cfg,
118        make/custom/lpc32xx_mzx_stage_2.cfg, misc/boot.c, misc/emc.c,
119        misc/i2c.c, misc/nand-mlc.c, misc/nand-mlc-read-blocks.c,
120        misc/nand-mlc-write-blocks.c, misc/restart.c,
121        startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
122        startup/linkcmds.lpc32xx_mzx_stage_1,
123        startup/linkcmds.lpc32xx_mzx_stage_2: New files.
124        * configure.ac, Makefile.am, preinstall.am: Reflect changes above.
125        * include/bsp.h, include/lpc32xx.h, irq/irq.c, rtc/rtc-config.c,
126        startup/bspstart.c, startup/bspstarthooks.c,
127        startup/linkcmds.lpc32xx_phycore: Changes throughout.
128
1292010-05-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
130
131        * configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.
132
1332010-05-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
134
135        * include/lpc32xx.h: Update for utility macro changes.
136
1372010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
138
139        * configure.ac: Fixed BSP option.
140        * include/lpc32xx.h, startup/bspstarthooks.c: Added PLL setup.
141
1422010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
143
144        * startup/bspstarthooks.c: Removed start section attribute defines.
145
1462010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
147
148        * make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_boot_int.cfg,
149        startup/linkcmds.lpc32xx_mzx_boot_int: New files.
150        * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
151        include/bspopts.h.in, include/lpc32xx.h, irq/irq.c,
152        make/custom/lpc32xx_phycore.cfg, startup/bspstart.c,
153        startup/bspstarthooks.c: Changes throughout.
154
1552010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
156
157        * make/custom/lpc32xx_phycore.cfg: Workaround for GCC bug 38644.
158
1592010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
160
161        * include/irq-config.h: Removed file.
162        * Makefile.am, preinstall.am: Reflect change above.
163        * irq/irq.c: Removed superfluous parameter checks.
164
1652010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
166
167        * make/custom/lpc32xx_phycore.cfg: Use VFP floating point model.
168
1692010-04-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
170
171        * console/hsu.c: New file.
172        * Makefile.am, configure.ac, preinstall.am, console/console-config.c,
173        include/bsp.h, include/bspopts.h.in, include/lpc-clock-config.h,
174        include/lpc-ethernet-config.h, include/lpc32xx.h, include/mmu.h,
175        startup/bspstart.c, startup/bspstarthooks.c: Changes throughout.
176
1772010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
178
179        * README, include/lpc32xx.h, irq/irq.c, startup/bspstarthooks.c:
180        Changes throughout.
181
1822010-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * make/custom/lpc32xx_phycore.cfg: Remove -W* flags.
185
1862010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
187
188        * include/lpc-ethernet-config.h, include/mmu.h: New files.
189        * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
190        include/bspopts.h.in, include/irq.h, include/lpc32xx.h, irq/irq.c,
191        rtc/rtc-config.c, startup/bspstarthooks.c,
192        startup/linkcmds.lpc32xx_phycore: Changes throughout.
193
1942009-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
195
196        * include/bspopts.h.in: Regenerated.
197
1982009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
199
200        * bsp_specs, configure.ac, console/console-config.c, include/bsp.h,
201        include/irq-config.h, include/irq.h, include/lpc32xx.h,
202        include/lpc-clock-config.h, irq/irq.c,
203        make/custom/lpc32xx_phycore.cfg, Makefile.am, misc/timer.c,
204        preinstall.am, README, rtc/rtc-config.c, startup/bspreset.c,
205        startup/bspstart.c, startup/bspstarthooks.c,
206        startup/linkcmds.lpc32xx_phycore: New files.
Note: See TracBrowser for help on using the repository browser.