| /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 | 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() 2199 FeatureWordArray features; member 3301 .features[FEAT_1_EDX] = 3305 .features[FEAT_1_ECX] = 3307 .features[FEAT_8000_0001_EDX] = 3309 .features[FEAT_8000_0001_ECX] = 3322 .features[FEAT_1_EDX] = [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 = CPU_DEFAULT_FEATURES, [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) [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_KLMD, prop.klmd); in query_cpu_subfunc() [all …]
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-qmp.c | 550 VirtioDeviceFeatures *features; in qmp_decode_features() local 554 features = g_new0(VirtioDeviceFeatures, 1); in qmp_decode_features() 555 features->has_dev_features = true; in qmp_decode_features() 558 features->transports = CONVERT_FEATURES(strList, virtio_transport_map, 0, in qmp_decode_features() 565 features->dev_features = in qmp_decode_features() 571 features->dev_features = in qmp_decode_features() 577 features->dev_features = in qmp_decode_features() 583 features->dev_features = in qmp_decode_features() 589 features->dev_features = in qmp_decode_features() 595 features->dev_features = in qmp_decode_features() [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 | 250 def _gen_features(features: Sequence[QAPISchemaFeature] 252 return [Annotated(f.name, f.ifcond) for f in features] 256 features: Sequence[QAPISchemaFeature] = ()) -> None: 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: 299 obj['features'] = self._gen_features(member.features) 316 features: List[QAPISchemaFeature], [all …]
|
| H A D | schema.py | 124 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/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': 'VhostDeviceProtocols', 129 # @guest-features: VirtIODevice guest_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() 388 features.features = (uint32_t) in virtio_ccw_cb() 391 features.features = (uint32_t)vdev->host_features; in virtio_ccw_cb() 393 } else if ((features.index == 1) && (dev->revision >= 1)) { in virtio_ccw_cb() [all …]
|