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 | |
Patrick Williams | 81cf065 | 2025-02-01 08:36:55 -0500 | [diff] [blame] | 6 | option( |
| 7 | 'DEVTREE_EXPORT_FILTER_FILE', |
| 8 | type: 'string', |
| 9 | value: '/usr/share/pdata/preserved_attrs_list', |
| 10 | description: 'Path to the phal devtree export filter file', |
Jayanth Othayoth | 3840547 | 2021-07-26 06:16:44 -0500 | [diff] [blame] | 11 | ) |
Patrick Williams | 81cf065 | 2025-02-01 08:36:55 -0500 | [diff] [blame] | 12 | option( |
| 13 | 'DEVTREE_EXP_FILE', |
| 14 | type: 'string', |
| 15 | value: '/var/lib/phal/exportdevtree', |
| 16 | description: 'Path to the devtree export copy file', |
Jayanth Othayoth | 3840547 | 2021-07-26 06:16:44 -0500 | [diff] [blame] | 17 | ) |
Patrick Williams | 81cf065 | 2025-02-01 08:36:55 -0500 | [diff] [blame] | 18 | option( |
| 19 | 'CEC_DEVTREE_RW_PATH', |
| 20 | type: 'string', |
| 21 | value: '/media/hostfw/running/DEVTREE', |
| 22 | description: 'Path to the devtree file r/w version', |
Jayanth Othayoth | 94fc70c | 2021-11-25 08:18:03 -0600 | [diff] [blame] | 23 | ) |
Patrick Williams | 81cf065 | 2025-02-01 08:36:55 -0500 | [diff] [blame] | 24 | option( |
| 25 | 'CEC_DEVTREE_RO_BASE_PATH', |
| 26 | type: 'string', |
| 27 | value: '/media/hostfw/running-ro/', |
| 28 | description: 'Base path to the devtree file read only version', |
Jayanth Othayoth | 94fc70c | 2021-11-25 08:18:03 -0600 | [diff] [blame] | 29 | ) |
Patrick Williams | 81cf065 | 2025-02-01 08:36:55 -0500 | [diff] [blame] | 30 | option( |
| 31 | 'CEC_INFODB_PATH', |
| 32 | type: 'string', |
| 33 | value: '/usr/share/pdata/attributes_info.db', |
| 34 | description: 'Path to the devtree attributes based database path', |
Jayanth Othayoth | 94fc70c | 2021-11-25 08:18:03 -0600 | [diff] [blame] | 35 | ) |
Patrick Williams | 81cf065 | 2025-02-01 08:36:55 -0500 | [diff] [blame] | 36 | option( |
| 37 | 'DEVTREE_REINIT_ATTRS_LIST', |
| 38 | type: 'string', |
| 39 | value: '/usr/share/pdata/reinit_devtree_attrs_list', |
| 40 | description: 'Path to the phal devtree reinit attribute list file', |
Jayanth Othayoth | 94fc70c | 2021-11-25 08:18:03 -0600 | [diff] [blame] | 41 | ) |
| 42 | |
Patrick Williams | 81cf065 | 2025-02-01 08:36:55 -0500 | [diff] [blame] | 43 | option( |
| 44 | 'op_dump_obj_path', |
| 45 | type: 'string', |
| 46 | value: '/org/openpower/dump', |
| 47 | description: 'Object path requesting OpenPOWER dumps', |
| 48 | ) |
Dhruvaraj Subhashchandran | 5235dba | 2024-06-01 11:01:49 -0500 | [diff] [blame] | 49 | |