Home
last modified time | relevance | path

Searched refs:img_base (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c125 fsp_vpd = (struct vpd_region *)(fsp_hdr->img_base + in fsp_init()
134 memcpy(fsp_upd, (void *)(fsp_hdr->img_base + fsp_vpd->upd_offset), in fsp_init()
151 init = (fsp_init_f)(fsp_hdr->img_base + fsp_hdr->fsp_init); in fsp_init()
200 notify = (fsp_notify_f)(fsp_hdr->img_base + fsp_hdr->fsp_notify); in fsp_notify()
H A Dcmd_fsp.c31 u32 img_addr = hdr->img_base; in do_hdr()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_infoheader.h21 u32 img_base; /* image base */ member