Home
last modified time | relevance | path

Searched full:efi_provider (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-boot.bb12 EFI_PROVIDER ??= "grub-efi"
25 ${@bb.utils.contains("MACHINE_FEATURES", "efi", "${EFI_PROVIDER} kernel", "", d)} \
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd-boot_257.5.bb33 # install to the image as boot*.efi if its the EFI_PROVIDER,
39 prefix = "" if d.getVar('EFI_PROVIDER') == "systemd-boot" else "systemd-"
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/
H A Dsystemd_boot.py19 # Set EFI_PROVIDER = "systemdboot" and MACHINE = "genericx86-64" in conf/local.conf
20 features = 'EFI_PROVIDER = "systemd-boot"\n'
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbarebox.bbclass111 BAREBOX_BINARY ??= "${@'barebox.efi' if d.getVar('EFI_PROVIDER') == 'barebox' else ''}"
116 BAREBOX_IMAGE ?= "${@'${EFI_BOOT_IMAGE}' if d.getVar('EFI_PROVIDER') == 'barebox' else '${BAREBOX_I…
118 BAREBOX_INSTALL_PATH ?= "${@'${EFI_FILES_PATH}' if d.getVar('EFI_PROVIDER') == 'barebox' else '/boo…
H A Dlive-vm-common.bbclass21 EFI_PROVIDER ?= "grub-efi"
22 EFI_CLASS = "${@bb.utils.contains("MACHINE_FEATURES", "efi", "${EFI_PROVIDER}", "", d)}"
H A Dsystemd-boot.bbclass9 # Set EFI_PROVIDER = "systemd-boot" to use systemd-boot on your live images instead of grub-efi
/openbmc/openbmc/meta-arm/ci/
H A Dedk2.yml14 EFI_PROVIDER ?= "grub-efi"
H A Duefi-secureboot.yml28 EFI_PROVIDER = "systemd-boot"
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Defi-uki-bootdisk.wks.in2 part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER}" --label boot --active --ali…
/openbmc/openbmc/poky/meta-yocto-bsp/wic/
H A Dgenericx86.wks.in3 part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER}" --ondisk sda --label msdos …
H A Dgenericarm64.wks.in5 part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER},initrd=${INITRAMFS_IMAGE}-${…
/openbmc/openbmc/meta-arm/meta-arm/wic/
H A Dqemu-efi-disk.wks.in5 part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER}" --label boot --active --ali…
H A Defi-disk.wks.in5 part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER},dtb=${KERNEL_DTB_NAME}" --la…
/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/include/
H A Dgenericx86-common.inc21 EFI_PROVIDER ??= "grub-efi"
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/
H A Defi-disk-esp-only.wks.in7 part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER}" --label boot --active --ali…
H A Defi-disk-no-swap.wks.in6 part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER}" --label boot --active --ali…
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Defibootpartition.py24 EFI_PROVIDER = "grub-efi"
H A Duki.py29 EFI_PROVIDER = "systemd-boot"
89 EFI_PROVIDER = "systemd-boot"
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/include/
H A Dcorstone1000.inc29 EFI_PROVIDER ?= "grub-efi"
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/
H A Dsbsa-ref.conf24 EFI_PROVIDER ?= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd-boot", "grub-efi", d)}"
H A Dsgi575.conf16 EFI_PROVIDER ?= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd-boot", "grub-efi", d)}"
H A Dfvp-base.conf33 EFI_PROVIDER ?= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd-boot", "grub-efi", d)}"
/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/
H A Dgenericarm64.conf30 EFI_PROVIDER ?= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd-boot", "grub-efi", d)}"
/openbmc/openbmc/meta-security/docs/
H A Ddm-verity-systemd-x86-64.txt25 EFI_PROVIDER = "systemd-boot"
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub-efi_2.12.bb20 prefix = "" if d.getVar('EFI_PROVIDER') == "grub-efi" else "grub-efi-"

12