[U-Boot] [PATCH 1/2] scsi: add PCIe to sata converter Marvell chip 88SE9170
Po Liu
po.liu at nxp.com
Wed Apr 13 12:59:45 CEST 2016
Add to the command scsi device list.
Signed-off-by: Po Liu <po.liu at nxp.com>
---
cmd/scsi.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/cmd/scsi.c b/cmd/scsi.c
index 8991125..c85fefc 100644
--- a/cmd/scsi.c
+++ b/cmd/scsi.c
@@ -31,6 +31,11 @@
#define SCSI_VEND_ID 0x10b9
#define SCSI_DEV_ID 0x5288
+#elif defined CONFIG_SATA_88SE9170
+
+#define SCSI_VEND_ID 0x1b4b
+#define SCSI_DEV_ID 0x9170
+
#elif !defined(CONFIG_SCSI_AHCI_PLAT)
#error no scsi device defined
#endif
--
2.1.0.27.g96db324
More information about the U-Boot
mailing list