Hi All,
I have build coreboot with release payload. Name Offset Type Size bootsplash.img 0x0 bootsplash 37443 cmos_layout.bin 0x9280 cmos_layout 1132 fspd.bin 0x9740 (unknown) 4608 fallback/ramstage 0xa980 stage 67423 fallback/payload 0x1b140 payload 769955 config 0xd7140 raw 4623 (empty) 0xd8380 null 48152 cpu_microcode_blob.bin 0xe3fc0 microcode 137232 (empty) 0x105840 null 1880 mrc.cache 0x105fc0 (unknown) 32768 (empty) 0x10e000 null 8088 uefi_nvs.bin 0x10ffc0 (unknown) 262144 (empty) 0x150000 null 311192 fsp.bin 0x19bfc0 (unknown) 314368 (empty) 0x1e8c00 null 58200 fallback/romstage 0x1f6f80 stage 35253 (empty) 0x1ff9c0 null 536
but when i build debug am facing space issue: E: Could not add [payloads/external/uefi/UEFIPAYLOAD.fd, 886346 bytes (865 KB)@0x0]; too big? E: Failed to add 'payloads/external/uefi/UEFIPAYLOAD.fd' into ROM image. make: *** [build/coreboot.rom] Error 1
So in my case i need to adjust the offset coz after config i have empty space available. please help me in changing the offset. i dont have idea regarding which part of code need to change to adjust offset.
Thanks in advance.