This is the mail archive of the ecos-cvs@sourceware.org mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos/packages/hal/arm/lpc24xx/ea2468/current C ...


CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	nickg@sourceware.org	2012-05-11 10:25:27

Modified files:
	packages/hal/arm/lpc24xx/ea2468/current: ChangeLog 
	packages/hal/arm/lpc24xx/ea2468/current/cdl: 
	                                             hal_arm_lpc24xx_ea2468.cdl 
	packages/hal/arm/lpc24xx/ea2468/current/include/pkgconf: 
	                                                         mlt_arm_lpc24xx_ea2468_ram.ldi 
	                                                         mlt_arm_lpc24xx_ea2468_rom.ldi 
Added files:
	packages/hal/arm/lpc24xx/ea2468/current/tests: fiq.c 

Log message:
	* include/pkgconf/mlt_arm_lpc24xx_ea2468_rom.ldi:
	* include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.ldi: Relocate fixed
	vectors to 0x40000020. Previously, the HAL_VSR_GET/SET macros
	accessed the wrong locations and didn't have any effect; now both
	hardware and software have the same idea of where the VSR table
	is.
	NOTE: that this renders RAM applications built with this layout
	incompatible with RedBoot built with the old layout. A new RedBoot
	needs to be installed.
	
	* cdl/hal_arm_lpc24xx_ea2468.cdl:
	* tests/fiq.c: Add FIQ test program.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]