Searched refs:hob_length (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/lib/hob/ |
| H A D | hob.c | 22 uint16_t hob_type, uint16_t hob_length) in _create_hob() argument 28 if ((hob_table == NULL) || (hob_length == 0)) { in _create_hob() 32 hob_length = ALIGN_UP(hob_length, 8); in _create_hob() 39 if ((size_t) hob_length > free_mem_size) { in _create_hob() 45 new_hob->hob_length = hob_length; in _create_hob() 48 hob_end = (struct efi_hob_generic_header *) (hob_table->efi_end_of_hob_list + hob_length); in _create_hob() 50 hob_end->hob_length = sizeof(struct efi_hob_generic_header); in _create_hob() 90 hob_table->header.hob_length = sizeof(struct efi_hob_handoff_info_table); in create_hob_list() 94 hob_end->hob_length = sizeof(struct efi_hob_generic_header); in create_hob_list() 172 uint16_t hob_length; in create_guid_hob() local [all …]
|
| /rk3399_ARM-atf/tools/sptool/ |
| H A D | hob.py | 145 def __init__(self, hob_type, hob_length): argument 148 self.hob_length = struct_calcsize_with_endianness(self.format_str) + hob_length 153 self.format_str, self.hob_type, self.hob_length, self.reserved 168 hob_length = struct_calcsize_with_endianness( 171 self.header = HobGenericHeader(EFI_HOB_TYPE_GUID_EXTENSION, hob_length) 205 hob_length = struct_calcsize_with_endianness(self.format_str) 206 self.header = HobGenericHeader(EFI_HOB_TYPE_HANDOFF, hob_length) 212 self.free_memory_bottom = free_memory_base + self.header.hob_length 244 hob_length = struct_calcsize_with_endianness(self.data_format_str) 245 self.header = HobGenericHeader(EFI_HOB_TYPE_FV, hob_length) [all …]
|
| /rk3399_ARM-atf/include/lib/hob/ |
| H A D | hob.h | 40 uint16_t hob_length; member
|