Searched refs:fsp_find_header (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_support.h24 * fsp_find_header() - Find FSP header offset in FSP image
28 struct fsp_header *fsp_find_header(void);
/u-boot/arch/x86/lib/fsp1/
H A Dfsp_support.c12 struct fsp_header *__attribute__((optimize("O0"))) fsp_find_header(void) function
97 fsp_hdr = fsp_find_header();
177 fsp_hdr = (struct fsp_header *)fsp_find_header();
H A Dfsp_car.S24 jmp fsp_find_header
/u-boot/cmd/x86/
H A Dfsp.c31 hdr = fsp_find_header();

Completed in 57 milliseconds