1b8c91066SGeorge Liuoption('tests', type: 'feature', description: 'Build tests.') 2b8c91066SGeorge Liuoption('p9', type: 'feature', description: 'Enable support for POWER9') 3b8c91066SGeorge Liuoption('openfsi', type: 'feature', description: 'Enable support for OpenFSI') 4b8c91066SGeorge Liuoption('phal', type: 'feature', description: 'Enable support for PHAL') 5b8c91066SGeorge Liu 6*81cf0652SPatrick Williamsoption( 7*81cf0652SPatrick Williams 'DEVTREE_EXPORT_FILTER_FILE', 8*81cf0652SPatrick Williams type: 'string', 9b8c91066SGeorge Liu value: '/usr/share/pdata/preserved_attrs_list', 10*81cf0652SPatrick Williams description: 'Path to the phal devtree export filter file', 11b8c91066SGeorge Liu) 12*81cf0652SPatrick Williamsoption( 13*81cf0652SPatrick Williams 'DEVTREE_EXP_FILE', 14*81cf0652SPatrick Williams type: 'string', 15b8c91066SGeorge Liu value: '/var/lib/phal/exportdevtree', 16*81cf0652SPatrick Williams description: 'Path to the devtree export copy file', 17b8c91066SGeorge Liu) 18*81cf0652SPatrick Williamsoption( 19*81cf0652SPatrick Williams 'CEC_DEVTREE_RW_PATH', 20*81cf0652SPatrick Williams type: 'string', 21b8c91066SGeorge Liu value: '/media/hostfw/running/DEVTREE', 22*81cf0652SPatrick Williams description: 'Path to the devtree file r/w version', 23b8c91066SGeorge Liu) 24*81cf0652SPatrick Williamsoption( 25*81cf0652SPatrick Williams 'CEC_DEVTREE_RO_BASE_PATH', 26*81cf0652SPatrick Williams type: 'string', 27b8c91066SGeorge Liu value: '/media/hostfw/running-ro/', 28*81cf0652SPatrick Williams description: 'Base path to the devtree file read only version', 29b8c91066SGeorge Liu) 30*81cf0652SPatrick Williamsoption( 31*81cf0652SPatrick Williams 'CEC_INFODB_PATH', 32*81cf0652SPatrick Williams type: 'string', 33b8c91066SGeorge Liu value: '/usr/share/pdata/attributes_info.db', 34*81cf0652SPatrick Williams description: 'Path to the devtree attributes based database path', 35b8c91066SGeorge Liu) 36*81cf0652SPatrick Williamsoption( 37*81cf0652SPatrick Williams 'DEVTREE_REINIT_ATTRS_LIST', 38*81cf0652SPatrick Williams type: 'string', 39b8c91066SGeorge Liu value: '/usr/share/pdata/reinit_devtree_attrs_list', 40*81cf0652SPatrick Williams description: 'Path to the phal devtree reinit attribute list file', 41b8c91066SGeorge Liu) 42b8c91066SGeorge Liu 43*81cf0652SPatrick Williamsoption( 44*81cf0652SPatrick Williams 'op_dump_obj_path', 45*81cf0652SPatrick Williams type: 'string', 465235dba5SDhruvaraj Subhashchandran value: '/org/openpower/dump', 47*81cf0652SPatrick Williams description: 'Object path requesting OpenPOWER dumps', 48*81cf0652SPatrick Williams) 495235dba5SDhruvaraj Subhashchandran 50