Home
last modified time | relevance | path

Searched refs:fsp_init (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_infoheader.h26 u32 fsp_init; /* fsp_init offset */ member
H A Dfsp_support.h67 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf);
/openbmc/linux/drivers/input/mouse/
H A Dsentelic.h110 extern int fsp_init(struct psmouse *psmouse);
H A Dsentelic.c1012 int fsp_init(struct psmouse *psmouse) in fsp_init() function
H A Dpsmouse-base.c873 .init = fsp_init,
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_common.c153 fsp_init(stack, boot_mode, nvs); in arch_fsp_init()
H A Dfsp_support.c99 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf) in fsp_init() function
150 init = (fsp_init_f)(fsp_hdr->img_base + fsp_hdr->fsp_init); in fsp_init()
/openbmc/u-boot/cmd/x86/
H A Dfsp.c61 printf("\tFspInit : 0x%08x\n", hdr->fsp_init + img_addr); in do_hdr()
/openbmc/u-boot/arch/x86/
H A DKconfig378 Stack top address which is used in fsp_init() after DRAM is ready and