Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_infoheader.h26 u32 fsp_init; /* fsp_init offset */ member
Dfsp_support.h67 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf);
/external/u-boot/arch/x86/lib/fsp/
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()
Dfsp_common.c153 fsp_init(stack, boot_mode, nvs); in arch_fsp_init()
/external/u-boot/cmd/x86/
Dfsp.c61 printf("\tFspInit : 0x%08x\n", hdr->fsp_init + img_addr); in do_hdr()
/external/u-boot/arch/x86/
DKconfig378 Stack top address which is used in fsp_init() after DRAM is ready and