blob: 600f9e5c83cdc0f45dc69af2cf8b4163787d70de [file] [log] [blame]
config BR2_PACKAGE_HOSTBOOT
bool "hostboot"
default y if (BR2_OPENPOWER_POWER9)
select BR2_CPP
help
Project to build the hostboot firmware codebase
if BR2_PACKAGE_HOSTBOOT
choice
prompt "Hostboot version"
default BR2_HOSTBOOT_STABLE_VERSION
config BR2_HOSTBOOT_LATEST_VERSION
bool "Use latest Hostboot master"
config BR2_HOSTBOOT_STABLE_VERSION
bool "Use stable Hostboot version"
config BR2_HOSTBOOT_CUSTOM_VERSION
bool "Custom version"
endchoice
config BR2_HOSTBOOT_CUSTOM_VERSION_VALUE
string "hostboot version"
depends on BR2_HOSTBOOT_CUSTOM_VERSION
config BR2_HOSTBOOT_VERSION
string
default "16f11c2e9b10e3b8a16438f327a2eca3b5fc8e0f" if BR2_HOSTBOOT_LATEST_VERSION
default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION
config BR2_HOSTBOOT_CONFIG_FILE
string "Hostboot configuration file for compilation"
default default
help
String used to define hw specific make config file
endif