summaryrefslogtreecommitdiffstats
path: root/src/HBconfig
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2016-04-08 14:46:36 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-04-25 12:10:06 -0400
commit30a8602e9069cfb10630081ceb52106fd834004e (patch)
tree0753044e36756f192ed7d3609301a25d0906df4c /src/HBconfig
parent372b25bed366f1284e38a548614265bdcd60d092 (diff)
downloadtalos-hostboot-30a8602e9069cfb10630081ceb52106fd834004e.tar.gz
talos-hostboot-30a8602e9069cfb10630081ceb52106fd834004e.zip
Set config flag for ROM code present
ROM code is not available to use yet in p9. In order to avoid conflicts porting to p9, created a config to keep the branches as similar as possible Change-Id: Ifd75b63ff5be4f4277bb44fb8befb65e21be3afa RTC: 68883 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23069 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/HBconfig')
-rw-r--r--src/HBconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/HBconfig b/src/HBconfig
index e234dc1e9..c25cadfae 100644
--- a/src/HBconfig
+++ b/src/HBconfig
@@ -18,3 +18,9 @@ config P9_PAGE_TABLE
default y
help
Use the P9 version of the page table setup
+
+config ROM_CODE_PRESENT
+ default n
+ help
+ Indicates that ROM code is available to call
+
OpenPOWER on IntegriCloud