]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Steven Scholz, 10 Oct 2003 LABEL_2003_10_09_2320
authorwdenk <wdenk>
Thu, 9 Oct 2003 20:09:04 +0000 (20:09 +0000)
committerwdenk <wdenk>
Thu, 9 Oct 2003 20:09:04 +0000 (20:09 +0000)
commit5da627a424b3ad2d38a81886ba4a18e5123a6788
tree13d274effe8b9c740a07f4cb47989f3215c20bb4
parent15647dc7fd86bbaeb68740929ecb9f8473c7ceae
* Patch by Steven Scholz, 10 Oct 2003
  - Add support for Altera FPGA ACEX1K

* Patches by Thomas Lange, 09 Oct 2003:
  - Endian swap ATA identity for all big endian CPUs, not just PPC
  - MIPS only: New option CONFIG_MEMSIZE_IN_BYTES for passing memsize
    args to linux
  - add support for dbau1x00 board (MIPS32)
31 files changed:
CHANGELOG
CREDITS
MAINTAINERS
MAKEALL
Makefile
README
board/dbau1x00/Makefile [new file with mode: 0644]
board/dbau1x00/README [new file with mode: 0644]
board/dbau1x00/config.mk [new file with mode: 0644]
board/dbau1x00/dbau1x00.c [new file with mode: 0644]
board/dbau1x00/flash.c [new file with mode: 0644]
board/dbau1x00/memsetup.S [new file with mode: 0644]
board/dbau1x00/u-boot.lds [new file with mode: 0644]
common/ACEX1K.c [new file with mode: 0644]
common/Makefile
common/altera.c
common/cmd_ide.c
cpu/mips/Makefile
cpu/mips/asc_serial.c [moved from cpu/mips/serial.c with 98% similarity]
cpu/mips/asc_serial.h [moved from cpu/mips/serial.h with 100% similarity]
cpu/mips/au1x00_eth.c [new file with mode: 0644]
cpu/mips/au1x00_serial.c [new file with mode: 0644]
cpu/mips/cache.S
cpu/mips/cpu.c
include/ACEX1K.h [new file with mode: 0644]
include/altera.h
include/asm-mips/au1x00.h [new file with mode: 0644]
include/asm-mips/mipsregs.h
include/configs/dbau1x00.h [new file with mode: 0644]
lib_mips/mips_linux.c
net/eth.c