diff options
author | Sumit Kumar <sumit_kumar@in.ibm.com> | 2018-05-01 00:33:59 -0500 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2018-05-16 09:42:26 -0400 |
commit | 6855bca779b8435856b0f6881480d7a4ed205b6b (patch) | |
tree | 38da6f0d36af4df08408ea58c10b8137bd2e6672 /src/usr/isteps/istep09 | |
parent | b0a9477ec9a6d2b297d71cc271d06282163d3963 (diff) | |
download | blackbird-hostboot-6855bca779b8435856b0f6881480d7a4ed205b6b.tar.gz blackbird-hostboot-6855bca779b8435856b0f6881480d7a4ed205b6b.zip |
Erepair HWP - Include target type DMI
- Centaur/DMI codes made fapi2 compliant
- Refactored templated functions framework
- Removed 'using namespace' from header files
Change-Id: I690b24e5fdf9ff7413b128efb6f2fc4043bf739a
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58065
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58067
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/isteps/istep09')
-rw-r--r-- | src/usr/isteps/istep09/makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/isteps/istep09/makefile b/src/usr/isteps/istep09/makefile index 64dfd3700..409263562 100644 --- a/src/usr/isteps/istep09/makefile +++ b/src/usr/isteps/istep09/makefile @@ -53,8 +53,6 @@ include ${ROOTPATH}/procedure.rules.mk # fabric_erepair include ${PROCEDURES_PATH}/hwp/io/p9_io_xbus_restore_erepair.mk include ${PROCEDURES_PATH}/hwp/io/p9_io_erepairAccessorHwpFuncs.mk -include ${PROCEDURES_PATH}/hwp/io/p9_io_erepairGetFailedLanesHwp.mk -include ${PROCEDURES_PATH}/hwp/io/p9_io_erepairSetFailedLanesHwp.mk #Skipping p9_io_xbus_pdwn_lanes, already included by libprdf.so # fabric_io_dccal |