[coreboot] RAMINIT_SYSINFO?

Marc Jones marcj303 at gmail.com
Mon Oct 17 04:24:53 CEST 2011


On Sun, Oct 16, 2011 at 4:57 AM, Oskar Enoksson <enok at lysator.liu.se> wrote:
> Can someone explain what RAMINIT_SYSINFO configuration option does? I
> thought I understood, but I don't.
>
> /Oskar

Hi Oskar,

RAMINIT_SYSINFO is the config option to create the AMD sysinfo
structure in CAR above the stack. This is a way to get global data in
the romstage (heap like without any management). The space for the
data structure is allocated by the DCACHE_RAM_GLOBAL_VAR_SIZE config
and the pointer is setup in cache_as_ram_main.

Marc



-- 
http://se-eng.com




More information about the coreboot mailing list