diff options
author | Thi Tran <thi@us.ibm.com> | 2017-06-06 09:16:03 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-06-20 13:02:43 -0400 |
commit | 578f09ce7891eccebf10b324c74ee952d81979b3 (patch) | |
tree | 78d859e4f4e54e444f5805a4f7f5610f4bcc1834 /src/usr/isteps/makefile | |
parent | 77a31e8d17ab47c15374630fefee536ba9f0b095 (diff) | |
download | talos-hostboot-578f09ce7891eccebf10b324c74ee952d81979b3.tar.gz talos-hostboot-578f09ce7891eccebf10b324c74ee952d81979b3.zip |
Undo workarounds of mss::eff_memory_size
HWPS p9_mss_eff_grouping, p9_mss_setup_bars
RTC:173371
Change-Id: Id53d7ad48bc6a181e05dd412d46019d1b5102c16
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41422
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Benjamin Gass <bgass@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41426
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
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/usr/isteps/makefile')
-rw-r--r-- | src/usr/isteps/makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/isteps/makefile b/src/usr/isteps/makefile index 872d082f1..fa13d4230 100644 --- a/src/usr/isteps/makefile +++ b/src/usr/isteps/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2011,2016 +# Contributors Listed Below - COPYRIGHT 2011,2017 # [+] International Business Machines Corp. # # @@ -49,6 +49,10 @@ OBJS += hwpistepud.o OBJS += istepHelperFuncs.o OBJS += pbusLinkSvc.o +#TODO: RTC 176018 +EXTRAINCDIR += ${ROOTPATH}/src/import/ +OBJS += hb_temp_p9c_hwp_supports.o + OBJS += $(if $(CONFIG_OPENPOWER_VOLTMSG),openpower_vddr.o,hbToHwsvVoltageMsg.o) EXTRAINCDIR += ${ROOTPATH}/src/usr/initservice/istepdispatcher |