Sachin Gupta | df0b6a0 | 2017-03-16 08:59:51 -0500 | [diff] [blame] | 1 | config BR2_PACKAGE_SBE |
| 2 | bool "sbe" |
| 3 | default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER9) |
| 4 | select BR2_CPP |
Richard J. Knight | 3f0e29c | 2017-10-13 10:39:01 -0500 | [diff] [blame] | 5 | depends on BR2_PACKAGE_HCODE |
Klaus Heinrich Kiwi | dc4a86f | 2020-05-11 16:29:14 -0300 | [diff] [blame] | 6 | depends on BR2_PACKAGE_HAS_PPE42_TOOLCHAIN |
Sachin Gupta | df0b6a0 | 2017-03-16 08:59:51 -0500 | [diff] [blame] | 7 | help |
| 8 | Project to build the sbe firmware codebase |
Stewart Smith | 062ec2d | 2018-04-29 20:24:20 -0500 | [diff] [blame] | 9 | |
| 10 | if BR2_PACKAGE_SBE |
| 11 | |
| 12 | choice |
| 13 | prompt "SBE version" |
Stewart Smith | d68fc1f | 2018-05-16 21:11:31 -0500 | [diff] [blame] | 14 | default BR2_SBE_LATEST_VERSION |
Stewart Smith | 062ec2d | 2018-04-29 20:24:20 -0500 | [diff] [blame] | 15 | |
Stewart Smith | 062ec2d | 2018-04-29 20:24:20 -0500 | [diff] [blame] | 16 | config BR2_SBE_LATEST_VERSION |
| 17 | bool "Use latest SBE master" |
| 18 | |
| 19 | config BR2_SBE_CUSTOM_VERSION |
| 20 | bool "Custom SBE version" |
| 21 | |
| 22 | endchoice |
| 23 | |
| 24 | config BR2_SBE_CUSTOM_VERSION_VALUE |
| 25 | string "SBE version" |
| 26 | depends on BR2_SBE_CUSTOM_VERSION |
| 27 | |
| 28 | config BR2_SBE_VERSION |
| 29 | string |
hostboot | 50c3bd3 | 2021-09-14 18:02:03 -0500 | [diff] [blame] | 30 | default "0208243c5bbd68fa36464397fa46a2940c827edf" if BR2_SBE_LATEST_VERSION |
Stewart Smith | 062ec2d | 2018-04-29 20:24:20 -0500 | [diff] [blame] | 31 | default BR2_SBE_CUSTOM_VERSION_VALUE \ |
| 32 | if BR2_SBE_CUSTOM_VERSION |
| 33 | |
| 34 | endif |