From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 2/2] Support for LinkStation / KuroBox HD and HG PPC models
Date: Mon, 14 Apr 2008 08:33:40 +0200 [thread overview]
Message-ID: <20080414063340.6D0C1248AB@gemini.denx.de> (raw)
In-Reply-To: Your message of "Mon, 31 Mar 2008 01:32:15 +0200." <Pine.LNX.4.64.0803310112130.6825@axis700.grange>
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
--
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.
next prev parent reply other threads:[~2008-04-14 6:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-30 23:32 [U-Boot-Users] [PATCH 2/2] Support for LinkStation / KuroBox HD and HG PPC models Guennadi Liakhovetski
2008-04-14 6:33 ` Wolfgang Denk [this message]
2008-04-28 10:22 ` Wolfgang Denk
2008-04-28 12:35 ` [U-Boot-Users] [PATCH] LinkStation: fix compiler warning, add a maintainer Guennadi Liakhovetski
2008-04-28 18:43 ` Wolfgang Denk
2008-04-28 12:36 ` [U-Boot-Users] [PATCH] IDE: fix compiler warnings Guennadi Liakhovetski
2008-04-28 18:43 ` Wolfgang Denk
2008-04-28 12:37 ` [U-Boot-Users] [PATCH] rtl8169: " Guennadi Liakhovetski
2008-04-28 18:43 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080414063340.6D0C1248AB@gemini.denx.de \
--to=wd@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox