Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/boards/x86/qemu_x86/doc/
Dindex.rst109 For qemu_x86_64 platform, it also supports to use UEFI bootable method
113 * Please install uefi-run in your system environment according to this
114 reference link https://github.com/Richard-W/uefi-run. Note that uefi-run
134 Now you can build application, for example UEFI boot test sample found under
135 :zephyr_file:`tests/boot/uefi`:
138 :zephyr-app: tests/boot/uefi
143 This will build an image with the uefi boot test app, boot it on
144 qemu_x86_64 using UEFI, and display the following console output:
148 UEFI Interactive Shell v2.2
150 UEFI v2.70 (EDK II, 0x00010000)
[all …]
/Zephyr-Core-3.5.0/tests/boot/uefi/
Dtestcase.yaml9 boot.uefi:
10 tags: uefi
/Zephyr-Core-3.5.0/boards/x86/intel_ehl/doc/
Dindex.rst55 Booting the Elkhart Lake CRB Board using UEFI
69 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
/Zephyr-Core-3.5.0/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-Core-3.5.0/boards/
DKconfig95 bool "QEMU uses UEFI to boot up"
99 This option indicates that QEMU will use UEFI bootable method
/Zephyr-Core-3.5.0/arch/x86/zefi/
Dzefi.py107 # + UEFI can take interrupts on our stack, so no red zone
108 # + UEFI API assumes 16-bit wchar_t
DREADME.txt65 format certainly allows that, and the UEFI specification doesn't
Defi.h20 * See the UEFI 2.8b specifications for more information
21 * at https://www.uefi.org/specifications
Dzefi.c17 * See "Finding the RSDP on UEFI Enabled Systems" in ACPI specs.
/Zephyr-Core-3.5.0/boards/x86/intel_rpl/doc/
Dindex.rst55 Booting the Raptor Lake S CRB Board using UEFI
/Zephyr-Core-3.5.0/boards/x86/intel_adl/doc/
Dindex.rst59 Booting the Alder Lake N CRB Board using UEFI
/Zephyr-Core-3.5.0/boards/x86/up_squared/doc/
Dindex.rst79 Booting the UP Squared Board using UEFI
/Zephyr-Core-3.5.0/arch/x86/
DKconfig477 This enables the use of the UEFI console device as the
/Zephyr-Core-3.5.0/arch/x86/core/intel64/
Dlocore.S272 /* 64 bit OS entry point, used by EFI support. UEFI
293 * UEFI platforms taking this code path, but...
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.1.rst356 * UEFI devices can now use the firmware-initialized system console
Drelease-notes-2.7.rst1374 * :github:`37746` - qemu_x86_64 fails samples/hello_world/sample.basic.helloworld.uefi in CI