summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-08-06 02:36:01 -0700
committerSimon Glass <sjg@chromium.org>2015-08-14 03:24:20 -0600
commit44a8b96f6488bc0392f99e6caa424539813dee20 (patch)
treed7fe3f0ee2f0e7959252098d153abfc14ddfd748 /include/configs
parent715f599f8a0f8a0e60ee483f55eb207ade34ad49 (diff)
downloadtalos-obmc-uboot-44a8b96f6488bc0392f99e6caa424539813dee20.tar.gz
talos-obmc-uboot-44a8b96f6488bc0392f99e6caa424539813dee20.zip
x86: baytrail: Add all IDE/SATA PCI device IDs
The BayTrail SoC has 4 different PCI devices IDs regarding to IDE and AHCI. Add these IDs in pci_ids.h and also add the other SATA ID in the Bayley Bay and MinnowMax board configuration header. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/bayleybay.h3
-rw-r--r--include/configs/minnowmax.h6
2 files changed, 6 insertions, 3 deletions
diff --git a/include/configs/bayleybay.h b/include/configs/bayleybay.h
index ecda4bae08..c590f56557 100644
--- a/include/configs/bayleybay.h
+++ b/include/configs/bayleybay.h
@@ -26,7 +26,8 @@
"stderr=serial,vga\0"
#define CONFIG_SCSI_DEV_LIST \
- {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}
+ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}, \
+ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA_ALT}
#define CONFIG_MMC
#define CONFIG_SDHCI
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h
index 2a40d1f947..64fa676b1a 100644
--- a/include/configs/minnowmax.h
+++ b/include/configs/minnowmax.h
@@ -26,8 +26,10 @@
"stdout=vga,serial\0" \
"stderr=vga,serial\0"
-#define CONFIG_SCSI_DEV_LIST \
- {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}
+#define CONFIG_SCSI_DEV_LIST \
+ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}, \
+ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA_ALT}
+
#define CONFIG_SPI_FLASH_STMICRO
#define CONFIG_MMC
OpenPOWER on IntegriCloud