blob: 6096ac7233ede86464367fbbd250a6f20e78bde5 [file] [log] [blame]
config BR2_PACKAGE_HOSTBOOT_BINARIES
bool "hostboot_binaries"
default y if (BR2_OPENPOWER_PLATFORM)
help
Project to stage hostboot binary images
if BR2_PACKAGE_HOSTBOOT_BINARIES
choice
prompt "Hostboot-binaries version"
default BR2_HOSTBOOT_BINARIES_OP920_VERSION
config BR2_HOSTBOOT_BINARIES_OP920_VERSION
bool "Use latest HOSTBOOT_BINARIES stable version (OP920)"
config BR2_HOSTBOOT_BINARIES_LATEST_VERSION
bool "Use latest HOSTBOOT_BINARIES master"
config BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
bool "Custom HOSTBOOT_BINARIES version"
endchoice
config BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE
string "HOSTBOOT_BINARIES version"
depends on BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
config BR2_HOSTBOOT_BINARIES_VERSION
string
default "81d8233a6dc8b79451c326c9dae6581e310f6cd2" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
default "hw051018a.op920" if BR2_HOSTBOOT_BINARIES_OP920_VERSION
default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
endif