Searched defs:boot_loader_state (Results 1 – 1 of 1) sorted by relevance
234 struct boot_loader_state { struct235 struct {240 } imgs[BOOT_IMAGE_NUMBER][BOOT_NUM_SLOTS];243 struct {247 } scratch;250 uint8_t swap_type[BOOT_IMAGE_NUMBER];251 uint32_t write_sz;254 uint32_t secondary_offset[BOOT_IMAGE_NUMBER];256 bool bootstrap_secondary_offset_set[BOOT_IMAGE_NUMBER];261 struct enc_key_data enc[BOOT_IMAGE_NUMBER][BOOT_NUM_SLOTS];[all …]