From 4d9e5a4a231d2a4a14231bc5a01d4590cb88d96d Mon Sep 17 00:00:00 2001 From: Jaymes Wilks Date: Tue, 16 May 2017 16:35:59 -0500 Subject: Fix up Event Types for PCR Extend Trusted Boot will now use correct event types when performing PCR extend for PNOR sections that are meant to establish a core root of trust. Change-Id: I3cb62e2899083c898e1af6a2031cc8a0a365015e RTC:172332 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40601 Tested-by: Jenkins Server Reviewed-by: Christopher J. Engel Reviewed-by: Stephen M. Cprek Tested-by: Jenkins OP Build CI Reviewed-by: Timothy R. Block Reviewed-by: Nicholas E. Bofferding Tested-by: FSP CI Jenkins Reviewed-by: Michael Baiocchi Reviewed-by: William G. Hoffa --- src/usr/pnor/runtime/rt_pnor.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/pnor/runtime') diff --git a/src/usr/pnor/runtime/rt_pnor.C b/src/usr/pnor/runtime/rt_pnor.C index d4f5f8400..6a1541721 100644 --- a/src/usr/pnor/runtime/rt_pnor.C +++ b/src/usr/pnor/runtime/rt_pnor.C @@ -743,7 +743,7 @@ errlHndl_t RtPnor::setSecure(const uint8_t* i_tocBuffer, auto const l_ffs_hdr = reinterpret_cast(i_tocBuffer); for(uint32_t i=0; ientry_count; ++i) { - uint32_t l_secId = PNOR::INVALID_SECTION; + PNOR::SectionId l_secId = PNOR::INVALID_SECTION; // Get current entry section id auto cur_entry = &(l_ffs_hdr->entries[i]); -- cgit v1.2.1