diff options
| author | CHRISTINA L. GRAVES <clgraves@us.ibm.com> | 2017-03-21 13:46:29 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-22 17:17:53 -0400 |
| commit | affca53d70ebb8a989199e79ac980d2cebba9675 (patch) | |
| tree | a7c96eabb20eb45b8f9bfdfefd73ceec4b614a67 /src/usr/isteps | |
| parent | 07b17871136a124cb3c296af0a2189368711617b (diff) | |
| download | blackbird-hostboot-affca53d70ebb8a989199e79ac980d2cebba9675.tar.gz blackbird-hostboot-affca53d70ebb8a989199e79ac980d2cebba9675.zip | |
Changes in tod procedures to move blacklisted registers int our test procedure
instead of being in the utils that is included by tod_setup and tod_init
Change-Id: Id0d87a80deab348bc9b0e6058192a1d8ab2589c8
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38243
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: JOSHUA L. HANNAN <jlhannan@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38367
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')
| -rw-r--r-- | src/usr/isteps/istep18/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/isteps/istep18/makefile b/src/usr/isteps/istep18/makefile index 39ed9f439..7137a00e2 100644 --- a/src/usr/isteps/istep18/makefile +++ b/src/usr/isteps/istep18/makefile @@ -49,7 +49,6 @@ OBJS += TodTopologyManager.o include ${ROOTPATH}/procedure.rules.mk include ${PROCEDURES_PATH}/p9_tod_init.mk include ${PROCEDURES_PATH}/p9_tod_setup.mk -include ${PROCEDURES_PATH}/p9_tod_utils.mk include ${PROCEDURES_PATH}/p9_tod_save_config.mk include ${ROOTPATH}/config.mk |

