/openbmc/qemu/ |
H A D | meson_options.txt | 44 option('docs', type : 'feature', value : 'auto', 48 option('gettext', type : 'feature', value : 'auto', 50 option('modules', type : 'feature', value : 'disabled', 56 option('sparse', type : 'feature', value : 'auto', 58 option('guest_agent', type : 'feature', value : 'auto', 60 option('guest_agent_msi', type : 'feature', value : 'auto', 62 option('tools', type : 'feature', value : 'auto', 64 option('qga_vss', type : 'feature', value: 'auto', 67 option('malloc_trim', type : 'feature', value : 'auto', 72 option('kvm', type: 'feature', value: 'auto', [all …]
|
/openbmc/qemu/target/sparc/ |
H A D | cpu-feature.h.inc | 1 FEATURE(FLOAT128) 2 FEATURE(MUL) 3 FEATURE(DIV) 4 FEATURE(VIS1) 5 FEATURE(VIS2) 6 FEATURE(FSMULD) 7 FEATURE(HYPV) 8 FEATURE(CMT) 9 FEATURE(GL) 10 FEATURE(TA0_SHUTDOWN) /* Shutdown on "ta 0x0" */ [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 036.out | 3 === Image with unknown incompatible feature bit === 9 … Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible feature: … 10 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature 12 === Image with multiple incompatible feature bits === 15 … Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible feature: … 16 …not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown incompatible fe… 17 …not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown incompatible fe… 18 …not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, Unknown incompatible fe… 19 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, test3 20 …uld not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test2, Unknown incompatible featu… [all …]
|
H A D | 036 | 4 # Test qcow2 feature bits 47 # Only qcow2v3 and later supports feature bits; 49 # this test requires a cluster size large enough for the feature table 54 echo === Image with unknown incompatible feature bit === 57 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 63 59 # Without feature table 65 # With feature table containing bit 63 66 printf "\x00\x3f%s" "Test feature" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857 70 echo === Image with multiple incompatible feature bits === 73 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 61 [all …]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | doc-good.out | 15 feature enum-member-feat 18 feature enum-feat 25 feature member-feat 26 feature variant1-feat 34 feature union-feat1 40 feature alt-feat 47 feature cmd-feat1 48 feature cmd-feat2 51 feature cmd-feat1 52 feature cmd-feat2 [all …]
|
H A D | qapi-schema-test.out | 329 feature deprecated 330 feature feature1 333 feature unstable 334 feature feature1 337 feature feature1 338 feature feature2 341 feature namespace-test 342 feature int 343 feature name 344 feature if [all …]
|
H A D | doc-good.txt | 51 * **enum-member-feat** -- a member feature 74 * **variant1-feat** -- a feature 76 * **member-feat** -- a member feature 90 * **union-feat1** -- a feature 102 * **alt-feat** -- a feature 119 * **cmd-feat1** -- a feature 121 * **cmd-feat2** -- another feature 165 * **cmd-feat1** -- a feature 167 * **cmd-feat2** -- another feature 181 * **feat3** -- a feature
|
/openbmc/dbus-sensors/ |
H A D | meson.options | 3 type: 'feature', 9 type: 'feature', 15 type: 'feature', 21 type: 'feature', 27 type: 'feature', 33 type: 'feature', 39 type: 'feature', 45 type: 'feature', 51 type: 'feature', 57 type: 'feature', [all …]
|
/openbmc/smbios-mdr/ |
H A D | meson.options | 1 option('tests', type: 'feature', value: 'disabled', description: 'Build tests') 5 type: 'feature', 12 type: 'feature', 19 type: 'feature', 26 type: 'feature', 33 type: 'feature', 40 type: 'feature', 47 type: 'feature', 54 type: 'feature', 61 type: 'feature', [all …]
|
/openbmc/bmcweb/ |
H A D | meson.options | 4 type: 'feature', 13 type: 'feature', 21 type: 'feature', 30 type: 'feature', 48 # type: 'feature', 56 type: 'feature', 67 type: 'feature', 76 type: 'feature', 85 type: 'feature', 94 type: 'feature', [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | packagegroup.py | 9 def is_optional(feature, d): argument 10 return bool(d.getVarFlag("FEATURE_PACKAGES_%s" % feature, "optional")) 13 for feature in features: 14 packages = d.getVar("FEATURE_PACKAGES_%s" % feature) 19 req = [feature for feature in features if not is_optional(feature, d)] 23 opt = [feature for feature in features if is_optional(feature, d)]
|
/openbmc/libcper/ |
H A D | meson.options | 3 type: 'feature', 7 option('tests', type: 'feature', value: 'enabled', description: 'Build tests') 10 type: 'feature', 16 type: 'feature', 20 option('install', type: 'feature', value: 'enabled', description: 'Install') 23 type: 'feature', 29 type: 'feature',
|
/openbmc/docs/architecture/ |
H A D | optionality.md | 6 as a goal, any given feature should fit into one of the following categories. 24 ## Feature Configuration Types 27 one of these categories. For non-trivial feature additions, the commit message 28 of the feature, as well as the design doc should explicitly state one of the 29 following classes of feature. 47 change their behavior to "opt in" to using a feature. Features like this, while 56 Many times a system or specific team might want a feature that is intended 62 feature is disabled. Company or feature specific functions, as well as the 63 associated metadata must not be visible on a system for which the feature is 64 disabled. Note, there are cases where _removing_ a feature might cause user
|
/openbmc/phosphor-mrw-tools/ |
H A D | hwmon.pl | 56 "unit-hwmon-feature", 60 #feature, then we don't want to use it. 116 #The useful name for this feature, like 'ambient' 197 # LABEL_<feature> = <descriptive label> (e.g. LABEL_temp1 = ambient) 198 # WARNHI_<feature> = <value> (e.g. WARNHI_temp1 = 99) 199 # WARNLO_<feature> = <value> (e.g. WARNLO_temp1 = 0) 200 # CRITHI_<feature> = <value> (e.g. CRITHI_temp1 = 100) 201 # CRITHI_<feature> = <value> (e.g. CRITLO_temp1 = -1) 215 for my $feature (sort keys %{$entry->{hwmon}}) { 216 print $f "LABEL_$feature = \"$entry->{hwmon}{$feature}{label}\"\n"; [all …]
|
/openbmc/qemu/subprojects/packagefiles/syn-2-rs/ |
H A D | meson.build | 23 '--cfg', 'feature="full"', 24 '--cfg', 'feature="derive"', 25 '--cfg', 'feature="parsing"', 26 '--cfg', 'feature="printing"', 27 '--cfg', 'feature="clone-impls"', 28 '--cfg', 'feature="proc-macro"', 29 '--cfg', 'feature="extra-traits"',
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | meson.options | 17 type: 'feature', 24 type: 'feature', 29 option('tests', type: 'feature', description: 'Build tests') 33 type: 'feature', 40 type: 'feature', 47 type: 'feature', 54 type: 'feature', 61 type: 'feature', 68 type: 'feature', 75 type: 'feature', [all …]
|
/openbmc/phosphor-host-ipmid/ |
H A D | meson.options | 2 option('tests', type: 'feature', description: 'Build tests') 5 type: 'feature', 10 type: 'feature', 15 option('softoff', type: 'feature', description: 'Builds soft power off') 109 type: 'feature', 119 type: 'feature', 130 type: 'feature', 138 type: 'feature', 151 type: 'feature', 159 type: 'feature', [all …]
|
/openbmc/intel-ipmi-oem/ |
H A D | meson.options | 1 option('tests', type: 'feature', description: 'Build tests') 4 type: 'feature', 8 'bmc-validation-unsecure-feature', 9 type: 'feature', 14 type: 'feature',
|
/openbmc/phosphor-fan-presence/ |
H A D | meson.options | 2 option('tests', type: 'feature', value: 'enabled', description: 'Build tests.') 6 type: 'feature', 22 type: 'feature', 29 type: 'feature', 73 type: 'feature', 102 type: 'feature', 110 type: 'feature', 133 type: 'feature', 170 type: 'feature', 177 type: 'feature', [all …]
|
/openbmc/phosphor-led-manager/ |
H A D | meson.options | 1 option('tests', type: 'feature', value: 'enabled', description: 'Build tests') 5 type: 'feature', 12 type: 'feature', 19 type: 'feature', 26 type: 'feature',
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | signing.py | 82 feature = 'INHERIT += "sign_rpm"\n' 83 feature += 'RPM_GPG_PASSPHRASE = "test123"\n' 84 feature += 'RPM_GPG_NAME = "testuser"\n' 85 feature += 'GPG_PATH = "%s"\n' % self.gpg_dir 86 feature += 'PACKAGECONFIG:append:pn-rpm-native = " sequoia"\n' 87 feature += 'PACKAGECONFIG:append:pn-rpm = " sequoia"\n' 89 self.write_config(feature) 146 feature = 'SSTATE_SIG_KEY ?= "testuser"\n' 147 feature += 'SSTATE_SIG_PASSPHRASE ?= "test123"\n' 148 feature += 'SSTATE_VERIFY_SIG ?= "1"\n' [all …]
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | maint-appx.rst | 15 repositories by compiling and executing the set of feature descriptions 16 for every BSP and feature in the product. Those feature descriptions 17 list all necessary patches, configurations, branches, tags, and feature 75 ``yocto-kernel-cache`` repository for feature descriptions and patches 91 top-level kernel feature or BSP. The following actions effectively 92 provide the Metadata and create the tree that includes the new feature, 95 #. *Pass Feature to the OpenEmbedded Build System:* A top-level kernel 96 feature is passed to the kernel build subsystem. Normally, this 97 feature is a BSP for a particular kernel type. 99 #. *Locate Feature:* The file that describes the top-level feature is [all …]
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | meson.options | 1 option('tests', type: 'feature', description: 'Build tests.') 4 type: 'feature', 14 option('vpnor', type: 'feature', description: 'Enable virtual PNOR support') 15 option('pldm', type: 'feature', description: 'Enable Host PLDM support') 18 type: 'feature',
|
/openbmc/phosphor-certificate-manager/ |
H A D | meson.options | 1 option('tests', type: 'feature', description: 'Build tests') 12 type: 'feature', 18 type: 'feature', 24 type: 'feature', 37 type: 'feature',
|
/openbmc/u-boot/include/ |
H A D | nvme.h | 29 * nvme_get_features - retrieve the attributes of the feature specified 31 * This retrieves the attributes of the feature specified. 34 * @fid: feature id to provide data 36 * @dma_addr: data structure used as part of the specified feature 45 * nvme_set_features - specify the attributes of the feature indicated 47 * This specifies the attributes of the feature indicated. 50 * @fid: feature id to provide data 52 * @dma_addr: data structure used as part of the specified feature
|