summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-03-24 14:17:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-23 14:02:55 -0400
commit3d40df249d4ff2f2f6a3c17dcab7d069a355d28a (patch)
treec4dae42b02565637586d2c254ab8077a3dac1658 /src/build/debug/Hostboot
parentda1946689af4b765c9ad5c6a7f64cc4f34df252a (diff)
downloadtalos-hostboot-3d40df249d4ff2f2f6a3c17dcab7d069a355d28a.tar.gz
talos-hostboot-3d40df249d4ff2f2f6a3c17dcab7d069a355d28a.zip
Changing NV target to OBUS_BRICK and mark it a child of OBUS
Change-Id: I17b52033d1e6811c320f201056708f31ef34d0e9 RTC:171597 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38481 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/debug/Hostboot')
-rwxr-xr-xsrc/build/debug/Hostboot/HwpfAttrOverride.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/build/debug/Hostboot/HwpfAttrOverride.pm b/src/build/debug/Hostboot/HwpfAttrOverride.pm
index 104fdb273..5f216f5a8 100755
--- a/src/build/debug/Hostboot/HwpfAttrOverride.pm
+++ b/src/build/debug/Hostboot/HwpfAttrOverride.pm
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2016
+# Contributors Listed Below - COPYRIGHT 2012,2017
# [+] International Business Machines Corp.
#
#
@@ -61,7 +61,7 @@ use constant TARGET_TYPE_MI => 0x00004000;
use constant TARGET_TYPE_CAPP => 0x00008000;
use constant TARGET_TYPE_DMI => 0x00010000;
use constant TARGET_TYPE_OBUS => 0x00020000;
-use constant TARGET_TYPE_NV => 0x00040000;
+use constant TARGET_TYPE_OBUS_BRICK => 0x00040000;
use constant TARGET_TYPE_SBE => 0x00080000;
use constant TARGET_TYPE_PPE => 0x00100000;
use constant TARGET_TYPE_PERV => 0x00200000;
@@ -649,10 +649,10 @@ sub main
$targType = TARGET_TYPE_PHB;
$targ =~ s/^.*pu.phb//;
}
- elsif ($targ =~ /pu.nvbus/)
+ elsif ($targ =~ /pu.obrick/)
{
- $targType = TARGET_TYPE_NV;
- $targ =~ s/^.*pu.nvbus//;
+ $targType = TARGET_TYPE_OBUS_BRICK;
+ $targ =~ s/^.*pu.obrick//;
}
elsif ($targ =~ /pu.ppe/)
{
OpenPOWER on IntegriCloud