summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2016-09-18 21:55:32 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2016-11-08 12:16:33 -0500
commite1772ea328f61cc705b3622fdea877a4b4d86ff6 (patch)
tree10182d15cec190ee500eac7d1a78fe4dab1055e2 /src/usr/isteps
parent2aea752457905fb8ef595c4432ec82bcb405962f (diff)
downloadtalos-hostboot-e1772ea328f61cc705b3622fdea877a4b4d86ff6.tar.gz
talos-hostboot-e1772ea328f61cc705b3622fdea877a4b4d86ff6.zip
p9_pstates.h breakup
- content needed by all platforms - cmeqm content created by p9_pstate_parameter_block for CME Hcode - occ content created by p9_pstate_parameter_block for OCC FW - pgpe content created by p9_pstate_parameter_block for PGPE Hcode - API definitions between PGPE Hcode and OCC FW including the current shared memory definition. - the IPC commands are update to better match OCC discussions - Addressed OCC FW<>PGPE Hcode review / Gerrit comments - Still have a HB and Jenkins fail with the p9_pm_utils. Cronus is fine. - Deleted ../hwp/lib/p9_pstate_parameter_block.C in deference to already merged ../hwp/pm/p9_pstate_parameter_block.C - Update IDDQ member names to be more descriptive to match WOF discussion - Remove endianess checks in p9_pm_utils.H Change-Id: I6ab884af08d5598da08bded1707b57c471f2f594 RTC: 163927 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29915 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: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: RAHUL BATRA <rbatra@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29917 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/isteps')
-rw-r--r--src/usr/isteps/istep06/makefile3
-rw-r--r--src/usr/isteps/istep08/makefile3
-rw-r--r--src/usr/isteps/pm/pm.mk3
3 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/isteps/istep06/makefile b/src/usr/isteps/istep06/makefile
index 07eee71fe..df25da33e 100644
--- a/src/usr/isteps/istep06/makefile
+++ b/src/usr/isteps/istep06/makefile
@@ -62,6 +62,9 @@ include ${ROOTPATH}/procedure.rules.mk
#Include all the procedure makefiles
include $(NEST_HWP_PATH)/p9_revert_sbe_mcs_setup.mk
+#TODO RTC: 164237
+# Take another look at PM lib
+include $(PM_HWP_PATH)/p9_pm_utils.mk
include $(PM_HWP_PATH)/p9_setup_evid.mk
include $(LIB_HWP_PATH)/p9_avsbus_lib.mk
diff --git a/src/usr/isteps/istep08/makefile b/src/usr/isteps/istep08/makefile
index 3f611c1bd..db813aadc 100644
--- a/src/usr/isteps/istep08/makefile
+++ b/src/usr/isteps/istep08/makefile
@@ -150,6 +150,9 @@ include ${PROCEDURES_PATH}/hwp/nest/p9_rng_init_phase1.mk
# p9_setup_evid : apply voltage settings
include ${PROCEDURES_PATH}/hwp/pm/p9_setup_evid.mk
include ${PROCEDURES_PATH}/hwp/lib/p9_avsbus_lib.mk
+# TODO RTC: 164237
+# Take another look at PM lib
+include $(PROCEDURES_PATH)/hwp/pm/p9_pm_utils.mk
MODULE=istep08
diff --git a/src/usr/isteps/pm/pm.mk b/src/usr/isteps/pm/pm.mk
index 976d44c12..849dfdf41 100644
--- a/src/usr/isteps/pm/pm.mk
+++ b/src/usr/isteps/pm/pm.mk
@@ -51,6 +51,9 @@ OBJS += pm_common.o
## NOTE: add a new directory onto the vpaths when you add a new HWP
VPATH += ${HWP_PATH} ${HWP_XIP_PATH} ${HWP_IMAGEPROCS_PATH}
+# TODO RTC: 164237
+# Take another look at PM lib
+
include ${ROOTPATH}/procedure.rules.mk
include ${HWP_PATH}/p9_pm_pba_bar_config.mk
include ${HWP_PATH}/p9_pm_pba_init.mk
OpenPOWER on IntegriCloud