| 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) | 
| Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 4 | select BR2_PACKAGE_HOSTBOOT_P10 if (! (BR2_OPENPOWER_POWER8 || BR2_OPENPOWER_POWER9) ) | 
|  | 5 | select BR2_PACKAGE_HOSTBOOT if BR2_OPENPOWER_POWER9 | 
| Stewart Smith | 03671c0 | 2017-02-17 14:57:57 +1100 | [diff] [blame] | 6 | select BR2_PACKAGE_HOSTBOOT_P8 if BR2_OPENPOWER_POWER8 | 
| Jeremy Kerr | 5e1f7b4 | 2016-07-22 13:09:38 +0800 | [diff] [blame] | 7 | select BR2_PACKAGE_HOSTBOOT_BINARIES | 
|  | 8 | select BR2_PACKAGE_SKIBOOT | 
|  | 9 | select BR2_PACKAGE_OPENPOWER_FFS | 
| Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 10 | select BR2_PACKAGE_OCC_P10 if (! (BR2_OPENPOWER_POWER8 || BR2_OPENPOWER_POWER9 ) ) | 
| Nicholas E Bofferding | 9fc8fe3 | 2020-01-10 10:49:15 -0600 | [diff] [blame] | 11 | select BR2_PACKAGE_OCC if BR2_OPENPOWER_POWER9 | 
| Stewart Smith | 03671c0 | 2017-02-17 14:57:57 +1100 | [diff] [blame] | 12 | select BR2_PACKAGE_OCC_P8 if BR2_OPENPOWER_POWER8 | 
| Jeremy Kerr | 5e1f7b4 | 2016-07-22 13:09:38 +0800 | [diff] [blame] | 13 | select BR2_PACKAGE_CAPP_UCODE | 
| William A. Kennington III | c3ab3ce | 2017-03-17 12:58:05 -0700 | [diff] [blame] | 14 | select BR2_PACKAGE_IMA_CATALOG | 
| Charles P. Hofer | 0ca27df | 2017-08-10 14:20:00 -0500 | [diff] [blame] | 15 | select BR2_PACKAGE_HOST_OPENPOWER_VPNOR | 
| Richard J. Knight | 3f0e29c | 2017-10-13 10:39:01 -0500 | [diff] [blame] | 16 | select BR2_PACKAGE_MACHINE_XML | 
| Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 17 | select BR2_PACKAGE_HCODE_P10 if (BR2_OPENPOWER_POWER10) | 
|  | 18 | select BR2_PACKAGE_HCODE if (BR2_OPENPOWER_POWER9) | 
| Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 19 | help | 
|  | 20 | Utilites for building a targeting binary image | 
|  | 21 |  | 
| Stewart Smith | bc37e5d | 2018-04-26 17:37:59 +1000 | [diff] [blame] | 22 | menu "OpenPOWER PNOR assembly options" | 
|  | 23 |  | 
| Nick Bofferding | 54deceb | 2017-06-28 23:07:35 -0500 | [diff] [blame] | 24 | choice | 
|  | 25 | prompt "Secure Boot key transition type" | 
|  | 26 | default BR2_OPENPOWER_SECUREBOOT_NO_KEY_TRANSITION | 
|  | 27 |  | 
|  | 28 | config BR2_OPENPOWER_SECUREBOOT_NO_KEY_TRANSITION | 
|  | 29 | bool "None" | 
|  | 30 | help | 
|  | 31 | Builds a driver that does not transition Secure Boot keys | 
|  | 32 |  | 
|  | 33 | config BR2_OPENPOWER_SECUREBOOT_KEY_TRANSITION_TO_DEV | 
|  | 34 | bool "Transition existing keys to development keys" | 
|  | 35 | help | 
|  | 36 | Builds a driver that transitions Secure Boot keys to development keys and | 
|  | 37 | powers off the system.  Only usable when system security has been | 
|  | 38 | disabled. | 
|  | 39 |  | 
|  | 40 | config BR2_OPENPOWER_SECUREBOOT_KEY_TRANSITION_TO_PROD | 
|  | 41 | bool "Transition development keys to production keys" | 
|  | 42 | help | 
|  | 43 | Builds a driver that transitions Secure Boot development keys to | 
|  | 44 | vendor supplied production keys and powers off the system. | 
|  | 45 |  | 
|  | 46 | endchoice | 
|  | 47 |  | 
|  | 48 | config BR2_OPENPOWER_SECUREBOOT_SIGN_MODE | 
|  | 49 | string "Secureboot signing mode" | 
| Nick Bofferding | 212d97b | 2017-09-28 15:50:40 -0500 | [diff] [blame] | 50 | default "development" | 
| Nick Bofferding | 54deceb | 2017-06-28 23:07:35 -0500 | [diff] [blame] | 51 | help | 
|  | 52 | Available options [development | production] | 
|  | 53 | Indicates the signing mode when generating the PNOR image.  Only | 
|  | 54 | applicable when hostboot is compiled with SECUREBOOT compile flag. | 
|  | 55 | Default mode is development. | 
|  | 56 |  | 
| Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 57 | config BR2_OPENPOWER_PNOR_XML_LAYOUT_FILENAME | 
|  | 58 | string "Name of Openpower pnor xml layout file" | 
|  | 59 | help | 
|  | 60 | String used to define hw specific make config file | 
|  | 61 |  | 
|  | 62 | config BR2_OPENPOWER_CONFIG_NAME | 
|  | 63 | string "Name of configuration" | 
|  | 64 | help | 
|  | 65 | String used to define configuration name | 
|  | 66 |  | 
|  | 67 | config BR2_OPENPOWER_PNOR_FILENAME | 
|  | 68 | string "Name of pnor file to be created" | 
|  | 69 | help | 
|  | 70 | String used to define pnor filename to be created | 
|  | 71 |  | 
| Brian Horton | 06c2a88 | 2015-04-09 13:32:55 -0500 | [diff] [blame] | 72 | config BR2_OPENPOWER_PNOR_UPDATE_FILENAME | 
|  | 73 | string "Name of pnor file to be created for updates, if needed" | 
|  | 74 | help | 
|  | 75 | String used to define pnor filename to be created for updates, if needed | 
|  | 76 |  | 
| Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 77 | config BR2_SKIBOOT_LID_NAME | 
|  | 78 | string "Name of skiboot lid name to be used" | 
|  | 79 | default "skiboot.lid" | 
|  | 80 | help | 
| Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 81 | String used to define skiboot lid filename | 
|  | 82 |  | 
|  | 83 | config BR2_TARGET_SKIBOOT_XZ | 
| Joel Stanley | 0980b48 | 2018-12-03 10:40:28 +1030 | [diff] [blame] | 84 | bool "Compress the skiboot image with XZ" | 
| Jeremy Kerr | 1a70aff | 2016-07-22 14:03:30 +0800 | [diff] [blame] | 85 | select BR2_OPENPOWER_PNOR_XZ_ENABLED | 
| Elizabeth Liner | 5a8e6fa | 2016-07-14 15:46:49 -0500 | [diff] [blame] | 86 | default y | 
| Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 87 |  | 
|  | 88 | config BR2_SKIBOOT_LID_XZ_NAME | 
|  | 89 | string "Name of compressed skiboot lid" | 
|  | 90 | default "skiboot.lid" if !BR2_TARGET_SKIBOOT_XZ | 
|  | 91 | default "skiboot.lid.xz" if BR2_TARGET_SKIBOOT_XZ | 
|  | 92 | help | 
|  | 93 | String used to define compressed skiboot lid filename | 
| Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 94 |  | 
|  | 95 | config BR2_HOSTBOOT_BINARY_SBE_FILENAME | 
|  | 96 | string "Name of sbe hostboot binary" | 
|  | 97 | help | 
|  | 98 | String used to define name of sbe hostboot binary file | 
|  | 99 |  | 
| Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 100 | config BR2_HOSTBOOT_BINARY_SBEC_FILENAME | 
|  | 101 | string "Name of sbec hostboot binary" | 
|  | 102 | help | 
|  | 103 | String used to define name of sbec hostboot binary file | 
|  | 104 |  | 
| Richard J. Knight | 3f0e29c | 2017-10-13 10:39:01 -0500 | [diff] [blame] | 105 | config BR2_HOSTBOOT_BINARY_IONV_FILENAME | 
|  | 106 | string "Name of IONV binary" | 
|  | 107 | default "ionv.bin" | 
|  | 108 | help | 
|  | 109 | String used to define name of ionv binary file | 
|  | 110 |  | 
| Matt Ploetz | af3f64e | 2015-05-14 14:49:55 -0500 | [diff] [blame] | 111 | config BR2_HOSTBOOT_BINARY_WINK_FILENAME | 
|  | 112 | string "Name of winkle hostboot binary" | 
|  | 113 | help | 
|  | 114 | String used to define name of winkle hostboot binary file | 
|  | 115 |  | 
| Elizabeth Liner | d1a29c1 | 2017-05-15 18:03:21 -0500 | [diff] [blame] | 116 | config BR2_WOFDATA_FILENAME | 
|  | 117 | string "Name of wofdata original file" | 
| Elizabeth Liner | eaf813a | 2017-06-10 17:42:28 -0500 | [diff] [blame] | 118 | default "wof_output" | 
| Elizabeth Liner | d1a29c1 | 2017-05-15 18:03:21 -0500 | [diff] [blame] | 119 | help | 
|  | 120 | String used to define name of wofdata original file | 
|  | 121 |  | 
|  | 122 | config BR2_WOFDATA_BINARY_FILENAME | 
|  | 123 | string "Name of wofdata binary file" | 
| Elizabeth Liner | eaf813a | 2017-06-10 17:42:28 -0500 | [diff] [blame] | 124 | default "wofdata.bin.ecc" | 
| Elizabeth Liner | d1a29c1 | 2017-05-15 18:03:21 -0500 | [diff] [blame] | 125 | help | 
|  | 126 | String used to define name of wofdata binary ecc'd file | 
|  | 127 |  | 
| Elizabeth Liner | fa06931 | 2017-08-07 23:33:01 -0500 | [diff] [blame] | 128 | config BR2_MEMDDATA_FILENAME | 
|  | 129 | string "Name of memd original file" | 
| Elizabeth Liner | 02c8819 | 2017-08-10 23:50:34 -0500 | [diff] [blame] | 130 | default "memd_output.dat" | 
| Elizabeth Liner | fa06931 | 2017-08-07 23:33:01 -0500 | [diff] [blame] | 131 | help | 
|  | 132 | String used to define name of memd original file | 
|  | 133 |  | 
|  | 134 | config BR2_MEMDDATA_BINARY_FILENAME | 
|  | 135 | string "Name of memd binary file" | 
|  | 136 | default "memd_extra_data.bin.ecc" | 
|  | 137 | help | 
|  | 138 | String used to define the name of the memd binary ecc'd file | 
|  | 139 |  | 
| Matt Ploetz | 02aa69d | 2016-09-12 18:17:15 -0500 | [diff] [blame] | 140 | config BR2_IMA_CATALOG_FILENAME | 
|  | 141 | string "Name of IMA catalog binary" | 
|  | 142 | help | 
|  | 143 | String used to define name of IMA catalog binary file | 
|  | 144 |  | 
|  | 145 | config BR2_IMA_CATALOG_ECC_FILENAME | 
|  | 146 | string "Name of IMA catalog binary" | 
|  | 147 | help | 
|  | 148 | String used to define name of IMA catalog binary file, ecc protected | 
|  | 149 |  | 
| Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 150 | config BR2_OPENPOWER_TARGETING_BIN_FILENAME | 
|  | 151 | string "Name of openpower binary targeting file" | 
|  | 152 | help | 
|  | 153 | String used to define name of openpower targeting binary file | 
| Brian Silver | 015b591 | 2014-08-07 15:50:15 -0500 | [diff] [blame] | 154 |  | 
|  | 155 | config BR2_OPENPOWER_TARGETING_ECC_FILENAME | 
|  | 156 | string "Name of openpower binary targeting file" | 
|  | 157 | help | 
|  | 158 | String used to define name of openpower targeting binary file, ecc protected | 
| Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 159 |  | 
| Bill Hoffa | a48d7fa | 2019-06-10 08:59:10 -0500 | [diff] [blame] | 160 | config BR2_OCMBFW_FILENAME | 
|  | 161 | string "Name of the OCMBFW Update original file" | 
| Bill Hoffa | 128bda4 | 2019-07-10 16:34:55 -0500 | [diff] [blame] | 162 | default "signed_app_fw.mem" | 
| Bill Hoffa | a48d7fa | 2019-06-10 08:59:10 -0500 | [diff] [blame] | 163 | help | 
|  | 164 | String used to define name of OCBMFW Update original file (before any processing occurs) | 
|  | 165 |  | 
|  | 166 | config BR2_OCMBFW_PROCESSED_FILENAME | 
|  | 167 | string "Name of OCMBFW Update binary processed file" | 
|  | 168 | default "ocmbfw.bin.ecc" | 
|  | 169 | help | 
|  | 170 | String used to define the name of the OCMBFW update binary file after processing, ecc protected | 
|  | 171 |  | 
| Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 172 | config BR2_OPENPOWER_PNOR_XZ_ENABLED | 
| Jeremy Kerr | 4c5e6e2 | 2016-07-22 13:59:47 +0800 | [diff] [blame] | 173 | bool "Enable xz compression in PNOR payloads" | 
| Jeremy Kerr | 1a70aff | 2016-07-22 14:03:30 +0800 | [diff] [blame] | 174 | default n | 
| Charles P. Hofer | 0ca27df | 2017-08-10 14:20:00 -0500 | [diff] [blame] | 175 |  | 
|  | 176 | config BR2_BUILD_PNOR_SQUASHFS | 
|  | 177 | bool "Create a virtual PNOR image along with the standard image" | 
| Joel Stanley | b9859a0 | 2018-08-21 10:51:16 +0930 | [diff] [blame] | 178 | default n | 
| Stewart Smith | bc37e5d | 2018-04-26 17:37:59 +1000 | [diff] [blame] | 179 |  | 
| Dan Crowell | 68a0343 | 2020-03-23 16:52:38 -0500 | [diff] [blame] | 180 | config BR2_OPENPOWER_MAKE_LIDS | 
|  | 181 | bool "Create a package of content and signature binaries to be used for lid creation" | 
|  | 182 | default n | 
|  | 183 |  | 
| Stewart Smith | bc37e5d | 2018-04-26 17:37:59 +1000 | [diff] [blame] | 184 | endmenu |