From e860d319c4e54ca061283fcd2342e4deb38c467d Mon Sep 17 00:00:00 2001 From: Brian Stegmiller Date: Mon, 22 Feb 2016 16:20:20 -0600 Subject: Support HB runtime data for adjunct partition Change-Id: I7249f2b195dd02a0ab5a88b53d63cc4a1663cf9d RTC: 138638 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25373 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Elizabeth K. Liner Reviewed-by: Brian J. Stegmiller Reviewed-by: Daniel M. Crowell --- src/usr/targeting/runtime/attrPlatOverride_rt.C | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/usr/targeting/runtime') diff --git a/src/usr/targeting/runtime/attrPlatOverride_rt.C b/src/usr/targeting/runtime/attrPlatOverride_rt.C index 9a5498111..537e36464 100644 --- a/src/usr/targeting/runtime/attrPlatOverride_rt.C +++ b/src/usr/targeting/runtime/attrPlatOverride_rt.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014,2015 */ +/* Contributors Listed Below - COPYRIGHT 2014,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -31,6 +31,7 @@ //#include #include #include +#include using namespace TARGETING; @@ -92,6 +93,12 @@ int apply_attr_override(uint8_t* i_data, void applyTempOverrides() { + // With FSP, we can not access PNOR, just return + if(INITSERVICE::spBaseServicesEnabled()) + { + return; + } + TRACFCOMP(g_trac_targeting, ENTER_MRK"applyTempOverrides"); errlHndl_t l_err = NULL; PNOR::SectionInfo_t l_info; -- cgit v1.2.3