Home
last modified time | relevance | path

Searched refs:specs (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/u-boot/api/
H A Dapi_storage.c43 static struct stor_spec specs[ENUM_MAX] = { { 0, 0, 0, 0, NULL }, }; variable
52 specs[ENUM_IDE].max_dev = CONFIG_SYS_IDE_MAXDEVICE; in dev_stor_init()
53 specs[ENUM_IDE].enum_started = 0; in dev_stor_init()
54 specs[ENUM_IDE].enum_ended = 0; in dev_stor_init()
55 specs[ENUM_IDE].type = DEV_TYP_STOR | DT_STOR_IDE; in dev_stor_init()
56 specs[ENUM_IDE].name = "ide"; in dev_stor_init()
59 specs[ENUM_MMC].max_dev = CONFIG_SYS_MMC_MAX_DEVICE; in dev_stor_init()
60 specs[ENUM_MMC].enum_started = 0; in dev_stor_init()
61 specs[ENUM_MMC].enum_ended = 0; in dev_stor_init()
62 specs[ENUM_MMC].type = DEV_TYP_STOR | DT_STOR_MMC; in dev_stor_init()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0006-cpp-honor-sysroot.patch24 gcc/cp/lang-specs.h | 2 +-
28 diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h
30 --- a/gcc/cp/lang-specs.h
31 +++ b/gcc/cp/lang-specs.h
/openbmc/openbmc/poky/meta/recipes-core/picolibc/
H A Dpicolibc-helloworld_git.bb24 # use a custom linker script, the GCC specs provided by picolibc
27 …${LDFLAGS} --verbose -T${S}/hello-world/${PICOLIBC_LINKERSCRIPT} -specs=picolibc.specs --oslib=sem…
H A Dpicolibc_git.bb28 # Install GCC specs on libdir
32 FILES:${PN}-dev:append = " ${libdir}/*.specs ${libdir}/*.ld"
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0040-fix-runtime-capsule-update-flags-checks.patch23 + /* According to UEFI specs when the flag is CAPSULE_FLAGS_PERSIST_ACROSS_RESET,
31 + /*According to UEFI specs a capsule which has the CAPSULE_FLAGS_POPULATE_SYSTEM_TABLE
41 + /* According to UEFI specs, a capsule which has the CAPSULE_FLAGS_INITIATE_RESET
H A D0041-scatter-gather-flag-workaround.patch8 (which is introduced lately to align with UEFI specs). Since these flag checks
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dxorg-lib-common.inc17 EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop"
23 --disable-specs --without-groff --without-ps2pdf --without-fop \
/openbmc/qemu/block/
H A Drbd.c572 rbd_encryption_spec_t *specs; in qemu_rbd_encryption_load2() local
583 specs = g_new0(rbd_encryption_spec_t, encrypt_count); in qemu_rbd_encryption_load2()
589 specs[i].format = RBD_ENCRYPTION_FORMAT_LUKS1; in qemu_rbd_encryption_load2()
592 specs[i].opts = luks_opts; in qemu_rbd_encryption_load2()
593 specs[i].opts_size = sizeof(*luks_opts); in qemu_rbd_encryption_load2()
604 specs[i].format = RBD_ENCRYPTION_FORMAT_LUKS2; in qemu_rbd_encryption_load2()
607 specs[i].opts = luks2_opts; in qemu_rbd_encryption_load2()
608 specs[i].opts_size = sizeof(*luks2_opts); in qemu_rbd_encryption_load2()
619 specs[i].format = RBD_ENCRYPTION_FORMAT_LUKS; in qemu_rbd_encryption_load2()
622 specs[i].opts = luks_any_opts; in qemu_rbd_encryption_load2()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc/
H A Davoid_polluting_cross_directories.patch3 Picolibc uses its own specs file: picolibc.specs to facilitate compilation, this
4 needs to be passed down to GCC via the -specs argument.
6 Using this specs file overrides some of the default options our toolchain was
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/
H A D0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch13 …s -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -s…
/openbmc/u-boot/doc/
H A DREADME.mpc83xxads11 Reading specs from /usr/powerpc/lib/gcc/powerpc-linux/3.4.3/specs
/openbmc/qemu/docs/
H A Dindex.rst21 specs/index
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/
H A DMAINTAINERS9 W: https://www.theobroma-systems.com/rk3399-q7/tech-specs
/openbmc/u-boot/board/theobroma-systems/lion_rk3368/
H A DMAINTAINERS9 W: https://www.theobroma-systems.com/rk3368-uq7/tech-specs
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-target.inc52 ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \
159 # Hack around specs file assumptions
160 …gcc/${TARGET_SYS}/${BINV}/specs && sed -i -e '/^*cross_compile:$/ { n; s/1/0/; }' ${D}${libdir}/gc…
/openbmc/openbmc/poky/meta/recipes-graphics/libepoxy/
H A Dlibepoxy_1.5.10.bb4 very little knowledge needed on their part. They get to read GL specs and \
/openbmc/openbmc/poky/meta/recipes-core/newlib/
H A Dlibgloss_git.bb33 FILES:${PN} += "${libdir}/*.ld ${libdir}/*.specs"
/openbmc/qemu/docs/system/ppc/
H A Dpseries.rst151 ../../specs/ppc-spapr-hotplug.rst
152 ../../specs/ppc-spapr-hcalls.rst
153 ../../specs/ppc-spapr-numa.rst
154 ../../specs/ppc-spapr-uv-hcalls.rst
155 ../../specs/ppc-spapr-xive.rst
/openbmc/openbmc/meta-security/docs/
H A Ddm-verity-systemd-hash-x86-64.txt34 See: https://uapi-group.org/specifications/specs/discoverable_partitions_specification/
/openbmc/qemu/docs/system/devices/
H A Divshmem.rst36 :doc:`../../specs/ivshmem-spec`).
H A Divshmem-flat.rst33 exactly as in the ivshmem PCI device (see ./specs/ivshmem-spec.txt).
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env267 specfile=`$added_gcc -print-file-name=specs`
/openbmc/openbmc/meta-security/classes/
H A Ddm-verity-img.bbclass27 # https://uapi-group.org/specifications/specs/discoverable_partitions_specification/
96 # https://uapi-group.org/specifications/specs/discoverable_partitions_specification/
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-Specify-correct-function-signatures-and-de.patch8 newer compilers are getting stricter about the C99 specs and turning
/openbmc/qemu/docs/specs/
H A Dedu.rst28 PCI specs

12