Re: [U-Boot-Users] [PATCH 1/2] Add the Harris QUAD100HD AMCC 405EP-based board.

Hello Gary,
Gary Jennejohn garyj@denx.de wrote:
Add the Harris QUAD100HD AMCC 405EP-based board.
Signed-off-by: Gary Jennejohn garyj@denx.de
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + board/quad100hd/Makefile | 51 ++ board/quad100hd/config.mk | 24 + board/quad100hd/flash.c | 1097 +++++++++++++++++++++++++++++++++++++++++++
Do you really need a boardspecific flash driver? Are these flashes not CFI compatible?
bye Heiko

On Thursday 24 April 2008, Heiko Schocher wrote:
Add the Harris QUAD100HD AMCC 405EP-based board.
Signed-off-by: Gary Jennejohn garyj@denx.de
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + board/quad100hd/Makefile | 51 ++ board/quad100hd/config.mk | 24 + board/quad100hd/flash.c | 1097 +++++++++++++++++++++++++++++++++++++++++++
Do you really need a boardspecific flash driver? Are these flashes not CFI compatible?
Yes, I had the some question in mind. Which FLASH chips are used on the board?
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

On Thu, 24 Apr 2008 08:02:46 +0200 Stefan Roese sr@denx.de wrote:
On Thursday 24 April 2008, Heiko Schocher wrote:
Add the Harris QUAD100HD AMCC 405EP-based board.
Signed-off-by: Gary Jennejohn garyj@denx.de
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + board/quad100hd/Makefile | 51 ++ board/quad100hd/config.mk | 24 + board/quad100hd/flash.c | 1097 +++++++++++++++++++++++++++++++++++++++++++
Do you really need a boardspecific flash driver? Are these flashes not CFI compatible?
Yes, I had the some question in mind. Which FLASH chips are used on the board?
As I told Stefan in a private mail, the board has a S29AL032D on-board.
I guess maybe I got a little confused, becasue the customer stated that this board is based on the taihu, and taihu has its own flash.c. As a result I copied and used the flash.c from taihu. I also partly based the config file (quad100hd.h) on taihu.h.
I'll look into using the generic CFI driver.
--- Gary Jennejohn ********************************************************************* DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de *********************************************************************
participants (3)
-
Gary Jennejohn
-
Heiko Schocher
-
Stefan Roese