From 48f5f0b3e5f1ec65e90d2307caed92ab000f869b Mon Sep 17 00:00:00 2001 From: Greg Still Date: Mon, 8 Feb 2016 06:53:08 -0600 Subject: Level 2 p9_cpu_special_wakeup - Restructured to deal with individual core, EQ and EQ targets This is necessary as compound targets really can't apply to this procedure as the registers being addressed for an EX target changes based on Fused mode. - The above moved the main implemented into p9_cpu_special_wakeup_lib - Removed tracking attributes - Removed FUSED CORE support - EX targets will wake-up up to 2 cores within the EX (dependent on functionality) - Added SUET support - Rebased (2) - Made HWP attributes writable - Added HB platform defaults in hb_temp_defaults.xml (but doesn't compile) - Address Gerrit comments (included Cronus noticed bug) - Removed some hb_temp attributes to deal with HB Jenkins fails Change-Id: I84a66b646477627f0178c3c968580ffc435b5300 RTC: 136795 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/20850 Dev-Ready: Matt K. Light Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Gregory S. Still Reviewed-by: Matt K. Light Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/20817 Reviewed-by: Christian R. Geddes Tested-by: Christian R. Geddes --- src/usr/isteps/istep16/makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/usr/isteps/istep16') diff --git a/src/usr/isteps/istep16/makefile b/src/usr/isteps/istep16/makefile index 690ed925a..84ca2ceb4 100644 --- a/src/usr/isteps/istep16/makefile +++ b/src/usr/isteps/istep16/makefile @@ -45,6 +45,11 @@ OBJS += call_host_ipl_complete.o include ${ROOTPATH}/procedure.rules.mk include ${PROCEDURES_PATH}/hwp/pm/p9_block_wakeup_intr.mk +#TODO RTC:147383 Need to create a seperate module for cpu_special_wakeup +include ${PROCEDURES_PATH}/hwp/pm/p9_cpu_special_wakeup.mk +include ${PROCEDURES_PATH}/hwp/pm//p9_cpu_special_wakeup_core.mk +include ${PROCEDURES_PATH}/hwp/pm//p9_cpu_special_wakeup_ex.mk +include ${PROCEDURES_PATH}/hwp/pm//p9_cpu_special_wakeup_lib.mk include ${PROCEDURES_PATH}/hwp/perv/p9_switch_cfsim.mk include ${PROCEDURES_PATH}/hwp/perv/p9_switch_rec_attn.mk include ${ROOTPATH}/config.mk -- cgit v1.2.1