soc/intel/apollolake: Add missing header in measured_boot.h
tss_structures.h is needed for SHA256_DIGEST_SIZE. Change-Id: I0f19b09b770d1e7de6483beb55e901e5f7d3a456 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88473 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
a428481574
commit
67cd138df9
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#ifndef _BOOT_GUARD_LIB_H_
|
||||
#define _BOOT_GUARD_LIB_H_
|
||||
|
||||
#include <security/tpm/tss/tcg-2.0/tss_structures.h>
|
||||
#include <types.h>
|
||||
|
||||
/* Boot Policy configuration for Boot Guard */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue