We know that coreboot_ram is written in ROM. So how its linker file(src/arch/i386/coreboot_ram.ld), shows some text and data sections above CONFIG_RAMBASE(like above 1MB) in RAM?
ali hagigat wrote:
We know that coreboot_ram is written in ROM. So how its linker file(src/arch/i386/coreboot_ram.ld), shows some text and data sections above CONFIG_RAMBASE(like above 1MB) in RAM?
coreboot_ram is not XIP, is copied to RAM and run from there.
Why do you want to know this?
//Peter