public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] PATCH 2/2] Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
@ 2009-07-08  8:18 Roy Zang
  2009-07-08 14:32 ` Kumar Gala
  0 siblings, 1 reply; 10+ messages in thread
From: Roy Zang @ 2009-07-08  8:18 UTC (permalink / raw)
  To: u-boot

From: Roy Zang <tie-fei.zang@freescale.com>

  Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards.
  Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>

---
 include/configs/MPC8536DS.h  |    1 +
 include/configs/MPC8540ADS.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h
index 9e00b89..e23f8f9 100644
--- a/include/configs/MPC8536DS.h
+++ b/include/configs/MPC8536DS.h
@@ -45,6 +45,7 @@
 #define CONFIG_SYS_PCI_64BIT	1	/* enable 64-bit PCI resources */
 
 #define CONFIG_FSL_LAW		1	/* Use common FSL init code */
+#define CONFIG_E1000		1	/* Defind e1000 pci Ethernet card*/
 
 #define CONFIG_TSEC_ENET		/* tsec ethernet support */
 #define CONFIG_ENV_OVERWRITE
diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h
index 5253611..327b342 100644
--- a/include/configs/MPC8540ADS.h
+++ b/include/configs/MPC8540ADS.h
@@ -50,6 +50,7 @@
 #define CONFIG_TSEC_ENET		/* tsec ethernet support */
 #define CONFIG_ENV_OVERWRITE
 #define CONFIG_FSL_LAW		1	/* Use common FSL init code */
+#define CONFIG_E1000		1	/* Defind e1000 pci Ethernet card*/
 
 /*
  * sysclk for MPC85xx
-- 
1.5.6.5

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

end of thread, other threads:[~2009-07-22  2:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-08  8:18 [U-Boot] PATCH 2/2] Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards Roy Zang
2009-07-08 14:32 ` Kumar Gala
2009-07-09  2:05   ` Roy Zang
2009-07-16 21:12     ` Wolfgang Denk
2009-07-16 21:22       ` Ben Warren
2009-07-16 22:25         ` Wolfgang Denk
2009-07-17  5:19           ` Zang Roy-R61911
2009-07-17  5:21         ` Zang Roy-R61911
2009-07-21 14:04     ` Kumar Gala
2009-07-22  2:24       ` Zang Roy-R61911

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