summaryrefslogtreecommitdiffstats
path: root/common/cmd_scsi.c
diff options
context:
space:
mode:
authorJin Zhengxiong <jason@bus.ap.freescale.net>2006-08-23 19:10:44 +0800
committerJon Loeliger <jdl@freescale.com>2006-08-23 10:39:01 -0500
commit4782ac80b02f0d01afd309e2200dd3c7037f2ba4 (patch)
treeb2c1dbf6a73617a5b1e0ff961f0d4e97342e33a2 /common/cmd_scsi.c
parentd8ea2acf5f137cae99417df4f573d036ee384668 (diff)
downloadtalos-obmc-uboot-4782ac80b02f0d01afd309e2200dd3c7037f2ba4.tar.gz
talos-obmc-uboot-4782ac80b02f0d01afd309e2200dd3c7037f2ba4.zip
Add AHCI support to u-boot
Add AHCI support in u-boot, enable the sata disk controllers which following the AHCI protocol. Signed-off-by:Jason Jin<jason.jin@freescale.com>
Diffstat (limited to 'common/cmd_scsi.c')
-rw-r--r--common/cmd_scsi.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/cmd_scsi.c b/common/cmd_scsi.c
index e8048611f9..cc08743d5d 100644
--- a/common/cmd_scsi.c
+++ b/common/cmd_scsi.c
@@ -43,8 +43,13 @@
#else
#define SCSI_DEV_ID CONFIG_SCSI_DEV_ID
#endif
+#elif defined CONFIG_SATA_ULI5288
+
+#define SCSI_VEND_ID 0x10b9
+#define SCSI_DEV_ID 0x5288
+
#else
-#error CONFIG_SCSI_SYM53C8XX must be defined
+#error no scsi device defined
#endif
OpenPOWER on IntegriCloud