public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MCF5271: Added #defines for Edge Port Module (EPORT)
@ 2009-06-05 21:12 Richard Retanubun
  2009-06-08 15:18 ` TC Liew
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Retanubun @ 2009-06-05 21:12 UTC (permalink / raw)
  To: u-boot

 From edb2947e95dc8dc1c91bc952002304267d02639f Mon Sep 17 00:00:00 2001
From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
Date: Fri, 5 Jun 2009 15:54:56 -0400
Subject: [PATCH] MCF5271: Added #defines for Edge Port Module (EPORT)

This patch adds #defines of EPORT registers as offsets from IPSBAR (MBAR)
---
  include/asm-m68k/m5271.h |    8 ++++++++
  1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/include/asm-m68k/m5271.h b/include/asm-m68k/m5271.h
index d25261b..8bcf6d6 100644
--- a/include/asm-m68k/m5271.h
+++ b/include/asm-m68k/m5271.h
@@ -261,4 +261,12 @@
  #define INT0_HI_CAN1_BOFFINT		(60)
  /* 60-63 Reserved */

+/* Edge Port Module (EPORT) Register offser from CONFIG_SYS_MBAR */
+#define MCF_EPORT_EPPAR			0x130000
+#define MCF_EPORT_EPPDDR		0x130002
+#define MCF_EPORT_EPIER			0x130003
+#define MCF_EPORT_EPDR			0x130004
+#define MCF_EPORT_EPPDR			0x130005
+#define MCF_EPORT_EPFR			0x130006
+
  #endif				/* _MCF5271_H_ */
-- 
1.6.2.4

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

end of thread, other threads:[~2009-06-08 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 21:12 [U-Boot] [PATCH] MCF5271: Added #defines for Edge Port Module (EPORT) Richard Retanubun
2009-06-08 15:18 ` TC Liew

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