]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Add support for MIPS32 4Kc CPUs
authorwdenk <wdenk>
Thu, 27 Mar 2003 12:09:35 +0000 (12:09 +0000)
committerwdenk <wdenk>
Thu, 27 Mar 2003 12:09:35 +0000 (12:09 +0000)
commitc021880ac5837154ca51b9d84e6b75f39b64aabe
tree5f9c3cce4dd7b49e69ec5007f58c9b9a2f215c15
parentac6dbb85b7f080d923013bff4e1d5267cb6f8a5a
* Add support for MIPS32 4Kc CPUs

* Add support for INCA-IP Board
25 files changed:
CHANGELOG
CREDITS
MAKEALL
board/incaip/Makefile [new file with mode: 0644]
board/incaip/config.mk [new file with mode: 0644]
board/incaip/flash.c [new file with mode: 0644]
board/incaip/incaip.c [new file with mode: 0644]
board/incaip/memsetup.S [new file with mode: 0644]
board/incaip/u-boot.lds [new file with mode: 0644]
cpu/mips/Makefile [new file with mode: 0644]
cpu/mips/cache.S [new file with mode: 0644]
cpu/mips/config.mk [new file with mode: 0644]
cpu/mips/cpu.c [new file with mode: 0644]
cpu/mips/incaip_clock.c [new file with mode: 0644]
cpu/mips/incaip_wdt.S [new file with mode: 0644]
cpu/mips/interrupts.c [new file with mode: 0644]
cpu/mips/serial.c [new file with mode: 0644]
cpu/mips/serial.h [new file with mode: 0644]
cpu/mips/start.S [new file with mode: 0644]
include/asm-mips/inca-ip.h [new file with mode: 0644]
include/configs/incaip.h [new file with mode: 0644]
lib_mips/Makefile [new file with mode: 0644]
lib_mips/board.c [new file with mode: 0644]
lib_mips/mips_linux.c [new file with mode: 0644]
lib_mips/time.c [new file with mode: 0644]