Joel Kitching has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38884 )
Change subject: vboot: fix up some includes ......................................................................
vboot: fix up some includes
These header files need to make use of vb2_shared_data. Remove the last vestiges of vboot1 in coreboot.
BUG=b:124141368, chromium:1038260 TEST=Build locally with CL:2054269 TEST=make clean && make test-abuild BRANCH=none
Change-Id: I61b27e33751c11aac9f8af261a75d83b003b5f92 Signed-off-by: Joel Kitching kitching@google.com --- M src/security/vboot/misc.h M src/security/vboot/vboot_common.h 2 files changed, 2 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/38884/1
diff --git a/src/security/vboot/misc.h b/src/security/vboot/misc.h index 2d5b084..324af5c 100644 --- a/src/security/vboot/misc.h +++ b/src/security/vboot/misc.h @@ -18,9 +18,7 @@
#include <assert.h> #include <security/vboot/vboot_common.h> - -struct vb2_context; -struct vb2_shared_data; +#include <vb2_api.h>
/* * Source: security/vboot/common.c diff --git a/src/security/vboot/vboot_common.h b/src/security/vboot/vboot_common.h index 976c26a..57f3475 100644 --- a/src/security/vboot/vboot_common.h +++ b/src/security/vboot/vboot_common.h @@ -17,8 +17,7 @@
#include <commonlib/region.h> #include <stdint.h> -#include <vboot_api.h> -#include <vboot_struct.h> +#include <vb2_api.h>
/* * Function to check if there is a request to enter recovery mode. Returns