Searched refs:slots (Results 1 – 10 of 10) sorted by relevance
/mcuboot-2.7.6/sim/src/ |
D | image.rs | 63 slots: Vec<[SlotInfo; 2]>, field 79 slots: [SlotInfo; 2], field 107 let mut slots = Vec::with_capacity(num_images); in new() localVariable 150 slots.push([primary, secondary]); in new() 156 slots, in new() 179 let images = self.slots.into_iter().enumerate().map(|(image_num, slots)| { in make_no_upgrade_image() 185 let primaries = install_image(&mut flash, &slots[0], 42784, &*dep, false); in make_no_upgrade_image() 188 _ => install_image(&mut flash, &slots[1], 46928, &*dep, false) in make_no_upgrade_image() 191 slots, in make_no_upgrade_image() 207 mark_upgrade(&mut images.flash, &image.slots[1]); in make_image() [all …]
|
/mcuboot-2.7.6/sim/mcuboot-sys/src/ |
D | area.rs | 134 areas.slots[i].areas = &area[0]; in get_c() 135 areas.slots[i].whole = self.whole[i].clone(); in get_c() 136 areas.slots[i].num_areas = area.len() as u32; in get_c() 137 areas.slots[i].id = area[0].flash_id; in get_c() 156 slots: [CArea; 16], field
|
/mcuboot-2.7.6/sim/mcuboot-sys/csupport/ |
D | run.c | 232 struct area slots[16]; member 295 if (flash_areas->slots[i].id == id) in flash_area_open() 304 *area = &flash_areas->slots[i].whole; in flash_area_open() 357 if (flash_areas->slots[i].id == idx) in flash_area_to_sectors() 365 slot = &flash_areas->slots[i]; in flash_area_to_sectors() 387 if (flash_areas->slots[i].id == fa_id) in flash_area_get_sectors() 395 slot = &flash_areas->slots[i]; in flash_area_get_sectors()
|
/mcuboot-2.7.6/docs/ |
D | readme-mbed.md | 15 * `"mcuboot.slot-size"`: size of an image slot (only one image, two slots are currently supported) 41 As your application starts in the primary slots (instead of the beginning of the whole flash), you …
|
D | readme-zephyr.md | 20 Currently, the two image slots must be contiguous. If you are running
|
D | release-notes.md | 9 Equal slots (direct-xip) upgrade mode, RAM loading upgrade mode,
|
/mcuboot-2.7.6/boot/cypress/MCUBootApp/ |
D | README.md | 27 Size of slots `0x10000` - 64kb 48 Navigate to `sysflash.h` and modify the flash area(s) / slots sizes to meet your needs. 113 Size of slots `0x10000` - 64kb 115 __Note:__ It is also possible to place secondary (upgrade) slots in external memory module so resul…
|
D | ExternalMemory.md | 51 Size of slots `0x10000` - 64kB
|
/mcuboot-2.7.6/boot/cypress/ |
D | README.md | 29 It is also possible to place secondary (upgrade) slots in external memory module. In this case prim…
|
/mcuboot-2.7.6/boot/zephyr/ |
D | Kconfig | 213 but is currently limited to all sectors in both slots being of
|