summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/common/plugins/secureUdParserFactory.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/secureboot/common/plugins/secureUdParserFactory.H')
-rw-r--r--src/usr/secureboot/common/plugins/secureUdParserFactory.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/secureboot/common/plugins/secureUdParserFactory.H b/src/usr/secureboot/common/plugins/secureUdParserFactory.H
index 5b6d540fa..d720c1ce1 100644
--- a/src/usr/secureboot/common/plugins/secureUdParserFactory.H
+++ b/src/usr/secureboot/common/plugins/secureUdParserFactory.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017 */
+/* Contributors Listed Below - COPYRIGHT 2017,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -44,6 +44,9 @@ namespace SECUREBOOT
registerParser<SECUREBOOT::UdParserSecuritySettings>
(SECURE_UDT_SECURITY_SETTINGS);
+
+ registerParser<SECUREBOOT::UdParserVerifyInfo>
+ (SECURE_UDT_VERIFY_INFO);
}
private:
OpenPOWER on IntegriCloud