[U-Boot] [PATCH v2 1/2] cmd_ide: enhance new feature "CONFIG_IDE_AHB"

Wolfgang Denk wd at denx.de
Sat Apr 30 21:04:36 CEST 2011


Dear Macpaul Lin,

In message <1302590733-23912-1-git-send-email-macpaul at andestech.com> you wrote:
> Although most IDE controller is designed to be connected to PCI bridge,
> there are still some IDE controller support AHB interface for SoC design.
> 
> The driver implementation of these IDE-AHB controllers differ from other
> IDE-PCI controller, some additional registers and commands access is required
> during CMD/DATA I/O. Hence a configuration "CONFIG_IDE_AHB" in cmd_ide.c is
> required to be defined to support these kinds of SoC controllers. Such as
> Faraday's FTIDE020 series and Global Unichip's UINF-0301.
> 
> Signed-off-by: Macpaul Lin <macpaul at andestech.com>
> 
> ---
> Changes for v2:
>   - Move new prototype decarations related to AHB to from cmd_ide.c to ide.h.
>   - clean up.
> 
>  README           |    8 ++++++++
>  common/cmd_ide.c |   29 ++++++++++++++++++++++++++++-
>  include/ide.h    |    7 +++++++
>  3 files changed, 43 insertions(+), 1 deletions(-)

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
"Life sucks, but it's better than the alternative."
- Peter da Silva


More information about the U-Boot mailing list