In message <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
> 
> ---
> 
> 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: [EMAIL PROTECTED]
Time is an illusion perpetrated by the manufacturers of space.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to