From a42bbccdd949bc4b78e856087019c73a126420d4 Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Wed, 25 Jan 2017 13:10:08 -0600 Subject: Support extending sections to PCRs - Ported p8 secureboot PCR extension code Change-Id: I2bbf6ee6b2980c2fbe32dfb9cad25e9e2aba3285 RTC: 167581 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35632 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Marshall J. Wilks Tested-by: Jenkins OP Build CI Reviewed-by: Stephen M. Cprek Reviewed-by: William G. Hoffa --- src/usr/secureboot/runtime/rt_secureboot.C | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/usr/secureboot/runtime') diff --git a/src/usr/secureboot/runtime/rt_secureboot.C b/src/usr/secureboot/runtime/rt_secureboot.C index 8ab6d5e51..3b7626553 100644 --- a/src/usr/secureboot/runtime/rt_secureboot.C +++ b/src/usr/secureboot/runtime/rt_secureboot.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2016 */ +/* Contributors Listed Below - COPYRIGHT 2016,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -38,17 +38,17 @@ namespace SECUREBOOT int verify_container( const void* i_pContainer, - const void* i_pHwHashKey, - const size_t i_hwHashKeySize) + const void* i_pHwKeyHash, + const size_t i_hwKeyHashSize) { int rc = 0; - SB_ENTER( + SB_ENTER( "verify_container: " "container ptr = %p, " - "HW hash key ptr = %p, " - "HW hash key size = %d", - i_pContainer,i_pHwHashKey,i_hwHashKeySize); + "HW keys' hash ptr = %p, " + "HW keys' hash size = %d", + i_pContainer,i_pHwKeyHash,i_hwKeyHashSize); // TODO: RTC 156485 // Implement guts of verify_container -- cgit v1.2.3