blob: 0270703a163366f5c1c99c692957938bf7e50b32 [file] [log] [blame]
menu "Rainier 4U XML (MRW)"
config BR2_PACKAGE_RAINIER_4U_XML
bool "rainier_4u_xml"
if BR2_PACKAGE_RAINIER_4U_XML
choice
prompt "Rainier 4U XML location"
config BR2_RAINIER_4U_XML_GITHUB_PROJECT
bool "OpenPOWER Github project name"
config BR2_RAINIER_4U_XML_CUSTOM_GIT
bool "Custom URL of Rainier 4U xml repository"
endchoice
config BR2_RAINIER_4U_XML_FILTER_UNWANTED_ATTRIBUTES
bool "Filter Unwanted Attributes"
default y
config BR2_RAINIER_4U_XML_OPPOWERVM_ATTRIBUTES
bool "OPPOWERVM Attributes/Target"
default y
config BR2_RAINIER_4U_XML_TARGET_TYPES_OPENPOWER_XML
bool "Include target_types_openpower.xml"
default y
config BR2_RAINIER_4U_XML_CUSTOM_GIT_VALUE
string "URL of Rainier 4U xml repository"
depends on BR2_RAINIER_4U_XML_CUSTOM_GIT
config BR2_RAINIER_4U_XML_GITHUB_PROJECT_VALUE
string "The Github project name (e.g. rainier-4u-xml)"
default "rainier-4u-xml"
depends on BR2_RAINIER_4U_XML_GITHUB_PROJECT
config BR2_RAINIER_4U_XML_VERSION
string "Version of Rainier 4U XML"
config BR2_RAINIER_4U_XML_FILENAME
string "Rainier 4U XML filename (e.g. Rainier-4U-MRW.xml)"
default "Rainier-4U-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_4U_XML_SYSTEM_FILENAME
string "Targeting Rainier 4U system xml filename"
default ""
help
Defines the name of the system XML filename
to be used when creating targeting binary image
config BR2_RAINIER_4U_XML_TARGETING_FILENAME
string "Targeting Rainier 4U mrw xml filename"
default ""
help
Defines the name of the mrw XML filename
to be used when creating targeting binary image
config BR2_RAINIER_4U_XML_BIOS_FILENAME
string "BIOS Rainier 4U metadata XML filename"
default "Rainier-4U-MRW_bios.xml"
help
Defines the name of the BIOS XML filename
to parse when generating BIOS metadata
config BR2_RAINIER_4U_XML_TARGETING_BIN_FILENAME
string "Name of the openpower binary targeting file"
default "Rainier-4U-MRW.targeting.bin"
help
String used to define name of openpower targeting binary file
config BR2_RAINIER_4U_XML_TARGETING_ECC_FILENAME
string "Name of the openpower binary targeting ecc file"
default "Rainier-4U-MRW.targeting.bin.ecc"
help
String used to define name of openpower
targeting binary file, ecc protected
endif
endmenu