Home
last modified time | relevance | path

Searched refs:FLASH_AREA_IMAGE_SCRATCH (Results 1 – 17 of 17) sorted by relevance

/mcuboot-latest/boot/mbed/include/sysflash/
Dsysflash.h12 #define FLASH_AREA_IMAGE_SCRATCH SCRATCH_ID macro
/mcuboot-latest/boot/nuttx/include/sysflash/
Dsysflash.h37 #define FLASH_AREA_IMAGE_SCRATCH SCRATCH_ID macro
/mcuboot-latest/boot/espressif/include/sysflash/
Dsysflash.h24 #define FLASH_AREA_IMAGE_SCRATCH 3 macro
/mcuboot-latest/sim/mcuboot-sys/csupport/sysflash/
Dsysflash.h44 #define FLASH_AREA_IMAGE_SCRATCH FLASH_AREA_ID(image_scratch) macro
/mcuboot-latest/boot/cypress/MCUBootApp/sysflash/
Dsysflash.h11 #define FLASH_AREA_IMAGE_SCRATCH 3 macro
/mcuboot-latest/boot/bootutil/src/
Dbootutil_misc.c156 if (flash_area_get_id(fap) == FLASH_AREA_IMAGE_SCRATCH) { in boot_status_entries()
176 if (fap->fa_id == FLASH_AREA_IMAGE_SCRATCH) { in boot_status_off()
215 FLASH_AREA_IMAGE_SCRATCH, in boot_find_status()
Dswap_misc.c146 area_id = FLASH_AREA_IMAGE_SCRATCH; in swap_read_status()
Dswap_scratch.c364 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_SCRATCH, &state_scratch); in swap_status_source()
611 rc = flash_area_open(FLASH_AREA_IMAGE_SCRATCH, &fap_scratch); in boot_swap_sectors()
956 area_id = FLASH_AREA_IMAGE_SCRATCH; in boot_read_image_header()
Dloader.c328 } else if (flash_area == FLASH_AREA_IMAGE_SCRATCH) { in boot_initialize_area()
716 rc = boot_initialize_area(state, FLASH_AREA_IMAGE_SCRATCH); in boot_read_sectors()
783 area_id = FLASH_AREA_IMAGE_SCRATCH; in boot_write_status()
2280 rc = flash_area_open(FLASH_AREA_IMAGE_SCRATCH,
3484 rc = flash_area_open(FLASH_AREA_IMAGE_SCRATCH,
/mcuboot-latest/boot/zephyr/include/sysflash/
Dsysflash.h58 #define FLASH_AREA_IMAGE_SCRATCH FIXED_PARTITION_ID(scratch_partition) macro
/mcuboot-latest/boot/mynewt/flash_map_backend/src/
Dflash_map_extended.c33 case 2: return FLASH_AREA_IMAGE_SCRATCH; in flash_area_id_from_multi_image_slot()
/mcuboot-latest/boot/zephyr/
Dflash_map_extended.c67 case 2: return FLASH_AREA_IMAGE_SCRATCH; in flash_area_id_from_multi_image_slot()
/mcuboot-latest/boot/cypress/cy_flash_pal/
Dcy_flash_map.c147 .fa_id = FLASH_AREA_IMAGE_SCRATCH,
418 case 2: return FLASH_AREA_IMAGE_SCRATCH; in flash_area_id_from_multi_image_slot()
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c103 .fa_id = FLASH_AREA_IMAGE_SCRATCH,
/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c128 .fa_id = FLASH_AREA_IMAGE_SCRATCH,
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c302 case 2: return FLASH_AREA_IMAGE_SCRATCH; in flash_area_id_from_multi_image_slot()
/mcuboot-latest/docs/
DPORTING.md123 #define FLASH_AREA_IMAGE_SCRATCH 3