blob: 14d6decccacb23bcb66386cc0492130808fabd1f [file] [log] [blame]
Brad Bishop919e4082020-10-27 18:55:19 -04001option('tests', type: 'feature', description: 'Build tests.')
2option('p9', type: 'feature', description: 'Enable support for POWER9')
3option('openfsi', type: 'feature', description: 'Enable support for OpenFSI')
4option('phal', type: 'feature', description: 'Enable support for PHAL')
Jayanth Othayoth38405472021-07-26 06:16:44 -05005
Patrick Williams81cf0652025-02-01 08:36:55 -05006option(
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 Othayoth38405472021-07-26 06:16:44 -050011)
Patrick Williams81cf0652025-02-01 08:36:55 -050012option(
13 'DEVTREE_EXP_FILE',
14 type: 'string',
15 value: '/var/lib/phal/exportdevtree',
16 description: 'Path to the devtree export copy file',
Jayanth Othayoth38405472021-07-26 06:16:44 -050017)
Patrick Williams81cf0652025-02-01 08:36:55 -050018option(
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 Othayoth94fc70c2021-11-25 08:18:03 -060023)
Patrick Williams81cf0652025-02-01 08:36:55 -050024option(
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 Othayoth94fc70c2021-11-25 08:18:03 -060029)
Patrick Williams81cf0652025-02-01 08:36:55 -050030option(
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 Othayoth94fc70c2021-11-25 08:18:03 -060035)
Patrick Williams81cf0652025-02-01 08:36:55 -050036option(
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 Othayoth94fc70c2021-11-25 08:18:03 -060041)
42
Patrick Williams81cf0652025-02-01 08:36:55 -050043option(
44 'op_dump_obj_path',
45 type: 'string',
46 value: '/org/openpower/dump',
47 description: 'Object path requesting OpenPOWER dumps',
48)
Dhruvaraj Subhashchandran5235dba2024-06-01 11:01:49 -050049