Home
last modified time | relevance | path

Searched refs:hob_header (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h23 struct hob_header { struct
35 struct hob_header hdr; argument
103 struct hob_header hdr;
123 struct hob_header hdr;
159 static inline const struct hob_header *get_next_hob(const struct hob_header *hdr) in get_next_hob()
161 return (const struct hob_header *)((uintptr_t)hdr + hdr->len); in get_next_hob()
176 static inline bool end_of_hob(const struct hob_header *hdr) in end_of_hob()
192 static inline void *get_guid_hob_data(const struct hob_header *hdr) in get_guid_hob_data()
208 static inline u16 get_guid_hob_data_size(const struct hob_header *hdr) in get_guid_hob_data_size()
H A Dfsp_support.h142 const struct hob_header *fsp_get_next_hob(uint type, const void *hob_list);
152 const struct hob_header *fsp_get_next_guid_hob(const struct efi_guid *guid,
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c219 const struct hob_header *hdr; in fsp_get_usable_lowmem_top()
281 const struct hob_header *hdr; in fsp_get_usable_highmem_top()
310 const struct hob_header *hdr; in fsp_get_reserved_mem_from_guid()
363 const struct hob_header *fsp_get_next_hob(uint type, const void *hob_list) in fsp_get_next_hob()
365 const struct hob_header *hdr; in fsp_get_next_hob()
380 const struct hob_header *fsp_get_next_guid_hob(const struct efi_guid *guid, in fsp_get_next_guid_hob()
383 const struct hob_header *hdr; in fsp_get_next_guid_hob()
401 const struct hob_header *guid_hob; in fsp_get_guid_hob_data()
H A Dfsp_dram.c17 const struct hob_header *hdr; in dram_init()
68 const struct hob_header *hdr; in install_e820_map()
/openbmc/u-boot/cmd/x86/
H A Dfsp.c77 const struct hob_header *hdr; in do_hob()