blob: e50144f665a3bdc7ed32aaaf09a8e1b85645a7b3 [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
6option('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)
10option('DEVTREE_EXP_FILE', type : 'string',
11 value : '/var/lib/phal/exportdevtree',
12 description : 'Path to the devtree export copy file'
13)
Jayanth Othayoth94fc70c2021-11-25 08:18:03 -060014option('CEC_DEVTREE_RW_PATH', type : 'string',
Marri Devender Rao90166c12022-01-07 02:22:53 -060015 value : '/media/hostfw/running/DEVTREE',
Jayanth Othayoth94fc70c2021-11-25 08:18:03 -060016 description : 'Path to the devtree file r/w version'
17)
Marri Devender Rao90166c12022-01-07 02:22:53 -060018option('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 Othayoth94fc70c2021-11-25 08:18:03 -060021)
22option('CEC_INFODB_PATH', type : 'string',
23 value : '/usr/share/pdata/attributes_info.db',
24 description : 'Path to the devtree attributes based database path'
25)
26option('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 Subhashchandran5235dba2024-06-01 11:01:49 -050031option('op_dump_obj_path', type: 'string',
32 value: '/org/openpower/dump',
33 description : 'Object path requesting OpenPOWER dumps')
34