[U-Boot] [PATCH] powerpc/p4080: enable support for PCIe SATA

shh.xie at gmail.com shh.xie at gmail.com
Fri Nov 8 03:46:44 CET 2013


From: Shaohui Xie <Shaohui.Xie at freescale.com>

Signed-off-by: Shaohui Xie <Shaohui.Xie at freescale.com>
---
 include/configs/P4080DS.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h
index b0cd7d5..2f89008 100644
--- a/include/configs/P4080DS.h
+++ b/include/configs/P4080DS.h
@@ -17,6 +17,12 @@
 #define CONFIG_MMC
 #define CONFIG_PCIE3
 
+#define CONFIG_CMD_SATA
+#define CONFIG_SATA_SIL
+#define CONFIG_SYS_SATA_MAX_DEVICE  2
+#define CONFIG_LIBATA
+#define CONFIG_LBA48
+
 #define CONFIG_SYS_SRIO
 #define CONFIG_SRIO1			/* SRIO port 1 */
 #define CONFIG_SRIO2			/* SRIO port 2 */
-- 
1.8.0




More information about the U-Boot mailing list