Re: [U-Boot] ARMv7 Execution Flow

2016-06-06 Thread Simon Glass
Hi James, On 6 June 2016 at 07:38, James Chargin wrote: > Hi James, > > On 06/05/2016 08:48 PM, Lokesh Vutla wrote: >> >> Hi James, >> >> On Saturday 04 June 2016 12:25 AM, James Pollard wrote: >>> >>> Hi, >>> >>> I'm a new U-Boot user. I'm trying to follow the flow of

Re: [U-Boot] ARMv7 Execution Flow

2016-06-06 Thread James Chargin
Hi James, On 06/05/2016 08:48 PM, Lokesh Vutla wrote: Hi James, On Saturday 04 June 2016 12:25 AM, James Pollard wrote: Hi, I'm a new U-Boot user. I'm trying to follow the flow of execution for the ARMv7 architecture, and have found myself running into confusion. ... I've found, in my

Re: [U-Boot] ARMv7 Execution Flow

2016-06-05 Thread Lokesh Vutla
Hi James, On Saturday 04 June 2016 12:25 AM, James Pollard wrote: > Hi, > > I'm a new U-Boot user. I'm trying to follow the flow of execution for the > ARMv7 architecture, and have found myself running into confusion. > > At the end of arch/arm/cpu/armv7/start.S, lowlevel_init is called. This

[U-Boot] ARMv7 Execution Flow

2016-06-04 Thread James Pollard
Hi, I'm a new U-Boot user. I'm trying to follow the flow of execution for the ARMv7 architecture, and have found myself running into confusion. At the end of arch/arm/cpu/armv7/start.S, lowlevel_init is called. This is defined (for the ARMv7 architecture in arch/arm/cpu/armv7/low_level_init.S