summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mss.mk
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-07-23 17:48:47 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-06 22:41:34 -0400
commit7ca98de565892e13d5ea08733ebc7fa33192eac6 (patch)
treea58a8b291b9da73d599d894e01cf1a80b663e449 /src/import/chips/p9/procedures/hwp/memory/lib/mss.mk
parent1ce7b0abf88a945385f498ee4d0b602290289497 (diff)
downloadtalos-hostboot-7ca98de565892e13d5ea08733ebc7fa33192eac6.tar.gz
talos-hostboot-7ca98de565892e13d5ea08733ebc7fa33192eac6.zip
VBU IPL framework updates
p9_sim_ipl_sequencer run_ipl ipl_base.inc switch to Cronus istep calls (work-in-progress) add cache contained RUNN mode default to scan via image via putRing reduce default checkpoint frequency to end of each numbered istep p9_revert_sbe_mcs_setup update for chip contained mode execution clear SBE setup via absolute addressing based on HW/FW interlock discussion p9_sim_model_boot p9_sim_pll_refclk_setup configure variable osc for PNOR model switch to final refclock setting prior to proc_sbe_npll_setup (SBE/GSD2PIB) p9_mss_eff_grouping p9_mss_setup_bars p9_throttle_sync remove libmss build dependency for compatibility with cronus istep base_hwp_attribute_file remove RUNN attribute init sethier_R_exceptions add qualification based on input from Darren Duffy Change-Id: I634a2541b23f37ab44005a88961a19bcc1d4708e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27408 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: James N. Klazynski <jklazyns@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27409 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mss.mk')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mss.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mss.mk b/src/import/chips/p9/procedures/hwp/memory/lib/mss.mk
index 1061ffa70..f7a7434e4 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mss.mk
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mss.mk
@@ -39,6 +39,8 @@ MSS_SOURCE_DIRS := $(shell find $(MSS_PATH) -type d)
# Define common source and include paths.
define MSS_MODULE_INCLUDES
$(foreach dir, $(MSS_SOURCE_DIRS), $(call ADD_MODULE_SRCDIR,$(1),$(dir)))
+$(call ADD_MODULE_INCDIR,$(1),$(ROOTPATH)/chips/p9/procedures/hwp/memory)
+$(call ADD_MODULE_INCDIR,$(1),$(FAPI2_PATH)/include)
$(call ADD_MODULE_INCDIR,$(1),$(GENPATH))
$(call ADD_MODULE_INCDIR,$(1),$(FAPI2_PLAT_INCLUDE))
endef
OpenPOWER on IntegriCloud