]> git.ipfire.org Git - people/ms/u-boot.git/commit
Add the files for the SMN42 board
authorPeter Pearse <peter.pearse@arm.com>
Wed, 9 May 2007 10:41:58 +0000 (11:41 +0100)
committerPeter Pearse <peter.pearse@arm.com>
Wed, 9 May 2007 10:41:58 +0000 (11:41 +0100)
commit160131bf965785419626df6c388729fe0b597992
tree0cff982f57483e3a255a20f2087fe2b759c87357
parent5c6d2b5a500f8c49670de8910150b78a41f781fc
Add the files for the SMN42 board
13 files changed:
cpu/arm720t/lpc2292/Makefile [new file with mode: 0644]
cpu/arm720t/lpc2292/flash.c [new file with mode: 0644]
cpu/arm720t/lpc2292/iap_entry.S [new file with mode: 0644]
cpu/arm720t/lpc2292/mmc.c [new file with mode: 0644]
cpu/arm720t/lpc2292/mmc_hw.c [new file with mode: 0644]
cpu/arm720t/lpc2292/mmc_hw.h [new file with mode: 0644]
cpu/arm720t/lpc2292/spi.c [new file with mode: 0644]
drivers/enc28j60.c [new file with mode: 0644]
include/asm-arm/arch-lpc2292/hardware.h [new file with mode: 0644]
include/asm-arm/arch-lpc2292/lpc2292_registers.h [new file with mode: 0644]
include/asm-arm/arch-lpc2292/mmc.h [new file with mode: 0644]
include/asm-arm/arch-lpc2292/spi.h [new file with mode: 0644]
include/configs/SMN42.h [new file with mode: 0644]