From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 23 Feb 2015 14:03:04 +0100 Subject: [U-Boot] [PATCH 1/2] mx31: Fix boot hang by avoiding vector relocation In-Reply-To: <1424693349-12252-1-git-send-email-fabio.estevam@freescale.com> References: <1424693349-12252-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <20150223140304.649781ba@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On Mon, 23 Feb 2015 09:09:08 -0300 Fabio Estevam wrote: > Since commit 3ff46cc42b9d73d0 ("arm: relocate the exception vectors") mx31 > does not boot anymore. > > Add a specific relocate_vectors macro that skips the vector relocation, as the > i.MX31 SoC does not provide RAM at the high vectors address (0xFFFF0000), and > (0x00000000) maps to ROM. > > This allows mx31 to boot again. > > Cc: Anatolij Gustschin > Cc: Magnus Lilja > Signed-off-by: Fabio Estevam > --- > Anatolij/Maguns, > > I don't have access to a mx31 board. > > Could you please test this patch? Thanks for the patch! I'll get access to the imx31_phycore board at the beginning of the next week and will test it. Unfortunately I can't test it earlier. Thanks, Anatolij