aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/eltan/security/verified_boot/vboot_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/eltan/security/verified_boot/vboot_check.h')
-rw-r--r--src/vendorcode/eltan/security/verified_boot/vboot_check.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/vendorcode/eltan/security/verified_boot/vboot_check.h b/src/vendorcode/eltan/security/verified_boot/vboot_check.h
index 22f1edf948..36c8ffa8d3 100644
--- a/src/vendorcode/eltan/security/verified_boot/vboot_check.h
+++ b/src/vendorcode/eltan/security/verified_boot/vboot_check.h
@@ -32,12 +32,8 @@
/* These method verifies the SHA256 hash over the 'named' CBFS component.
* 'type' denotes the type of CBFS component i.e. stage, payload or fsp.
*/
-#ifdef __BOOTBLOCK__
void verified_boot_bootblock_check(void);
-#endif
-#ifdef __ROMSTAGE__
void verified_boot_early_check(void);
-#endif
int verified_boot_check_manifest(void);
@@ -75,4 +71,9 @@ typedef struct {
void process_verify_list(const verify_item_t list[]);
+extern const verify_item_t bootblock_verify_list[];
+extern const verify_item_t postcar_verify_list[];
+extern const verify_item_t payload_verify_list[];
+extern const verify_item_t oprom_verify_list[];
+
#endif //VBOOT_CHECK_H