Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/
Defi.c19 struct efi_boot_arg *efi; variable
27 if (efi == NULL) { in efi_get_acpi_rsdp()
31 return efi->acpi_rsdp; in efi_get_acpi_rsdp()
40 k_mem_map_phys_bare((uint8_t **)&efi, (uintptr_t)efi_arg, in efi_init()
110 : "c"(arg1), "d"(arg2), "S"(stack_top), "D"(efi->efi_cr3) in efi_call()
124 struct efi_system_table *efist = efi->efi_systab; in efi_console_putchar()
150 __asm__ volatile("movq %0, %%cr3" :: "r"(efi->efi_cr3)); in efi_console_putchar()
DCMakeLists.txt17 zephyr_library_sources_ifdef(CONFIG_X86_EFI efi.c)
/Zephyr-latest/arch/x86/zefi/
Dzefi.c55 static struct efi_system_table *efi; variable
72 efi->ConOut->OutputString(efi->ConOut, efibuf); in efi_putchar()
87 if (efi == NULL) { in efi_config_get_vendor_table_by_guid()
91 ect_tmp = efi->ConfigurationTable; in efi_config_get_vendor_table_by_guid()
93 for (n_ct = 0; n_ct < efi->NumberOfTableEntries; n_ct++) { in efi_config_get_vendor_table_by_guid()
150 efi = sys_tab; in efi_entry()
219 efi_arg.efi_systab = efi; in efi_entry()
DREADME.txt7 "zephyr.efi" file in the current directory. Copy this to your target
14 This works by creating a "zephyr.efi" EFI binary containing a zephyr
/Zephyr-latest/boards/intel/common/scripts/
Dbuild_grub.sh37 ./configure --with-platform=efi --target=${TARGET_ARCH} --disable-werror
41 ./grub-mkimage -p /EFI/BOOT -d ./grub-core/ -O ${TARGET_ARCH}-efi \
42 -o grub_${TARGET_ARCH}.efi \
54 cp src/grub_${TARGET_ARCH}.efi bin/
/Zephyr-latest/boards/intel/common/
Dnet_boot.rst29 dhcp-boot=zephyr.efi
31 ``zephyr.efi`` is a Zephyr EFI binary created above.
33 #. Copy the Zephyr EFI image :file:`zephyr/zephyr.efi` to the
38 $ cp zephyr/zephyr.efi /srv/tftp
47 └── zephyr.efi
89 dnsmasq-tftp[5386]: sent /srv/tftp/zephyr.efi to 10.1.1.28
Defi_boot.rst31 #. Copy the Zephyr EFI image file :file:`zephyr/zephyr.efi` to the USB drive.
62 Shell> fs0:zephyr.efi
/Zephyr-latest/samples/kernel/bootargs/
DREADME.rst16 Dynamic bootargs work on platforms where Zephyr is booted by multiboot or efi.
101 argv[0] = run.efi
103 To pass your own arguments you can press ESC and write your arguments after name of the Zephyr efi
108 Shell> run.efi This is 'a list of' arguments
118 argv[0] = run.efi
/Zephyr-latest/boards/acrn/acrn/doc/
Dindex.rst247 "/efi/boot" directory of the boot media. Note that GRUB must be named
248 "bootx64.efi" for the firmware to recognize it as the bootloader:
252 # mkdir -p /mnt/acrn/efi/boot
253 # cp $PATH_TO_GRUB_BINARY /mnt/acrn/efi/boot/bootx64.efi
254 # cp $ZEPHYR_BASE/build/zephyr/zephyr.bin /mnt/acrn/efi/boot/
255 # cp $PATH_TO_ACRN/build/hypervisor/acrn.bin /mnt/acrn/efi/boot/
257 At boot, GRUB will load a "efi/boot/grub.cfg" file for its runtime
268 # cat > /mnt/acrn/efi/boot/grub.cfg<<EOF
270 multiboot2 /efi/boot/acrn.bin
271 module2 /efi/boot/zephyr.bin Zephyr_RawImage
/Zephyr-latest/boards/intel/adl/doc/
Dindex.rst56 A Zephyr EFI image file named :file:`zephyr.efi` is automatically
/Zephyr-latest/boards/up-bridge-the-gap/up_squared_pro_7000/doc/
Dup_squared_pro_7000.rst53 A Zephyr EFI image file named :file:`zephyr.efi` is automatically
/Zephyr-latest/boards/intel/ehl/doc/
Dindex.rst52 A Zephyr EFI image file named :file:`zephyr.efi` is automatically
/Zephyr-latest/boards/intel/rpl/doc/
Dindex.rst66 A Zephyr EFI image file named :file:`zephyr.efi` is automatically
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/doc/
Dindex.rst76 A Zephyr EFI image file named :file:`zephyr.efi` is automatically
/Zephyr-latest/boards/intel/adsp/doc/
Dchromebooks_adsp.rst301 dev$ echo dummy > dummy.efi
306 --version 1 --bootloader dummy.efi --arch x86_64
/Zephyr-latest/cmake/emu/
Dqemu.cmake429 set(QEMU_UEFI_OPTION ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.efi)
/Zephyr-latest/
DKconfig.zephyr754 This works by creating a "zephyr.efi" EFI binary containing a zephyr