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) |
Jeremy Kerr | 5e1f7b4 | 2016-07-22 13:09:38 +0800 | [diff] [blame^] | 4 | select BR2_PACKAGE_HOSTBOOT |
| 5 | select BR2_PACKAGE_HOSTBOOT_BINARIES |
| 6 | select BR2_PACKAGE_SKIBOOT |
| 7 | select BR2_PACKAGE_OPENPOWER_FFS |
| 8 | select BR2_PACKAGE_OCC |
| 9 | select BR2_PACKAGE_CAPP_UCODE |
| 10 | select BR2_PACKAGE_BARRELEYE_XML if (BR2_OPENPOWER_XML_PACKAGE = "barreleye-xml") |
| 11 | select BR2_PACKAGE_FIRESTONE_XML if (BR2_OPENPOWER_XML_PACKAGE = "firestone-xml") |
| 12 | select BR2_PACKAGE_GARRISON_XML if (BR2_OPENPOWER_XML_PACKAGE = "garrison-xml") |
| 13 | select BR2_PACKAGE_HABANERO_XML if (BR2_OPENPOWER_XML_PACKAGE = "habanero-xml") |
| 14 | select BR2_PACKAGE_PALMETTO_XML if (BR2_OPENPOWER_XML_PACKAGE = "palmetto-xml") |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 15 | help |
| 16 | Utilites for building a targeting binary image |
| 17 | |
| 18 | config BR2_OPENPOWER_PNOR_XML_LAYOUT_FILENAME |
| 19 | string "Name of Openpower pnor xml layout file" |
| 20 | help |
| 21 | String used to define hw specific make config file |
| 22 | |
| 23 | config BR2_OPENPOWER_CONFIG_NAME |
| 24 | string "Name of configuration" |
| 25 | help |
| 26 | String used to define configuration name |
| 27 | |
Brian Silver | 015b591 | 2014-08-07 15:50:15 -0500 | [diff] [blame] | 28 | config BR2_OPENPOWER_XML_PACKAGE |
| 29 | string "Name of xml/targeting package" |
| 30 | help |
| 31 | String defines the xml/targeting package used |
| 32 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 33 | config BR2_OPENPOWER_PNOR_FILENAME |
| 34 | string "Name of pnor file to be created" |
| 35 | help |
| 36 | String used to define pnor filename to be created |
| 37 | |
Brian Horton | 06c2a88 | 2015-04-09 13:32:55 -0500 | [diff] [blame] | 38 | config BR2_OPENPOWER_PNOR_UPDATE_FILENAME |
| 39 | string "Name of pnor file to be created for updates, if needed" |
| 40 | help |
| 41 | String used to define pnor filename to be created for updates, if needed |
| 42 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 43 | config BR2_SKIBOOT_LID_NAME |
| 44 | string "Name of skiboot lid name to be used" |
| 45 | default "skiboot.lid" |
| 46 | help |
Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 47 | String used to define skiboot lid filename |
| 48 | |
| 49 | config BR2_TARGET_SKIBOOT_XZ |
| 50 | boolean "Compress the skiboot image with XZ" |
Elizabeth Liner | 5a8e6fa | 2016-07-14 15:46:49 -0500 | [diff] [blame] | 51 | default y |
Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 52 | |
| 53 | config BR2_SKIBOOT_LID_XZ_NAME |
| 54 | string "Name of compressed skiboot lid" |
| 55 | default "skiboot.lid" if !BR2_TARGET_SKIBOOT_XZ |
| 56 | default "skiboot.lid.xz" if BR2_TARGET_SKIBOOT_XZ |
| 57 | help |
| 58 | String used to define compressed skiboot lid filename |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 59 | |
| 60 | config BR2_HOSTBOOT_BINARY_SBE_FILENAME |
| 61 | string "Name of sbe hostboot binary" |
| 62 | help |
| 63 | String used to define name of sbe hostboot binary file |
| 64 | |
| 65 | |
| 66 | config BR2_HOSTBOOT_BINARY_SBEC_FILENAME |
| 67 | string "Name of sbec hostboot binary" |
| 68 | help |
| 69 | String used to define name of sbec hostboot binary file |
| 70 | |
Matt Ploetz | af3f64e | 2015-05-14 14:49:55 -0500 | [diff] [blame] | 71 | config BR2_HOSTBOOT_BINARY_WINK_FILENAME |
| 72 | string "Name of winkle hostboot binary" |
| 73 | help |
| 74 | String used to define name of winkle hostboot binary file |
| 75 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 76 | config BR2_OPENPOWER_TARGETING_BIN_FILENAME |
| 77 | string "Name of openpower binary targeting file" |
| 78 | help |
| 79 | String used to define name of openpower targeting binary file |
Brian Silver | 015b591 | 2014-08-07 15:50:15 -0500 | [diff] [blame] | 80 | |
| 81 | config BR2_OPENPOWER_TARGETING_ECC_FILENAME |
| 82 | string "Name of openpower binary targeting file" |
| 83 | help |
| 84 | String used to define name of openpower targeting binary file, ecc protected |
Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 85 | |
| 86 | config BR2_OPENPOWER_PNOR_XZ_ENABLED |
| 87 | string "False if we are not compressing with XZ anywhere" |
| 88 | default "false" if !BR2_TARGET_SKIBOOT_XZ |
| 89 | default "true" if BR2_TARGET_SKIBOOT_XZ |