| /openbmc/qemu/tests/uefi-test-tools/ |
| H A D | uefi-test-build.config | 12 cpy1 = ARM/BiosTablesTest.efi bios-tables-test.arm.efi 22 cpy1 = AARCH64/BiosTablesTest.efi bios-tables-test.aarch64.efi 32 cpy1 = LOONGARCH64/BiosTablesTest.efi bios-tables-test.loongarch64.efi 42 cpy1 = RISCV64/BiosTablesTest.efi bios-tables-test.riscv64.efi 52 cpy1 = IA32/BiosTablesTest.efi bios-tables-test.i386.efi 62 cpy1 = X64/BiosTablesTest.efi bios-tables-test.x86_64.efi
|
| /openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/ |
| H A D | configure_oe_fixup.patch | 8 @@ -84,9 +84,6 @@ AC_ARG_WITH([efi-lds], 9 AS_HELP_STRING([--with-efi-lds=LDS_PATH],[Path to gnu-efi lds file.]), 17 # path to object file from gnu-efi 18 @@ -94,9 +91,6 @@ AC_ARG_WITH([efi-crt0], 19 AS_HELP_STRING([--with-efi-crt0=OBJ_PATH],[Path to gnu-efi crt0 object file.]), 21 [with_efi_crt0="/usr/lib/crt0-efi-${ARCH}.o"]) 27 # check for efi and gnuefi libraries
|
| /openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/ |
| H A D | tpm2-tcti-uefi_0.9.9.bb | 5 DEPENDS = "libtss2-dev libtss2-mu-dev gnu-efi-native gnu-efi pkgconfig autoconf-archive-native" 26 CFLAGS:append = " -I${STAGING_INCDIR}/efi -I${STAGING_INCDIR}/efi/${EFI_ARCH}" 29 --with-efi-includedir=${STAGING_INCDIR} \ 30 --with-efi-crt0=${STAGING_LIBDIR}/crt0-efi-${EFI_ARCH}.o \ 31 --with-efi-lds=${STAGING_LIBDIR}/elf_${EFI_ARCH}_efi.lds \ 40 install -m 0755 "${B}"/example/*.efi "${D}${EFIDIR}" 47 RDEPENDS:${PN} = "gnu-efi libtss2-mu"
|
| /openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi/ |
| H A D | 0001-configure.ac-stop-inserting-host-directories-into-co.patch | 23 -AC_CHECK_HEADERS([efi.h efilib.h], 25 - [AC_MSG_ERROR([Missing gnu-efi headers.])], 26 - [#include <efi.h>]) 29 # path to linker script from gnu-efi 30 @@ -81,7 +77,7 @@ AC_ARG_WITH([efi-lds], 31 AS_HELP_STRING([--with-efi-lds=LDS_PATH],[Path to gnu-efi lds file.]), 37 # path to object file from gnu-efi 38 AC_ARG_WITH([efi-crt0],
|
| /openbmc/u-boot/board/efi/efi-x86_payload/ |
| H A D | MAINTAINERS | 4 F: board/efi/efi-x86_payload/ 5 F: include/configs/efi-x86_payload.h 6 F: configs/efi-x86_payload32_defconfig 7 F: configs/efi-x86_payload64_defconfig
|
| H A D | Kconfig | 4 default "efi-x86_payload" 7 default "efi" 10 default "efi" 13 default "efi-x86_payload"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0013-remove-clean-script.patch | 13 efi/Makefile | 1 - 16 diff --git a/efi/Makefile b/efi/Makefile 18 --- a/efi/Makefile 19 +++ b/efi/Makefile 24 - $(topdir)/efi/clean-gnu-efi.sh $(EFI_SUBARCH) $(objdir)
|
| /openbmc/qemu/tests/tcg/mips/user/ase/dsp/ |
| H A D | test_dsp_r1_extpdpv.c | 6 int rt, rs, ach, acl, dsp, pos, efi; in main() local 25 efi = (dsp >> 14) & 0x01; in main() 27 assert(efi == 0); in main() 43 efi = (dsp >> 14) & 0x01; in main() 44 assert(efi == 1); in main()
|
| H A D | test_dsp_r1_extpdp.c | 6 int rt, ach, acl, dsp, pos, efi; in main() local 24 efi = (dsp >> 14) & 0x01; in main() 26 assert(efi == 0); in main() 42 efi = (dsp >> 14) & 0x01; in main() 43 assert(efi == 1); in main()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd-efi/ |
| H A D | 0001-efi-generate_binary.py-Use-env-to-detect-python3.patch | 4 Subject: [PATCH] efi/generate_binary.py: Use env to detect python3 11 efi/generate_binary.py | 2 +- 14 diff --git a/efi/generate_binary.py b/efi/generate_binary.py 16 --- a/efi/generate_binary.py 17 +++ b/efi/generate_binary.py
|
| /openbmc/u-boot/board/efi/efi-x86_app/ |
| H A D | Kconfig | 4 default "efi-x86_app" 7 default "efi" 10 default "efi" 13 default "efi-x86_app"
|
| H A D | MAINTAINERS | 4 F: board/efi/efi-x86_app/ 5 F: include/configs/efi-x86_app.h 6 F: configs/efi-x86_app_defconfig
|
| /openbmc/u-boot/board/efi/ |
| H A D | Kconfig | 8 bool "efi application" 16 bool "efi payload" 25 source "board/efi/efi-x86_app/Kconfig" 26 source "board/efi/efi-x86_payload/Kconfig"
|
| /openbmc/openbmc/poky/meta/recipes-core/initrdscripts/ |
| H A D | initramfs-live-install-efi_1.0.bb | 1 SUMMARY = "Live image install script for grub-efi" 4 SRC_URI = "file://init-install-efi.sh" 13 install -m 0755 ${S}/init-install-efi.sh ${D}/install-efi.sh 22 FILES:${PN} = " /install-efi.sh "
|
| H A D | initramfs-live-install-efi-testfs_1.0.bb | 4 SRC_URI = "file://init-install-efi-testfs.sh" 12 install -m 0755 ${S}/init-install-efi-testfs.sh ${D}/install-efi.sh 16 FILES:${PN} = " /install-efi.sh "
|
| H A D | initramfs-module-install-efi_1.0.bb | 8 SRC_URI = "file://init-install-efi.sh" 15 install -m 0755 ${S}/init-install-efi.sh ${D}/init.d/install-efi.sh 18 FILES:${PN} = "/init.d/install-efi.sh"
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | Makefile | 61 efi_selftest_miniapp_exit.efi \ 62 efi_selftest_miniapp_return.efi 64 $(obj)/efi_miniapp_file_image_exit.h: $(obj)/efi_selftest_miniapp_exit.efi 65 $(obj)/../../tools/file2include $(obj)/efi_selftest_miniapp_exit.efi > \ 68 $(obj)/efi_miniapp_file_image_return.h: $(obj)/efi_selftest_miniapp_return.efi 69 $(obj)/../../tools/file2include $(obj)/efi_selftest_miniapp_return.efi > \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
| H A D | 0001-Don-t-use-__GNUC_PREREQ.patch | 15 lib/efi/efi.h | 4 ++-- 23 diff --git a/lib/efi/efi.h b/lib/efi/efi.h 25 --- a/lib/efi/efi.h 26 +++ b/lib/efi/efi.h
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/ |
| H A D | fwupd-efi_1.6.bb | 5 SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main \ 6 file://0001-efi-generate_binary.py-Use-env-to-detect-python3.patch" 11 DEPENDS = "gnu-efi python3-pefile-native" 23 -Defi-includedir=${STAGING_INCDIR}/efi \ 36 #| ../git/efi/fwupdate.c:611:20: error: passing argument 5 of 'fwup_log' from incompatible pointer …
|
| /openbmc/u-boot/doc/ |
| H A D | README.u-boot_on_efi | 68 and CONFIG_EFI_APP. The efi-x86_app config (efi-x86_app_defconfig) is set up 71 make efi-x86_app_defconfig 76 CONFIG_EFI_STUB_64BIT. The efi-x86_payload configs (efi-x86_payload32_defconfig 77 and efi-x86_payload32_defconfig) are set up for this. Then build U-Boot as 80 make efi-x86_payload32_defconfig (or efi-x86_payload64_defconfig) 85 u-boot-app.efi - U-Boot EFI application 86 u-boot-payload.efi - U-Boot EFI payload application 95 mkdir /tmp/efi 96 cp /path/to/u-boot*.efi /tmp/efi 97 qemu-system-x86_64 -bios bios.bin -hda fat:/tmp/efi/ [all …]
|
| /openbmc/u-boot/arch/x86/dts/ |
| H A D | efi-x86_app.dts | 13 compatible = "efi,x86-app"; 24 compatible = "efi,uart"; 28 compatible = "efi,reset";
|
| /openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/ |
| H A D | preseed.cfg | 61 d-i grub-installer/efi-directory string /boot/efi 68 mount /dev/vda1 /target/boot/efi || true; \ 69 in-target mkdir -p /boot/efi/EFI/boot || true; \ 70 …in-target grub-install --target=arm64-efi --efi-directory=/boot/efi --bootloader-id=debian --remov… 72 umount /target/boot/efi || true
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/ |
| H A D | systemd-boot_257.5.bb | 33 # install to the image as boot*.efi if its the EFI_PROVIDER, 50 # efi portions use -mgeneral-regs-only option which conflicts with SSE 65 install ${B}/src/boot/systemd-boot*.efi ${D}${EFI_FILES_PATH}/${SYSTEMD_BOOT_IMAGE} 69 install ${B}/src/boot/systemd-boot*.efi ${DEPLOYDIR} 70 install ${B}/src/boot/linux*.efi.stub ${DEPLOYDIR} 71 install ${B}/src/boot/addon*.efi.stub ${DEPLOYDIR}
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | wic-tools.bb | 12 DEPENDS:append:x86 = " syslinux-native syslinux grub-efi systemd-boot" 13 DEPENDS:append:x86-64 = " syslinux-native syslinux grub-efi systemd-boot" 14 DEPENDS:append:x86-x32 = " syslinux-native syslinux grub-efi" 15 DEPENDS:append:aarch64 = " grub-efi systemd-boot"
|
| /openbmc/openbmc/poky/meta/recipes-bsp/grub/ |
| H A D | grub_2.12.bb | 7 RPROVIDES:${PN}-editenv += "${PN}-efi-editenv" 9 PROVIDES:append:class-native = " grub-efi-native" 23 # need to build grub and grub-efi but only EFI is supported by removing EFI 25 rm -rf ${D}${libdir}/grub/*-efi/
|