From: Graeme Russ
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
Hi Graham,
On Sun, Apr 29, 2012 at 5:00 AM, Graeme Russ 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
> fr
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
---
arch/x86/cpu/
3 matches
Mail list logo