Searched full:uefi (Results 1 – 16 of 16) sorted by relevance
109 For qemu_x86_64 platform, it also supports to use UEFI bootable method113 * Please install uefi-run in your system environment according to this114 reference link https://github.com/Richard-W/uefi-run. Note that uefi-run134 Now you can build application, for example UEFI boot test sample found under135 :zephyr_file:`tests/boot/uefi`:138 :zephyr-app: tests/boot/uefi143 This will build an image with the uefi boot test app, boot it on144 qemu_x86_64 using UEFI, and display the following console output:148 UEFI Interactive Shell v2.2150 UEFI v2.70 (EDK II, 0x00010000)[all …]
9 boot.uefi:10 tags: uefi
55 Booting the Elkhart Lake CRB Board using UEFI69 option is ``UEFI PXEv4``.75 Desc - UEFI PXEv4 (MAC:6805CABC1997)80 #. If UEFI PXEv4 is not the first boot option use ``bcfg boot mv`` command to
32 # We need to set up uefi-run and OVMF environment33 # for testing UEFI method on qemu platforms35 find_program(UEFI NAMES uefi-run REQUIRED)41 list(APPEND UEFI -b ${OVMF_FD_PATH} -q ${QEMU})42 set(QEMU ${UEFI})
95 bool "QEMU uses UEFI to boot up"99 This option indicates that QEMU will use UEFI bootable method
107 # + UEFI can take interrupts on our stack, so no red zone108 # + UEFI API assumes 16-bit wchar_t
65 format certainly allows that, and the UEFI specification doesn't
20 * See the UEFI 2.8b specifications for more information21 * at https://www.uefi.org/specifications
17 * See "Finding the RSDP on UEFI Enabled Systems" in ACPI specs.
55 Booting the Raptor Lake S CRB Board using UEFI
59 Booting the Alder Lake N CRB Board using UEFI
79 Booting the UP Squared Board using UEFI
477 This enables the use of the UEFI console device as the
272 /* 64 bit OS entry point, used by EFI support. UEFI293 * UEFI platforms taking this code path, but...
356 * UEFI devices can now use the firmware-initialized system console
1374 * :github:`37746` - qemu_x86_64 fails samples/hello_world/sample.basic.helloworld.uefi in CI