summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/base/service.C
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2016-02-05 11:47:29 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-06-06 12:55:51 -0400
commit63c066b4613672bd1bb7d3dad3db5ac810e702b0 (patch)
treed9e923d6cffd039301aa8b23ff5a7d3203e6bdca /src/usr/secureboot/base/service.C
parentc6885d24740b8491bd927feeb7c4688368dbf5a2 (diff)
downloadtalos-hostboot-63c066b4613672bd1bb7d3dad3db5ac810e702b0.tar.gz
talos-hostboot-63c066b4613672bd1bb7d3dad3db5ac810e702b0.zip
Add P9 vpo build config, config compile and extra traces for debug
Change-Id: Id377c921327940cc7b720e601dada4af2068d94e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22177 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/secureboot/base/service.C')
-rw-r--r--src/usr/secureboot/base/service.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/secureboot/base/service.C b/src/usr/secureboot/base/service.C
index 76b7eea13..d3159c1f2 100644
--- a/src/usr/secureboot/base/service.C
+++ b/src/usr/secureboot/base/service.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -43,7 +43,7 @@ namespace SECUREBOOT
{
// Don't blind purge in VPO
-#ifndef CONFIG_VPO_COMPILE
+#ifndef CONFIG_P9_VPO_COMPILE
// Load original secureboot header.
if (enabled())
@@ -64,7 +64,7 @@ namespace SECUREBOOT
assert(0 == mm_extend(MM_EXTEND_POST_SECUREBOOT));
// Disable SecureROM in VPO
-#ifndef CONFIG_VPO_COMPILE
+#ifndef CONFIG_P9_VPO_COMPILE
// Initialize the Secure ROM
l_errl = initializeSecureROM();
if (l_errl)
OpenPOWER on IntegriCloud