Home
last modified time | relevance | path

Searched refs:map (Results 1 – 24 of 24) sorted by relevance

/mcuboot-latest/boot/boot_serial/src/
Dzcbor_bulk.c12 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()
Dzcbor_bulk.h107 int zcbor_map_decode_bulk(zcbor_state_t *zsd, struct zcbor_map_decode_key_val *map,
/mcuboot-latest/boot/cypress/
D.gitignore36 *.map
DMakefile155 …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
DREADME.md20 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/
DREADME.md15 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:**
DExternalMemory.md25 The default flash map implemented is the following:
/mcuboot-latest/ptest/src/
Dmain.rs280 .map(|(_, item)| item) in only()
291 .map(|s| s.to_string()) in decode()
/mcuboot-latest/boot/espressif/port/esp32c3/ld/
Dbootloader.ld7 /* Simplified memory map for the bootloader.
/mcuboot-latest/boot/espressif/port/esp32s2/ld/
Dbootloader.ld7 /* Simplified memory map for the bootloader.
/mcuboot-latest/boot/espressif/port/esp32s3/ld/
Dbootloader.ld7 /* Simplified memory map for the bootloader.
/mcuboot-latest/sim/src/
Dlib.rs144 let align = args.flag_align.map(|x| x.0).unwrap_or(1); in main()
Dimage.rs228 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/
Dbootloader.ld7 /* Simplified memory map for the bootloader.
/mcuboot-latest/boot/espressif/port/esp32c2/ld/
Dbootloader.ld7 /** Simplified memory map for the bootloader.
/mcuboot-latest/boot/espressif/port/esp32c6/ld/
Dbootloader.ld7 /** Simplified memory map for the bootloader.
/mcuboot-latest/boot/espressif/port/esp32h2/ld/
Dbootloader.ld7 /** Simplified memory map for the bootloader.
/mcuboot-latest/docs/
DPORTING.md81 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
Dreadme-espressif.md24 [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)
Drelease-notes.md90 - espressif: adjustments after IDF v5.1 compatibility, secure boot build and memory map organization
/mcuboot-latest/ptest/
DCargo.lock215 name = "linked-hash-map"
555 "linked-hash-map",
/mcuboot-latest/boot/espressif/hal/
DCMakeLists.txt159 "-Wl,--Map=${APP_NAME}.map"
/mcuboot-latest/boot/espressif/
DCMakeLists.txt295 "-Wl,--Map=${APP_NAME}.map"
/mcuboot-latest/boot/zephyr/
DKconfig104 When possible to map storage device, at least for read operations,