mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07:00
Separating the bootblock into two copies in BOOTBLOCK and TOPSWAP fmap regions breaks the CBFS verification as the COREBOOT fmap region is being hardcoded right now. This change adds the support for measuring the currently active bootblock. This is a part of the bootblock redundancy feature proposed on the mailing list: https://mail.coreboot.org/archives/list/coreboot@coreboot.org/thread/C6JN2PB7K7D67EG7OIKB6BBERZU5YV35/ TEST=TODO Change-Id: Ia75e714ae84d8c0ae09b27495e3056313b109999 Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>