Home
last modified time | relevance | path

Searched full:uefi (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/boards/qemu/x86/doc/
Dindex.rst106 For qemu_x86_64 platform, it also supports to use UEFI bootable method
110 * Please install uefi-run in your system environment according to this
111 reference link https://github.com/Richard-W/uefi-run. Note that uefi-run
131 Now you can build application, for example UEFI boot test sample found under
132 :zephyr_file:`tests/boot/uefi`:
135 :zephyr-app: tests/boot/uefi
140 This will build an image with the uefi boot test app, boot it on
141 qemu_x86_64 using UEFI, and display the following console output:
145 UEFI Interactive Shell v2.2
147 UEFI v2.70 (EDK II, 0x00010000)
[all …]
/Zephyr-latest/tests/boot/uefi/
Dtestcase.yaml9 boot.uefi:
10 tags: uefi
/Zephyr-latest/boards/intel/ehl/doc/
Dindex.rst55 Booting the Elkhart Lake CRB Board using UEFI
71 option is ``UEFI PXEv4``.
77 Desc - UEFI PXEv4 (MAC:6805CABC1997)
82 #. If UEFI PXEv4 is not the first boot option use ``bcfg boot mv`` command to
/Zephyr-latest/cmake/emu/
Dqemu.cmake32 # We need to set up uefi-run and OVMF environment
33 # for testing UEFI method on qemu platforms
35 find_program(UEFI NAMES uefi-run REQUIRED)
41 list(APPEND UEFI -b ${OVMF_FD_PATH} -q ${QEMU})
42 set(QEMU ${UEFI})
/Zephyr-latest/boards/
DKconfig103 bool "QEMU uses UEFI to boot up"
107 This option indicates that QEMU will use UEFI bootable method
/Zephyr-latest/boards/intel/adl/doc/
Dindex.rst59 Booting the Alder Lake N CRB Board using UEFI
/Zephyr-latest/arch/x86/zefi/
Dzefi.py113 # + UEFI can take interrupts on our stack, so no red zone
114 # + UEFI API assumes 16-bit wchar_t
DREADME.txt65 format certainly allows that, and the UEFI specification doesn't
Defi.h21 * See the UEFI 2.8b specifications for more information
22 * at https://www.uefi.org/specifications
Dzefi.c17 * See "Finding the RSDP on UEFI Enabled Systems" in ACPI specs.
/Zephyr-latest/boards/intel/rpl/doc/
Dindex.rst69 Booting the Raptor Lake S CRB Board using UEFI
/Zephyr-latest/boards/up-bridge-the-gap/up_squared_pro_7000/doc/
Dup_squared_pro_7000.rst66 Booting the UP Squared Pro 7000 Board using UEFI
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/doc/
Dindex.rst79 Booting the UP Squared Board using UEFI
/Zephyr-latest/arch/x86/
DKconfig464 This enables the use of the UEFI console device as the
/Zephyr-latest/arch/x86/core/intel64/
Dlocore.S278 /* 64 bit OS entry point, used by EFI support. UEFI
299 * UEFI platforms taking this code path, but...
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst1374 * :github:`37746` - qemu_x86_64 fails samples/hello_world/sample.basic.helloworld.uefi in CI
Drelease-notes-3.1.rst356 * UEFI devices can now use the firmware-initialized system console