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 | |
| 17 | config BR2_OPENPOWER_PNOR_FILENAME |
| 18 | string "Name of pnor file to be created" |
| 19 | help |
| 20 | String used to define pnor filename to be created |
| 21 | |
| 22 | config BR2_SKIBOOT_LID_NAME |
| 23 | string "Name of skiboot lid name to be used" |
| 24 | default "skiboot.lid" |
| 25 | help |
| 26 | String used to define sapphire lid filename |
| 27 | |
| 28 | config BR2_HOSTBOOT_BINARY_SBE_FILENAME |
| 29 | string "Name of sbe hostboot binary" |
| 30 | help |
| 31 | String used to define name of sbe hostboot binary file |
| 32 | |
| 33 | |
| 34 | config BR2_HOSTBOOT_BINARY_SBEC_FILENAME |
| 35 | string "Name of sbec hostboot binary" |
| 36 | help |
| 37 | String used to define name of sbec hostboot binary file |
| 38 | |
| 39 | config BR2_OPENPOWER_TARGETING_BIN_FILENAME |
| 40 | string "Name of openpower binary targeting file" |
| 41 | help |
| 42 | String used to define name of openpower targeting binary file |