diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2019-09-13 12:56:14 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-06 13:56:49 +0000 |
commit | f8251b98605264f3e353fc7b6146f686ec5295cc (patch) | |
tree | fa3c1eae7f75727ec820178e9b5315236616d85b /src/mainboard/emulation/qemu-i440fx/cmos.layout | |
parent | b4741616ea3dc1f0b281376f9c5e0ffe75a1b15b (diff) | |
download | coreboot-f8251b98605264f3e353fc7b6146f686ec5295cc.tar.xz |
mb/emulation/qemu: Add VBOOT support
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>
Diffstat (limited to 'src/mainboard/emulation/qemu-i440fx/cmos.layout')
-rw-r--r-- | src/mainboard/emulation/qemu-i440fx/cmos.layout | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/cmos.layout b/src/mainboard/emulation/qemu-i440fx/cmos.layout index b238a379d8..247a6a08a5 100644 --- a/src/mainboard/emulation/qemu-i440fx/cmos.layout +++ b/src/mainboard/emulation/qemu-i440fx/cmos.layout @@ -7,6 +7,10 @@ entries 400 1 e 1 power_on_after_fail 412 4 e 6 debug_level 456 1 e 1 ECC_memory + +# VBOOT +464 128 r 0 vbnv + 1008 16 h 0 check_sum enumerations @@ -25,4 +29,4 @@ enumerations checksums -checksum 392 1007 1008 +checksum 392 463 1008 |