summaryrefslogtreecommitdiffstats
path: root/src/HBconfig
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-04-04 16:32:22 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-06 18:14:32 -0500
commit616f55b76767d3ed2e8dec3f37a29aec46fdf331 (patch)
tree212eedf22e24a39bd64545fa1ce516581e71751a /src/HBconfig
parent54a9c7b4a9e85d7d49a38e3d5e3f2407241cde13 (diff)
downloadtalos-hostboot-616f55b76767d3ed2e8dec3f37a29aec46fdf331.tar.gz
talos-hostboot-616f55b76767d3ed2e8dec3f37a29aec46fdf331.zip
Setup CONFIG_AXONE env variable correctly
In previous attempt to use CONFIG_AXONE env variable as a flag to decided whether or not to compile certain AXONE only features we forgot to add in the config variable to HBconfig. Worse is we were using the wrong env var in the make files as a flag. As a result, without this change we are not running any Axone HWPs in axone simics. Change-Id: I82dd7f86c5ad390a23eab2d2123d1d10ca9edea3 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75568 Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/HBconfig')
-rw-r--r--src/HBconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/HBconfig b/src/HBconfig
index 8b2c5e407..2bba0f995 100644
--- a/src/HBconfig
+++ b/src/HBconfig
@@ -54,6 +54,10 @@ config SUPPORT_PARTIAL_CACHE
Support chips that do not have full cache --
intended for early bringup of hardware
+config AXONE
+ default n
+ help
+ Only enabled for Axone
config AXONE_BRING_UP
default n
OpenPOWER on IntegriCloud