Lines Matching full:to
5 This dir provides code to build kvm-unit-tests test cases and run them under
12 - [UEFI firmware](https://github.com/tianocore/edk2): to run test cases in QEMU
16 To build:
23 To run a test case with UEFI:
28 please install UEFI firmware to this path, or specify the correct path through
31 EFI_UEFI=/path/to/OVMF.fd ./x86/efi/run ./x86/msr.efi
40 - elf_x86_64_efi.lds: linker script to build an EFI application
43 EFI application binaries should be relocatable as UEFI loads binaries to dynamic
44 runtime addresses. To build such relocatable binaries, GNU-EFI utilizes the
48 `elf_x86_64_efi.lds` to organize the sections in a way UEFI recognizes
52 and then jumps to EFI application's `efi_main()` function
53 4. convert the shared object to an EFI binary