diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2017-05-11 15:15:52 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-06-06 00:47:30 -0400 |
| commit | 728c7744334fe34ecd7c4a8c51835527aa032ec5 (patch) | |
| tree | be029afa12d6c823bdfe05423b2471922a86cfb7 /src/include/usr | |
| parent | d6edfb5f14ce156929ead04874972c5e40f5f19b (diff) | |
| download | blackbird-hostboot-728c7744334fe34ecd7c4a8c51835527aa032ec5.tar.gz blackbird-hostboot-728c7744334fe34ecd7c4a8c51835527aa032ec5.zip | |
Populate HDAT sections with Secureboot Hash and Verify Function info
HB Resv Mem
- Add Secureboot Cryptographic Algorithm info
- Relocate SecureROM code
Secure and Trusted boot data
- Fill in new section for Hash and Verification offsets
Change-Id: Ibfd60cc4d0d738fb209357332932af7aca9c61b8
RTC: 156485
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40445
Tested-by: Jenkins Server <pfd-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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rwxr-xr-x | src/include/usr/hdat/hdat.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/hdat/hdat.H b/src/include/usr/hdat/hdat.H index f752f23cf..3f151609e 100755 --- a/src/include/usr/hdat/hdat.H +++ b/src/include/usr/hdat/hdat.H @@ -208,7 +208,7 @@ enum hdatMsVpdRhbAddrRangeType : uint8_t RHB_TYPE_PRIMARY = 0, RHB_TYPE_HBRT = 1, RHB_TYPE_VERIFIED_LIDS = 2, - RHB_TYPE_TPM_LOG = 3, + RHB_TYPE_SECUREBOOT = 3, RHB_TYPE_HOMER_OCC = 4, RHB_TYPE_INVALID = 0xFF |

