Home
last modified time | relevance | path

Searched refs:EFI_FVH_SIGNATURE (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_fv.h123 #define EFI_FVH_SIGNATURE SIGNATURE_32('_', 'F', 'V', 'H') macro
/external/u-boot/arch/x86/lib/fsp/
Dfsp_support.c50 if (((struct fv_header *)fsp)->sign == EFI_FVH_SIGNATURE) { in find_fsp_header()