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

4.115
Last change on this file since 1f7d0cca was 1f7d0cca, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/19/11 at 08:12:17

2011-06-19 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Fix broken path to clockdrv_shell.h.
  • Property mode set to 100644
File size: 7.1 KB
Line 
12011-06-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Fix broken path to clockdrv_shell.h.
4
52011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * Makefile.am, preinstall.am: Cache manager changes.
8
92011-05-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
10
11        * Makefile.am, preinstall.am: Install new header files.
12        * include/bsp.h, include/emc.h, include/lpc32xx.h, misc/emc.c: Update
13        for API changes.
14
152011-03-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
16
17        * configure.ac, include/bspopts.h.in: New BSP option
18        LPC32XX_SCRATCH_AREA_SIZE.  Disable BSP option
19        LPC32XX_DISABLE_READ_ONLY_PROTECTION for all BSPs.
20        * include/boot.h: Removed application specific defines.
21        * include/nand-mlc.h, misc/nand-mlc.c: Changed configuration layout.
22        * include/mmu.h, misc/mmu.c: Documentation.  Bugfix.
23        * include/bsp.h, startup/bspstarthooks.c, misc/restart.c,
24        startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
25        startup/linkcmds.lpc32xx_mzx_stage_2,
26        startup/linkcmds.lpc32xx_phycore: Support for scratch area.  Moved
27        code into macros for reusability.
28
292011-02-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
30
31        * include/bsp.h, lpc32xx/misc/restart.c: Renamed lpc32xx_restart() in
32        bsp_restart().
33
342011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * irq/irq.c, misc/restart.c, rtc/rtc-config.c:
37        Use "__asm__" instead of "asm" for improved c99-compliance.
38
392011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * misc/timer.c: Include <rtems/btimer.h>.
42        Fix benchmark_timer_read() definition.
43
442011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Require autoconf-2.68, automake-1.11.1.
47
482010-12-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
49
50        * configure.ac, include/bspopts.h.in: More options.
51        * include/lpc32xx.h: Added watchdog definitions.
52        * include/mmu.h, misc/mmu.c: Added const qualifier.
53        * startup/bspreset.c: Use watchdog reset.
54
552010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
56
57        * startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
58        startup/linkcmds.lpc32xx_mzx_stage_2,
59        startup/linkcmds.lpc32xx_phycore: Update due to linker command file
60        changes.
61
622010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
63
64        * include/lpc32xx.h: Added I2S module.
65        * Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c,
66        startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
67        startup/linkcmds.lpc32xx_mzx_stage_1,
68        startup/linkcmds.lpc32xx_mzx_stage_2,
69        startup/linkcmds.lpc32xx_phycore: Update due to linker command file
70        changes.
71
722010-11-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
73
74        * rtc/rtc-config.c: Fixed type.
75
762010-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
77
78        * include/tm27.h: New file.
79        * Makefile.am, preinstall.am: Reflect change above.
80        * include/bsp.h: Fixed lpc32xx_micro_seconds_delay().
81        * misc/timer.c: Support for timer tests.
82
832010-10-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
84
85        * include/emc.h, include/i2c.h, include/lpc32xx.h, include/nand-mlc.h:
86        Update for <bsp/utility.h> changes.
87
882010-09-28      Sebastian Huber <sebastian.huber@embedded-brains.de>
89
90        * misc/mmu.c: New file.
91        * Makefile.am: Reflect change above.
92        * configure.ac, include/bspopts.h.in, include/irq.h,
93        include/lpc32xx.h, include/mmu.h, misc/emc.c, misc/restart.c,
94        startup/bspstarthooks.c: Changes throughout.
95
962010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
97
98        * console/hsu.c: Fixed warnings.
99
1002010-06-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
101
102        * make/custom/lpc32xx_mzx_boot_int.cfg,
103        startup/linkcmds.lpc32xx_mzx_boot_int: Removed files.
104        * include/boot.h, include/emc.h, include/i2c.h, include/nand-mlc.h,
105        make/custom/lpc32xx_mzx.cfg, make/custom/lpc32xx_mzx_stage_1.cfg,
106        make/custom/lpc32xx_mzx_stage_2.cfg, misc/boot.c, misc/emc.c,
107        misc/i2c.c, misc/nand-mlc.c, misc/nand-mlc-read-blocks.c,
108        misc/nand-mlc-write-blocks.c, misc/restart.c,
109        startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
110        startup/linkcmds.lpc32xx_mzx_stage_1,
111        startup/linkcmds.lpc32xx_mzx_stage_2: New files.
112        * configure.ac, Makefile.am, preinstall.am: Reflect changes above.
113        * include/bsp.h, include/lpc32xx.h, irq/irq.c, rtc/rtc-config.c,
114        startup/bspstart.c, startup/bspstarthooks.c,
115        startup/linkcmds.lpc32xx_phycore: Changes throughout.
116
1172010-05-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
118
119        * configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.
120
1212010-05-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
122
123        * include/lpc32xx.h: Update for utility macro changes.
124
1252010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
126
127        * configure.ac: Fixed BSP option.
128        * include/lpc32xx.h, startup/bspstarthooks.c: Added PLL setup.
129
1302010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
131
132        * startup/bspstarthooks.c: Removed start section attribute defines.
133
1342010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
135
136        * make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_boot_int.cfg,
137        startup/linkcmds.lpc32xx_mzx_boot_int: New files.
138        * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
139        include/bspopts.h.in, include/lpc32xx.h, irq/irq.c,
140        make/custom/lpc32xx_phycore.cfg, startup/bspstart.c,
141        startup/bspstarthooks.c: Changes throughout.
142
1432010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
144
145        * make/custom/lpc32xx_phycore.cfg: Workaround for GCC bug 38644.
146
1472010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
148
149        * include/irq-config.h: Removed file.
150        * Makefile.am, preinstall.am: Reflect change above.
151        * irq/irq.c: Removed superfluous parameter checks.
152
1532010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
154
155        * make/custom/lpc32xx_phycore.cfg: Use VFP floating point model.
156
1572010-04-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
158
159        * console/hsu.c: New file.
160        * Makefile.am, configure.ac, preinstall.am, console/console-config.c,
161        include/bsp.h, include/bspopts.h.in, include/lpc-clock-config.h,
162        include/lpc-ethernet-config.h, include/lpc32xx.h, include/mmu.h,
163        startup/bspstart.c, startup/bspstarthooks.c: Changes throughout.
164
1652010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
166
167        * README, include/lpc32xx.h, irq/irq.c, startup/bspstarthooks.c:
168        Changes throughout.
169
1702010-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * make/custom/lpc32xx_phycore.cfg: Remove -W* flags.
173
1742010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
175
176        * include/lpc-ethernet-config.h, include/mmu.h: New files.
177        * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
178        include/bspopts.h.in, include/irq.h, include/lpc32xx.h, irq/irq.c,
179        rtc/rtc-config.c, startup/bspstarthooks.c,
180        startup/linkcmds.lpc32xx_phycore: Changes throughout.
181
1822009-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * include/bspopts.h.in: Regenerated.
185
1862009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
187
188        * bsp_specs, configure.ac, console/console-config.c, include/bsp.h,
189        include/irq-config.h, include/irq.h, include/lpc32xx.h,
190        include/lpc-clock-config.h, irq/irq.c,
191        make/custom/lpc32xx_phycore.cfg, Makefile.am, misc/timer.c,
192        preinstall.am, README, rtc/rtc-config.c, startup/bspreset.c,
193        startup/bspstart.c, startup/bspstarthooks.c,
194        startup/linkcmds.lpc32xx_phycore: New files.
Note: See TracBrowser for help on using the repository browser.