summaryrefslogtreecommitdiffstats
path: root/src/HBconfig
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2018-02-07 20:25:55 -0600
committerDean Sanner <dsanner@us.ibm.com>2018-02-09 16:27:29 -0500
commit6751a48602434374fdab2e67b281a58473453623 (patch)
tree516bc9d0fca42bc170911c40e5cf99b89d960327 /src/HBconfig
parent4f3656309da631e6a5fcf4d6cb8fe5241c61e1de (diff)
downloadtalos-hostboot-6751a48602434374fdab2e67b281a58473453623.tar.gz
talos-hostboot-6751a48602434374fdab2e67b281a58473453623.zip
Default to full cache usage during early Hostboot
Early hardware had to support a partial cache config which is inefficient. Placing this code behind a config option, defaulting to full cache usage Change-Id: I521a1d9644d754a2657993603e3e2b2aab90112a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53606 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@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 46d3b1d18..249f9cf34 100644
--- a/src/HBconfig
+++ b/src/HBconfig
@@ -47,3 +47,9 @@ config FSP_BUILD
default n
help
Indicates that this is an FSP build
+
+config SUPPORT_PARTIAL_CACHE
+ default n
+ help
+ Support chips that do not have full cache --
+ intended for early bringup of hardware
OpenPOWER on IntegriCloud