summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlean wang(王棚辉) <wangph@inspur.com>2019-06-18 18:44:57 +0800
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-06-28 15:30:17 -0500
commit913204775de849e204d9976094dc79e4f1e50077 (patch)
tree43c2757cb49442b396ce31c604b5718a16285bea /src
parentb0b1f035aaad6d922f63e6cbfbc3f12302e50a53 (diff)
downloadtalos-hostboot-913204775de849e204d9976094dc79e4f1e50077.tar.gz
talos-hostboot-913204775de849e204d9976094dc79e4f1e50077.zip
ips print total memory
Change-Id: I32b2bd1cd8bfc93ee33d72c5d570bb8e0216baed Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79118 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79140 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_mss_setup_bars.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_mss_setup_bars.C b/src/import/chips/p9/procedures/hwp/nest/p9_mss_setup_bars.C
index 262f6b9a8..1bd1bd6fb 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_mss_setup_bars.C
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_mss_setup_bars.C
@@ -6,6 +6,7 @@
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015,2019 */
+/* [+] Inspur Power Systems Corp. */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -536,6 +537,8 @@ fapi2::ReturnCode validateGroupData(
} // MC loop
+ FAPI_INF("Total memory size= %lu GB", l_mcSize);
+
// Assert if a PORT_ID is found more than once in any group
for (uint8_t ii = 0; ii < NUM_MC_PORTS_PER_PROC; ii++)
{
OpenPOWER on IntegriCloud