
30 Sep
2010
30 Sep
'10
3:54 p.m.
On 2010/09/30 7:53 PM, Prafulla Wadaskar wrote:
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
@@ -0,0 +1,230 @@ +#ifndef _MV_COMMON_H +#define _MV_COMMON_H
+/*
- High Level Configuration Options (easy to change)
- */
+#define CONFIG_MARVELL 1 +#define CONFIG_ARM926EJS 1 /* Basic Architecture */
+#if defined(CONFIG_KIRKWOOD) +#define CONFIG_MD5 /* get_random_hex on krikwood needs MD5 support */
krikwood?
+#define CONFIG_KIRKWOOD_EGIGA_INIT /* Enable GbePort0/1 for kernel */ +#define CONFIG_KIRKWOOD_RGMII_PAD_1V8 /* Set RGMII Pad voltage to 1.8V */ +#define CONFIG_KIRKWOOD_PCIE_INIT /* Enable PCIE Port0 for kernel */
+#define CONFIG_I2C_MVTWSI_BASE KW_TWSI_BASE
+#define MV_UART0_BASE KW_UART0_BASE +#define MV_UART0_BASE KW_UART0_BASE
dup?
+/*
- IDe Support on SATA port0
- */
IDe?
Rogan