
18 Aug
2015
18 Aug
'15
5:47 p.m.
On Thu, Aug 06, 2015 at 06:45:20PM +0530, Bharat Gohil wrote:
This command uses AMP boot mode to boot the omap5 device. it is used to run two different software on each dedicated core without using hypervisor. A typical example is: Core0 uses Linux or Android and Core1 uses QNX or baremetal app. It is also used for benchmarking the hypervisor performance where hypervisor is run in the SMP mode and runs two different operating systems or baremetal app on top of it.
Signed-off-by: Bharat Gohil ghl.bhrt@gmail.com Cc: Tom Rini trini@konsulko.com
Can you please look at doing this with the infrastructure in common/cmd_mp.c ? I think this would become "cpu 1 release ..." as other ARM target have something simialr implemented today. Thanks!
--
Tom