Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 1 | config BR2_PACKAGE_OPENPOWER_TARGETING |
| 2 | bool "openpower_targeting" |
| 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_TARGETING_BIN_FILENAME |
| 8 | string "openpower targeting binary file name" |
| 9 | default "" |
| 10 | help |
| 11 | Defines targeting binary file name created |
| 12 | |
Brian Silver | c526153 | 2014-07-14 11:06:41 -0500 | [diff] [blame] | 13 | config BR2_OPENPOWER_TARGETING_ECC_FILENAME |
| 14 | string "openpower targeting binary file name - ecc injected" |
| 15 | default "" |
| 16 | help |
| 17 | Defines targeting binary ecc file name created |
| 18 | |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 19 | config BR2_OPENPOWER_TARGETING_SYSTEM_XML_FILENAME |
| 20 | string "openpower targeting system xml filename" |
| 21 | default "" |
| 22 | help |
| 23 | Defines the name of the system XML filename to be used when creating targeting binary image |
| 24 | |
| 25 | config BR2_OPENPOWER_TARGETING_MRW_XML_FILENAME |
| 26 | string "openpower targeting mrw xml filename" |
| 27 | default "" |
| 28 | help |
| 29 | Defines the name of the mrw XML filename to be used when creating targeting binary image |