From 03d83a713214c904bbe24a605bbb70bb8ffe824b Mon Sep 17 00:00:00 2001 From: Claudio Carvalho Date: Wed, 14 Aug 2019 10:01:52 -0700 Subject: libstb/trustedboot: Map UV image measurement to PCR4 This maps the ultravisor image to be measured to PCR4. The image is automatically verified and measured hen it is loaded from PNOR. Signed-off-by: Claudio Carvalho --- libstb/trustedboot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libstb/trustedboot.c b/libstb/trustedboot.c index 3f977de..87f3b6b 100644 --- a/libstb/trustedboot.c +++ b/libstb/trustedboot.c @@ -45,6 +45,7 @@ static struct { { RESOURCE_ID_KERNEL, PCR_4}, { RESOURCE_ID_CAPP, PCR_4}, { RESOURCE_ID_VERSION, PCR_4}, /* Also data for Hostboot */ + { RESOURCE_ID_UV_IMAGE, PCR_4}, }; /* -- cgit v1.1