Home
last modified time | relevance | path

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

/u-boot/arch/x86/include/asm/
A Dhob.h59 struct hob_header { struct
71 struct hob_header hdr; argument
104 struct hob_header hdr;
124 struct hob_header hdr;
140 static inline const struct hob_header *get_next_hob(const struct hob_header in get_next_hob()
143 return (const struct hob_header *)((uintptr_t)hdr + hdr->len); in get_next_hob()
158 static inline bool end_of_hob(const struct hob_header *hdr) in end_of_hob()
174 static inline void *get_guid_hob_data(const struct hob_header *hdr) in get_guid_hob_data()
190 static inline u16 get_guid_hob_data_size(const struct hob_header *hdr) in get_guid_hob_data_size()
203 const struct hob_header *hob_get_next_hob(uint type, const void *hob_list);
[all …]
/u-boot/arch/x86/lib/
A Dhob.c18 const struct hob_header *hob_get_next_hob(uint type, const void *hob_list) in hob_get_next_hob()
20 const struct hob_header *hdr; in hob_get_next_hob()
43 const struct hob_header *hob_get_next_guid_hob(const efi_guid_t *guid, in hob_get_next_guid_hob()
46 const struct hob_header *hdr; in hob_get_next_guid_hob()
74 const struct hob_header *guid_hob; in hob_get_guid_hob_data()
/u-boot/arch/x86/include/asm/fsp2/
A Dfsp_api.h16 struct hob_header;
46 struct hob_header **hobp);
/u-boot/arch/x86/lib/fsp/
A Dfsp_support.c14 const struct hob_header *hdr; in fsp_get_usable_lowmem_top()
76 const struct hob_header *hdr; in fsp_get_usable_highmem_top()
105 const struct hob_header *hdr; in fsp_get_reserved_mem_from_guid()
A Dfsp_dram.c23 const struct hob_header *hdr; in fsp_scan_for_ram_size()
46 const struct hob_header *hdr; in dram_init_banksize()
123 const struct hob_header *hdr; in install_e820_map()
/u-boot/cmd/x86/
A Dhob.c72 static void show_hob_details(const struct hob_header *hdr) in show_hob_details()
94 const struct hob_header *hdr; in do_hob()
/u-boot/arch/x86/lib/fsp2/
A Dfsp_meminit.c66 struct hob_header *hob; in fsp_memory_init()

Completed in 16 milliseconds