]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add Sandburst Metrobox and Sandburst Karef board support packages.
authorStefan Roese <sr@denx.de>
Mon, 15 Aug 2005 10:31:23 +0000 (12:31 +0200)
committerStefan Roese <sr@denx.de>
Mon, 15 Aug 2005 10:31:23 +0000 (12:31 +0200)
commitb79316f2a263f424e2a94abaa2c3f639fad7a864
tree4d0db640a8221bffc6415c55a67f34561c97e693
parent2893ecbf3e5b983970138289b759baf45a327ff3
Add Sandburst Metrobox and Sandburst Karef board support packages.
Second serial port on 440GX now defined as a system device.
Add 'Short Etch' code for Cicada PHY within 440gx_enet.c
Patch by Travis B. Sawyer, 12 Jul 2005

Check return value of malloc in 440gx_enet.c
Patch by Travis B. Sawyer, 18 Jul 2005
34 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
board/sandburst/common/flash.c [new file with mode: 0644]
board/sandburst/common/ppc440gx_i2c.c [new file with mode: 0644]
board/sandburst/common/ppc440gx_i2c.h [new file with mode: 0644]
board/sandburst/common/sb_common.c [new file with mode: 0644]
board/sandburst/common/sb_common.h [new file with mode: 0644]
board/sandburst/karef/Makefile [new file with mode: 0644]
board/sandburst/karef/config.mk [new file with mode: 0644]
board/sandburst/karef/hal_ka_of_auto.h [new file with mode: 0644]
board/sandburst/karef/hal_ka_sc_auto.h [new file with mode: 0644]
board/sandburst/karef/init.S [new file with mode: 0644]
board/sandburst/karef/karef.c [new file with mode: 0644]
board/sandburst/karef/karef.h [new file with mode: 0644]
board/sandburst/karef/karef_version.h [new file with mode: 0644]
board/sandburst/karef/u-boot.lds [new file with mode: 0644]
board/sandburst/karef/u-boot.lds.debug [new file with mode: 0644]
board/sandburst/metrobox/Makefile [new file with mode: 0644]
board/sandburst/metrobox/config.mk [new file with mode: 0644]
board/sandburst/metrobox/hal_xc_auto.h [new file with mode: 0644]
board/sandburst/metrobox/init.S [new file with mode: 0644]
board/sandburst/metrobox/metrobox.c [new file with mode: 0644]
board/sandburst/metrobox/metrobox.h [new file with mode: 0644]
board/sandburst/metrobox/metrobox_version.h [new file with mode: 0644]
board/sandburst/metrobox/u-boot.lds [new file with mode: 0644]
board/sandburst/metrobox/u-boot.lds.debug [new file with mode: 0644]
cpu/ppc4xx/440gx_enet.c
include/common.h
include/configs/KAREF.h [new file with mode: 0644]
include/configs/METROBOX.h [new file with mode: 0644]
include/ppc440.h
lib_ppc/board.c