summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc32xx/ChangeLog
blob: b17977584194b9be78251ee4a681ccaf6e90a2ac (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                             



                                                            





                                                                             










                                                                             



                                                                    




                                                                    




                                                                         







                                                                             

                                                          



                                                          

                                                           



                                                                    





                                                                             













                                                                            
                                                                    



                                                                             




                                                                   




                                                          



                                                               






                                                                    

                                                                    






                                                                             







                                                                           



                                                                    






                                                                    




                                                                              







                                                                     



                                                                    
















                                                                           



                                                                            



                                                                    

                                                                    




                                                                      



                                                                           








                                                                        

                                                                        

                                                                    





                                                                    

                                                                        







                                                                             




                                                                        



                                                            







                                                                          



                                                         








                                                                           
2011-12-06	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* misc/system-clocks.c: New file.
	* Makefile.am: Reflect change from above.
	* include/nand-mlc.h: Fixed lpc32xx_mlc_is_bad_page().
	* make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_stage_1.cfg: Flags
	for EABI tool chain.
	* configure.ac, include/bsp.h, include/lpc32xx.h, misc/emc.c,
	misc/i2c.c, rtc/rtc-config.c, startup/bspstarthooks.c: Avoid compile
	time ARM_CLK and HCLK.

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

	* Makefile.am: Add shared/startup/bsp-start-memcpy.S

2011-10-18	Jennifer Averett <Jennifer.Averett@OARcorp.com>

	PR 1917/bsps
	* Makefile.am, console/console-config.c, console/hsu.c: Modifications
	to add dynamic tables for libchip serial drivers.

2011-09-22	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* make/custom/lpc32xx.inc: Workaround for GCC bug 50106.
	* include/lpc32xx.h: Fixed register map for NAND MLC.
	* include/boot.h: Declare lpc32xx_set_boot_block_bad().
	* misc/boot.c: Define lpc32xx_set_boot_block_bad().
	* include/nand-mlc.h, misc/nand-mlc-erase-block-safe.c,
	misc/nand-mlc-read-blocks.c, misc/nand-mlc-write-blocks.c,
	misc/nand-mlc.c: Changed bad block handling.  Support for non-aligned
	data.  Documentation.

2011-08-08	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* misc/i2c.c: Bugfix.

2011-08-01	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* include/.cvsignore: New file.
	* include/bspopts.h.in: Removed file.

2011-07-04	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* misc/nand-mlc-erase-block-safe.c, misc/nand-mlc-write-blocks.c,
	include/nand-mlc.h: Fixed write blocks.

2011-07-01	Stephan Hoffmann <sho@reLinux.de>
		Sebastian Huber <sebastian.huber@embedded-brains.de>

	* 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.

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

	* Makefile.am: Fix broken path to cache_.h.

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

	* Makefile.am: Fix broken path to clockdrv_shell.h.

2011-06-07	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* Makefile.am, preinstall.am: Cache manager changes.

2011-05-19	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* Makefile.am, preinstall.am: Install new header files.
	* include/bsp.h, include/emc.h, include/lpc32xx.h, misc/emc.c: Update
	for API changes.

2011-03-29	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* configure.ac, include/bspopts.h.in: New BSP option
	LPC32XX_SCRATCH_AREA_SIZE.  Disable BSP option
	LPC32XX_DISABLE_READ_ONLY_PROTECTION for all BSPs.
	* include/boot.h: Removed application specific defines.
	* include/nand-mlc.h, misc/nand-mlc.c: Changed configuration layout.
	* include/mmu.h, misc/mmu.c: Documentation.  Bugfix.
	* include/bsp.h, startup/bspstarthooks.c, misc/restart.c,
	startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
	startup/linkcmds.lpc32xx_mzx_stage_2,
	startup/linkcmds.lpc32xx_phycore: Support for scratch area.  Moved
	code into macros for reusability.

2011-02-21	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* include/bsp.h, lpc32xx/misc/restart.c: Renamed lpc32xx_restart() in
	bsp_restart().

2011-02-11	Ralf Corsépius <ralf.corsepius@rtems.org>

	* irq/irq.c, misc/restart.c, rtc/rtc-config.c:
	Use "__asm__" instead of "asm" for improved c99-compliance.

2011-02-09	Ralf Corsépius <ralf.corsepius@rtems.org>

	* misc/timer.c: Include <rtems/btimer.h>.
	Fix benchmark_timer_read() definition.

2011-02-02	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Require autoconf-2.68, automake-1.11.1.

2010-12-16	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* configure.ac, include/bspopts.h.in: More options.
	* include/lpc32xx.h: Added watchdog definitions.
	* include/mmu.h, misc/mmu.c: Added const qualifier.
	* startup/bspreset.c: Use watchdog reset.

2010-12-03	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
	startup/linkcmds.lpc32xx_mzx_stage_2,
	startup/linkcmds.lpc32xx_phycore: Update due to linker command file
	changes.

2010-12-03	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* include/lpc32xx.h: Added I2S module.
	* Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c,
	startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
	startup/linkcmds.lpc32xx_mzx_stage_1,
	startup/linkcmds.lpc32xx_mzx_stage_2,
	startup/linkcmds.lpc32xx_phycore: Update due to linker command file
	changes.

2010-11-12	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* rtc/rtc-config.c: Fixed type.

2010-10-21	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* include/tm27.h: New file.
	* Makefile.am, preinstall.am: Reflect change above.
	* include/bsp.h: Fixed lpc32xx_micro_seconds_delay().
	* misc/timer.c: Support for timer tests.

2010-10-14	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* include/emc.h, include/i2c.h, include/lpc32xx.h, include/nand-mlc.h:
	Update for <bsp/utility.h> changes.

2010-09-28	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* misc/mmu.c: New file.
	* Makefile.am: Reflect change above.
	* configure.ac, include/bspopts.h.in, include/irq.h,
	include/lpc32xx.h, include/mmu.h, misc/emc.c, misc/restart.c,
	startup/bspstarthooks.c: Changes throughout.

2010-08-23	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* console/hsu.c: Fixed warnings.

2010-06-23	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* make/custom/lpc32xx_mzx_boot_int.cfg,
	startup/linkcmds.lpc32xx_mzx_boot_int: Removed files.
	* include/boot.h, include/emc.h, include/i2c.h, include/nand-mlc.h,
	make/custom/lpc32xx_mzx.cfg, make/custom/lpc32xx_mzx_stage_1.cfg,
	make/custom/lpc32xx_mzx_stage_2.cfg, misc/boot.c, misc/emc.c,
	misc/i2c.c, misc/nand-mlc.c, misc/nand-mlc-read-blocks.c,
	misc/nand-mlc-write-blocks.c, misc/restart.c,
	startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
	startup/linkcmds.lpc32xx_mzx_stage_1,
	startup/linkcmds.lpc32xx_mzx_stage_2: New files.
	* configure.ac, Makefile.am, preinstall.am: Reflect changes above.
	* include/bsp.h, include/lpc32xx.h, irq/irq.c, rtc/rtc-config.c,
	startup/bspstart.c, startup/bspstarthooks.c,
	startup/linkcmds.lpc32xx_phycore: Changes throughout.

2010-05-25	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.

2010-05-21	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* include/lpc32xx.h: Update for utility macro changes.

2010-05-20	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* configure.ac: Fixed BSP option.
	* include/lpc32xx.h, startup/bspstarthooks.c: Added PLL setup.

2010-05-20	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* startup/bspstarthooks.c: Removed start section attribute defines.

2010-05-20	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_boot_int.cfg,
	startup/linkcmds.lpc32xx_mzx_boot_int: New files.
	* Makefile.am, configure.ac, preinstall.am, include/bsp.h,
	include/bspopts.h.in, include/lpc32xx.h, irq/irq.c,
	make/custom/lpc32xx_phycore.cfg, startup/bspstart.c,
	startup/bspstarthooks.c: Changes throughout.

2010-05-20	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* make/custom/lpc32xx_phycore.cfg: Workaround for GCC bug 38644.

2010-04-30	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* include/irq-config.h: Removed file.
	* Makefile.am, preinstall.am: Reflect change above.
	* irq/irq.c: Removed superfluous parameter checks.

2010-04-30	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* make/custom/lpc32xx_phycore.cfg: Use VFP floating point model.

2010-04-09	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* console/hsu.c: New file.
	* Makefile.am, configure.ac, preinstall.am, console/console-config.c,
	include/bsp.h, include/bspopts.h.in, include/lpc-clock-config.h,
	include/lpc-ethernet-config.h, include/lpc32xx.h, include/mmu.h,
	startup/bspstart.c, startup/bspstarthooks.c: Changes throughout.

2010-03-03	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* README, include/lpc32xx.h, irq/irq.c, startup/bspstarthooks.c:
	Changes throughout.

2010-02-02	Ralf Corsépius <ralf.corsepius@rtems.org>

	* make/custom/lpc32xx_phycore.cfg: Remove -W* flags.

2010-01-12	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* include/lpc-ethernet-config.h, include/mmu.h: New files.
	* Makefile.am, configure.ac, preinstall.am, include/bsp.h,
	include/bspopts.h.in, include/irq.h, include/lpc32xx.h, irq/irq.c,
	rtc/rtc-config.c, startup/bspstarthooks.c,
	startup/linkcmds.lpc32xx_phycore: Changes throughout.

2009-12-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* include/bspopts.h.in: Regenerated.

2009-12-15	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* bsp_specs, configure.ac, console/console-config.c, include/bsp.h,
	include/irq-config.h, include/irq.h, include/lpc32xx.h,
	include/lpc-clock-config.h, irq/irq.c,
	make/custom/lpc32xx_phycore.cfg, Makefile.am, misc/timer.c,
	preinstall.am, README, rtc/rtc-config.c, startup/bspreset.c,
	startup/bspstart.c, startup/bspstarthooks.c,
	startup/linkcmds.lpc32xx_phycore: New files.