Searched refs:hob_list (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/ |
| H A D | fsp_support.h | 41 void fsp_init_done(void *hob_list); 51 void fsp_continue(u32 status, void *hob_list); 86 u32 fsp_get_usable_lowmem_top(const void *hob_list); 95 u64 fsp_get_usable_highmem_top(const void *hob_list); 108 u64 fsp_get_reserved_mem_from_guid(const void *hob_list, 120 u32 fsp_get_fsp_reserved_mem(const void *hob_list, u32 *len); 132 u32 fsp_get_tseg_reserved_mem(const void *hob_list, u32 *len); 142 const struct hob_header *fsp_get_next_hob(uint type, const void *hob_list); 153 const void *hob_list); 166 void *fsp_get_guid_hob_data(const void *hob_list, u32 *len, [all …]
|
| H A D | fsp_api.h | 27 typedef void (*fsp_continuation_f)(u32 status, void *hob_list);
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/ |
| H A D | fsp_support.c | 90 void fsp_continue(u32 status, void *hob_list) in fsp_continue() argument 97 fsp_init_done(hob_list); in fsp_continue() 218 u32 fsp_get_usable_lowmem_top(const void *hob_list) in fsp_get_usable_lowmem_top() argument 230 hdr = hob_list; in fsp_get_usable_lowmem_top() 271 if (top > (u32)hob_list) { in fsp_get_usable_lowmem_top() 280 u64 fsp_get_usable_highmem_top(const void *hob_list) in fsp_get_usable_highmem_top() argument 288 hdr = hob_list; in fsp_get_usable_highmem_top() 308 u64 fsp_get_reserved_mem_from_guid(const void *hob_list, u64 *len, in fsp_get_reserved_mem_from_guid() argument 315 hdr = hob_list; in fsp_get_reserved_mem_from_guid() 336 u32 fsp_get_fsp_reserved_mem(const void *hob_list, u32 *len) in fsp_get_fsp_reserved_mem() argument [all …]
|
| H A D | fsp_dram.c | 21 hdr = gd->arch.hob_list; in dram_init() 37 gd->arch.mrc_output = fsp_get_nvs_data(gd->arch.hob_list, in dram_init() 62 return fsp_get_usable_lowmem_top(gd->arch.hob_list); in board_get_usable_ram_top() 71 hdr = gd->arch.hob_list; in install_e820_map()
|
| H A D | fsp_common.c | 143 if (!gd->arch.hob_list) { in arch_fsp_init()
|
| H A D | cmd_fsp.c | 63 hdr = gd->arch.hob_list; in do_hob()
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | asm-offsets.c | 22 DEFINE(GD_HOB_LIST, offsetof(gd_t, arch.hob_list)); in main()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | global_data.h | 87 void *hob_list; /* FSP HOB list */ member
|