Searched refs:efi (Results 1 – 17 of 17) sorted by relevance
19 struct efi_boot_arg *efi; variable27 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()
17 zephyr_library_sources_ifdef(CONFIG_X86_EFI efi.c)
55 static struct efi_system_table *efi; variable72 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()
7 "zephyr.efi" file in the current directory. Copy this to your target14 This works by creating a "zephyr.efi" EFI binary containing a zephyr
37 ./configure --with-platform=efi --target=${TARGET_ARCH} --disable-werror41 ./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/
29 dhcp-boot=zephyr.efi31 ``zephyr.efi`` is a Zephyr EFI binary created above.33 #. Copy the Zephyr EFI image :file:`zephyr/zephyr.efi` to the38 $ cp zephyr/zephyr.efi /srv/tftp47 └── zephyr.efi89 dnsmasq-tftp[5386]: sent /srv/tftp/zephyr.efi to 10.1.1.28
31 #. Copy the Zephyr EFI image file :file:`zephyr/zephyr.efi` to the USB drive.62 Shell> fs0:zephyr.efi
16 Dynamic bootargs work on platforms where Zephyr is booted by multiboot or efi.101 argv[0] = run.efi103 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' arguments118 argv[0] = run.efi
247 "/efi/boot" directory of the boot media. Note that GRUB must be named248 "bootx64.efi" for the firmware to recognize it as the bootloader:252 # mkdir -p /mnt/acrn/efi/boot253 # cp $PATH_TO_GRUB_BINARY /mnt/acrn/efi/boot/bootx64.efi254 # 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 runtime268 # cat > /mnt/acrn/efi/boot/grub.cfg<<EOF270 multiboot2 /efi/boot/acrn.bin271 module2 /efi/boot/zephyr.bin Zephyr_RawImage
56 A Zephyr EFI image file named :file:`zephyr.efi` is automatically
53 A Zephyr EFI image file named :file:`zephyr.efi` is automatically
52 A Zephyr EFI image file named :file:`zephyr.efi` is automatically
66 A Zephyr EFI image file named :file:`zephyr.efi` is automatically
76 A Zephyr EFI image file named :file:`zephyr.efi` is automatically
301 dev$ echo dummy > dummy.efi306 --version 1 --bootloader dummy.efi --arch x86_64
429 set(QEMU_UEFI_OPTION ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.efi)
754 This works by creating a "zephyr.efi" EFI binary containing a zephyr