Home
last modified time | relevance | path

Searched refs:hob_type (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/lib/hob/
H A Dhob.c22 uint16_t hob_type, uint16_t hob_length) in _create_hob() argument
44 new_hob->hob_type = hob_type; in _create_hob()
49 hob_end->hob_type = EFI_HOB_TYPE_END_OF_HOB_LIST; in _create_hob()
89 hob_table->header.hob_type = EFI_HOB_TYPE_HANDOFF; in create_hob_list()
93 hob_end->hob_type = EFI_HOB_TYPE_END_OF_HOB_LIST; in create_hob_list()
/rk3399_ARM-atf/tools/sptool/
H A Dhob.py145 def __init__(self, hob_type, hob_length): argument
147 self.hob_type = hob_type
153 self.format_str, self.hob_type, self.hob_length, self.reserved
/rk3399_ARM-atf/include/lib/hob/
H A Dhob.h39 uint16_t hob_type; member