From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3972 invoked by alias); 11 May 2012 10:25:28 -0000 Received: (qmail 3949 invoked by uid 371); 11 May 2012 10:25:28 -0000 Date: Fri, 11 May 2012 10:25:00 -0000 Message-ID: <20120511102527.3947.qmail@sourceware.org> From: nickg@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/hal/arm/lpc24xx/ea2468/current C ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2012/txt/msg00216.txt.bz2 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.