]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by George G. Davis, 19 Aug 2003:
authorwdenk <wdenk>
Fri, 29 Aug 2003 22:00:43 +0000 (22:00 +0000)
committerwdenk <wdenk>
Fri, 29 Aug 2003 22:00:43 +0000 (22:00 +0000)
commit6f21347d49b1741e4b8247f5e2d3fa83ef169c25
tree680eaba02ba065cc99e7f75d155bc5f0b75789ea
parentc29fdfc1d8cbefd2d85a354b95486a6d2b3f4a88
* Patch by George G. Davis, 19 Aug 2003:
  fix TI Innovator/OMAP1510 pin configs

* Patches by Kshitij, 18 Aug 2003
  - add support for arm926ejs cpu core
  - add support for TI OMAP 1610 Innovator Board
25 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
README
board/omap1510inn/platform.S
board/omap1610inn/Makefile [new file with mode: 0644]
board/omap1610inn/config.mk [new file with mode: 0644]
board/omap1610inn/flash.c [new file with mode: 0644]
board/omap1610inn/omap1610innovator.c [new file with mode: 0644]
board/omap1610inn/platform.S [new file with mode: 0644]
board/omap1610inn/u-boot.lds [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/interrupts.c [new file with mode: 0644]
cpu/arm926ejs/start.S [new file with mode: 0644]
drivers/ns16550.c
drivers/serial.c
include/arm926ejs.h [new file with mode: 0644]
include/asm-arm/arch-arm926ejs/sizes.h [new file with mode: 0644]
include/configs/omap1510.h
include/configs/omap1610inn.h [new file with mode: 0644]
include/flash.h
include/ns16550.h