f8251b9860
Add VBOOT support for testing purposes. Add a 16 MiB FMAP containing RO + RW_A. Tested on qemu. Change-Id: I4039d77de44ade68c7bc1f8b4b0aa21387c50f8a Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35400 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
19 lines
302 B
Text
19 lines
302 B
Text
FLASH@0xff000000 0x1000000 {
|
|
SI_BIOS 0x1000000 {
|
|
RW_SECTION_A 0x7c0000 {
|
|
VBLOCK_A 0x10000
|
|
FW_MAIN_A(CBFS) 0x74ffc0
|
|
RW_FWID_A 0x40
|
|
}
|
|
RW_VPD(PRESERVE) 0x1000
|
|
|
|
WP_RO {
|
|
FMAP 0x800
|
|
RO_FRID 0x40
|
|
RO_PADDING 0x7c0
|
|
RO_VPD(PRESERVE) 0x1000
|
|
GBB 0x1e000
|
|
COREBOOT(CBFS)
|
|
}
|
|
}
|
|
}
|