summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/common
diff options
context:
space:
mode:
authorRahul Batra <rbatra@us.ibm.com>2016-10-06 23:00:14 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 16:45:20 -0500
commit202e04951a3dd622b6ecca26e86bfe3fc000b46f (patch)
tree278465c758de151bb010dc645a3e234d781e4e3a /import/chips/p9/common
parent332315c9c600c70d99d4599761ecf45abc5ba8dd (diff)
downloadtalos-hcode-202e04951a3dd622b6ecca26e86bfe3fc000b46f.tar.gz
talos-hcode-202e04951a3dd622b6ecca26e86bfe3fc000b46f.zip
PGPE: PState Updates
-Added code for Pstate Table generation and write it to HOMER -Added temp. code to mimic boot process, i.e. copy Global Pstate Parameter Block -Added code to check for OCC_FLAG[PGPE_DEBUG_ENABLEMENT] -Added code to write to PGPE beacon periodically using FIT Change-Id: I8b2cee1b30d7ef56ee47a9432330a16c4cb1b989 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30850 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common')
-rw-r--r--import/chips/p9/common/pmlib/include/occhw_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/import/chips/p9/common/pmlib/include/occhw_common.h b/import/chips/p9/common/pmlib/include/occhw_common.h
index ba87b620..907a4746 100644
--- a/import/chips/p9/common/pmlib/include/occhw_common.h
+++ b/import/chips/p9/common/pmlib/include/occhw_common.h
@@ -237,7 +237,7 @@
////////////////////////////////////////////////////////////////////////////
// PMC
////////////////////////////////////////////////////////////////////////////
-
+/*
#ifndef __ASSEMBLER__
/// A Pstate type
@@ -256,7 +256,7 @@
/// A VRM11 VID code
typedef uint8_t Vid11;
-#endif /* __ASSEMBLER__ */
+#endif // __ASSEMBLER__
/// The minimum Pstate
#define PSTATE_MIN -128
@@ -277,7 +277,7 @@
/// The maximum \a legal (non-power-off) VRM11 VID code
#define VID11_MAX 0xfd
-
+*/
////////////////////////////////////////////////////////////////////////////
// PCB
OpenPOWER on IntegriCloud