Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 1 | config BR2_PACKAGE_SBE_P10 |
| 2 | bool "sbe-p10" |
| 3 | default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER10) |
| 4 | select BR2_CPP |
| 5 | depends on BR2_PACKAGE_HCODE_P10 |
| 6 | help |
| 7 | Project to build the sbe firmware codebase for P10 |
| 8 | |
| 9 | if BR2_PACKAGE_SBE_P10 |
| 10 | |
| 11 | choice |
| 12 | prompt "SBE version" |
| 13 | default BR2_SBE_P10_LATEST_VERSION |
| 14 | |
| 15 | config BR2_SBE_P10_LATEST_VERSION |
| 16 | bool "Use latest SBE master" |
| 17 | |
| 18 | config BR2_SBE_P10_CUSTOM_VERSION |
| 19 | bool "Custom SBE version" |
| 20 | |
| 21 | endchoice |
| 22 | |
| 23 | config BR2_SBE_P10_CUSTOM_VERSION_VALUE |
| 24 | string "SBE version" |
| 25 | depends on BR2_SBE_P10_CUSTOM_VERSION |
| 26 | |
| 27 | config BR2_SBE_P10_VERSION |
| 28 | string |
hostboot | dbfc6c1 | 2020-02-19 09:17:02 -0600 | [diff] [blame] | 29 | default "479c7d242feab4b4f7c9753a9a54628105b89059" if BR2_SBE_P10_LATEST_VERSION |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 30 | default BR2_SBE_P10_CUSTOM_VERSION_VALUE \ |
| 31 | if BR2_SBE_P10_CUSTOM_VERSION |
| 32 | |
| 33 | endif |