On Fri, Apr 29, 2016 at 5:55 AM, daoud yessine <yessine.daoud.92@gmail.com> wrote:
Hi

How bootblock can relocate CBFS to load romstage in ARM SOCs ?
the same thing for romstage to load ramstage and ramstage to load payload ?
what's the name of structure or pointer to refer to it to relocate CBFS ?
Because coreboot is different from an ARM soc to another in firmware level.
 

What do you mean relocate? Relocate the loaded program at runtime? There is a relocatable module support in coreboot for doing this, but many of the ARM platforms statically link all the stages in payload. Ensuring that they don't overlap is done manually for all the components.

 
thx

--
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot