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

2014-07-08 Thread Stefano Babic
Hi Gabriel, On 25/06/2014 04:32, Gabriel Huau wrote: > This allows u-boot to load different OS or Bare Metal application on the > different cores of the i.MX6DQ. > For example: we can run Android on cpu0 and a RT OS like QNX/FreeRTOS on cpu1. > > Signed-off-by: Gabriel Huau > --- > Changes for v

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

2014-06-24 Thread Gabriel Huau
This allows u-boot to load different OS or Bare Metal application on the different cores of the i.MX6DQ. For example: we can run Android on cpu0 and a RT OS like QNX/FreeRTOS on cpu1. Signed-off-by: Gabriel Huau --- Changes for v2: - Add a commit log message to explain the purpose of this