Initial checkin
authorSteve Sakoman <sakoman@otto.(none)>
Sun, 20 Jul 2008 06:07:37 +0000 (23:07 -0700)
committerSteve Sakoman <sakoman@otto.(none)>
Sun, 20 Jul 2008 06:07:37 +0000 (23:07 -0700)
commitc7f024399ff53b30d6aba61fd184f1a18753dce2
tree43d3e93fbf5e44d9a571364f44a1dd235f9db852
Initial checkin
128 files changed:
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
arm_config.mk [new file with mode: 0644]
board/omap1710h3/Makefile [new file with mode: 0644]
board/omap1710h3/config.mk [new file with mode: 0644]
board/omap1710h3/omap1710h3.c [new file with mode: 0644]
board/omap1710h3/platform.S [new file with mode: 0644]
board/omap1710h3/x-load.lds [new file with mode: 0644]
board/omap2420h4/Makefile [new file with mode: 0644]
board/omap2420h4/config.mk [new file with mode: 0644]
board/omap2420h4/omap2420h4.c [new file with mode: 0644]
board/omap2420h4/platform.S [new file with mode: 0644]
board/omap2420h4/x-load.lds [new file with mode: 0644]
board/omap2430sdp/Makefile [new file with mode: 0644]
board/omap2430sdp/config.mk [new file with mode: 0644]
board/omap2430sdp/omap2430sdp.c [new file with mode: 0644]
board/omap2430sdp/platform.S [new file with mode: 0644]
board/omap2430sdp/x-load.lds [new file with mode: 0644]
board/omap3430labrador/Makefile [new file with mode: 0755]
board/omap3430labrador/config.mk [new file with mode: 0755]
board/omap3430labrador/omap3430sdp.c [new file with mode: 0755]
board/omap3430labrador/platform.S [new file with mode: 0755]
board/omap3430labrador/x-load.lds [new file with mode: 0755]
board/omap3430sdp/Makefile [new file with mode: 0644]
board/omap3430sdp/config.mk [new file with mode: 0644]
board/omap3430sdp/omap3430sdp.c [new file with mode: 0644]
board/omap3430sdp/platform.S [new file with mode: 0644]
board/omap3430sdp/x-load.lds [new file with mode: 0644]
board/omap3evm/Makefile [new file with mode: 0755]
board/omap3evm/config.mk [new file with mode: 0755]
board/omap3evm/omap3evm.c [new file with mode: 0755]
board/omap3evm/platform.S [new file with mode: 0755]
board/omap3evm/x-load.lds [new file with mode: 0755]
config.mk [new file with mode: 0644]
cpu/arm1136/Makefile [new file with mode: 0644]
cpu/arm1136/config.mk [new file with mode: 0644]
cpu/arm1136/cpu.c [new file with mode: 0644]
cpu/arm1136/start.S [new file with mode: 0644]
cpu/arm926ejs/Makefile [new file with mode: 0644]
cpu/arm926ejs/config.mk [new file with mode: 0644]
cpu/arm926ejs/cpu.c [new file with mode: 0644]
cpu/arm926ejs/start.S [new file with mode: 0644]
cpu/omap3/Makefile [new file with mode: 0644]
cpu/omap3/config.mk [new file with mode: 0644]
cpu/omap3/cpu.c [new file with mode: 0644]
cpu/omap3/mmc.c [new file with mode: 0755]
cpu/omap3/mmc_host_def.h [new file with mode: 0755]
cpu/omap3/mmc_protocol.h [new file with mode: 0755]
cpu/omap3/start.S [new file with mode: 0644]
disk/Makefile [new file with mode: 0755]
disk/part.c [new file with mode: 0755]
drivers/Makefile [new file with mode: 0644]
drivers/k9f1g08r0a.c [new file with mode: 0755]
drivers/k9f5616.c [new file with mode: 0644]
drivers/k9k1216.c [new file with mode: 0644]
drivers/ns16550.c [new file with mode: 0644]
drivers/onenand.c [new file with mode: 0644]
drivers/onenand_regs.h [new file with mode: 0644]
drivers/serial.c [new file with mode: 0644]
fs/Makefile [new file with mode: 0755]
fs/fat/Makefile [new file with mode: 0755]
fs/fat/fat.c [new file with mode: 0755]
fs/fat/file.c [new file with mode: 0755]
include/asm/arch-arm1136/bits.h [new file with mode: 0644]
include/asm/arch-arm1136/clocks.h [new file with mode: 0644]
include/asm/arch-arm1136/clocks242x.h [new file with mode: 0644]
include/asm/arch-arm1136/clocks243x.h [new file with mode: 0644]
include/asm/arch-arm1136/mem.h [new file with mode: 0644]
include/asm/arch-arm1136/omap2420.h [new file with mode: 0644]
include/asm/arch-arm1136/omap2430.h [new file with mode: 0644]
include/asm/arch-arm1136/sizes.h [new file with mode: 0644]
include/asm/arch-arm1136/sys_info.h [new file with mode: 0644]
include/asm/arch-arm926ejs/sizes.h [new file with mode: 0644]
include/asm/arch-omap3/bits.h [new file with mode: 0644]
include/asm/arch-omap3/clocks.h [new file with mode: 0644]
include/asm/arch-omap3/clocks343x.h [new file with mode: 0644]
include/asm/arch-omap3/cpu.h [new file with mode: 0644]
include/asm/arch-omap3/i2c.h [new file with mode: 0755]
include/asm/arch-omap3/mem.h [new file with mode: 0644]
include/asm/arch-omap3/mmc.h [new file with mode: 0755]
include/asm/arch-omap3/mux.h [new file with mode: 0644]
include/asm/arch-omap3/omap3430.h [new file with mode: 0644]
include/asm/arch-omap3/rev.h [new file with mode: 0755]
include/asm/arch-omap3/sizes.h [new file with mode: 0644]
include/asm/arch-omap3/sys_info.h [new file with mode: 0644]
include/asm/arch-omap3/sys_proto.h [new file with mode: 0644]
include/asm/atomic.h [new file with mode: 0644]
include/asm/byteorder.h [new file with mode: 0755]
include/asm/posix_types.h [new file with mode: 0644]
include/asm/setup.h [new file with mode: 0644]
include/asm/sizes.h [new file with mode: 0644]
include/asm/string.h [new file with mode: 0644]
include/asm/types.h [new file with mode: 0644]
include/asm/x-load-arm.h [new file with mode: 0644]
include/command.h [new file with mode: 0644]
include/common.h [new file with mode: 0644]
include/configs/omap1510.h [new file with mode: 0644]
include/configs/omap1710h3.h [new file with mode: 0644]
include/configs/omap2420h4.h [new file with mode: 0644]
include/configs/omap2430sdp.h [new file with mode: 0644]
include/configs/omap3430labrador.h [new file with mode: 0755]
include/configs/omap3430sdp.h [new file with mode: 0644]
include/configs/omap3evm.h [new file with mode: 0755]
include/fat.h [new file with mode: 0644]
include/ide.h [new file with mode: 0644]
include/linux/byteorder/big_endian.h [new file with mode: 0755]
include/linux/byteorder/generic.h [new file with mode: 0755]
include/linux/byteorder/little_endian.h [new file with mode: 0755]
include/linux/byteorder/swab.h [new file with mode: 0755]
include/linux/config.h [new file with mode: 0644]
include/linux/posix_types.h [new file with mode: 0644]
include/linux/stat.h [new file with mode: 0755]
include/linux/stddef.h [new file with mode: 0644]
include/linux/time.h [new file with mode: 0755]
include/linux/types.h [new file with mode: 0644]
include/malloc.h [new file with mode: 0644]
include/mmc.h [new file with mode: 0644]
include/ns16550.h [new file with mode: 0644]
include/part.h [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/_udivsi3.S [new file with mode: 0644]
lib/_umodsi3.S [new file with mode: 0644]
lib/board.c [new file with mode: 0644]
lib/div0.c [new file with mode: 0644]
lib/ecc.c [new file with mode: 0644]
lib/printf.c [new file with mode: 0644]
mkconfig [new file with mode: 0755]
scripts/mkoneboot.sh [new file with mode: 0644]