
-----Original Message----- From: Rogan Dawes [mailto:rogan.dawes@gmail.com] On Behalf Of Rogan Dawes Sent: Thursday, September 30, 2010 7:24 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik Subject: Re: [U-Boot] [PATCH] kirkwood: added common config file mv-config.h
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?
Thanks I will correct this.
+#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?
!! I will remove this additional line
+/*
- IDe Support on SATA port0
- */
IDe?
I think Ide can be removed, right?
Regards.. Prafulla . .
Rogan