blob: 3c0ec30d061f3020cdcfc17edab31f0be18d80b6 [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_LATEST_VERSION
config BR2_HOSTBOOT_LATEST_VERSION
bool "Use latest Hostboot master"
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 "46a489ba7864b1d32c4b37a1223a39f33ad12f66" if BR2_HOSTBOOT_LATEST_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
config BR2_HOSTBOOT_USE_ALTERNATE_GCC
bool "use Alternate GCC to build hostboot"
default n
select BR2_PACKAGE_ALTERNATE_GCC
help
Select to enable using an alternate version of GCC
to build hostboot.
endif