Home
last modified time | relevance | path

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

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