summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2015-11-09 13:28:05 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-03 16:51:42 -0400
commitf886b9efc05287342558dabb7606bf9a22690846 (patch)
tree8c0357b4d73d45a7bbdb29c433a54e968676272d /src/import/chips
parentb85d77d9787e522e75510c6c024117e712aa0972 (diff)
downloadtalos-hostboot-f886b9efc05287342558dabb7606bf9a22690846.tar.gz
talos-hostboot-f886b9efc05287342558dabb7606bf9a22690846.zip
Updates for p9_revert_sbe_mcs_setup, p9_sbe_mcs_setup (Level 2)
Add p9_revert_sbe_mcs_setup L2 content Update p9_sbe_mcs_setup to consider drawer base address, MI target type Add common routine in p9_fbc_utils to determine chip base addresses Update p9_sbe_bootloader to reference common base address routine Change size of fabric system ID attribute to accomodate small sytem memory map Change-Id: I71f5b2d62c8f25df501730b6bd41d1472d791841 Original-Change-Id: Ifaf016b04c8cf7efbd6e5ee668f22a8059f0ed8d Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21908 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: CHRISTINA L. GRAVES <clgraves@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25295 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/p9_htm_setup_attributes.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/p9_htm_setup_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/p9_htm_setup_attributes.xml
index ff9eb8b49..d1378fdb2 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/p9_htm_setup_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/p9_htm_setup_attributes.xml
@@ -436,8 +436,7 @@
- User can change HTM scope using Attribute Override.
</description>
<valueType>uint8</valueType>
- <enum> LOCAL = 0b000, NEARNODE = 0b001, GROUP = 0b011, REMOTE = 0b100,
- VECTORED = 0b101 </enum>
+ <enum> LOCAL = 0x0, NEARNODE = 0x1, GROUP = 0x3, REMOTE = 0x4, VECTORED = 0x5 </enum>
<writeable/>
<persistRuntime/>
<platInit/>
OpenPOWER on IntegriCloud