From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Sun, 01 Mar 2015 16:45:09 +0100 Subject: [U-Boot] [PATCH 2/2] mx35: Fix boot hang by avoiding vector relocation In-Reply-To: <1424693349-12252-2-git-send-email-fabio.estevam@freescale.com> References: <1424693349-12252-1-git-send-email-fabio.estevam@freescale.com> <1424693349-12252-2-git-send-email-fabio.estevam@freescale.com> Message-ID: <54F33405.50704@denx.de> 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 23/02/2015 13:09, Fabio Estevam wrote: > Since commit 3ff46cc42b9d73d0 ("arm: relocate the exception vectors") mx35 > does not boot anymore. > > Add a specific relocate_vectors macro that skips the vector relocation, as the > i.MX35 SoC does not provide RAM at the high vectors address (0xFFFF0000), and > (0x00000000) maps to ROM. > > This allows mx35 to boot again. > > Cc: Sebastian Priebe > Signed-off-by: Fabio Estevam > --- > Sebastian, > > I don't have access to a mx35 board. > > Could you please test this patch? > > Thanks > Thanks for the patch ! I have found again a mx35pdk and I could test your patch. 2015.04-rc1 is running on that. Tested-by: Stefano Babic Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================