Home
last modified time | relevance | path

Searched refs:EFI_INCOMPATIBLE_VERSION (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_miniapp_return.c30 return EFI_INCOMPATIBLE_VERSION; in efi_main()
H A Defi_selftest_startimage_return.c134 if (ret != EFI_INCOMPATIBLE_VERSION) { in execute()
/openbmc/u-boot/include/
H A Defi.h84 #define EFI_INCOMPATIBLE_VERSION (EFI_ERROR_MASK | 25) macro