| /openbmc/pldm/common/ |
| H A D | bios_utils.hpp | 40 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 D | u-boot-aspeed-sdk_%.bbappend | 2 ${@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 D | trusted-firmware-a-fvp-base.inc | 17 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 D | bluez5_5.82.bb | 7 # 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 D | branch.idef | 46 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 D | libts-udev.inc | 9 …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 D | inline.c | 72 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 D | rpi-cmdline.bb | 16 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 D | konkretcmpi_0.9.2.bb | 23 ${@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 D | linux-raspberrypi-dev.bb | 17 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 D | args-if-unboxed.err | 2 args-if-unboxed.json:5: conditional command arguments require 'boxed': true
|
| H A D | args-if-implicit.err | 2 args-if-implicit.json:1: conditional command arguments require 'boxed': true
|
| H A D | union-invalid-if-discriminator.err | 2 …on-invalid-if-discriminator.json:10: discriminator member 'enum1' of 'base' must not be conditional
|
| /openbmc/u-boot/common/ |
| H A D | bedbug.c | 1072 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 D | required-distro-features.inc | 7 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 D | 0002-Makefile-add-conditional-stripping.patch | 4 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 D | linux-yocto-dev.bb | 28 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 D | optee-os_4.%.bbappend | 5 EXTRA_OEMAKE:append:qemuarm64-secureboot = "${@oe.utils.conditional('SP_PATHS', '', '', ' CFG_CORE_…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/libjxl/ |
| H A D | 0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch | 9 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 D | packagegroup-core-weston.bb | 7 REQUIRED_DISTRO_FEATURES = "wayland ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'system…
|
| /openbmc/pldm/docs/ |
| H A D | code_organisation.md | 44 `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 D | libxml-libxml-perl_2.0134.bb | 27 file://fix-CATALOG-conditional-compile.patch \ 28 file://using-DOCB-conditional.patch \
|
| /openbmc/openbmc/poky/meta/recipes-graphics/x11-common/ |
| H A D | xserver-nodm-init_3.0.bb | 23 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 D | fix-CATALOG-conditional-compile.patch | 5 Fix a compile error by conditional using 'catal' since catal
|
| /openbmc/openbmc/poky/meta/recipes-support/vim/ |
| H A D | vim_9.1.bb | 23 lcl_maybe_fortify = "${@oe.utils.conditional('DEBUG_BUILD','1','','-D_FORTIFY_SOURCE=1',d)}"
|