Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 1 | config BR2_PACKAGE_OPENPOWER_PNOR |
| 2 | bool "openpower_pnor" |
Matt Ploetz | 3a184dd | 2016-08-26 17:21:06 -0500 | [diff] [blame] | 3 | default y if (BR2_OPENPOWER_PLATFORM) |
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 |
William A. Kennington III | c3ab3ce | 2017-03-17 12:58:05 -0700 | [diff] [blame^] | 10 | select BR2_PACKAGE_IMA_CATALOG |
Robert Lippert | aed5d2b | 2016-11-22 16:32:06 -0800 | [diff] [blame] | 11 | select BR2_PACKAGE_ZAIUS_XML if (BR2_OPENPOWER_XML_PACKAGE = "zaius-xml") |
Matt Ploetz | b4d85b1 | 2016-09-29 20:24:14 -0500 | [diff] [blame] | 12 | select BR2_PACKAGE_WITHERSPOON_XML if (BR2_OPENPOWER_XML_PACKAGE = "witherspoon-xml") |
Mengze Liao | fe2b17a | 2017-02-22 14:53:02 -0600 | [diff] [blame] | 13 | select BR2_PACKAGE_ROMULUS_XML if (BR2_OPENPOWER_XML_PACKAGE = "romulus-xml") |
Jeremy Kerr | 5e1f7b4 | 2016-07-22 13:09:38 +0800 | [diff] [blame] | 14 | select BR2_PACKAGE_BARRELEYE_XML if (BR2_OPENPOWER_XML_PACKAGE = "barreleye-xml") |
| 15 | select BR2_PACKAGE_FIRESTONE_XML if (BR2_OPENPOWER_XML_PACKAGE = "firestone-xml") |
| 16 | select BR2_PACKAGE_GARRISON_XML if (BR2_OPENPOWER_XML_PACKAGE = "garrison-xml") |
| 17 | select BR2_PACKAGE_HABANERO_XML if (BR2_OPENPOWER_XML_PACKAGE = "habanero-xml") |
| 18 | select BR2_PACKAGE_PALMETTO_XML if (BR2_OPENPOWER_XML_PACKAGE = "palmetto-xml") |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 19 | help |
| 20 | Utilites for building a targeting binary image |
| 21 | |
| 22 | config BR2_OPENPOWER_PNOR_XML_LAYOUT_FILENAME |
| 23 | string "Name of Openpower pnor xml layout file" |
| 24 | help |
| 25 | String used to define hw specific make config file |
| 26 | |
| 27 | config BR2_OPENPOWER_CONFIG_NAME |
| 28 | string "Name of configuration" |
| 29 | help |
| 30 | String used to define configuration name |
| 31 | |
Brian Silver | 015b591 | 2014-08-07 15:50:15 -0500 | [diff] [blame] | 32 | config BR2_OPENPOWER_XML_PACKAGE |
| 33 | string "Name of xml/targeting package" |
| 34 | help |
| 35 | String defines the xml/targeting package used |
| 36 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 37 | config BR2_OPENPOWER_PNOR_FILENAME |
| 38 | string "Name of pnor file to be created" |
| 39 | help |
| 40 | String used to define pnor filename to be created |
| 41 | |
Brian Horton | 06c2a88 | 2015-04-09 13:32:55 -0500 | [diff] [blame] | 42 | config BR2_OPENPOWER_PNOR_UPDATE_FILENAME |
| 43 | string "Name of pnor file to be created for updates, if needed" |
| 44 | help |
| 45 | String used to define pnor filename to be created for updates, if needed |
| 46 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 47 | config BR2_SKIBOOT_LID_NAME |
| 48 | string "Name of skiboot lid name to be used" |
| 49 | default "skiboot.lid" |
| 50 | help |
Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 51 | String used to define skiboot lid filename |
| 52 | |
| 53 | config BR2_TARGET_SKIBOOT_XZ |
| 54 | boolean "Compress the skiboot image with XZ" |
Jeremy Kerr | 1a70aff | 2016-07-22 14:03:30 +0800 | [diff] [blame] | 55 | select BR2_OPENPOWER_PNOR_XZ_ENABLED |
Elizabeth Liner | 5a8e6fa | 2016-07-14 15:46:49 -0500 | [diff] [blame] | 56 | default y |
Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 57 | |
| 58 | config BR2_SKIBOOT_LID_XZ_NAME |
| 59 | string "Name of compressed skiboot lid" |
| 60 | default "skiboot.lid" if !BR2_TARGET_SKIBOOT_XZ |
| 61 | default "skiboot.lid.xz" if BR2_TARGET_SKIBOOT_XZ |
| 62 | help |
| 63 | String used to define compressed skiboot lid filename |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 64 | |
| 65 | config BR2_HOSTBOOT_BINARY_SBE_FILENAME |
| 66 | string "Name of sbe hostboot binary" |
| 67 | help |
| 68 | String used to define name of sbe hostboot binary file |
| 69 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 70 | config BR2_HOSTBOOT_BINARY_SBEC_FILENAME |
| 71 | string "Name of sbec hostboot binary" |
| 72 | help |
| 73 | String used to define name of sbec hostboot binary file |
| 74 | |
Matt Ploetz | af3f64e | 2015-05-14 14:49:55 -0500 | [diff] [blame] | 75 | config BR2_HOSTBOOT_BINARY_WINK_FILENAME |
| 76 | string "Name of winkle hostboot binary" |
| 77 | help |
| 78 | String used to define name of winkle hostboot binary file |
| 79 | |
Matt Ploetz | 02aa69d | 2016-09-12 18:17:15 -0500 | [diff] [blame] | 80 | config BR2_IMA_CATALOG_FILENAME |
| 81 | string "Name of IMA catalog binary" |
| 82 | help |
| 83 | String used to define name of IMA catalog binary file |
| 84 | |
| 85 | config BR2_IMA_CATALOG_ECC_FILENAME |
| 86 | string "Name of IMA catalog binary" |
| 87 | help |
| 88 | String used to define name of IMA catalog binary file, ecc protected |
| 89 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 90 | config BR2_OPENPOWER_TARGETING_BIN_FILENAME |
| 91 | string "Name of openpower binary targeting file" |
| 92 | help |
| 93 | String used to define name of openpower targeting binary file |
Brian Silver | 015b591 | 2014-08-07 15:50:15 -0500 | [diff] [blame] | 94 | |
| 95 | config BR2_OPENPOWER_TARGETING_ECC_FILENAME |
| 96 | string "Name of openpower binary targeting file" |
| 97 | help |
| 98 | String used to define name of openpower targeting binary file, ecc protected |
Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 99 | |
| 100 | config BR2_OPENPOWER_PNOR_XZ_ENABLED |
Jeremy Kerr | 4c5e6e2 | 2016-07-22 13:59:47 +0800 | [diff] [blame] | 101 | bool "Enable xz compression in PNOR payloads" |
Jeremy Kerr | 1a70aff | 2016-07-22 14:03:30 +0800 | [diff] [blame] | 102 | default n |