public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] eSPI and Intel E1000 support for P1/P2 RDB
@ 2010-06-23 13:56 Poonam Aggrwal
  2010-06-30  9:58 ` Kumar Gala
  0 siblings, 1 reply; 5+ messages in thread
From: Poonam Aggrwal @ 2010-06-23 13:56 UTC (permalink / raw)
  To: u-boot

This patch enables the eSPI configuration to use
the Spansion Flash on P1 and P2 RDB Platforms

This also enables the Intel Pro/1000 PT Gb Ethernet
PCI-E Network Adapter configuration support

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
---
 include/configs/P1_P2_RDB.h |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h
index a01bc49..1ec57e3 100644
--- a/include/configs/P1_P2_RDB.h
+++ b/include/configs/P1_P2_RDB.h
@@ -93,6 +93,21 @@
 #define CONFIG_TSEC_ENET		/* tsec ethernet support */
 #define CONFIG_ENV_OVERWRITE
 
+#define CONFIG_E1000		1	/* Defind e1000 pci Ethernet card*/
+
+/*
+ * eSPI - Enhanced SPI
+ */
+#define CONFIG_SPI_FLASH
+#define CONFIG_SPI_FLASH_SPANSION
+
+#define CONFIG_HARD_SPI
+#define CONFIG_FSL_ESPI
+
+#define CONFIG_CMD_SF
+#define CONFIG_SF_DEFAULT_SPEED 10000000
+#define CONFIG_SF_DEFAULT_MODE 0
+
 #ifndef __ASSEMBLY__
 extern unsigned long get_board_sys_clk(unsigned long dummy);
 #endif
-- 
1.5.6.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-15  7:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23 13:56 [U-Boot] [PATCH] eSPI and Intel E1000 support for P1/P2 RDB Poonam Aggrwal
2010-06-30  9:58 ` Kumar Gala
2010-08-08 19:57   ` Wolfgang Denk
2010-08-19  7:13     ` Kumar Gala
2010-09-15  7:02     ` Can Aydin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox