Home
last modified time | relevance | path

Searched full:features (Results 1 – 25 of 1431) sorted by relevance

12345678910>>...58

/openbmc/u-boot/drivers/misc/
H A Dihs_fpga.c131 * struct fpga_features - Data read from the features register
241 * get_features() - Fill structure with info from features register.
243 * @features: Pointer to the structure to fill with information from the
244 * features register
247 static int get_features(struct udevice *dev, struct fpga_features *features) in get_features() argument
295 memset(features, 0, sizeof(struct fpga_features)); in get_features()
297 ihs_fpga_get(priv->map, features, &raw_features); in get_features()
302 features->video_channels = 0; in get_features()
306 features->video_channels = 1; in get_features()
311 features->video_channels = 2; in get_features()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py28 features = 'INHERIT += "archiver"\n'
29 features += 'ARCHIVER_MODE[src] = "original"\n'
30 features += 'COPYLEFT_PN_INCLUDE = "%s"\n' % include_recipe
31 features += 'COPYLEFT_PN_EXCLUDE = "%s"\n' % exclude_recipe
32 self.write_config(features)
60 features = 'INHERIT += "archiver"\n'
61 features += 'ARCHIVER_MODE[src] = "original"\n'
62 features += 'COPYLEFT_RECIPE_TYPES = "target"\n'
63 self.write_config(features)
95 features = 'INHERIT += "archiver"\n'
[all …]
H A Druntime_test.py28 features = 'IMAGE_CLASSES += "testexport"\n'
30 features += 'TEST_SERVER_IP = "192.168.7.1"\n'
31 features += 'TEST_TARGET_IP = "192.168.7.1"\n'
32 features += 'TEST_SUITES = "ping"\n'
33 self.write_config(features)
69 features = 'IMAGE_CLASSES += "testexport"\n'
71 features += 'TEST_SERVER_IP = "192.168.7.1"\n'
72 features += 'TEST_TARGET_IP = "192.168.7.1"\n'
73 features += 'TEST_SUITES = "ping"\n'
74 features += 'TEST_EXPORT_SDK_ENABLED = "1"\n'
[all …]
H A Dglibc.py25 features = []
27 features.append('TOOLCHAIN_TEST_TARGET = "ssh"')
28 features.append('TOOLCHAIN_TEST_HOST = "{0}"'.format(ssh))
29 features.append('TOOLCHAIN_TEST_HOST_USER = "root"')
30 features.append('TOOLCHAIN_TEST_HOST_PORT = "22"')
32features.append('EGLIBCPARALLELISM:task-check:pn-glibc-testsuite = "PARALLELMFLAGS="-j1""')
33 self.write_config("\n".join(features))
66 features = []
67 features.append('IMAGE_FEATURES += "ssh-server-openssh"')
68features.append('CORE_IMAGE_EXTRA_INSTALL += "{0}"'.format(" ".join(default_installed_packages)))
[all …]
H A Dlocales.py14 features = []
15features.append('EXTRA_IMAGE_FEATURES = "empty-root-password allow-empty-password allow-root-login…
16 features.append('IMAGE_INSTALL:append = " glibc-utils localedef"')
17features.append('GLIBC_GENERATE_LOCALES = "en_US.UTF-8 fr_FR.UTF-8 en_US.ISO-8859-1 de_DE.UTF-8 fr…
18 features.append('IMAGE_LINGUAS:append = " en-us fr-fr"')
20 features.append('ENABLE_BINARY_LOCALE_GENERATION = "1"')
22 features.append('ENABLE_BINARY_LOCALE_GENERATION = "0"')
23 self.write_config("\n".join(features))
H A Dretain.py29 features = 'INHERIT += "retain"\n'
30 features += 'RETAIN_DIRS_ALWAYS = "${T}"\n'
31 self.write_config(features)
63 features = 'INHERIT += "retain"\n'
64 self.write_config(features)
130 features = 'INHERIT += "retain"\n'
131 features += 'RETAIN_DIRS_GLOBAL_ALWAYS = "${LOG_DIR};prefix=buildlogs"\n'
132 features += 'RETAIN_DIRS_GLOBAL_FAILURE = "${STAMPS_DIR}"\n'
133 self.write_config(features)
179 features = 'INHERIT += "retain"\n'
[all …]
/openbmc/docs/architecture/
H A Doptionality.md5 new features are developed, to ensure stability of systems over time. With that
11 Linux kernel, systemd, sdbusplus, and phosphor object mapper. These features are
20 features should be architected to ensure that, when removed, they do not cause
26 Features within an individual subsystem must be built such that they fall into
31 ### Non configurable features
33 Theses are features that are broadly applicable to all all deployments of a
36 include, Http keep alive, Security features like timeouts and payload size
37 limits, and required commands. These types of features generally show no
44 ### User opt-in features
46 User opt-in features are features for which an external user must explicitly
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagegroup.py12 def packages(features, d): argument
13 for feature in features:
18 def required_packages(features, d): argument
19 req = [feature for feature in features if not is_optional(feature, d)]
22 def optional_packages(features, d): argument
23 opt = [feature for feature in features if is_optional(feature, d)]
26 def active_packages(features, d): argument
27 return itertools.chain(required_packages(features, d),
28 optional_packages(features, d))
30 def active_recipes(features, d): argument
[all …]
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c41 /* Virtio transport features mapping */
43 /* Virtio device transport features */
66 /* Virtio ring transport features */
74 /* Vhost-user protocol features mapping */
151 /* virtio-blk features mapping */
190 "VHOST_USER_F_PROTOCOL_FEATURES: Vhost-user protocol features "
196 /* virtio-serial features mapping */
209 /* virtio-gpu features mapping */
226 "VHOST_USER_F_PROTOCOL_FEATURES: Vhost-user protocol features "
232 /* virtio-input features mapping */
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-good.json72 # Features:
80 'features': [ 'enum-member-feat' ] },
82 'features': [ 'enum-feat' ],
104 # Features:
109 'features': [ 'variant1-feat' ],
111 'features': [ 'member-feat' ],
123 # Features:
127 'features': [ 'union-feat1' ],
141 # Features:
145 'features': [ 'alt-feat' ],
[all …]
H A Dtest-qapi.py33 def visit_enum_type(self, name, info, ifcond, features, members, prefix): argument
40 self._print_features(m.features, indent=8)
42 self._print_features(features)
50 def visit_object_type(self, name, info, ifcond, features, argument
59 self._print_features(m.features, indent=8)
62 self._print_features(features)
64 def visit_alternate_type(self, name, info, ifcond, features, argument
69 self._print_features(features)
71 def visit_command(self, name, info, ifcond, features, argument
81 self._print_features(features)
[all …]
H A Dqapi-schema-test.json300 # test 'features'
304 'features': [] }
306 'data': { 'foo': { 'type': 'int', 'features': [ 'deprecated' ] } },
307 'features': [ 'feature1' ] }
309 'data': { 'foo': { 'type': 'int', 'features': [ 'unstable' ] } },
310 'features': [ { 'name': 'feature1' } ] }
313 'features': [ 'feature1', 'feature2' ] }
316 'features': [ 'namespace-test', 'int', 'name', 'if' ] }
320 'features': [ { 'name': 'feature1', 'if': 'TEST_IF_FEATURE_1'} ] }
323 'features': [ { 'name': 'feature1', 'if': 'TEST_IF_FEATURE_1'},
[all …]
H A Ddoc-duplicate-features.json1 # Duplicate 'Features:' line
6 # Features:
9 # Features:
11 { 'command': 'foo', 'features': ['feat'] }
/openbmc/qemu/target/i386/
H A Dcpu.c911 * Kernel-only features that can be shown to usermode programs even if
942 * CPUID_*_KERNEL_FEATURES denotes bits and features that are not usable
944 * TCG features unconditionally in user-mode emulation mode. This may
1098 * to features[FEAT_8000_0001_EDX] if and only if CPU vendor is AMD.
1520 /*Below are MSR exposed features*/
1548 * features do not matter.
2074 return ((uint64_t)cpu->env.features[FEAT_XSAVE_XCR0_HI]) << 32 | in x86_cpu_xsave_xcr0_components()
2075 cpu->env.features[FEAT_XSAVE_XCR0_LO]; in x86_cpu_xsave_xcr0_components()
2089 return ((uint64_t)cpu->env.features[FEAT_XSAVE_XSS_HI]) << 32 | in x86_cpu_xsave_xss_components()
2090 cpu->env.features[FEAT_XSAVE_XSS_LO]; in x86_cpu_xsave_xss_components()
[all …]
/openbmc/qemu/target/s390x/
H A Dcpu_models_system.c39 /* detect missing features if any to properly report them */ in check_unavailable_features()
40 bitmap_andnot(missing, model->features, max_model->features, in check_unavailable_features()
68 /* check for unavailable features */ in create_cpu_model_list()
183 /* features deleted from the base feature set */ in cpu_info_from_model()
184 bitmap_andnot(bitmap, model->def->base_feat, model->features, in cpu_info_from_model()
190 /* features added to the base feature set */ in cpu_info_from_model()
191 bitmap_andnot(bitmap, model->features, model->def->base_feat, in cpu_info_from_model()
197 /* expand all features */ in cpu_info_from_model()
198 s390_feat_bitmap_to_ascii(model->features, qdict, in cpu_info_from_model()
200 bitmap_complement(bitmap, model->features, S390_FEAT_MAX); in cpu_info_from_model()
[all …]
H A Dcpu_features.h2 * CPU features/facilities helper structs and utility functions for s390
19 #include "target/s390x/gen-features.h"
21 /* CPU features are announced via different ways */
58 /* use ordinary bitmap operations to work with features */
67 void s390_fill_feat_block(const S390FeatBitmap features, S390FeatType type,
69 void s390_add_from_feat_block(S390FeatBitmap features, S390FeatType type,
71 void s390_feat_bitmap_to_ascii(const S390FeatBitmap features, void *opaque,
73 void s390_get_deprecated_features(S390FeatBitmap features);
79 S390FeatBitmap feat; /* features contained in the group */
/openbmc/qemu/qapi/
H A Dvirtio.json31 # Features:
68 'features': [ 'unstable' ] }
84 # @features: vhost_dev features
86 # @acked-features: vhost_dev acked_features
88 # @backend-features: vhost_dev backend_features
90 # @protocol-features: vhost_dev protocol_features
107 'features': 'VirtioDeviceFeatures',
108 'acked-features': 'VirtioDeviceFeatures',
109 'backend-features': 'VirtioDeviceFeatures',
110 'protocol-features': 'VhostDeviceProtocols',
[all …]
/openbmc/qemu/scripts/qapi/
H A Dfeatures.py2 QAPI features generator
21 prefix, 'qapi-features',
22 ' * Schema-defined QAPI features',
25 self.features: ValuesView[QAPISchemaFeature]
28 self.features = schema.features()
33 for f in self.features:
H A Dintrospect.py88 for the benefit of features and enums.
250 def _gen_features(features: Sequence[QAPISchemaFeature]
252 return [Annotated(f.name, f.ifcond) for f in features]
256 features: Sequence[QAPISchemaFeature] = ()) -> None:
265 :param features: The SchemaInfo's features.
277 if features:
278 obj['features'] = self._gen_features(features)
286 if member.features:
287 obj['features'] = self._gen_features(member.features)
298 if member.features:
[all …]
H A Dschema.py124 features: Optional[List[QAPISchemaFeature]] = None,
127 for f in features or []:
132 self.features = features or []
145 for f in self.features:
152 for f in self.features:
195 features: List[QAPISchemaFeature],
215 features: List[QAPISchemaFeature],
227 features: List[QAPISchemaFeature],
238 features: List[QAPISchemaFeature],
248 features: List[QAPISchemaFeature],
[all …]
/openbmc/qemu/scripts/
H A Dcpu-x86-uarch-abi.py19 # Mandatory CPUID features for each microarch ABI level
64 # TCG masks out certain features otherwise present in
109 # Dict of all present features in this CPU model
110 "features": got,
115 # Number of extra CPUID features compared to the x86-64 ABI level
118 # CPUID features present in model, but not in ABI level
121 # CPUID features in ABI level but not present in model
129 got = set(models[name]["features"])
153 # Find the union of features in all CPU models satisfying this ABI
156 for feat in models[name]["features"]:
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dfeatures.rst4 Features title
7 This chapter provides a reference of shipped machine and distro features
8 you can include as part of your image, a reference on image features you
9 can select, and a reference on :ref:`ref-features-backfill`.
11 Features provide a mechanism for working out which packages should be
13 features they want to support through the :term:`DISTRO_FEATURES` variable,
16 Machine features are set in the :term:`MACHINE_FEATURES` variable, which is
18 features for a given machine.
22 selected subset of features so some machine features might not be
34 .. _ref-features-machine:
[all …]
/openbmc/qemu/docs/system/arm/
H A Dcpu-features.rst1 Arm CPU Features
4 CPU features are optional features that a CPU of supporting type may
5 choose to implement or not. In QEMU, optional CPU features have
16 As not all CPU types support all optional CPU features, then whether or
23 QEMU's support may be limited for some CPU features, only partially
29 it could work with TCG. CPU features that are specific to KVM are
30 prefixed with "kvm-" and are described in "KVM VCPU Features".
35 Determining which CPU features are available and functional for a given
40 1. Determine which CPU features are available for the ``max`` CPU type
55 ``sve<N>`` CPU features. We also see that all the CPU features are
[all …]
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dconcepts-appx.rst33 and custom features. These additions result in a commercially released
100 Back-porting hundreds of individual fixes and minor features from
108 Linux community kernel development to look for significant features of
109 interest. The team does consider back-porting large features if they
114 Generally speaking, every new Linux kernel both adds features and
118 team's policy to not back-port minor features to the released Yocto
127 Linux kernel features and significant and critical new functionality.
133 features and allows focused amounts of testing to be done on the kernel,
148 kernel with added features logically structured on top of the baseline.
149 The features are tagged and organized by way of a branching strategy
[all …]
H A Dadvanced.rst39 hardware-specific features. The BSP can be influenced from within the
104 variable to include features (configuration fragments, patches, or both)
107 feature specified as "features/netfilter/netfilter.scc", specify::
109 KERNEL_FEATURES += "features/netfilter/netfilter.scc"
121 contains "features" and "cfg" subdirectories at the top-level. For more
139 - Features
143 Features aggregate sources in the form of patches and configuration
144 fragments into a modular reusable unit. You can use features to
146 pure configuration fragments, simple patches, complex features, and
148 features and policy to be reused in the BSPs.
[all …]

12345678910>>...58