Home
last modified time | relevance | path

Searched refs:fa_off (Results 1 – 20 of 20) sorted by relevance

/mcuboot-3.7.0/boot/cypress/cy_flash_pal/
Dcy_flash_map.c80 .fa_off = CY_BOOTLOADER_START_ADDRESS,
88 .fa_off = CY_FLASH_BASE + CY_BOOT_BOOTLOADER_SIZE,
97 .fa_off = CY_FLASH_BASE +\
107 .fa_off = CY_SMIF_BASE_MEM_OFFSET,
116 .fa_off = CY_FLASH_BASE +\
130 .fa_off = CY_FLASH_BASE +\
137 .fa_off = CY_SMIF_BASE_MEM_OFFSET + 0x40000,
150 .fa_off = CY_FLASH_BASE +\
155 .fa_off = CY_FLASH_BASE +\
232 assert(off < fa->fa_off); in flash_area_read()
[all …]
/mcuboot-3.7.0/boot/mynewt/flash_map_backend/src/
Dflash_map_extended.c70 if (start < fa->fa_off) { in flash_area_sector_from_off()
73 if (off >= start - fa->fa_off && off <= (start - fa->fa_off) + size) { in flash_area_sector_from_off()
74 sector->fs_off = start - fa->fa_off; in flash_area_sector_from_off()
/mcuboot-3.7.0/boot/espressif/port/
Desp_loader.c28 const uint32_t *data = (const uint32_t *)bootloader_mmap((fap->fa_off + data_addr), data_len); in load_segment()
52 …const uint32_t *data = (const uint32_t *)bootloader_mmap((fap->fa_off + hdr_offset), sizeof(esp_im… in esp_app_image_load()
77 …BOOT_LOG_INF("DRAM segment: start=0x%x, size=0x%x, vaddr=0x%x", fap->fa_off + load_header.dram_fla… in esp_app_image_load()
80 …BOOT_LOG_INF("IRAM segment: start=0x%x, size=0x%x, vaddr=0x%x", fap->fa_off + load_header.iram_fla… in esp_app_image_load()
Desp_mcuboot.c68 .fa_off = BOOTLOADER_START_ADDRESS,
75 .fa_off = IMAGE0_PRIMARY_START_ADDRESS,
82 .fa_off = IMAGE0_SECONDARY_START_ADDRESS,
90 .fa_off = IMAGE1_PRIMARY_START_ADDRESS,
97 .fa_off = IMAGE1_SECONDARY_START_ADDRESS,
105 .fa_off = SCRATCH_OFFSET,
203 bool success = aligned_flash_read(fa->fa_off + off, dst, len); in flash_area_read()
285 const uint32_t start_addr = fa->fa_off + off; in flash_area_write()
309 const uint32_t start_addr = fa->fa_off + off; in flash_area_erase()
/mcuboot-3.7.0/boot/mbed/include/flash_map_backend/
Dflash_map_backend.h70 uint32_t fa_off; member
90 return fa->fa_off; in flash_area_get_off()
/mcuboot-3.7.0/sim/mcuboot-sys/csupport/
Drun.c342 return sim_flash_read(area->fa_device_id, area->fa_off + off, dst, len); in flash_area_read()
355 return sim_flash_write(area->fa_device_id, area->fa_off + off, src, len); in flash_area_write()
367 return sim_flash_erase(area->fa_device_id, area->fa_off + off, len); in flash_area_erase()
424 sectors[i].fs_off = slot->areas[i].fa_off - in flash_area_get_sectors()
425 slot->whole.fa_off; in flash_area_get_sectors()
471 sec_off = slot->areas[i].fa_off - slot->whole.fa_off; in flash_area_sector_from_off()
505 sec_off = slot->areas[i].fa_off - slot->whole.fa_off; in flash_area_get_sector()
/mcuboot-3.7.0/boot/nuttx/include/flash_map_backend/
Dflash_map_backend.h46 uint32_t fa_off; /* The flash offset from the beginning */ member
145 return fa->fa_off; in flash_area_get_off()
/mcuboot-3.7.0/boot/espressif/include/flash_map_backend/
Dflash_map_backend.h15 uint32_t fa_off; /** The flash offset from the beginning */ member
34 return (uint32_t)fa->fa_off; in flash_area_get_off()
/mcuboot-3.7.0/boot/mbed/src/
Dflash_map_backend.cpp68 fap->fa_off = MCUBOOT_PRIMARY_SLOT_START_ADDR; in flash_area_open()
72 fap->fa_off = MBED_CONF_MCUBOOT_XIP_SECONDARY_SLOT_ADDRESS; in flash_area_open()
74 fap->fa_off = 0; in flash_area_open()
79 fap->fa_off = MCUBOOT_SCRATCH_START_ADDR; in flash_area_open()
/mcuboot-3.7.0/boot/cypress/cy_flash_pal/include/flash_map_backend/
Dflash_map_backend.h87 uint32_t fa_off; member
107 return fa->fa_off; in flash_area_get_off()
/mcuboot-3.7.0/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c80 .fa_off = 0,
105 .fa_off = 0,
130 .fa_off = 0,
215 if (offset == dev->fa_cfg->fa_off) in lookup_flash_device_by_offset()
313 dev->fa_cfg->fa_off = dev->partinfo.startsector * dev->partinfo.sectorsize; in flash_area_open()
316 BOOT_LOG_INF("Flash area offset: 0x%" PRIx32, dev->fa_cfg->fa_off); in flash_area_open()
833 off_t offset = fap->fa_off + off; in flash_area_get_sector()
/mcuboot-3.7.0/sim/mcuboot-sys/csupport/flash_map_backend/
Dflash_map_backend.h8 return (uint32_t)fa->fa_off; in flash_area_get_off()
/mcuboot-3.7.0/boot/zephyr/
Dflash_map_extended.c169 rc = flash_get_page_info_by_offs(fap->fa_dev, fap->fa_off + off, in flash_area_get_sector()
173 fsp->fs_off = fpi.start_offset - fap->fa_off; in flash_area_get_sector()
Dflash_map_legacy.c71 BOOT_LOG_DBG("area %d: offset=0x%x, length=0x%x", idx, fa->fa_off, in flash_area_get_sectors()
/mcuboot-3.7.0/boot/zephyr/include/flash_map_backend/
Dflash_map_backend.h67 return (uint32_t)fa->fa_off; in flash_area_get_off()
/mcuboot-3.7.0/boot/mynewt/flash_map_backend/include/flash_map_backend/
Dflash_map_backend.h73 return fa->fa_off; in flash_area_get_off()
/mcuboot-3.7.0/sim/mcuboot-sys/csupport/storage/
Dflash_map.h70 uint32_t fa_off; member
/mcuboot-3.7.0/boot/espressif/
Dmain.c79 BOOT_LOG_INF("Image offset = 0x%x", fap->fa_off); in read_image_header()
/mcuboot-3.7.0/docs/
DPORTING.md96 uint32_t fa_off; /** The flash offset from the beginning */
/mcuboot-3.7.0/boot/bootutil/src/
Dloader.c1059 if (reset_value < pri_fa->fa_off || reset_value> (pri_fa->fa_off + pri_fa->fa_size)) { in boot_validate_slot()