summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRahul Batra <rbatra@us.ibm.com>2017-07-27 16:54:05 -0500
committerDean Sanner <dsanner@us.ibm.com>2017-08-16 15:19:09 -0400
commitbe278aca06ad5dd7af01053bc9de6951f68eec15 (patch)
tree6b80dca3380b45d0da6309e4302664efc7d329e4 /src
parent5da246cbf08606f7389408d1afc90a05dfda9210 (diff)
downloadtalos-hostboot-be278aca06ad5dd7af01053bc9de6951f68eec15.tar.gz
talos-hostboot-be278aca06ad5dd7af01053bc9de6951f68eec15.zip
PSTATE: PGPE_Flags-ATTR_PGPE_HCODE_FUNCTION_ENABLE Fix
-Remove build flag based setting of PGPEFLAGS -Set ATTR_PGPE_HCODE_FUNCTION_ENABLE=ON by default Change-Id: I57932e84dc5025572ad6500e79530a7a91832219 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43810 Reviewed-by: Matt K. Light <mklight@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: BRIAN D. VICTOR <brian.d.victor1@ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43817 Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml3
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
index 5c9faeee2..b0d9e7797 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
@@ -1880,7 +1880,7 @@
Consumer: p9_hcode_image_build.c ->
PGPE Header field
- Platform default: OFF
+ Platform default: ON
<!--
@todo RTC 169662 at some point in the program, this default may be switched to
the opposite setting. However, coordination needs to occur with all CIs
@@ -1893,7 +1893,6 @@
OFF = 0x00, ON = 0x01
</enum>
<platInit/>
- <initToZero/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
index f6d7e367b..1b37198ba 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
@@ -104,7 +104,7 @@
<attribute>
<id>ATTR_PGPE_HCODE_FUNCTION_ENABLE</id>
<!-- this setting enables the OCC Immediate Resp Mode Only -->
- <default>0x0</default>
+ <default>0x1</default>
</attribute>
<attribute>
<id>ATTR_CME_INSTRUCTION_TRACE_ENABLE</id>
OpenPOWER on IntegriCloud