Home
last modified time | relevance | path

Searched refs:conditional (Results 1 – 25 of 148) sorted by relevance

123456

/openbmc/pldm/common/
H A Dbios_utils.hpp40 using T = typename std::conditional<
42 typename std::conditional<
44 typename std::conditional<tableType == PLDM_BIOS_ATTR_VAL_TABLE,
/openbmc/openbmc/meta-aspeed/dynamic-layers/arm-layer/recipes-bsp/u-boot/
H A Du-boot-aspeed-sdk_%.bbappend2 ${@oe.utils.conditional('UBOOT_FIT_TEE', '1', 'optee-os:do_deploy', '', d)} \
3 …${@oe.utils.conditional('UBOOT_FIT_ARM_TRUSTED_FIRMWARE', '1', 'trusted-firmware-a:do_deploy', '',…
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/
H A Dtrusted-firmware-a-fvp-base.inc17 TFA_ARM_SPMC_MANIFEST_DTS = "${@oe.utils.conditional('SPMC_IS_OPTEE', '1', \
25 TFA_SPD := "${@oe.utils.conditional('SPMC_IS_OPTEE', '1', 'spmd', \
27 DEPENDS += " ${@oe.utils.conditional('SPMC_IS_OPTEE', '1', 'optee-os', '', d)}"
43 BL32 = "${@oe.utils.conditional('SPMC_IS_OPTEE', '1',\
46 EXTRA_OEMAKE += "${@oe.utils.conditional('SPMC_IS_OPTEE', '1', \
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/
H A Dbluez5_5.82.bb7 # noinst programs in Makefile.tools that are conditional on READLINE
18 # noinst programs in Makefile.tools that are conditional on TESTING
40 # noinst programs in Makefile.tools that are conditional on TOOLS
/openbmc/qemu/target/hexagon/imported/
H A Dbranch.idef46 OLDCOND_JUMP(J2_jump,"jump","#r15:2",ATTRIBS(A_CJOLDDIR),"direct conditional jump",
49 OLDCOND_JUMP(J2_jumpr,"jumpr","Rs32",ATTRIBS(A_JINDIROLD),"indirect conditional jump",
58 NEWCOND_JUMP(J2_jump,"jump","#r15:2",ATTRIBS(A_CJNEWDIR,A_ARCHV2),"direct conditional jump",
61 NEWCOND_JUMP(J2_jumpr,"jumpr","Rs32",ATTRIBS(A_JINDIRNEW,A_ARCHV3),"indirect conditional jump",
66 Q6INSN(J4_hintjumpr,"hintjr(Rs32)",ATTRIBS(A_JINDIR),"hint indirect conditional jump",
73 Q6INSN(J2_jumprz,"if (Rs32!=#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional ju…
76 Q6INSN(J2_jumprnz,"if (Rs32==#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional j…
79 Q6INSN(J2_jumprzpt,"if (Rs32!=#0) jump:t #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional j…
82 Q6INSN(J2_jumprnzpt,"if (Rs32==#0) jump:t #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional
85 Q6INSN(J2_jumprgtez,"if (Rs32>=#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional
[all …]
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/
H A Dlibts-udev.inc9 …if ${@oe.utils.conditional('VIRTUAL-RUNTIME_dev_manager', 'busybox-mdev', 'false', 'true', d)}; th…
17 inherit ${@oe.utils.conditional('VIRTUAL-RUNTIME_dev_manager', 'busybox-mdev', '', 'useradd', d)}
/openbmc/qemu/tests/tcg/plugins/
H A Dinline.c72 const uint64_t conditional = in stats_insn() local
78 g_string_append_printf(stats, "insn: %" PRIu64 " (cond cb)\n", conditional); in stats_insn()
83 g_assert(conditional == expected); in stats_insn()
94 const uint64_t conditional = in stats_tb() local
100 g_string_append_printf(stats, "tb: %" PRIu64 " (conditional cb)\n", conditional); in stats_tb()
105 g_assert(conditional == expected); in stats_tb()
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/
H A Drpi-cmdline.bb16 CMDLINE_SERIAL ?= "${@oe.utils.conditional("ENABLE_UART", "1", "console=serial0,115200", "", d)}"
21 CMDLINE_KGDB ?= '${@oe.utils.conditional("ENABLE_KGDB", "1", "kgdboc=serial0,115200", "", d)}'
24 CMDLINE_LOGO ?= '${@oe.utils.conditional("DISABLE_RPI_BOOT_LOGO", "1", "logo.nologo", "", d)}'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/
H A Dkonkretcmpi_0.9.2.bb23 ${@oe.utils.conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
24 ${@oe.utils.conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/
H A Dlinux-raspberrypi-dev.bb17 SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-raspberrypi-…
18 SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-raspberrypi-dev…
/openbmc/qemu/tests/qapi-schema/
H A Dargs-if-unboxed.err2 args-if-unboxed.json:5: conditional command arguments require 'boxed': true
H A Dargs-if-implicit.err2 args-if-implicit.json:1: conditional command arguments require 'boxed': true
H A Dunion-invalid-if-discriminator.err2 …on-invalid-if-discriminator.json:10: discriminator member 'enum1' of 'base' must not be conditional
/openbmc/u-boot/common/
H A Dbedbug.c1072 int conditional = 0; in find_next_address() local
1109 conditional = 1; in find_next_address()
1125 conditional = 0; in find_next_address()
1138 conditional = 1; in find_next_address()
1151 conditional = 1; in find_next_address()
1156 conditional = 0; in find_next_address()
1161 if (conditional) { in find_next_address()
1217 if (branch && (!conditional || (ctr_ok && cond_ok))) { in find_next_address()
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Drequired-distro-features.inc7 REQUIRED_DISTRO_FEATURES = "wayland opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', …
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher/
H A D0002-Makefile-add-conditional-stripping.patch4 Subject: [PATCH] Makefile: add conditional stripping
7 This patch introduces a `NOSTRIP` conditional flag to the `install`
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dlinux-yocto-dev.bb28 SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", …
29 SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${…
39 # conditional
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/
H A Doptee-os_4.%.bbappend5 EXTRA_OEMAKE:append:qemuarm64-secureboot = "${@oe.utils.conditional('SP_PATHS', '', '', ' CFG_CORE_…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/libjxl/
H A D0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch9 all conditional branches into
15 Unconditional jmp can reach targets a lot further than a conditional branch.
/openbmc/openbmc/poky/meta/recipes-graphics/packagegroups/
H A Dpackagegroup-core-weston.bb7 REQUIRED_DISTRO_FEATURES = "wayland ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'system…
/openbmc/pldm/docs/
H A Dcode_organisation.md44 `pldm/meson_options.txt` with its mapped compiler flag to enable conditional
50 incorporate the logic of adding its mapped compiler flag to allow conditional
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-libxml-perl_2.0134.bb27 file://fix-CATALOG-conditional-compile.patch \
28 file://using-DOCB-conditional.patch \
/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/
H A Dxserver-nodm-init_3.0.bb23 REQUIRED_DISTRO_FEATURES = "x11 ${@oe.utils.conditional('ROOTLESS_X', '1', 'pam', '', d)}"
66 RDEPENDS:${PN} = "xinit ${@oe.utils.conditional('ROOTLESS_X', '1', 'xuser-account libcap libcap-bin…
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Dfix-CATALOG-conditional-compile.patch5 Fix a compile error by conditional using 'catal' since catal
/openbmc/openbmc/poky/meta/recipes-support/vim/
H A Dvim_9.1.bb23 lcl_maybe_fortify = "${@oe.utils.conditional('DEBUG_BUILD','1','','-D_FORTIFY_SOURCE=1',d)}"

123456