
28 Nov
2012
28 Nov
'12
2:17 a.m.
Hi Graham,
On Sun, Apr 29, 2012 at 5:00 AM, Graeme Russ graeme.russ@gmail.com wrote:
Putting global data on the stack simplifies the init process (and makes it slightly quicker). During the 'flash' stage of the init sequence, global data is in the CAR stack. After SDRAM is initialised, global data is copied from CAR to the SDRAM stack
Signed-off-by: Graeme Russ graeme.russ@gmail.com
As it is this changes breaks coreboot. It just needs the CAR defines added to coreboot.h also, so I have done this and pulled it into x86/next. I hope that is ok.
Regards, Simon