From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Tue, 28 Jul 2015 12:46:12 +0200 Subject: [U-Boot] [U-Boot, 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h) In-Reply-To: References: <1434459610-6429-2-git-send-email-guillaume.gardet@free.fr> <20150619202520.GE28577@bill-the-cat> <20150724140459.GL25532@bill-the-cat> Message-ID: <55B75D74.6000703@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 24/07/2015 17:22, Ash Charles a ?crit : > On Fri, Jul 24, 2015 at 7:04 AM, Tom Rini wrote: >> Can you give us more details on the exact nature of the failure? Thanks! > Oh sorry--that wasn't clear! The boards appear to get stuck in SPL > before anything can be printed to the console. Basically, I power on, > see gunk from the boot rom on the console port, and then...nothing. > Happy to test further if there is a way to narrow down what precisely > is failing. In files ./arch/arm/cpu/armv7/omap3/{board.c, sys_info.c} there are some ASM instructions lines, including MCR and MRC instructions which are ARM only (no thumb). This may be the problem? Guillaume > > --Ash >