diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2017-09-08 10:51:51 -0500 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-09-12 12:17:49 -0400 |
commit | 753699cd319a341f024ef4be7ee1242638135ce0 (patch) | |
tree | ca6fffc39bcc4659390ada2a4ca512644a935a01 /src/usr/diag/prdf | |
parent | bba3b325060e688bcd47ab5f0f459a3ca22e3b5b (diff) | |
download | talos-hostboot-753699cd319a341f024ef4be7ee1242638135ce0.tar.gz talos-hostboot-753699cd319a341f024ef4be7ee1242638135ce0.zip |
Move a couple xbus HWPs into PRD library
PRD code consumes a couple xbus procedures during IPL. They were
previously included in libistep09.so, moved them into libprdf.so.
Change-Id: I4bc6814b59bb14a5ba088d6040c7003eda894743
CQ: SW401264
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45903
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf')
-rw-r--r-- | src/usr/diag/prdf/prdf_hb_only.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/prdf_hb_only.mk b/src/usr/diag/prdf/prdf_hb_only.mk index 00d060f1f..e63776700 100644 --- a/src/usr/diag/prdf/prdf_hb_only.mk +++ b/src/usr/diag/prdf/prdf_hb_only.mk @@ -156,6 +156,8 @@ prd_obj_no_sim += p9_io_xbus_read_erepair.o prd_vpath += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv/ prd_obj_no_sim += p9_proc_gettracearray.o prd_obj_no_sim += p9_sbe_tracearray.o +prd_obj_no_sim += p9_io_xbus_clear_firs.o +prd_obj_no_sim += p9_io_xbus_pdwn_lanes.o ################################################################################ # The following are hardware procedure utilities that we are pulling into the @@ -168,8 +170,6 @@ prd_vpath += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/cache/ # This is really the only file we need, but all of the other files below are # required because of dependencies. prd_obj_no_sim += memdiags.o -prd_obj_no_sim += p9_io_xbus_clear_firs.o -prd_obj_no_sim += p9_io_xbus_pdwn_lanes.o prd_obj_no_sim += p9_l2err_linedelete.o prd_obj_no_sim += p9_l2err_extract.o prd_obj_no_sim += p9_l3err_linedelete.o |