From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Retanubun Date: Fri, 05 Jun 2009 17:12:03 -0400 Subject: [U-Boot] [PATCH] MCF5271: Added #defines for Edge Port Module (EPORT) Message-ID: <4A298A23.7060706@RuggedCom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From edb2947e95dc8dc1c91bc952002304267d02639f Mon Sep 17 00:00:00 2001 From: Richard Retanubun 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