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 |
Stewart Smith | cd986e4 | 2017-05-15 12:14:59 +1000 | [diff] [blame] | 11 | select BR2_PACKAGE_MACHINE_XML |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 12 | help |
| 13 | Utilites for building a targeting binary image |
| 14 | |
| 15 | config BR2_OPENPOWER_PNOR_XML_LAYOUT_FILENAME |
| 16 | string "Name of Openpower pnor xml layout file" |
| 17 | help |
| 18 | String used to define hw specific make config file |
| 19 | |
| 20 | config BR2_OPENPOWER_CONFIG_NAME |
| 21 | string "Name of configuration" |
| 22 | help |
| 23 | String used to define configuration name |
| 24 | |
| 25 | config BR2_OPENPOWER_PNOR_FILENAME |
| 26 | string "Name of pnor file to be created" |
| 27 | help |
| 28 | String used to define pnor filename to be created |
| 29 | |
Brian Horton | 06c2a88 | 2015-04-09 13:32:55 -0500 | [diff] [blame] | 30 | config BR2_OPENPOWER_PNOR_UPDATE_FILENAME |
| 31 | string "Name of pnor file to be created for updates, if needed" |
| 32 | help |
| 33 | String used to define pnor filename to be created for updates, if needed |
| 34 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 35 | config BR2_SKIBOOT_LID_NAME |
| 36 | string "Name of skiboot lid name to be used" |
| 37 | default "skiboot.lid" |
| 38 | help |
Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 39 | String used to define skiboot lid filename |
| 40 | |
| 41 | config BR2_TARGET_SKIBOOT_XZ |
| 42 | boolean "Compress the skiboot image with XZ" |
Jeremy Kerr | 1a70aff | 2016-07-22 14:03:30 +0800 | [diff] [blame] | 43 | select BR2_OPENPOWER_PNOR_XZ_ENABLED |
Elizabeth Liner | 5a8e6fa | 2016-07-14 15:46:49 -0500 | [diff] [blame] | 44 | default y |
Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 45 | |
| 46 | config BR2_SKIBOOT_LID_XZ_NAME |
| 47 | string "Name of compressed skiboot lid" |
| 48 | default "skiboot.lid" if !BR2_TARGET_SKIBOOT_XZ |
| 49 | default "skiboot.lid.xz" if BR2_TARGET_SKIBOOT_XZ |
| 50 | help |
| 51 | String used to define compressed skiboot lid filename |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 52 | |
| 53 | config BR2_HOSTBOOT_BINARY_SBE_FILENAME |
| 54 | string "Name of sbe hostboot binary" |
| 55 | help |
| 56 | String used to define name of sbe hostboot binary file |
| 57 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 58 | config BR2_HOSTBOOT_BINARY_SBEC_FILENAME |
| 59 | string "Name of sbec hostboot binary" |
| 60 | help |
| 61 | String used to define name of sbec hostboot binary file |
| 62 | |
Matt Ploetz | af3f64e | 2015-05-14 14:49:55 -0500 | [diff] [blame] | 63 | config BR2_HOSTBOOT_BINARY_WINK_FILENAME |
| 64 | string "Name of winkle hostboot binary" |
| 65 | help |
| 66 | String used to define name of winkle hostboot binary file |
| 67 | |
Elizabeth Liner | d1a29c1 | 2017-05-15 18:03:21 -0500 | [diff] [blame] | 68 | config BR2_WOFDATA_FILENAME |
| 69 | string "Name of wofdata original file" |
Elizabeth Liner | eaf813a | 2017-06-10 17:42:28 -0500 | [diff] [blame] | 70 | default "wof_output" |
Elizabeth Liner | d1a29c1 | 2017-05-15 18:03:21 -0500 | [diff] [blame] | 71 | help |
| 72 | String used to define name of wofdata original file |
| 73 | |
| 74 | config BR2_WOFDATA_BINARY_FILENAME |
| 75 | string "Name of wofdata binary file" |
Elizabeth Liner | eaf813a | 2017-06-10 17:42:28 -0500 | [diff] [blame] | 76 | default "wofdata.bin.ecc" |
Elizabeth Liner | d1a29c1 | 2017-05-15 18:03:21 -0500 | [diff] [blame] | 77 | help |
| 78 | String used to define name of wofdata binary ecc'd file |
| 79 | |
Elizabeth Liner | fa06931 | 2017-08-07 23:33:01 -0500 | [diff] [blame^] | 80 | config BR2_MEMDDATA_FILENAME |
| 81 | string "Name of memd original file" |
| 82 | default "memd_extra" |
| 83 | help |
| 84 | String used to define name of memd original file |
| 85 | |
| 86 | config BR2_MEMDDATA_BINARY_FILENAME |
| 87 | string "Name of memd binary file" |
| 88 | default "memd_extra_data.bin.ecc" |
| 89 | help |
| 90 | String used to define the name of the memd binary ecc'd file |
| 91 | |
Matt Ploetz | 02aa69d | 2016-09-12 18:17:15 -0500 | [diff] [blame] | 92 | config BR2_IMA_CATALOG_FILENAME |
| 93 | string "Name of IMA catalog binary" |
| 94 | help |
| 95 | String used to define name of IMA catalog binary file |
| 96 | |
| 97 | config BR2_IMA_CATALOG_ECC_FILENAME |
| 98 | string "Name of IMA catalog binary" |
| 99 | help |
| 100 | String used to define name of IMA catalog binary file, ecc protected |
| 101 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 102 | config BR2_OPENPOWER_TARGETING_BIN_FILENAME |
| 103 | string "Name of openpower binary targeting file" |
| 104 | help |
| 105 | String used to define name of openpower targeting binary file |
Brian Silver | 015b591 | 2014-08-07 15:50:15 -0500 | [diff] [blame] | 106 | |
| 107 | config BR2_OPENPOWER_TARGETING_ECC_FILENAME |
| 108 | string "Name of openpower binary targeting file" |
| 109 | help |
| 110 | String used to define name of openpower targeting binary file, ecc protected |
Elizabeth Liner | fbd6c45 | 2016-03-31 10:38:17 -0500 | [diff] [blame] | 111 | |
| 112 | config BR2_OPENPOWER_PNOR_XZ_ENABLED |
Jeremy Kerr | 4c5e6e2 | 2016-07-22 13:59:47 +0800 | [diff] [blame] | 113 | bool "Enable xz compression in PNOR payloads" |
Jeremy Kerr | 1a70aff | 2016-07-22 14:03:30 +0800 | [diff] [blame] | 114 | default n |