From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 4 Apr 2013 08:21:36 +0200 Subject: [U-Boot] [PATCH] BUGFIX: arm: armv7: data abort in get_bad_stack_swi In-Reply-To: <1365051167-24742-1-git-send-email-koba@kmckk.co.jp> References: <1365051167-24742-1-git-send-email-koba@kmckk.co.jp> Message-ID: <20130404082136.238aca99@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tetsuyuki, On Thu, 4 Apr 2013 13:52:47 +0900, Tetsuyuki Kobayashi wrote: > When swi instruction is executed, it is expected to get message > "software interrupt" in console and dump registers and reboot, as > do_software_interrupt() in arch/arm/lib/interrupts.c. > Actually it causes data abort in get_bad_stack_swi macro in > arch/arm/cpu/v7/start.S. > This patch fixes this problem. > > Signed-off-by: Tetsuyuki Kobayashi > --- > Hello, I found this bug on KZM-A9-GT board (aka. kzm9g) on > v2013.04-rc2. And tested this patch on the board. > I found the same typo in arch/arm/cpu/{arm1136,arm1176,pxa}/start.S. The can you please submit a V2 patch fixing all four of them? Amicalement, -- Albert.