Home
last modified time | relevance | path

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

/optee_os/core/drivers/bnxt/
A Dbnxt_fw.c416 static int ape_section_copy(struct ape_bin_hdr_s *bin_hdr, in ape_section_copy() argument
438 section_data = (uint8_t *)((uintptr_t)bin_hdr + in ape_section_copy()
456 src = (uintptr_t)bin_hdr + SECTION_SRC_OFFSET(section); in ape_section_copy()
520 struct ape_bin_hdr_s *bin_hdr = NULL; in bnxt_load() local
525 bin_hdr = (struct ape_bin_hdr_s *)img_buffer; in bnxt_load()
529 if (ape_bin_hdr_valid(bin_hdr) != BNXT_SUCCESS) in bnxt_load()
532 for (sidx = 0; sidx < bin_hdr->num_total_sections; sidx++, section++) { in bnxt_load()
558 rc = ape_section_copy(bin_hdr, section); in bnxt_load()
570 bnxt_fastboot((bin_hdr->entry_address & in bnxt_load()

Completed in 4 milliseconds