From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipin Kumar Date: Mon, 27 Feb 2012 08:04:57 +0530 Subject: [U-Boot] u-boot for SPEAr1310 In-Reply-To: <201202241936.42096.sr@denx.de> References: <20120223141718.GB18792@elf.ucw.cz> <201202231549.02184.marek.vasut@gmail.com> <20120224181645.GA8403@elf.ucw.cz> <201202241936.42096.sr@denx.de> Message-ID: <4F4AEBD1.206@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Pavel, > Not bad so far. :) > >> ...it started something. According to gdb it looks like "new" u-boot >> executes briefly, but fails in C code while processing intialization, >> and it seems that "old" u-boot takes over. (Some kind of failure and >> board resets itself?). > Yes, the u-boot resets itself. This is a workaround of a known problem The code lies at arch/arm/cpu/arm_cortexa8/spear13xx/cpu.c search for config_spear1300_issue_101435. It can be disabled during development Regards Vipin