blob: 6b94a483d2e60590baa1ecce2677ac6360ffe93c [file] [log] [blame]
menu "Rainier 2U XML (MRW)"
config BR2_PACKAGE_RAINIER_2U_XML
bool "rainier_2u_xml"
if BR2_PACKAGE_RAINIER_2U_XML
choice
prompt "Rainier 2U XML location"
config BR2_RAINIER_2U_XML_GITHUB_PROJECT
bool "OpenPOWER Github project name"
config BR2_RAINIER_2U_XML_CUSTOM_GIT
bool "Custom URL of Rainier 2U xml repository"
endchoice
config BR2_RAINIER_2U_XML_FILTER_UNWANTED_ATTRIBUTES
bool "Filter Unwanted Attributes"
default y
config BR2_RAINIER_2U_XML_OPPOWERVM_ATTRIBUTES
bool "OPPOWERVM Attributes/Target"
default y
config BR2_RAINIER_2U_XML_TARGET_TYPES_OPENPOWER_XML
bool "Include target_types_openpower.xml"
default y
config BR2_RAINIER_2U_XML_CUSTOM_GIT_VALUE
string "URL of Rainier 2U xml repository"
depends on BR2_RAINIER_2U_XML_CUSTOM_GIT
config BR2_RAINIER_2U_XML_GITHUB_PROJECT_VALUE
string "The Github project name (e.g. rainier-2u-xml)"
default "rainier-2u-xml"
depends on BR2_RAINIER_2U_XML_GITHUB_PROJECT
config BR2_RAINIER_2U_XML_VERSION
string "Version of Rainier 2U XML"
config BR2_RAINIER_2U_XML_FILENAME
string "Rainier 2U XML filename (e.g. Rainier-2U-MRW.xml)"
default "Rainier-2U-MRW.xml"
help
The name of the MRW XML file. Note that this file MUST
come with the '.xml' prefix (all lowercase)
config BR2_RAINIER_2U_XML_SYSTEM_FILENAME
string "Targeting Rainier 2U system xml filename"
default ""
help
Defines the name of the system XML filename
to be used when creating targeting binary image
config BR2_RAINIER_2U_XML_TARGETING_FILENAME
string "Targeting Rainier 2U mrw xml filename"
default ""
help
Defines the name of the mrw XML filename
to be used when creating targeting binary image
config BR2_RAINIER_2U_XML_BIOS_FILENAME
string "BIOS Rainier 2U metadata XML filename"
default "Rainier-2U-MRW_bios.xml"
help
Defines the name of the BIOS XML filename
to parse when generating BIOS metadata
config BR2_RAINIER_2U_XML_TARGETING_BIN_FILENAME
string "Name of the openpower binary targeting file"
default "Rainier-2U-MRW.targeting.bin"
help
String used to define name of openpower targeting binary file
config BR2_RAINIER_2U_XML_TARGETING_ECC_FILENAME
string "Name of the openpower binary targeting ecc file"
default "Rainier-2U-MRW.targeting.bin.ecc"
help
String used to define name of openpower
targeting binary file, ecc protected
endif
endmenu