Home
last modified time | relevance | path

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

/aosp_15_r20/external/vboot_reference/futility/
H A Dupdater_utils.c113 return !firmware_section_exists(image, FMAP_RW_DIAG_NVRAM); in has_printable_ecrw_version()
128 if (!firmware_section_exists(image, section_name)) in load_ecrw_version()
203 if (firmware_section_exists(image, FMAP_RW_FWID_A)) { in parse_firmware_image()
206 } else if (firmware_section_exists(image, FMAP_RW_FWID)) { in parse_firmware_image()
324 int firmware_section_exists(const struct firmware_image *image, in firmware_section_exists() function
H A Dupdater.c321 if (section_name && !firmware_section_exists(image, section_name)) { in has_valid_update()
428 if (!firmware_section_exists(from, ah->area_name)) { in preserve_fmap_sections()
460 if (!firmware_section_exists(from, names[i])) in preserve_known_sections()
552 if (!firmware_section_exists(current, FMAP_RO_GSCVD)) { in is_ap_ro_locked_with_verification()
556 if (!firmware_section_exists(current, FMAP_SI_DESC)) { in is_ap_ro_locked_with_verification()
985 if (!firmware_section_exists(image_to, target)) { in update_try_rw_firmware()
1079 if (!firmware_section_exists(image_from, name) || in update_rw_firmware()
1080 !firmware_section_exists(image_to, name)) { in update_rw_firmware()
H A Dupdater_utils.h118 int firmware_section_exists(const struct firmware_image *image,
H A Dupdater_quirks.c300 } else if (!firmware_section_exists(ec_image, ec_ro)) { in quirk_ec_partial_recovery()