Home
last modified time | relevance | path

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

/external/vboot_reference/futility/
Dupdater_utils.c84 find_firmware_section(&fwid, image, section_name); in load_firmware_version()
305 int find_firmware_section(struct firmware_section *section, in find_firmware_section() function
328 find_firmware_section(&section, image, section_name); in firmware_section_exists()
338 find_firmware_section(&from, image_from, section_name); in preserve_firmware_section()
339 find_firmware_section(&to, image_to, section_name); in preserve_firmware_section()
359 find_firmware_section(&section, image, FMAP_RO_GBB); in find_gbb()
694 find_firmware_section(&section, image, fmap_section); in overwrite_section()
Dupdater_quirks.c95 find_firmware_section(&ec_ro_sec, &cfg->ec_image, "EC_RO"); in ec_ro_software_sync()
380 find_firmware_section(&section, image, name); in quirk_clear_mrc_data()
521 find_firmware_section(&cbfs_section, &cfg->image, cbfs_region); in updater_get_cbfs_quirks()
Dupdater_utils.h126 int find_firmware_section(struct firmware_section *section,
Dplatform_csme.c42 if (find_firmware_section(&section, image, FMAP_SI_DESC)) in find_fmba()
Dcmd_read.c124 if (find_firmware_section(&section, &cfg->image_current, region)) { in read_flash_regions_to_file()
Dupdater.c384 find_firmware_section(&section, image_from, FMAP_SI_ME); in preserve_management_engine()
519 find_firmware_section(&from, image_from, section_name); in section_needs_update()
520 find_firmware_section(&to, image_to, section_name); in section_needs_update()
619 if (find_firmware_section(&section, image, section_name) != 0) { in get_keyblock()
Dupdater_manifest.c131 find_firmware_section(&section, image, section_name); in change_section()