
In message Pine.LNX.4.64.0803310112130.6825@axis700.grange you wrote:
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
As the comment in the Makefile states, HD is disabled at the moment due to a problem with the network driver, which has to be investigated further, as hardware availability and time permit.
MAKEALL | 1 + Makefile | 12 ++ board/linkstation/Makefile | 40 +++ board/linkstation/avr.c | 293 ++++++++++++++++++++++ board/linkstation/config.mk | 50 ++++ board/linkstation/hwctl.c | 135 +++++++++++ board/linkstation/ide.c | 99 ++++++++ board/linkstation/linkstation.c | 130 ++++++++++ include/configs/linkstation.h | 509 +++++++++++++++++++++++++++++++++++++++ 9 files changed, 1267 insertions(+), 0 deletions(-) create mode 100644 board/linkstation/Makefile
create mode 100644 board/linkstation/avr.c
create mode 100644 board/linkstation/config.mk create mode 100644 board/linkstation/hwctl.c create mode 100644 board/linkstation/ide.c create mode 100644 board/linkstation/linkstation.c create mode 100644 include/configs/linkstation.h
Applied, thanks.
Best regards,
Wolfgang Denk