From 0c852a2886fb51222f8fb07e6cde3b72fa4e566d Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 26 Feb 2004 23:01:04 +0000 Subject: * Patch by Rahul Shanbhag, 19 Feb 2004: Fixes for for OMAP1610 board: - shift some IRQ specific code to platform.S file - remove duplicatewatchdog reset code from start.S * Make Auto-MDIX Support configurable on INCA-IP board * Fix license for mkimage tool --- board/omap1610inn/platform.S | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'board') diff --git a/board/omap1610inn/platform.S b/board/omap1610inn/platform.S index 4d6224c..2fa4378 100644 --- a/board/omap1610inn/platform.S +++ b/board/omap1610inn/platform.S @@ -41,6 +41,15 @@ _TEXT_BASE: platformsetup: + /*------------------------------------------------------* + *mask all IRQs by setting all bits in the INTMR default* + *------------------------------------------------------*/ + mov r1, #0xffffffff + ldr r0, =REG_IHL1_MIR + str r1, [r0] + ldr r0, =REG_IHL2_MIR + str r1, [r0] + /*------------------------------------------------------* * Set up ARM CLM registers (IDLECT1) * *------------------------------------------------------*/ -- cgit v1.1