Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c259 hdr = get_next_hob(hdr); in fsp_get_usable_lowmem_top()
301 hdr = get_next_hob(hdr); in fsp_get_usable_highmem_top()
329 hdr = get_next_hob(hdr); in fsp_get_reserved_mem_from_guid()
374 hdr = get_next_hob(hdr); in fsp_get_next_hob()
392 hdr = get_next_hob(hdr); in fsp_get_next_guid_hob()
H A Dfsp_dram.c29 hdr = get_next_hob(hdr); in dram_init()
86 hdr = get_next_hob(hdr); in install_e820_map()
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h159 static inline const struct hob_header *get_next_hob(const struct hob_header *hdr) in get_next_hob() function
/openbmc/u-boot/cmd/x86/
H A Dfsp.c116 hdr = get_next_hob(hdr); in do_hob()