Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_infoheader.h36 #define FSP_ATTR_GRAPHICS_SUPPORT (1 << 0) macro
/external/u-boot/cmd/x86/
Dfsp.c55 hdr->img_attr & FSP_ATTR_GRAPHICS_SUPPORT ? " " : " un"); in do_hdr()