Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 1 | config BR2_PACKAGE_OPENPOWER_PNOR |
| 2 | bool "openpower_pnor" |
| 3 | default y if (BR2_OPENPOWER_PLATFORM && BR2_powerpc_power8) |
| 4 | help |
| 5 | Utilites for building a targeting binary image |
| 6 | |
| 7 | config BR2_OPENPOWER_PNOR_XML_LAYOUT_FILENAME |
| 8 | string "Name of Openpower pnor xml layout file" |
| 9 | help |
| 10 | String used to define hw specific make config file |
| 11 | |
| 12 | config BR2_OPENPOWER_CONFIG_NAME |
| 13 | string "Name of configuration" |
| 14 | help |
| 15 | String used to define configuration name |
| 16 | |
Brian Silver | 015b591 | 2014-08-07 15:50:15 -0500 | [diff] [blame] | 17 | config BR2_OPENPOWER_XML_PACKAGE |
| 18 | string "Name of xml/targeting package" |
| 19 | help |
| 20 | String defines the xml/targeting package used |
| 21 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 22 | config BR2_OPENPOWER_PNOR_FILENAME |
| 23 | string "Name of pnor file to be created" |
| 24 | help |
| 25 | String used to define pnor filename to be created |
| 26 | |
Brian Horton | 06c2a88 | 2015-04-09 13:32:55 -0500 | [diff] [blame^] | 27 | config BR2_OPENPOWER_PNOR_UPDATE_FILENAME |
| 28 | string "Name of pnor file to be created for updates, if needed" |
| 29 | help |
| 30 | String used to define pnor filename to be created for updates, if needed |
| 31 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 32 | config BR2_SKIBOOT_LID_NAME |
| 33 | string "Name of skiboot lid name to be used" |
| 34 | default "skiboot.lid" |
| 35 | help |
| 36 | String used to define sapphire lid filename |
| 37 | |
| 38 | config BR2_HOSTBOOT_BINARY_SBE_FILENAME |
| 39 | string "Name of sbe hostboot binary" |
| 40 | help |
| 41 | String used to define name of sbe hostboot binary file |
| 42 | |
| 43 | |
| 44 | config BR2_HOSTBOOT_BINARY_SBEC_FILENAME |
| 45 | string "Name of sbec hostboot binary" |
| 46 | help |
| 47 | String used to define name of sbec hostboot binary file |
| 48 | |
| 49 | config BR2_OPENPOWER_TARGETING_BIN_FILENAME |
| 50 | string "Name of openpower binary targeting file" |
| 51 | help |
| 52 | String used to define name of openpower targeting binary file |
Brian Silver | 015b591 | 2014-08-07 15:50:15 -0500 | [diff] [blame] | 53 | |
| 54 | config BR2_OPENPOWER_TARGETING_ECC_FILENAME |
| 55 | string "Name of openpower binary targeting file" |
| 56 | help |
| 57 | String used to define name of openpower targeting binary file, ecc protected |