summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdatram.H
diff options
context:
space:
mode:
authornagurram-in <nagendra.g@in.ibm.com>2018-04-10 12:25:24 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-04-24 10:55:42 -0400
commit180536724195550d34b50ba1a59ba3bb2ba5d701 (patch)
tree51375c43107ae3318e2876f015a870c7ea7e1ec8 /src/usr/hdat/hdatram.H
parent17d4c2b7e8a76de71bd3bb9e86109400c4a7c179 (diff)
downloadtalos-hostboot-180536724195550d34b50ba1a59ba3bb2ba5d701.tar.gz
talos-hostboot-180536724195550d34b50ba1a59ba3bb2ba5d701.zip
HDAT:Added new fields( dimm id and dimm running freq) in RAM area
Change-Id: Id68e1033668c9eff615d67963aad1bbad0965e7d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57018 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: VENKATESH SAINATH <venkatesh.sainath@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hdat/hdatram.H')
-rwxr-xr-xsrc/usr/hdat/hdatram.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/hdat/hdatram.H b/src/usr/hdat/hdatram.H
index 4c8e2ec20..5df390100 100755
--- a/src/usr/hdat/hdatram.H
+++ b/src/usr/hdat/hdatram.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -58,6 +58,8 @@ struct hdatRamAreaId_t
{
uint16_t hdatRamAreaId; // 0x0000 Identifier for this RAM area
uint16_t hdatRamStatus; // 0x0002 Status of the RAM DIMM
+ uint32_t hdatRamDimmId; // 0x0004 Dimm ID
+ uint32_t hdatRamCurFreq; // 0x0008 Dimm current operating frequency
} __attribute__ ((packed));
OpenPOWER on IntegriCloud