Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 1695) sorted by relevance

12345678910>>...68

/openbmc/qemu/
H A Dmeson_options.txt1 # These options do not correspond to a --enable/--disable-* option
5 option('qemu_suffix', type : 'string', value: 'qemu',
7 option('docdir', type : 'string', value : 'share/doc',
9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'],
11 option('pkgversion', type : 'string', value : '',
13 option('smbd', type : 'string', value : '',
15 option('iasl', type : 'string', value : '',
17 option('tls_priority', type : 'string', value : 'NORMAL',
19 option('default_devices', type : 'boolean', value : true,
21 option('audio_drv_list', type: 'array', value: ['default'],
[all …]
/openbmc/u-boot/include/linux/
H A Dkconfig.h30 #define IS_ENABLED(option) \ argument
31 (config_enabled(option) || config_enabled(option##_MODULE))
38 #define IS_BUILTIN(option) config_enabled(option) argument
44 #define IS_MODULE(option) config_enabled(option##_MODULE) argument
79 #define CONFIG_VAL(option) config_val(option) argument
87 #define CONFIG_IS_ENABLED(option) \ argument
88 (config_enabled(CONFIG_VAL(option)) || \
89 config_enabled(CONFIG_VAL(option##_MODULE)))
97 #define CONFIG_IS_BUILTIN(option) config_enabled(CONFIG_VAL(option)) argument
105 #define CONFIG_IS_MODULE(option) config_enabled(CONFIG_VAL(option##_MODULE)) argument
/openbmc/dbus-sensors/
H A Dmeson.options1 option(
7 option(
13 option(
19 option(
25 option(
31 option(
37 option(
43 option(
49 option(
55 option(
[all …]
/openbmc/phosphor-dbus-interfaces/
H A Dmeson.options1 option('generate_md', type: 'boolean', value: true)
2 option('libphosphor_dbus', type: 'boolean', value: true)
3 option('data_com_ampere', type: 'boolean', value: true)
4 option('data_com_google', type: 'boolean', value: true)
5 option('data_com_ibm', type: 'boolean', value: true)
6 option('data_com_intel', type: 'boolean', value: true)
7 option('data_com_meta', type: 'boolean', value: true)
8 option('data_com_qualcomm', type: 'boolean', value: true)
9 option('data_org_freedesktop', type: 'boolean', value: true)
10 option('data_org_open_power', type: 'boolean', value: true)
[all …]
/openbmc/libmctp/
H A Dmeson.options1 option(
8 option(
14 option(
20 option(
25 option(
31 option(
36 option(
42 option('stdio', type: 'feature', description: 'Support logging to stdio')
43 option('syslog', type: 'feature', description: 'Support logging to syslog')
44 option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
[all …]
/openbmc/phosphor-bmc-code-mgmt/
H A Dmeson.options6 option(
15 option(
22 option(
29 option('tests', type: 'feature', description: 'Build tests')
31 option(
38 option(
45 option(
52 option(
59 option(
66 option(
[all …]
/openbmc/phosphor-debug-collector/
H A Dmeson.options3 option('tests', type: 'feature', description: 'Build tests')
5 option(
11 option(
18 option(
25 option(
32 option(
39 option(
46 option(
53 option(
60 option(
[all …]
/openbmc/phosphor-power/
H A Dmeson.options1 option(
7 option(
13 option(
19 option('tests', type: 'feature', description: 'Build tests.')
20 option(
28 option(
35 option(
42 option(
49 option(
55 option(
[all …]
/openbmc/phosphor-fan-presence/
H A Dmeson.options2 option('tests', type: 'feature', value: 'enabled', description: 'Build tests.')
4 option(
11 option(
20 option(
27 option(
37 option(
44 option(
50 option(
56 option(
62 option(
[all …]
/openbmc/telemetry/
H A Dmeson.options1 option('buildtest', type: 'boolean', value: true, description: 'Build tests')
2 option(
9 option(
16 option(
23 option(
30 option(
37 option(
44 option(
51 option(
58 option('service-wants', type: 'array', value: [])
[all …]
/openbmc/openbmc-test-automation/bin/
H A Dgenerate_testsuite_info.py59 def __init__(self, option): argument
60 self.option = option
66 if self.option == "name":
68 elif self.option == "tags":
70 elif self.option == "doc":
72 elif self.option == "all":
116 valid_value(option, valid_values=valid_options)
121 def parse_test_suites(source_path, option): argument
144 parse_test_file(test_suite_obj, option)
147 def parse_test_file(test_suite_obj, option): argument
[all …]
/openbmc/phosphor-host-ipmid/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
2 option(
5 description: 'Add option to enable/disable safe mode in boot flags',
7 option(
10 description: 'Add option to enable/disable i2c master write read command white list checking',
14 option('softoff', type: 'feature', description: 'Builds soft power off')
15 option(
21 option(
27 option(
33 option(
[all …]
/openbmc/phosphor-logging/
H A Dmeson.options1 option('libonly', type: 'boolean', description: 'Build library only')
2 option('tests', type: 'feature', description: 'Build tests')
3 option(
10 option('yamldir', type: 'string', description: 'Path to YAML')
11 option(
18 option(
24 option(
31 option(
38 option(
45 option(
[all …]
/openbmc/phosphor-state-manager/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
3 option(
10 option(
17 option(
24 option(
31 option(
38 option(
45 option(
52 option(
59 option(
[all …]
/openbmc/qemu/docs/tools/
H A Dqemu-nbd.rst32 driver options if :option:`--image-opts` is specified.
36 .. option:: --object type,id=ID,...
45 .. option:: -p, --port=PORT
50 .. option:: -o, --offset=OFFSET
54 .. option:: -b, --bind=IFACE
59 .. option:: -k, --socket=PATH
63 .. option:: --image-opts
67 not be used, instead the :option:`format=` option should be set.
69 .. option:: -f, --format=FMT
74 .. option:: -r, --read-only
[all …]
/openbmc/phosphor-ipmi-flash/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
4 option(
9 option(
14 option('host-tool', type: 'feature', description: 'Build the host tool')
17 option(
23 option(
29 option(
36 option(
43 option(
49 option(
[all …]
/openbmc/bmcweb/
H A Dmeson.options2 option(
11 option(
19 option(
29 # if you use this option and are seeing this comment, please comment here:
35 #option(
43 option(
54 option(
63 option(
72 option(
81 option(
[all …]
/openbmc/smbios-mdr/
H A Dmeson.options1 option('tests', type: 'feature', value: 'disabled', description: 'Build tests')
3 option(
10 option(
17 option(
24 option(
31 option(
38 option(
45 option(
52 option(
59 option(
[all …]
/openbmc/openbmc-test-automation/ffdc/
H A Dcollect_ffdc.py26 @click.option("-r", "--remote", help="Hostname/IP of the remote host")
27 @click.option("-u", "--username", help="Username of the remote host.")
28 @click.option("-p", "--password", help="Password of the remote host.")
29 @click.option(
32 @click.option(
35 @click.option(
38 @click.option(
45 @click.option(
52 @click.option(
60 @click.option(
[all …]
/openbmc/openpower-vpd-parser/
H A Dmeson.options1 option(
7 option(
13 option(
19 option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
20 option(
26 option(
32 option(
38 option(
44 option(
50 option(
[all …]
/openbmc/u-boot/arch/arm/
H A Dconfig.mk20 PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \
21 $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
24 LLVM_RELFLAGS := $(call cc-option,-mllvm,) \
25 $(call cc-option,-mno-movt,)
38 AFLAGS_IMPLICIT_IT := $(call as-option,-Wa$(comma)-mimplicit-it=always)
40 $(call cc-option, -mthumb -mthumb-interwork,\
41 $(call cc-option,-marm,)\
42 $(call cc-option,-mno-thumb-interwork,)\
45 PF_CPPFLAGS_ARM := $(call cc-option,-marm,) \
46 $(call cc-option,-mno-thumb-interwork,)
[all …]
/openbmc/openpower-proc-control/
H A Dmeson.options1 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')
6 option(
12 option(
18 option(
24 option(
30 option(
36 option(
[all …]
/openbmc/bios-bmc-smm-error-logger/
H A Dmeson.options1 option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
4 option(
12 option(
19 option(
27 option(
33 option(
39 option(
46 option(
52 option(
58 option(
[all …]
/openbmc/entity-manager/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests.')
2 option(
7 option(
14 option(
20 option(
27 option(
32 option(
38 option(
44 option(
50 option(
[all …]
/openbmc/openpower-pnor-code-mgmt/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests.')
2 option(
8 option(
14 option('vpnor', type: 'feature', description: 'Enable virtual PNOR support')
15 option('pldm', type: 'feature', description: 'Enable Host PLDM support')
16 option(
21 option('msl', type: 'string', description: 'Minimum Ship Level')

12345678910>>...68