summaryrefslogtreecommitdiffstats
path: root/src/usr/scom/runtime/test/makefile
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-03-31 10:57:35 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-04-21 13:51:39 -0500
commitd32a58cf2c6d9c3b7698a5a088f120b67ee287fc (patch)
treef2c3a275f5336a35b84d43fac0f4293a1b531d15 /src/usr/scom/runtime/test/makefile
parentfe1d7934857366cab8695381ac6a7f5e3b7ed29a (diff)
downloadblackbird-hostboot-d32a58cf2c6d9c3b7698a5a088f120b67ee287fc.tar.gz
blackbird-hostboot-d32a58cf2c6d9c3b7698a5a088f120b67ee287fc.zip
Implement DO_NOT_WAKEUP opMode for Scom access
During runtime we occasionally will read scoms from various chiplets. Usually if the chiplet is in winkle mode (stopped, idle, etc) then we will wake it up. If this opmode is set, it is indicating the attempted read is not very important and not worth the time/energy to wake up the chiplet. Change-Id: Ieaaffe42fda3459e0295597fcf41c07bbaee72b4 RTC: 150454 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22986 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/scom/runtime/test/makefile')
-rw-r--r--src/usr/scom/runtime/test/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/scom/runtime/test/makefile b/src/usr/scom/runtime/test/makefile
index a45467457..6a8470f35 100644
--- a/src/usr/scom/runtime/test/makefile
+++ b/src/usr/scom/runtime/test/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2013,2014
+# Contributors Listed Below - COPYRIGHT 2013,2016
+# [+] 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.
@@ -23,6 +25,8 @@
HOSTBOOT_RUNTIME = 1
ROOTPATH = ../../../../..
+EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/
+
MODULE = testscom_rt
TESTS = *.H
OpenPOWER on IntegriCloud