diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2017-06-14 09:52:01 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-07-10 15:56:19 -0400 |
| commit | 775aa58f353212903f5f479deaf0cc3c6485d1ea (patch) | |
| tree | 72ceaf78d7f3b6889a931f1d3c13d1c934bb34fe /src/usr/secureboot/common/plugins/secureUdParserFactory.H | |
| parent | bd0a3c712cb0b2caeb728e2979a4d5e4af928e59 (diff) | |
| download | talos-hostboot-775aa58f353212903f5f479deaf0cc3c6485d1ea.tar.gz talos-hostboot-775aa58f353212903f5f479deaf0cc3c6485d1ea.zip | |
Add Security Settings User Details to Error Logs
Change-Id: Ife4a19ea7f94670143b701f740c80f991f924601
RTC:165693
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41904
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@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>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/secureboot/common/plugins/secureUdParserFactory.H')
| -rw-r--r-- | src/usr/secureboot/common/plugins/secureUdParserFactory.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/secureboot/common/plugins/secureUdParserFactory.H b/src/usr/secureboot/common/plugins/secureUdParserFactory.H index e3ab91d48..5b6d540fa 100644 --- a/src/usr/secureboot/common/plugins/secureUdParserFactory.H +++ b/src/usr/secureboot/common/plugins/secureUdParserFactory.H @@ -41,6 +41,9 @@ namespace SECUREBOOT registerParser<SECUREBOOT::UdParserTargetHwKeyHash> (SECURE_UDT_TARGET_HW_KEY_HASH); + + registerParser<SECUREBOOT::UdParserSecuritySettings> + (SECURE_UDT_SECURITY_SETTINGS); } private: |

