summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-07-31 10:47:34 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-08-01 13:34:25 -0500
commitb2cf0aa44b39ba6ff6f09b2ebc3ec3942b020f24 (patch)
tree7f28f04d9745712606e2fb2c2eeba6db2a73847b /src/include/kernel
parentba4fc129cd4436c6dcf1c24346cd99f7422745f2 (diff)
downloadtalos-hostboot-b2cf0aa44b39ba6ff6f09b2ebc3ec3942b020f24.tar.gz
talos-hostboot-b2cf0aa44b39ba6ff6f09b2ebc3ec3942b020f24.zip
Make processing of hrmor value in MemStateInfo consistent
There was some confusion on whether the value in core scratch 1 that told us where Host HRMOR lives was in MB or just Bytes. Going forward this value will be in bytes. CQ: SW440425 Change-Id: I5e7e5efdd584c3a8c050091b32d5443dff3cd417 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63627 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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/kernel')
-rw-r--r--src/include/kernel/memstate.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kernel/memstate.H b/src/include/kernel/memstate.H
index 350cf6a2d..e595cd8c2 100644
--- a/src/include/kernel/memstate.H
+++ b/src/include/kernel/memstate.H
@@ -62,7 +62,7 @@ namespace KernelMemState
uint64_t location:4; /**< Indicator of memory mode HostBoot
contained in L3 or mainstore */
// 04:51 - Current HRMOR
- uint64_t hrmor:48; /**< Current HRMOR in MB */
+ uint64_t hrmor:48; /**< Current HRMOR in bytes **/
// 52:63 - Size of active Hostboot memory
uint64_t size:12; /**< Size of the memory in MB */
};
OpenPOWER on IntegriCloud