From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remco Poelstra Date: Wed, 12 May 2010 15:36:13 +0200 Subject: [U-Boot] [PATCH v2] Add support for LPC2468 from NXP In-Reply-To: <4BEAA69D.5070307@duran-audio.com> References: <4BEA5C8B.6080800@duran-audio.com> <4BEAA69D.5070307@duran-audio.com> Message-ID: <4BEAAECD.2020602@duran-audio.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12-05-10 15:01, Remco Poelstra wrote: > Add support for LPC2468 from NXP > > Basic startup code > Internal flash is supported (for environment storage) > > Signed-off-by: Remco Poelstra > > --- > MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 3 + > arch/arm/cpu/arm720t/cpu.c | 4 +- > arch/arm/cpu/arm720t/interrupts.c | 43 ++- > arch/arm/cpu/arm720t/lpc24xx/Makefile | 50 +++ > arch/arm/cpu/arm720t/lpc24xx/flash.c | 236 ++++++++++++ > arch/arm/cpu/arm720t/lpc24xx/iap_entry.S | 7 + > arch/arm/cpu/arm720t/start.S | 12 +- > arch/arm/include/asm/arch-lpc24xx/hardware.h | 32 ++ > arch/arm/include/asm/arch-lpc24xx/immap.h | 532 > ++++++++++++++++++++++++++ > I just see that my mail client wrapped the lines again on send. I'll see how I can fix this. I don't think it's a problem right now, I doubt the patch will be completely fine this time. Regards, Remco Poelstra