Re: [U-Boot] fastboot boot base address behaviour

2015-05-01 Thread Maxime Ripard
On Wed, Apr 29, 2015 at 09:11:03AM -0500, Rob Herring wrote: > On Wed, Apr 29, 2015 at 3:12 AM, Maxime Ripard > wrote: > > Hi Rob, > > > > On Tue, Apr 28, 2015 at 05:24:59PM -0500, Rob Herring wrote: > >> On Wed, Apr 22, 2015 at 8:04 AM, Maxime Ripard > >> wrote: > >> > Hi, > >> > > >> > I've bee

Re: [U-Boot] fastboot boot base address behaviour

2015-04-29 Thread Tom Rini
On Wed, Apr 29, 2015 at 09:30:17AM -0500, Rob Herring wrote: > On Wed, Apr 29, 2015 at 9:25 AM, Tom Rini wrote: > > On Wed, Apr 29, 2015 at 09:11:03AM -0500, Rob Herring wrote: > > > > [snip] > >> >> For arm64 Image, the image header defines the offset and u-boot must > >> >> load it to that offse

Re: [U-Boot] fastboot boot base address behaviour

2015-04-29 Thread Rob Herring
On Wed, Apr 29, 2015 at 9:25 AM, Tom Rini wrote: > On Wed, Apr 29, 2015 at 09:11:03AM -0500, Rob Herring wrote: > > [snip] >> >> For arm64 Image, the image header defines the offset and u-boot must >> >> load it to that offset or you won't boot. There's only 1 correct >> >> address and 2^32 - 1 wr

Re: [U-Boot] fastboot boot base address behaviour

2015-04-29 Thread Tom Rini
On Wed, Apr 29, 2015 at 09:11:03AM -0500, Rob Herring wrote: [snip] > >> For arm64 Image, the image header defines the offset and u-boot must > >> load it to that offset or you won't boot. There's only 1 correct > >> address and 2^32 - 1 wrong addresses the boot.img could have. > > > > Ok, so the

Re: [U-Boot] fastboot boot base address behaviour

2015-04-29 Thread Rob Herring
On Wed, Apr 29, 2015 at 3:12 AM, Maxime Ripard wrote: > Hi Rob, > > On Tue, Apr 28, 2015 at 05:24:59PM -0500, Rob Herring wrote: >> On Wed, Apr 22, 2015 at 8:04 AM, Maxime Ripard >> wrote: >> > Hi, >> > >> > I've been trying to use fastboot (and especially the boot command) on >> > sunxi recently

Re: [U-Boot] fastboot boot base address behaviour

2015-04-29 Thread Maxime Ripard
Hi Rob, On Tue, Apr 28, 2015 at 05:24:59PM -0500, Rob Herring wrote: > On Wed, Apr 22, 2015 at 8:04 AM, Maxime Ripard > wrote: > > Hi, > > > > I've been trying to use fastboot (and especially the boot command) on > > sunxi recently, and got it to work pretty fine (apart from PSCI, but > > that's

Re: [U-Boot] fastboot boot base address behaviour

2015-04-28 Thread Rob Herring
On Wed, Apr 22, 2015 at 8:04 AM, Maxime Ripard wrote: > Hi, > > I've been trying to use fastboot (and especially the boot command) on > sunxi recently, and got it to work pretty fine (apart from PSCI, but > that's another story). > > The only thing that worries me a bit is that by default, both th

Re: [U-Boot] fastboot boot base address behaviour

2015-04-25 Thread Marek Vasut
On Saturday, April 25, 2015 at 08:22:26 AM, Maxime Ripard wrote: > On Thu, Apr 23, 2015 at 02:00:01PM +0200, Marek Vasut wrote: > > On Thursday, April 23, 2015 at 09:41:04 AM, Maxime Ripard wrote: > > > On Wed, Apr 22, 2015 at 05:56:23PM +0200, Marek Vasut wrote: > > > > > I've been trying to use f

Re: [U-Boot] fastboot boot base address behaviour

2015-04-25 Thread Maxime Ripard
On Thu, Apr 23, 2015 at 02:00:01PM +0200, Marek Vasut wrote: > On Thursday, April 23, 2015 at 09:41:04 AM, Maxime Ripard wrote: > > On Wed, Apr 22, 2015 at 05:56:23PM +0200, Marek Vasut wrote: > > > > I've been trying to use fastboot (and especially the boot command) on > > > > sunxi recently, and

Re: [U-Boot] fastboot boot base address behaviour

2015-04-23 Thread Marek Vasut
On Thursday, April 23, 2015 at 09:41:04 AM, Maxime Ripard wrote: > On Wed, Apr 22, 2015 at 05:56:23PM +0200, Marek Vasut wrote: > > > I've been trying to use fastboot (and especially the boot command) on > > > sunxi recently, and got it to work pretty fine (apart from PSCI, but > > > that's another

Re: [U-Boot] fastboot boot base address behaviour

2015-04-23 Thread Maxime Ripard
On Wed, Apr 22, 2015 at 05:56:23PM +0200, Marek Vasut wrote: > > I've been trying to use fastboot (and especially the boot command) on > > sunxi recently, and got it to work pretty fine (apart from PSCI, but > > that's another story). > > > > The only thing that worries me a bit is that by default

Re: [U-Boot] fastboot boot base address behaviour

2015-04-22 Thread Marek Vasut
On Wednesday, April 22, 2015 at 03:04:47 PM, Maxime Ripard wrote: > Hi, Hi! > I've been trying to use fastboot (and especially the boot command) on > sunxi recently, and got it to work pretty fine (apart from PSCI, but > that's another story). > > The only thing that worries me a bit is that by