diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-06 02:36:01 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-14 03:24:20 -0600 |
commit | 44a8b96f6488bc0392f99e6caa424539813dee20 (patch) | |
tree | d7fe3f0ee2f0e7959252098d153abfc14ddfd748 /include/configs/minnowmax.h | |
parent | 715f599f8a0f8a0e60ee483f55eb207ade34ad49 (diff) | |
download | u-boot-44a8b96f6488bc0392f99e6caa424539813dee20.tar.gz |
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/minnowmax.h')
-rw-r--r-- | include/configs/minnowmax.h | 6 |
1 files changed, 4 insertions, 2 deletions
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 |