Brad Bishop | 919e408 | 2020-10-27 18:55:19 -0400 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests.') |
| 2 | option('p9', type: 'feature', description: 'Enable support for POWER9') |
| 3 | option('openfsi', type: 'feature', description: 'Enable support for OpenFSI') |
| 4 | option('phal', type: 'feature', description: 'Enable support for PHAL') |
Jayanth Othayoth | 3840547 | 2021-07-26 06:16:44 -0500 | [diff] [blame] | 5 | |
| 6 | option('DEVTREE_EXPORT_FILTER_FILE', type : 'string', |
| 7 | value : '/usr/share/pdata/preserved_attrs_list', |
| 8 | description : 'Path to the phal devtree export filter file' |
| 9 | ) |
| 10 | option('DEVTREE_EXP_FILE', type : 'string', |
| 11 | value : '/var/lib/phal/exportdevtree', |
| 12 | description : 'Path to the devtree export copy file' |
| 13 | ) |
Jayanth Othayoth | 94fc70c | 2021-11-25 08:18:03 -0600 | [diff] [blame] | 14 | option('CEC_DEVTREE_RW_PATH', type : 'string', |
Marri Devender Rao | 90166c1 | 2022-01-07 02:22:53 -0600 | [diff] [blame] | 15 | value : '/media/hostfw/running/DEVTREE', |
Jayanth Othayoth | 94fc70c | 2021-11-25 08:18:03 -0600 | [diff] [blame] | 16 | description : 'Path to the devtree file r/w version' |
| 17 | ) |
Marri Devender Rao | 90166c1 | 2022-01-07 02:22:53 -0600 | [diff] [blame] | 18 | option('CEC_DEVTREE_RO_BASE_PATH', type : 'string', |
| 19 | value : '/media/hostfw/running-ro/', |
| 20 | description : 'Base path to the devtree file read only version' |
Jayanth Othayoth | 94fc70c | 2021-11-25 08:18:03 -0600 | [diff] [blame] | 21 | ) |
| 22 | option('CEC_INFODB_PATH', type : 'string', |
| 23 | value : '/usr/share/pdata/attributes_info.db', |
| 24 | description : 'Path to the devtree attributes based database path' |
| 25 | ) |
| 26 | option('DEVTREE_REINIT_ATTRS_LIST', type : 'string', |
| 27 | value : '/usr/share/pdata/reinit_devtree_attrs_list', |
| 28 | description : 'Path to the phal devtree reinit attribute list file' |
| 29 | ) |
| 30 | |
Dhruvaraj Subhashchandran | 5235dba | 2024-06-01 11:01:49 -0500 | [diff] [blame] | 31 | option('op_dump_obj_path', type: 'string', |
| 32 | value: '/org/openpower/dump', |
| 33 | description : 'Object path requesting OpenPOWER dumps') |
| 34 | |