| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | archiver.py | 28 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 D | runtime_test.py | 28 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 D | glibc.py | 25 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"') 32 … features.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"') 68 … features.append('CORE_IMAGE_EXTRA_INSTALL += "{0}"'.format(" ".join(default_installed_packages))) [all …]
|
| H A D | locales.py | 14 features = [] 15 …features.append('EXTRA_IMAGE_FEATURES = "empty-root-password allow-empty-password allow-root-login… 16 features.append('IMAGE_INSTALL:append = " glibc-utils localedef"') 17 …features.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 D | retain.py | 29 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 …]
|
| H A D | imagefeatures.py | 31 …features = 'EXTRA_IMAGE_FEATURES = "ssh-server-openssh empty-root-password allow-empty-password al… 32 features += 'INHERIT += "extrausers"\n' 33 …features += 'EXTRA_USERS_PARAMS = "useradd -p \'\' {}; usermod -s /bin/sh {};"'.format(self.test_u… 34 self.write_config(features) 57 … features = 'EXTRA_IMAGE_FEATURES = "ssh-server-openssh allow-empty-password allow-root-login"\n' 58 features += 'INHERIT += "extrausers"\n' 59 …features += 'EXTRA_USERS_PARAMS = "useradd -p \'\' {}; usermod -s /bin/sh {};"'.format(self.test_u… 60 self.write_config(features) 102 features = 'IMAGE_FSTYPES += " ext4 ext4.bmap ext4.bmap.gz"' 103 self.write_config(features) [all …]
|
| H A D | gcc.py | 37 features = [] 38 features.append('MAKE_CHECK_TARGETS = "{0}"'.format(" ".join(targets))) 40 features.append('TOOLCHAIN_TEST_TARGET = "linux-ssh"') 41 features.append('TOOLCHAIN_TEST_HOST = "{0}"'.format(ssh)) 42 features.append('TOOLCHAIN_TEST_HOST_USER = "root"') 43 features.append('TOOLCHAIN_TEST_HOST_PORT = "22"') 44 self.write_config("\n".join(features)) 75 features = [] 76 features.append('IMAGE_FEATURES += "ssh-server-openssh"') 77 … features.append('CORE_IMAGE_EXTRA_INSTALL += "{0}"'.format(" ".join(default_installed_packages))) [all …]
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | ihs_fpga.c | 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() 317 features->carriers = 0; in get_features() 321 features->carriers = 1; in get_features() 325 features->carriers = 2; in get_features() 329 features->carriers = 4; in get_features() [all …]
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | packagegroup.py | 12 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/target/i386/ |
| H A D | cpu.c | 911 * 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. 1536 /*Below are MSR exposed features*/ 1564 * features do not matter. 2090 return ((uint64_t)cpu->env.features[FEAT_XSAVE_XCR0_HI]) << 32 | in x86_cpu_xsave_xss_components() 2091 cpu->env.features[FEAT_XSAVE_XCR0_LO]; in x86_cpu_xsave_xss_components() 2105 return ((uint64_t)cpu->env.features[FEAT_XSAVE_XSS_HI]) << 32 | in x86_cpu_get_migratable_flags() 2106 cpu->env.features[FEAT_XSAVE_XSS_L in x86_cpu_get_migratable_flags() 2199 FeatureWordArray features; global() member 7145 x86_cpu_parse_featurestr(const char * typename,char * features,Error ** errp) x86_cpu_parse_featurestr() argument 7236 x86_cpu_list_feature_names(FeatureWordArray features,strList ** list) x86_cpu_list_feature_names() argument 7266 listflags(GList * features) listflags() argument [all...] |
| /openbmc/qemu/target/sparc/ |
| H A D | cpu.c | 126 static void sparc_cpu_parse_features(const char *typename, char *features, in sparc_cpu_parse_features() argument 138 if (!features) { in sparc_cpu_parse_features() 142 for (featurestr = strtok(features, ","); in sparc_cpu_parse_features() 220 .features = CPU_DEFAULT_FEATURES, 229 .features = CPU_DEFAULT_FEATURES, 238 .features = CPU_DEFAULT_FEATURES, 247 .features = CPU_DEFAULT_FEATURES, 256 .features = CPU_DEFAULT_FEATURES, 265 .features = CPU_DEFAULT_FEATURES, 274 .features 568 print_features(uint32_t features,const char * prefix) print_features() argument [all...] |
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | test-qapi.py | 33 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) 83 visit_event(self, name, info, ifcond, features, arg_type, boxed) global() argument 103 _print_features(cls, features, indent=4) global() argument [all...] |
| /openbmc/qemu/target/s390x/kvm/ |
| H A D | kvm.c | 2128 static int query_cpu_subfunc(S390FeatBitmap features) in query_cpu_subfunc() argument 2147 s390_add_from_feat_block(features, S390_FEAT_TYPE_PLO, prop.plo); in query_cpu_subfunc() 2148 if (test_bit(S390_FEAT_TOD_CLOCK_STEERING, features)) { in query_cpu_subfunc() 2149 s390_add_from_feat_block(features, S390_FEAT_TYPE_PTFF, prop.ptff); in query_cpu_subfunc() 2151 if (test_bit(S390_FEAT_MSA, features)) { in query_cpu_subfunc() 2152 s390_add_from_feat_block(features, S390_FEAT_TYPE_KMAC, prop.kmac); in query_cpu_subfunc() 2153 s390_add_from_feat_block(features, S390_FEAT_TYPE_KMC, prop.kmc); in query_cpu_subfunc() 2154 s390_add_from_feat_block(features, S390_FEAT_TYPE_KM, prop.km); in query_cpu_subfunc() 2155 s390_add_from_feat_block(features, S390_FEAT_TYPE_KIMD, prop.kimd); in query_cpu_subfunc() 2156 s390_add_from_feat_block(features, S390_FEAT_TYPE_KLM in query_cpu_subfunc() 2188 configure_cpu_subfunc(const S390FeatBitmap features) configure_cpu_subfunc() argument 2250 ap_enabled(const S390FeatBitmap features) ap_enabled() argument 2261 query_uv_feat_guest(S390FeatBitmap features) query_uv_feat_guest() argument 2308 query_cpu_feat(S390FeatBitmap features) query_cpu_feat() argument 2332 configure_cpu_feat(const S390FeatBitmap features) configure_cpu_feat() argument 2498 configure_uv_feat_guest(const S390FeatBitmap features) configure_uv_feat_guest() argument [all...] |
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-qmp.c | 41 /* 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 mappin 550 VirtioDeviceFeatures *features; qmp_decode_features() local [all...] |
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | smsc.c | 50 .features = PHY_BASIC_FEATURES, 60 .features = PHY_BASIC_FEATURES, 70 .features = PHY_BASIC_FEATURES, 80 .features = PHY_BASIC_FEATURES, 90 .features = PHY_BASIC_FEATURES, 100 .features = PHY_BASIC_FEATURES,
|
| H A D | micrel_ksz90x1.c | 248 unsigned features = phydev->drv->features; in ksz9021_config() local 256 features &= ~(SUPPORTED_1000baseT_Half | in ksz9021_config() 259 if (features & SUPPORTED_1000baseT_Half) in ksz9021_config() 261 if (features & SUPPORTED_1000baseT_Full) in ksz9021_config() 263 phydev->advertising = features; in ksz9021_config() 264 phydev->supported = features; in ksz9021_config() 275 .features = PHY_GBIT_FEATURES, 342 unsigned features; in ksz9031_config() local 346 features = phydev->drv->features; in ksz9031_config() 347 features &= ~(SUPPORTED_1000baseT_Half | in ksz9031_config() [all …]
|
| H A D | micrel_ksz8xxx.c | 20 .features = PHY_BASIC_FEATURES, 49 .features = PHY_BASIC_FEATURES, 77 .features = PHY_BASIC_FEATURES, 87 .features = PHY_BASIC_FEATURES, 144 .features = PHY_BASIC_FEATURES, 155 .features = PHY_BASIC_FEATURES, 180 .features = PHY_BASIC_FEATURES,
|
| H A D | atheros.c | 26 phydev->supported = phydev->drv->features; in ar8021_config() 48 phydev->supported = phydev->drv->features; in ar8031_config() 86 phydev->supported = phydev->drv->features; in ar8035_config() 98 .features = PHY_GBIT_FEATURES, 108 .features = PHY_GBIT_FEATURES, 118 .features = PHY_GBIT_FEATURES,
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | introspect.py | 88 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 [all...] |
| H A D | schema.py | 122 features: Optional[List[QAPISchemaFeature]] = None, 125 for f in features or []: 130 self.features = features or [] 143 for f in self.features: 150 for f in self.features: 193 features: List[QAPISchemaFeature], 213 features: List[QAPISchemaFeature], 225 features: List[QAPISchemaFeature], 236 features 1166 def features(self) -> ValuesView[QAPISchemaFeature]: global() member in QAPISchema [all...] |
| /openbmc/qemu/target/s390x/ |
| H A D | cpu_models_system.c | 40 bitmap_andnot(missing, model->features, max_model->features, in check_unavailable_features() 184 bitmap_andnot(bitmap, model->def->base_feat, model->features, in cpu_info_from_model() 191 bitmap_andnot(bitmap, model->features, model->def->base_feat, 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() 250 s390_model.features, S390_FEAT_MAX); in qmp_query_cpu_model_expansion() 312 if (bitmap_equal(modela.features, modelb.features, S390_FEAT_MAX)) { in qmp_query_cpu_model_comparison() 315 bitmap_andnot(missing, modela.features, modelb.features, S390_FEAT_MAX); in qmp_query_cpu_model_comparison() 319 bitmap_andnot(added, modelb.features, modela.features, S390_FEAT_MAX); in qmp_query_cpu_model_comparison() 369 bitmap_and(model.features, modela.features, modelb.features, S390_FEAT_MAX); in qmp_query_cpu_model_baseline() [all …]
|
| /openbmc/docs/architecture/ |
| H A D | optionality.md | 5 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 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 52 Requires: Explicit, non-default user opt-in to execute the various features. [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | virtio.json | 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' [all...] |
| /openbmc/openbmc/meta-security/recipes-kernel/linux/ |
| H A D | linux-yocto_security.inc | 3 KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", " features/apparmor/… 4 KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "smack", " features/smack/smack.… 5 KERNEL_FEATURES:append = " ${@bb.utils.contains("IMAGE_CLASSES", "dm-verity-img", " features/device… 6 KERNEL_FEATURES:append = " features/ecryptfs/ecryptfs.scc"
|
| /openbmc/qemu/hw/s390x/ |
| H A D | virtio-ccw.c | 185 uint32_t features; member 322 VirtioFeatDesc features; in virtio_ccw_cb() local 366 if (ccw.count != sizeof(features)) { in virtio_ccw_cb() 370 } else if (ccw.count < sizeof(features)) { in virtio_ccw_cb() 380 ccw_dstream_advance(&sch->cds, sizeof(features.features)); in virtio_ccw_cb() 381 ret = ccw_dstream_read(&sch->cds, features.index); in virtio_ccw_cb() 385 if (features.index == 0) { in virtio_ccw_cb() 387 /* Don't offer legacy features for modern devices. */ in virtio_ccw_cb() 388 features in virtio_ccw_cb() [all...] |