From c9bf8bfabfeb75500ea0f3b4a0bfb5ce5485ae23 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Sun, 5 Jun 2016 18:45:22 -0700 Subject: util/checklist: Add bootblock support Scan the boot block when building it with C_ENVIRONMENT_BOOTBLOCK selected. TEST=Build and run with Galileo Gen2 Change-Id: I922f761c31e95efde0975d8572c47084b91b2879 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/15130 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- util/checklist/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util') diff --git a/util/checklist/Makefile.inc b/util/checklist/Makefile.inc index f8e5ebd5e6..e400725609 100644 --- a/util/checklist/Makefile.inc +++ b/util/checklist/Makefile.inc @@ -182,6 +182,9 @@ percent_complete = $$(($(done_lines) * 100 / ($(expected_lines) - $(optional_lin # # Determine which HTML files to include into the webpage # +ifeq ($(CONFIG_C_ENVIRONMENT_BOOTBLOCK),y) +html_table_files += $(objcbfs)/bootblock.html +endif ifeq ($(CONFIG_SEPARATE_VERSTAGE),y) html_table_files += $(objcbfs)/verstage.html endif -- cgit v1.2.3