Re: [gem5-users] Full system simulation in AMP mode

2014-08-23 Thread Ali Saidi via gem5-users
You’d have to add some support to gem5 to segment off a piece of memory for the AMP and load some code for it to run. Right now all cores jump into a boot loader where they all spin except cpu0 which boots linux. When linux is ready to bring up the other cores it sends them an interrupt and they

[gem5-users] Full system simulation in AMP mode

2014-08-20 Thread Namitha Krishna via gem5-users
Hi, Can anybody tell me how I can use Gem5 for a full system simulation of a dual-core cortex-A9 in Asymmmetric multiprocessing mode when one core is running Linux and the other core is running a bare-metal application. On hardware, the linux core which is the master has to kick the second core wi