]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Patches by Kshitij, 04 Jul 2003
authorwdenk <wdenk>
Tue, 15 Jul 2003 20:04:06 +0000 (20:04 +0000)
committerwdenk <wdenk>
Tue, 15 Jul 2003 20:04:06 +0000 (20:04 +0000)
commit2e5983d2ea5ff21406408c18c5b8fa12d4250908
tree829991db5c6a66aab9219183c887ac0df423976e
parent6dff55297283ebe16096e25f2dadb54e4b6fd9fc
Patches by Kshitij, 04 Jul 2003
- added support for arm925t cpu core
- added support for TI OMAP 1510 Innovator Board
25 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
README
board/omap1510inn/Makefile [new file with mode: 0644]
board/omap1510inn/config.mk [new file with mode: 0644]
board/omap1510inn/flash.c [new file with mode: 0644]
board/omap1510inn/omap1510innovator.c [new file with mode: 0644]
board/omap1510inn/platform.S [new file with mode: 0644]
board/omap1510inn/u-boot.lds [new file with mode: 0644]
cpu/arm925t/Makefile [new file with mode: 0644]
cpu/arm925t/config.mk [new file with mode: 0644]
cpu/arm925t/cpu.c [new file with mode: 0644]
cpu/arm925t/interrupts.c [new file with mode: 0644]
cpu/arm925t/omap925.c [new file with mode: 0644]
cpu/arm925t/start.S [new file with mode: 0644]
drivers/ns16550.c
drivers/serial.c
include/arm925t.h [new file with mode: 0644]
include/asm-arm/arch-arm925t/sizes.h [new file with mode: 0644]
include/configs/lwmon.h
include/configs/omap1510.h [new file with mode: 0644]
include/configs/omap1510inn.h [new file with mode: 0644]
include/ns16550.h