diff options
| author | Dzuy Nguyen <dzuy@us.ibm.com> | 2017-07-19 09:56:32 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-08-04 09:54:07 -0400 |
| commit | 1e846c106286181bf82e1e5bbc68b47b6e490ce1 (patch) | |
| tree | d233e2aeb3cad85d8f554109d1ae4d8855d10265 /src/usr/isteps/pm/runtime/test/makefile | |
| parent | 0914d87ae57960ef859886a67b5ae1187aa82474 (diff) | |
| download | blackbird-hostboot-1e846c106286181bf82e1e5bbc68b47b6e490ce1.tar.gz blackbird-hostboot-1e846c106286181bf82e1e5bbc68b47b6e490ce1.zip | |
Update SCOMs in HCODE image before HOMER is established
Change-Id: I988e897104d717746d5d40d0698350c0c7baa948
RTC: 167313
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43555
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@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/pm/runtime/test/makefile')
| -rw-r--r-- | src/usr/isteps/pm/runtime/test/makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/usr/isteps/pm/runtime/test/makefile b/src/usr/isteps/pm/runtime/test/makefile new file mode 100644 index 000000000..796b59386 --- /dev/null +++ b/src/usr/isteps/pm/runtime/test/makefile @@ -0,0 +1,37 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/isteps/pm/runtime/test/makefile $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2017 +# [+] International Business Machines Corp. +# +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. See the License for the specific language governing +# permissions and limitations under the License. +# +# IBM_PROLOG_END_TAG + +HOSTBOOT_RUNTIME = 1 + +ROOTPATH = ../../../../../.. + +MODULE = testpm_rt + +EXTRAINCDIR += ${ROOTPATH}/src/usr/isteps/pm +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/utils + +TESTS = *.H + +include ${ROOTPATH}/config.mk |

