summaryrefslogtreecommitdiffstats
path: root/src/HBconfig
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2016-09-09 11:12:06 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-26 17:15:00 -0400
commita2c4ff00033939dd3168e8e6472d13d81c0742a6 (patch)
tree6715a51409912178694fc686214be9e03a9d6d64 /src/HBconfig
parent9b2a0194995ebfdd070cf5facb0743fb08fdc38e (diff)
downloadtalos-hostboot-a2c4ff00033939dd3168e8e6472d13d81c0742a6.tar.gz
talos-hostboot-a2c4ff00033939dd3168e8e6472d13d81c0742a6.zip
Adding support for an openpower only attribute file
Change-Id: I7d4009e2cdcb6e019c033b827086f3e14c291a6f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30299 Tested-by: Jenkins Server <pfd-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/HBconfig')
-rw-r--r--src/HBconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/HBconfig b/src/HBconfig
index e138c9ad0..08ab1604f 100644
--- a/src/HBconfig
+++ b/src/HBconfig
@@ -29,9 +29,16 @@ config ROM_CODE_PRESENT
help
Indicates that ROM code is available to call
-config INCLUDE_XML_OPENPOWER
+config INCLUDE_XML_OPPOWERVM
default n
help
Indicates that a build should include the contents
of attribute_types_oppowervm.xml and
target_types_oppowervm.xml
+
+config INCLUDE_XML_OPENPOWER
+ default n
+ help
+ Indicates that a build should include the contents
+ of attribute_types_openpower.xml and
+ target_types_openpower.xml
OpenPOWER on IntegriCloud