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 |
Sachin Gupta | df0b6a0 | 2017-03-16 08:59:51 -0500 | [diff] [blame] | 6 | help |
| 7 | Project to build the sbe firmware codebase |
Stewart Smith | 062ec2d | 2018-04-29 20:24:20 -0500 | [diff] [blame] | 8 | |
| 9 | if BR2_PACKAGE_SBE |
| 10 | |
| 11 | choice |
| 12 | prompt "SBE version" |
Stewart Smith | d68fc1f | 2018-05-16 21:11:31 -0500 | [diff] [blame] | 13 | default BR2_SBE_LATEST_VERSION |
Stewart Smith | 062ec2d | 2018-04-29 20:24:20 -0500 | [diff] [blame] | 14 | |
Stewart Smith | 062ec2d | 2018-04-29 20:24:20 -0500 | [diff] [blame] | 15 | config BR2_SBE_LATEST_VERSION |
| 16 | bool "Use latest SBE master" |
| 17 | |
| 18 | config BR2_SBE_CUSTOM_VERSION |
| 19 | bool "Custom SBE version" |
| 20 | |
| 21 | endchoice |
| 22 | |
| 23 | config BR2_SBE_CUSTOM_VERSION_VALUE |
| 24 | string "SBE version" |
| 25 | depends on BR2_SBE_CUSTOM_VERSION |
| 26 | |
| 27 | config BR2_SBE_VERSION |
| 28 | string |
hostboot | f2e8b6a | 2018-07-10 18:01:42 -0500 | [diff] [blame^] | 29 | default "fad6732f2270f8fe50633d0e33b3867438471daf" if BR2_SBE_LATEST_VERSION |
Stewart Smith | 062ec2d | 2018-04-29 20:24:20 -0500 | [diff] [blame] | 30 | default BR2_SBE_CUSTOM_VERSION_VALUE \ |
| 31 | if BR2_SBE_CUSTOM_VERSION |
| 32 | |
| 33 | endif |