]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Support for LinkStation / KuroBox HD and HG PPC models
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Sun, 30 Mar 2008 23:32:15 +0000 (01:32 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 14 Apr 2008 06:08:40 +0000 (23:08 -0700)
commit61525f2ffa156665a66908fda47dbf29d65ea579
tree1be3e24381f193707adb422e71d20adeeb0ce29d
parent0f3ba7e9783f352318f197a3148f6d5cc3d75bea
Support for LinkStation / KuroBox HD and HG PPC models

This patch is based on the port by Mihai Georgian (see linkstation.c for
Copyright information) and implements support for LinkStation / KuroBox HD
and HG PPC models from Buffalo Technology, whereby HD is deactivated at
the moment, pending network driver fixing.

Notice to users: this is pretty much a barebone port. Support for network
on HG models is already in the U-Boot mainline, but you might also want
patches to switch fan / phy modes depending on the negotiated ethernet
parameters. This patch also doesn't support console switching, booting EM
mode, Buffalo specific ext2 magic number. So, if you want to use any of
those, you need additional patches. Otherwise this patche provides a fully
functional u-boot with a network console on your system.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
MAKEALL
Makefile
board/linkstation/Makefile [new file with mode: 0644]
board/linkstation/avr.c [new file with mode: 0644]
board/linkstation/config.mk [new file with mode: 0644]
board/linkstation/hwctl.c [new file with mode: 0644]
board/linkstation/ide.c [new file with mode: 0644]
board/linkstation/linkstation.c [new file with mode: 0644]
include/configs/linkstation.h [new file with mode: 0644]