[U-Boot-Users] [PATCH 2/2] Support for LinkStation / KuroBox HD and HG PPC models
Wolfgang Denk
wd at denx.de
Mon Apr 14 08:33:40 CEST 2008
In message <Pine.LNX.4.64.0803310112130.6825 at 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 at 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
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Time is an illusion perpetrated by the manufacturers of space.
More information about the U-Boot
mailing list