summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/attrsync.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2016-06-11 16:17:42 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-01 10:11:54 -0400
commit15e642c4f8f6517389bfd59cca7340fad8406038 (patch)
tree3a91e72b83e28c6c214ca1e5821d4ebaa36aecaa /src/usr/targeting/attrsync.C
parentc9219373d4320bf513046e69903ce33243e84be6 (diff)
downloadtalos-hostboot-15e642c4f8f6517389bfd59cca7340fad8406038.tar.gz
talos-hostboot-15e642c4f8f6517389bfd59cca7340fad8406038.zip
p9_htm_setup (L2) - Part 2: HTM setup/reset/start
RTC:138851 Change-Id: Icedf9f1a020948c5515edaf92c9de40897b2ad69 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25689 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25691 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/attrsync.C')
-rw-r--r--src/usr/targeting/attrsync.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/targeting/attrsync.C b/src/usr/targeting/attrsync.C
index 2cb260881..6b39cbe32 100644
--- a/src/usr/targeting/attrsync.C
+++ b/src/usr/targeting/attrsync.C
@@ -665,7 +665,7 @@ namespace TARGETING
(*proc)->setAttr<ATTR_PROC_MEM_BASES>(memBases);
uint64_t memSizes[] = {0x800000000,0x0,0x0,0x0,0x0,0x0,0x0,0x0};
(*proc)->setAttr<ATTR_PROC_MEM_SIZES>(memSizes);
- (*proc)->setAttr<ATTR_PROC_HTM_BAR_BASE_ADDR>(0);
+ (*proc)->setAttr<ATTR_PROC_NHTM_BAR_BASE_ADDR>(0);
//(*proc)->setAttr<ATTR_PROC_PCIE_LANE_EQUALIZATION>(pcieLane); //defaulted in attribute_types.xml
uint8_t mssMem[] = {0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0};
(*proc)->setAttr<ATTR_MSS_MEM_MC_IN_GROUP>(mssMem);
OpenPOWER on IntegriCloud