diff options
author | Matt Derksen <mderkse1@us.ibm.com> | 2017-11-22 09:49:35 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-12-05 14:33:54 -0500 |
commit | 89f7297255af3b70c6c1f7a3845498d13eff5cfd (patch) | |
tree | e94e701e2b37724f53962d5a3fc8c4179a2df6e6 /src/usr/util/runtime/makefile | |
parent | c71ed1c414501ce568f914e38b2ddbbc9c258cb6 (diff) | |
download | talos-hostboot-89f7297255af3b70c6c1f7a3845498d13eff5cfd.tar.gz talos-hostboot-89f7297255af3b70c6c1f7a3845498d13eff5cfd.zip |
Test and verify concurrent init of PM complex
This testcase tests the path during a concurrent code update, where
PHYP will call HBRT to reload+restart the PM Complex.
The reload path needs to replace all of the code images while preserving
the runtime portions of the data that PHYP has updated.
This testcase verifies that portion of memory was left untouched.
Change-Id: If57c3e2a3fe469028a18ab6829ca6e178ce12940
RTC:168054
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50214
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Brian E. Bakke <bbakke@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/util/runtime/makefile')
-rw-r--r-- | src/usr/util/runtime/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/util/runtime/makefile b/src/usr/util/runtime/makefile index dafd52431..1ad51cf82 100644 --- a/src/usr/util/runtime/makefile +++ b/src/usr/util/runtime/makefile @@ -29,6 +29,9 @@ MODULE = util_rt ## pointer to common HWP files EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/xip/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/utils/stopreg/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/lib/ + OBJS += utilbase.o OBJS += utilstream.o |