aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/fbg1701/board_verified_boot.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-05-25 06:45:08 +0300
committerPatrick Georgi <pgeorgi@google.com>2020-06-02 07:27:41 +0000
commitad2eb28c10652ee5ad5a899ff1ff8805c43fd5ab (patch)
tree4c54599fb54431067137a2a73d4947032c82f325 /src/mainboard/facebook/fbg1701/board_verified_boot.h
parent9657fc2bd95955b22b5b4fb19e1a98d632f1887a (diff)
mb/facebook/fbg1701: Remove C_ENV_BOOTBLOCK_SIZE
Remove the use of C_ENV_BOOTBLOCK_SIZE. Verify the bootblock by reading the CBFS file instead of directly accessing the datablock. BUG=None BRANCH=None TEST=tested on facebook fbg1701 Change-Id: I4254d681525327c7eec18832586818e9c4e8eb22 Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41694 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/facebook/fbg1701/board_verified_boot.h')
-rw-r--r--src/mainboard/facebook/fbg1701/board_verified_boot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/facebook/fbg1701/board_verified_boot.h b/src/mainboard/facebook/fbg1701/board_verified_boot.h
index 589006b510..b5ff5f838a 100644
--- a/src/mainboard/facebook/fbg1701/board_verified_boot.h
+++ b/src/mainboard/facebook/fbg1701/board_verified_boot.h
@@ -6,6 +6,7 @@
#include <vboot_check.h>
/* Define the items to be measured or verified */
+#define BOOTBLOCK (const char *)"bootblock"
#define FSP (const char *)"fsp.bin"
#define CMOS_LAYOUT (const char *)"cmos_layout.bin"
#define RAMSTAGE (const char *)CONFIG_CBFS_PREFIX"/ramstage"