Searched refs:map (Results 1 – 24 of 24) sorted by relevance
/mcuboot-latest/boot/boot_serial/src/ |
D | zcbor_bulk.c | 12 int zcbor_map_decode_bulk(zcbor_state_t *zsd, struct zcbor_map_decode_key_val *map, in zcbor_map_decode_bulk() argument 16 struct zcbor_map_decode_key_val *dptr = map; in zcbor_map_decode_bulk() 33 if (dptr >= (map + map_size)) { in zcbor_map_decode_bulk() 34 dptr = map; in zcbor_map_decode_bulk()
|
D | zcbor_bulk.h | 107 int zcbor_map_decode_bulk(zcbor_state_t *zsd, struct zcbor_map_decode_key_val *map,
|
/mcuboot-latest/boot/cypress/ |
D | .gitignore | 36 *.map
|
D | Makefile | 155 …O_FILES) $(CC_DEPEND) $(@:.o=.d) -o $@ $(LDFLAGS) -T $(LINKER_SCRIPT) -Wl,-Map,$(OUT_FILE_NAME).map 157 …_FILES)) $(CC_DEPEND) $(@:.o=.d) -o $@ $(LDFLAGS) -T $(LINKER_SCRIPT) -Wl,-Map,$(OUT_FILE_NAME).map
|
D | README.md | 20 The default flash map for MCUBootApp implemented is next: 27 The flash map is defined through sysflash.h and cy_flash_map.c.
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | README.md | 15 The default flash map implemented is the following: 44 ### How to modify memory map 57 **How to override the flash map values during build process:** 60 Update this line and or add similar for flash map parameters to override. 99 **Default Flash map for Multi-Image operation:**
|
D | ExternalMemory.md | 25 The default flash map implemented is the following:
|
/mcuboot-latest/ptest/src/ |
D | main.rs | 280 .map(|(_, item)| item) in only() 291 .map(|s| s.to_string()) in decode()
|
/mcuboot-latest/boot/espressif/port/esp32c3/ld/ |
D | bootloader.ld | 7 /* Simplified memory map for the bootloader.
|
/mcuboot-latest/boot/espressif/port/esp32s2/ld/ |
D | bootloader.ld | 7 /* Simplified memory map for the bootloader.
|
/mcuboot-latest/boot/espressif/port/esp32s3/ld/ |
D | bootloader.ld | 7 /* Simplified memory map for the bootloader.
|
/mcuboot-latest/sim/src/ |
D | lib.rs | 144 let align = args.flag_align.map(|x| x.0).unwrap_or(1); in main()
|
D | image.rs | 228 let images = self.slots.into_iter().enumerate().map(|(image_num, slots)| { in make_no_upgrade_image() 299 let images = self.slots.into_iter().enumerate().map(|(image_num, slots)| { in make_bad_secondary_slot_image() 322 let images = self.slots.into_iter().enumerate().map(|(image_num, slots)| { in make_oversized_secondary_slot_image() 345 let images = self.slots.into_iter().enumerate().map(|(image_num, slots)| { in make_erased_secondary_image() 367 let images = self.slots.into_iter().enumerate().map(|(image_num, slots)| { in make_bootstrap_image() 389 let images = self.slots.into_iter().enumerate().map(|(image_num, slots)| { in make_oversized_bootstrap_image() 412 let images = self.slots.into_iter().enumerate().map(|(image_num, slots)| { in make_image_with_security_counter() 417 … maximal(41928), &ram, &dep, ImageManipulation::None, security_cnt.map(|v| v + 1), true); in make_image_with_security_counter() 2180 let ids: HashSet<u8> = areadesc.iter_areas().map(|area| area.device_id).collect(); in install_ptable() 2197 .map(|area| area.flash_id) in install_ptable()
|
/mcuboot-latest/boot/espressif/port/esp32/ld/ |
D | bootloader.ld | 7 /* Simplified memory map for the bootloader.
|
/mcuboot-latest/boot/espressif/port/esp32c2/ld/ |
D | bootloader.ld | 7 /** Simplified memory map for the bootloader.
|
/mcuboot-latest/boot/espressif/port/esp32c6/ld/ |
D | bootloader.ld | 7 /** Simplified memory map for the bootloader.
|
/mcuboot-latest/boot/espressif/port/esp32h2/ld/ |
D | bootloader.ld | 7 /** Simplified memory map for the bootloader.
|
/mcuboot-latest/docs/ |
D | PORTING.md | 81 This way systems are free to implement internal logic of flash map or define 86 of flash map, on the other side system specific code, within MCUboot, is
|
D | readme-espressif.md | 24 [Memory map organization for OS compatibility](#memory-map-organization-for-os-compatibility). 865 ## [Memory map organization for OS compatibility](#memory-map-organization-for-os-compatibility)
|
D | release-notes.md | 90 - espressif: adjustments after IDF v5.1 compatibility, secure boot build and memory map organization
|
/mcuboot-latest/ptest/ |
D | Cargo.lock | 215 name = "linked-hash-map" 555 "linked-hash-map",
|
/mcuboot-latest/boot/espressif/hal/ |
D | CMakeLists.txt | 159 "-Wl,--Map=${APP_NAME}.map"
|
/mcuboot-latest/boot/espressif/ |
D | CMakeLists.txt | 295 "-Wl,--Map=${APP_NAME}.map"
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 104 When possible to map storage device, at least for read operations,
|