summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2017-03-27 08:13:15 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-03 11:22:19 -0400
commit5284cb4636143bc16ce06c10f40133639e35a3be (patch)
tree989ee196c2e86f855069a5944ef1a90793b18d12 /src/usr/secureboot
parent3eac7d61c5a1f78006c1c4b0e9621d91e2dbf47f (diff)
downloadtalos-hostboot-5284cb4636143bc16ce06c10f40133639e35a3be.tar.gz
talos-hostboot-5284cb4636143bc16ce06c10f40133639e35a3be.zip
Read the HW Key Hash from a Processor's SBE Seeprom
This commit adds an interface to read the HW Key Hash located in the HBBL section of each Processor's two SBE Seeproms. Change-Id: I906434269746c296c646f7b0594575c58b145294 RTC: 167585 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38465 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/secureboot')
-rw-r--r--src/usr/secureboot/common/errlud_secure.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/secureboot/common/errlud_secure.H b/src/usr/secureboot/common/errlud_secure.H
index 60572ad69..a3247597b 100644
--- a/src/usr/secureboot/common/errlud_secure.H
+++ b/src/usr/secureboot/common/errlud_secure.H
@@ -96,7 +96,7 @@ class UdTargetHwKeyHash : public ERRORLOG::ErrlUserDetails
* @param i_hash Target HW Keys Hash represented by SHA512
*/
UdTargetHwKeyHash(const TARGETING::Target * i_target,
- const uint8_t i_buflen,
+ const uint8_t i_side,
const SHA512_t i_hash);
/**
OpenPOWER on IntegriCloud