Home
last modified time | relevance | path

Searched refs:fsp_notify (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/x86/lib/fsp/
Dfsp_common.c38 status = fsp_notify(NULL, INIT_PHASE_PCI); in fsp_init_phase_pci()
53 status = fsp_notify(NULL, INIT_PHASE_BOOT); in board_final_cleanup()
Dfsp_support.c184 u32 fsp_notify(struct fsp_header *fsp_hdr, u32 phase) in fsp_notify() function
199 notify = (fsp_notify_f)(fsp_hdr->img_base + fsp_hdr->fsp_notify); in fsp_notify()
/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_infoheader.h27 u32 fsp_notify; /* fsp_notify offset */ member
Dfsp_support.h77 u32 fsp_notify(struct fsp_header *fsp_hdr, u32 phase);
/external/u-boot/cmd/x86/
Dfsp.c62 printf("\tFspNotify : 0x%08x\n", hdr->fsp_notify + img_addr); in do_hdr()
/external/u-boot/arch/x86/
DKconfig405 FSP, otherwise the subsequent call to fsp_notify() will fail.