From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Date: Thu, 21 Nov 2013 10:36:54 +0000 Subject: [U-Boot] [PATCH 1/9] ARM: HYP/non-sec: fix alignment requirements for vectors In-Reply-To: <20131121191922.C00B.AA925319@jp.panasonic.com> References: <1385024402-23585-1-git-send-email-marc.zyngier@arm.com> <1385024402-23585-2-git-send-email-marc.zyngier@arm.com> <20131121191922.C00B.AA925319@jp.panasonic.com> Message-ID: <528DE246.5080407@arm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro, On 21/11/13 10:19, Masahiro Yamada wrote: > Hello Marc > >> + .align 5 @ Minimal alignment for vectors >> + >> /* the vector table for secure state and HYP mode */ >> _monitor_vectors: >> .word 0 /* reset */ >> @@ -32,7 +34,6 @@ _monitor_vectors: >> * to non-secure state. >> * We use only r0 and r1 here, due to constraints in the caller. >> */ >> - .align 5 >> _secure_monitor: >> mrc p15, 0, r1, c1, c1, 0 @ read SCR >> bic r1, r1, #0x4e @ clear IRQ, FIQ, EA, nET bits > > Correct. > > I had posted a patch to fix this problem. > http://patchwork.ozlabs.org/patch/280915/ > But it have not been appiled yet. How comes nobody cares about it? This is really a nasty one to track down, as it completely depends on the surrounding objects. /me puzzled. M. -- Jazz is not dead. It just smells funny...