Lines Matching refs:boot_loader_state
64 static struct boot_loader_state boot_data;
121 struct boot_loader_state *boot_get_loader_state(void) in boot_get_loader_state()
127 boot_read_image_headers(struct boot_loader_state *state, bool require_all, in boot_read_image_headers()
167 boot_add_shared_data(struct boot_loader_state *state, in boot_add_shared_data()
210 fill_rsp(struct boot_loader_state *state, struct boot_rsp *rsp) in fill_rsp()
245 close_all_flash_areas(struct boot_loader_state *state) in close_all_flash_areas()
323 boot_initialize_area(struct boot_loader_state *state, int flash_area) in boot_initialize_area()
363 boot_read_sectors_recovery(struct boot_loader_state *state) in boot_read_sectors_recovery()
389 boot_verify_slot_dependencies(struct boot_loader_state *state, uint32_t slot);
400 boot_verify_slot_dependency(struct boot_loader_state *state, in boot_verify_slot_dependency()
459 boot_verify_dependencies(struct boot_loader_state *state) in boot_verify_dependencies()
506 boot_verify_dependencies(struct boot_loader_state *state) in boot_verify_dependencies()
544 boot_verify_slot_dependencies(struct boot_loader_state *state, uint32_t slot) in boot_verify_slot_dependencies()
616 boot_write_sz(struct boot_loader_state *state) in boot_write_sz()
645 boot_read_sectors(struct boot_loader_state *state) in boot_read_sectors()
721 boot_write_status(const struct boot_loader_state *state, struct boot_status *bs) in boot_write_status()
781 boot_image_check(struct boot_loader_state *state, struct image_header *hdr, in boot_image_check()
877 struct boot_loader_state *state)
949 boot_check_header_erased(struct boot_loader_state *state, int slot)
986 boot_rom_address_check(struct boot_loader_state *state)
1020 boot_validate_slot(struct boot_loader_state *state, int slot,
1205 boot_update_security_counter(struct boot_loader_state *state, int slot, int hdr_slot_idx)
1244 boot_validated_swap_type(struct boot_loader_state *state,
1319 boot_copy_region(struct boot_loader_state *state,
1324 boot_copy_region(struct boot_loader_state *state,
1471 boot_copy_image(struct boot_loader_state *state, struct boot_status *bs)
1646 boot_swap_image(struct boot_loader_state *state, struct boot_status *bs)
1788 boot_perform_update(struct boot_loader_state *state, struct boot_status *bs)
1869 boot_complete_partial_swap(struct boot_loader_state *state,
1920 boot_review_image_swap_types(struct boot_loader_state *state,
1981 boot_prepare_image_for_update(struct boot_loader_state *state,
2167 boot_update_hw_rollback_protection(struct boot_loader_state *state)
2211 check_downgrade_prevention(struct boot_loader_state *state)
2255 context_boot_go(struct boot_loader_state *state, struct boot_rsp *rsp)
2638 boot_get_slot_usage(struct boot_loader_state *state)
2698 find_slot_with_highest_version(struct boot_loader_state *state)
2732 print_loaded_images(struct boot_loader_state *state)
2765 boot_select_or_erase(struct boot_loader_state *state)
2835 boot_load_and_validate_images(struct boot_loader_state *state)
2933 boot_update_hw_rollback_protection(struct boot_loader_state *state)
2969 context_boot_go(struct boot_loader_state *state, struct boot_rsp *rsp)
3095 void boot_state_clear(struct boot_loader_state *state)
3098 memset(state, 0, sizeof(struct boot_loader_state));
3100 memset(&boot_data, 0, sizeof(struct boot_loader_state));
3200 uint32_t boot_get_state_secondary_offset(struct boot_loader_state *state,