Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest.c66 efi_st_printc(EFI_WHITE, "\nBoot services terminated\n"); in efi_st_exit_boot_services()
268 efi_st_printc(EFI_WHITE, "\nTesting EFI API implementation\n"); in efi_selftest()
271 efi_st_printc(EFI_WHITE, "\nSelected test: '%ps'\n", testname); in efi_selftest()
273 efi_st_printc(EFI_WHITE, "\nNumber of tests to execute: %u\n", in efi_selftest()
307 efi_st_printc(EFI_WHITE, "\nSummary: %u failures\n\n", failures); in efi_selftest()
H A Defi_selftest_bitblt.c293 con_out->set_attribute(con_out, EFI_WHITE | EFI_BACKGROUND_BLUE); in execute()
/openbmc/u-boot/include/
H A Defi_api.h546 #define EFI_WHITE 0x0f macro