diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2017-01-11 16:18:58 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-02-01 17:27:23 -0500 |
| commit | 6c700217953dc6dca3222716a9a3a34356f10da1 (patch) | |
| tree | 245140c4918465e45ce0f2974eeb369299d63e62 /src/build/debug | |
| parent | 2e898b1a6eb2c8322e8b50a206464addecfd6734 (diff) | |
| download | talos-hostboot-6c700217953dc6dca3222716a9a3a34356f10da1.tar.gz talos-hostboot-6c700217953dc6dca3222716a9a3a34356f10da1.zip | |
Put HW keys' hash in HBBL and extract that out to verify code
Change-Id: Ifb3193c43319b041d57727cdec4da57fa3c218a1
RTC:166847
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34758
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/debug')
| -rw-r--r-- | src/build/debug/Hostboot/BlTrace.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/debug/Hostboot/BlTrace.pm b/src/build/debug/Hostboot/BlTrace.pm index ce8e526fd..5ce06d13c 100644 --- a/src/build/debug/Hostboot/BlTrace.pm +++ b/src/build/debug/Hostboot/BlTrace.pm @@ -64,7 +64,7 @@ my %traceText = ( "E6" => "Utils checkHeader header size invalid", "E7" => "Utils parseEntries invalid section", "F0" => "Main getHBBSection returned", - "F1" => "Main removeECC returned", + "F1" => "Main removeECC returned error", "F2" => "PNOR Access readTOC checkForNullBuffer null buffer", "F3" => "PNOR Access readTOC performHdrChecksum checksum error", "F4" => "PNOR Access readTOC checkHeader header error", |

