Re: [U-Boot] [PATCH 06/11] imx: imx-common: introduce boot auxiliary core

2016-01-17 Thread Peng Fan
Hi Stefan, Sorry for this late reply. On Wed, Jan 13, 2016 at 12:45:05PM -0800, Stefan Agner wrote: >Hi, > >I would like to keep the discussion going and shed some light on the >image format introduced here, see below... > >On 2016-01-07 00:38, Peng Fan wrote: >> Hi Stefan, >> On Wed, Jan 06,

Re: [U-Boot] [PATCH 06/11] imx: imx-common: introduce boot auxiliary core

2016-01-17 Thread Peng Fan
Hi Simon, Sorry for this late reply. On Thu, Jan 14, 2016 at 10:17:20AM -0700, Simon Glass wrote: >+Bin > >Hi Peng, > >On 4 January 2016 at 22:56, Peng Fan wrote: >> From: Peng Fan >> >> To boot a auxiliary core in asymmetric multicore system, introduce

Re: [U-Boot] [PATCH 06/11] imx: imx-common: introduce boot auxiliary core

2016-01-14 Thread Stefan Agner
On 2016-01-14 09:15, Tom Rini wrote: > On Wed, Jan 13, 2016 at 12:45:05PM -0800, Stefan Agner wrote: >> Hi, >> >> I would like to keep the discussion going and shed some light on the >> image format introduced here, see below... >> >> On 2016-01-07 00:38, Peng Fan wrote: >> > Hi Stefan, >> > On

Re: [U-Boot] [PATCH 06/11] imx: imx-common: introduce boot auxiliary core

2016-01-14 Thread Tom Rini
On Thu, Jan 14, 2016 at 09:54:24AM -0800, Stefan Agner wrote: > On 2016-01-14 09:15, Tom Rini wrote: > > On Wed, Jan 13, 2016 at 12:45:05PM -0800, Stefan Agner wrote: > >> Hi, > >> > >> I would like to keep the discussion going and shed some light on the > >> image format introduced here, see

Re: [U-Boot] [PATCH 06/11] imx: imx-common: introduce boot auxiliary core

2016-01-14 Thread Tom Rini
On Wed, Jan 13, 2016 at 12:45:05PM -0800, Stefan Agner wrote: > Hi, > > I would like to keep the discussion going and shed some light on the > image format introduced here, see below... > > On 2016-01-07 00:38, Peng Fan wrote: > > Hi Stefan, > > On Wed, Jan 06, 2016 at 10:59:17PM -0800, Stefan

Re: [U-Boot] [PATCH 06/11] imx: imx-common: introduce boot auxiliary core

2016-01-14 Thread Simon Glass
+Bin Hi Peng, On 4 January 2016 at 22:56, Peng Fan wrote: > From: Peng Fan > > To boot a auxiliary core in asymmetric multicore system, introduce the > new command "bootaux" to do it. Example of boot auxliary core from > 0x7000 where stores the boot

Re: [U-Boot] [PATCH 06/11] imx: imx-common: introduce boot auxiliary core

2016-01-13 Thread Stefan Agner
Hi, I would like to keep the discussion going and shed some light on the image format introduced here, see below... On 2016-01-07 00:38, Peng Fan wrote: > Hi Stefan, > On Wed, Jan 06, 2016 at 10:59:17PM -0800, Stefan Agner wrote: >>On 2016-01-04 21:56, Peng Fan wrote: >>> From: Peng Fan

Re: [U-Boot] [PATCH 06/11] imx: imx-common: introduce boot auxiliary core

2016-01-07 Thread Ye Li
Hi Stefan, On 1/7/2016 4:52 PM, Peng Fan wrote: Hi Stefan, On Wed, Jan 06, 2016 at 10:59:17PM -0800, Stefan Agner wrote: On 2016-01-04 21:56, Peng Fan wrote: From: Peng Fan To boot a auxiliary core in asymmetric multicore system, introduce the new

[U-Boot] [PATCH 06/11] imx: imx-common: introduce boot auxiliary core

2016-01-04 Thread Peng Fan
From: Peng Fan To boot a auxiliary core in asymmetric multicore system, introduce the new command "bootaux" to do it. Example of boot auxliary core from 0x7000 where stores the boot head information that should be parsed by auxiliary core, "bootaux 0x7000". Introduce