]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/pcs440ep.h
IDE: - make ide_inb () and ide_outb () "weak", so boards can
authorHeiko Schocher <hs@pollux.denx.de>
Tue, 28 Aug 2007 15:39:14 +0000 (17:39 +0200)
committerHeiko Schocher <hs@pollux.denx.de>
Tue, 28 Aug 2007 15:39:14 +0000 (17:39 +0200)
commitf98984cb194bb34dbe1db9429d3b51133af30d07
treefb9ea2be94607a89a36ce0e1a02279bb98aa20f1
parent3e66c078003607a7d1d214c15a5f262bc1b4032f
IDE: - make ide_inb () and ide_outb () "weak", so boards can
          define there own I/O functions.
          (Needed for the pcs440ep board).
        - The default I/O Functions are again 8 Bit accesses.
        - Added CONFIG_CMD_IDE for the pcs440ep Board.

Signed-off-by: Heiko Schocher <hs@denx.de>
board/pcs440ep/pcs440ep.c
common/cmd_ide.c
include/asm-ppc/io.h
include/configs/pcs440ep.h
include/ide.h