Re: [U-Boot] [PATCH v6] mx6: add support of multi-processor command

2014-09-03 Thread Gabriel Huau
Hi York, On 09/03/2014 11:00 AM, York Sun wrote: On 07/28/2014 08:15 AM, Stefano Babic wrote: Hi Gabriel, On 26/07/2014 20:35, Gabriel Huau wrote: This allows u-boot to load different OS or Bare Metal application on different cores of the i.MX6 SoC. For example: running Android on cpu0 and a

Re: [U-Boot] [PATCH v6] mx6: add support of multi-processor command

2014-09-03 Thread Gabriel Huau
On 09/03/2014 11:36 AM, York Sun wrote: On 09/03/2014 11:26 AM, Gabriel Huau wrote: Hi York, On 09/03/2014 11:00 AM, York Sun wrote: On 07/28/2014 08:15 AM, Stefano Babic wrote: Hi Gabriel, On 26/07/2014 20:35, Gabriel Huau wrote: This allows u-boot to load different OS or Bare Metal applic

Re: [U-Boot] [PATCH v6] mx6: add support of multi-processor command

2014-09-03 Thread York Sun
On 09/03/2014 11:26 AM, Gabriel Huau wrote: > Hi York, > > On 09/03/2014 11:00 AM, York Sun wrote: >> On 07/28/2014 08:15 AM, Stefano Babic wrote: >>> Hi Gabriel, >>> >>> On 26/07/2014 20:35, Gabriel Huau wrote: This allows u-boot to load different OS or Bare Metal application on differe

Re: [U-Boot] [PATCH v6] mx6: add support of multi-processor command

2014-09-03 Thread York Sun
On 07/28/2014 08:15 AM, Stefano Babic wrote: > Hi Gabriel, > > On 26/07/2014 20:35, Gabriel Huau wrote: >> This allows u-boot to load different OS or Bare Metal application on >> different cores of the i.MX6 SoC. >> For example: running Android on cpu0 and a RT OS like QNX/FreeRTOS on cpu1. >> >>

Re: [U-Boot] [PATCH v6] mx6: add support of multi-processor command

2014-07-28 Thread Stefano Babic
Hi Gabriel, On 26/07/2014 20:35, Gabriel Huau wrote: > This allows u-boot to load different OS or Bare Metal application on > different cores of the i.MX6 SoC. > For example: running Android on cpu0 and a RT OS like QNX/FreeRTOS on cpu1. > > Signed-off-by: Gabriel Huau > --- > Changes for v2: >