Home
last modified time | relevance | path

Searched refs:efi (Results 1 – 25 of 55) sorted by relevance

123

/u-boot/board/efi/efi-x86_payload/
A DMAINTAINERS4 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
A DKconfig4 default "efi-x86_payload"
7 default "efi"
10 default "efi"
13 default "efi-x86_payload"
/u-boot/lib/efi_selftest/
A DMakefile78 efi_selftest_miniapp_exception.efi \
79 efi_selftest_miniapp_exit.efi \
80 efi_selftest_miniapp_return.efi
83 always += dtbdump.efi
87 always += initrddump.efi
90 $(obj)/efi_miniapp_file_image_exception.h: $(obj)/efi_selftest_miniapp_exception.efi
91 $(obj)/../../tools/file2include $(obj)/efi_selftest_miniapp_exception.efi > \
94 $(obj)/efi_miniapp_file_image_exit.h: $(obj)/efi_selftest_miniapp_exit.efi
95 $(obj)/../../tools/file2include $(obj)/efi_selftest_miniapp_exit.efi > \
98 $(obj)/efi_miniapp_file_image_return.h: $(obj)/efi_selftest_miniapp_return.efi
[all …]
A D.gitignore2 *.efi
/u-boot/board/efi/efi-x86_app/
A DKconfig4 default "efi-x86_app"
7 default "efi"
10 default "efi"
13 default "efi-x86_app"
A DMAINTAINERS4 F: board/efi/efi-x86_app/
5 F: include/configs/efi-x86_app.h
6 F: configs/efi-x86_app_defconfig
/u-boot/board/efi/
A DKconfig8 bool "efi application"
16 bool "efi payload"
25 source "board/efi/efi-x86_app/Kconfig"
26 source "board/efi/efi-x86_payload/Kconfig"
/u-boot/lib/efi_loader/
A Defi_image_loader.c271 dos = (void *)efi; in efi_image_parse()
272 nt = (void *)(efi + dos->e_lfanew); in efi_image_parse()
304 efi + opt->SizeOfHeaders, 0); in efi_image_parse()
391 efi + len - authsz, 0); in efi_image_parse()
406 *auth = efi + authoff; in efi_image_parse()
519 memcpy(new_efi, efi, efi_size); in efi_image_authenticate()
520 efi = new_efi; in efi_image_authenticate()
731 void *efi, size_t efi_size, in efi_load_pe() argument
771 - efi)) { in efi_load_pe()
833 memcpy(efi_reloc, efi, in efi_load_pe()
[all …]
A D.gitignore1 *.efi
/u-boot/arch/x86/dts/
A Defi-x86_app.dts13 compatible = "efi,x86-app";
24 compatible = "efi,uart";
28 compatible = "efi,reset";
A Defi-x86_payload.dts19 compatible = "efi,x86-payload";
42 efi-fb {
43 compatible = "efi-fb";
A DMakefile15 efi-x86_app.dtb \
16 efi-x86_payload.dtb \
/u-boot/doc/uImage.FIT/
A Duefi.its17 efi-grub {
19 data = /incbin/("bootarm.efi");
22 os = "efi";
48 kernel = "efi-grub";
59 kernel = "efi-grub";
/u-boot/doc/uefi/
A Du-boot_on_efi.rst51 and CONFIG_EFI_APP. The efi-x86_app config (efi-x86_app_defconfig) is set up
59 CONFIG_EFI_STUB_64BIT. The efi-x86_payload configs (efi-x86_payload32_defconfig
63 make efi-x86_payload32_defconfig (or efi-x86_payload64_defconfig)
78 mkdir /tmp/efi
79 cp /path/to/u-boot*.efi /tmp/efi
83 type 'fs0:u-boot-payload.efi' to run the payload or 'fs0:u-boot-app.efi' to
214 lib/efi
217 arch/x86/cpu/efi
220 board/efi/efi-x86_app/efi.c
223 board/efi/efi-x86_payload
[all …]
A Discsi.rst44 iPXE can be built as an EFI application (named snp.efi) which can be loaded and
50 U-Boot loads the EFI application iPXE snp.efi using the bootefi command. This
74 | EFI | | snp.efi|
126 For running iPXE on arm64 the bin-arm64-efi/snp.efi build target is needed::
130 make bin-arm64-efi/snp.efi -j6 EMBED=myscript.ipxe
A Duefi.rst57 => load mmc 0:1 ${kernel_addr_r} efi/debian/grubaa64.efi
58 reading efi/debian/grubaa64.efi
85 Trying 'efi-grub' kernel subimage
138 cert-to-efi-sig-list -g 11111111-2222-3333-4444-123456789abc \
140 sign-efi-sig-list -c PK.crt -k PK.key PK PK.esl PK.auth
148 cert-to-efi-sig-list -g 11111111-2222-3333-4444-123456789abc \
150 sign-efi-sig-list -c PK.crt -k PK.key KEK KEK.esl KEK.auth
158 cert-to-efi-sig-list -g 11111111-2222-3333-4444-123456789abc \
160 sign-efi-sig-list -c KEK.crt -k KEK.key db db.esl db.auth
168 sbsign --key db.key --cert db.crt helloworld.efi
[all …]
/u-boot/arch/x86/
A Dconfig.mk60 OBJCOPYFLAGS_EFI += --target=efi-app-$(EFIARCH)
62 CPPFLAGS_REMOVE_crt0-efi-$(EFIARCH).o += $(CFLAGS_NON_EFI)
63 CPPFLAGS_crt0-efi-$(EFIARCH).o += $(CFLAGS_EFI)
116 EFI_TARGET := --target=efi-app-x86_64
118 EFI_TARGET := --target=efi-app-ia32
/u-boot/
A D.gitlab-ci.yml21 …- grub-mkimage --prefix="" -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab …
22 …- grub-mkimage --prefix="" -o ~/grub_x64.efi -O x86_64-efi normal echo lsefimmap lsefi lsefisysta…
39 - cp ~/grub_x86.efi $UBOOT_TRAVIS_BUILD_DIR/
40 - cp ~/grub_x64.efi $UBOOT_TRAVIS_BUILD_DIR/
41 - cp /opt/grub/grubriscv64.efi $UBOOT_TRAVIS_BUILD_DIR/grub_riscv64.efi
42 - cp /opt/grub/grubriscv32.efi $UBOOT_TRAVIS_BUILD_DIR/grub_riscv32.efi
43 - cp /opt/grub/grubaa64.efi $UBOOT_TRAVIS_BUILD_DIR/grub_arm64.efi
44 - cp /opt/grub/grubarm.efi $UBOOT_TRAVIS_BUILD_DIR/grub_arm.efi
288 TEST_PY_TEST_SPEC: "not sleep and not efi"
296 TEST_PY_TEST_SPEC: "not sleep and not efi"
[all …]
A D.azure-pipelines.yml226 TEST_PY_TEST_SPEC: "not sleep and not efi"
230 TEST_PY_TEST_SPEC: "not sleep and not efi"
234 TEST_PY_TEST_SPEC: "not sleep and not efi"
238 TEST_PY_TEST_SPEC: "not sleep and not efi"
301 …grub-mkimage --prefix=\"\" -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab …
302 …grub-mkimage --prefix=\"\" -o ~/grub_x64.efi -O x86_64-efi normal echo lsefimmap lsefi lsefisysta…
315 cp ~/grub_x86.efi ${UBOOT_TRAVIS_BUILD_DIR}/
317 cp /opt/grub/grubriscv64.efi ${UBOOT_TRAVIS_BUILD_DIR}/grub_riscv64.efi
318 cp /opt/grub/grubriscv32.efi ${UBOOT_TRAVIS_BUILD_DIR}/grub_riscv32.efi
319 cp /opt/grub/grubaa64.efi ${UBOOT_TRAVIS_BUILD_DIR}/grub_arm64.efi
[all …]
/u-boot/lib/efi/
A DMakefile5 obj-$(CONFIG_EFI_APP) += efi_app.o efi.o
17 extra-$(CONFIG_EFI_STUB) += efi_stub.o efi.o
/u-boot/doc/usage/
A Dload.rst50 => load mmc 0:1 ${kernel_addr_r} snp.efi
53 => load mmc 0:1 ${kernel_addr_r} snp.efi 1000000
56 => load mmc 0:1 ${kernel_addr_r} snp.efi 1000000 100
59 => load mmc 0:1 ${kernel_addr_r} snp.efi 10
/u-boot/tools/
A Defivar.py85 self.efi = EfiStruct()
90 self.ents = buf[self.efi.var_file_size:]
95 hdr = struct.unpack_from(self.efi.var_file_fmt, buf, 0)
101 if crc32 != calc_crc32(buf[self.efi.var_file_size:]):
116 offs += self.efi.var_entry_size
140 ent = struct.pack(self.efi.var_entry_fmt,
184 hdr = struct.pack(self.efi.var_file_fmt,
187 len(self.ents) + self.efi.var_file_size,
297 efi = EfiStruct()
300 etime = struct.pack(efi.var_time_fmt,
[all …]
/u-boot/doc/api/
A Dindex.rst10 efi
/u-boot/arch/sandbox/
A Dconfig.mk33 EFI_TARGET := --target=efi-app-x86_64
36 EFI_TARGET := --target=efi-app-ia32
/u-boot/configs/
A Defi-x86_app_defconfig6 CONFIG_DEFAULT_DEVICE_TREE="efi-x86_app"

Completed in 25 milliseconds

123