Home
last modified time | relevance | path

Searched refs:upd_offset (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/arch-queensbay/fsp/
Dfsp_vpd.h41 u32 upd_offset; /* Offset 0x000C */ member
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/arch-baytrail/fsp/
Dfsp_vpd.h87 uint32_t upd_offset; /* Offset 0x000c */ member
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/arch-braswell/fsp/
Dfsp_vpd.h142 u32 upd_offset; /* Offset 0x000c */ member
/third_party/uboot/u-boot-2020.01/arch/x86/lib/fsp1/
Dfsp_support.c117 memcpy(fsp_upd, (void *)(fsp_hdr->img_base + fsp_vpd->upd_offset), in fsp_init()