Home
last modified time | relevance | path

Searched refs:efi_st_todo (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_variables.c60 efi_st_todo("QueryVariableInfo failed\n"); in execute()
130 efi_st_todo("GetVariable returned wrong length %u\n", in execute()
133 efi_st_todo("GetVariable returned wrong value\n"); in execute()
H A Defi_selftest_block_device.c260 efi_st_todo( in teardown()
384 efi_st_todo( in execute()
493 efi_st_todo("CONFIG_FAT_WRITE is not set\n"); in execute()
H A Defi_selftest_rtc.c49 efi_st_todo(EFI_ST_NO_RTC); in execute()
H A Defi_selftest_textoutput.c116 efi_st_todo("Unicode output not fully supported\n"); in execute()
/openbmc/u-boot/include/
H A Defi_selftest.h40 #define efi_st_todo(...) \ macro