/mcuboot-3.4.0/boot/cypress/cy_flash_pal/ |
D | cy_smif_psoc6.c | 82 uint32_t address; in psoc6_smif_read() local 86 address = addr - CY_SMIF_BASE_MEM_OFFSET; in psoc6_smif_read() 88 st = Cy_SMIF_MemRead(qspi_get_device(), cfg, address, data, len, qspi_get_context()); in psoc6_smif_read() 103 uint32_t address; in psoc6_smif_write() local 107 address = addr - CY_SMIF_BASE_MEM_OFFSET; in psoc6_smif_write() 109 st = Cy_SMIF_MemWrite(qspi_get_device(), cfg, address, data, len, qspi_get_context()); in psoc6_smif_write() 120 uint32_t address; in psoc6_smif_erase() local 130 address = (addr - CY_SMIF_BASE_MEM_OFFSET ) & ~((uint32_t)(memCfg->deviceCfg->eraseSize - 1u)); in psoc6_smif_erase() 136 address, in psoc6_smif_erase()
|
/mcuboot-3.4.0/boot/zephyr/include/hal/ |
D | hal_flash.h | 29 int hal_flash_read(uint8_t flash_id, uint32_t address, void *dst, 31 int hal_flash_write(uint8_t flash_id, uint32_t address, const void *src, 34 int hal_flash_erase(uint8_t flash_id, uint32_t address, uint32_t num_bytes);
|
/mcuboot-3.4.0/boot/mbed/ |
D | mcuboot_main.cpp | 81 uint32_t address = rsp.br_image_off + rsp.br_hdr->ih_hdr_size; in main() local 86 tr_info("Booting firmware image at 0x%x\n", address); in main() 90 mbed_start_application(address); in main()
|
/mcuboot-3.4.0/boot/espressif/tools/ |
D | toolchain-esp32.cmake | 7 set(CMAKE_C_FLAGS "-mlongcalls -Wno-frame-address" CACHE STRING "C Compiler Base Flags") 8 set(CMAKE_CXX_FLAGS "-mlongcalls -Wno-frame-address" CACHE STRING "C++ Compiler Base Flags")
|
/mcuboot-3.4.0/boot/zephyr/boards/ |
D | nrf52840dk_ram.overlay | 30 #address-cells = <1>; 43 #address-cells = <1>;
|
D | nrf52840dk_ram_multi.overlay | 38 #address-cells = <1>; 51 #address-cells = <1>;
|
D | nrf52840_single_slot.overlay | 14 #address-cells = <1>;
|
D | nrf52840dk_qspi_nor_secondary.overlay | 27 #address-cells = <1>;
|
D | nrf52840_big.overlay | 14 #address-cells = <1>;
|
/mcuboot-3.4.0/docs/release-notes.d/ |
D | zcbor-fix.md | 2 wrongly including the buffer address in the size which caused
|
/mcuboot-3.4.0/docs/ |
D | readme-mbed.md | 14 * `"mcuboot.primary-slot-address"`: address of the primary slot in the internal flash 41 …e flash), you need to set the start address (`"target.mbed_app_start"`) to be equal to `"mcuboot.p…
|
D | imgtool.md | 92 -L, --load-addr INTEGER Load address for image when it should run 94 -x, --hex-addr INTEGER Adjust address in hex output file. 110 the load address (in Intel Hex terms, the Extended Linear Address record) to 111 adjust for the new bytes prepended to the file. The load address of all data
|
D | readme-nuttx.md | 31 …herals, load the Program Counter register with the application firmware image entry point address).
|
D | readme-zephyr.md | 119 specify a flash offset corresponding to the primary slot starting address. This 121 of raw binary images (.bin) since the former include destination address
|
D | PORTING.md | 72 The bootloader requires to be able to address flash regions where the code
|
D | release-notes.md | 183 if needed to address any issues. There also may be branch releases of 241 - Add a `-x` (or `--hex_addr`) flag to imgtool to set the base address
|
D | readme-espressif.md | 451 espsecure.py encrypt_flash_data --keyfile <FLASH_ENCRYPTION_KEY.bin> --address <FLASH_OFFSET> --out… 456 espsecure.py encrypt_flash_data --aes_xts --keyfile <FLASH_ENCRYPTION_KEY.bin> --address <FLASH_OFF…
|
/mcuboot-3.4.0/boot/cypress/MCUBootApp/ |
D | ExternalMemory.md | 20 * The address for secondary slot should start from 0x18000000. 55 **Note 2**: make sure secondary slot start address is aligned (or smaller) to erase size (0x40000 -… 66 2. Navigate to `cy_flash_map.c` and check if secondary slot start address and size meet the applica… 76 `HEADER_OFFSET` defines the offset from original boot image address. This one in line above suggest…
|
/mcuboot-3.4.0/ci/fih_test_docker/ |
D | fi_tester_gdb.sh | 103 …arm-none-eabi-objdump -d $IMAGE_DIR/bl2.axf --start-address=$SKIP_ADDRESS -S | tail -n +7 | head -…
|
/mcuboot-3.4.0/boot/cypress/BlinkyApp/ |
D | Readme.md | 30 …e-build action is implemented for defining start address and size of flash, as well as RAM start a… 92 `HEADER_OFFSET` defines the offset from original boot image address. This one in line above suggest… 100 Note: for S25FL512S block address shuld be mutiple by 0x40000
|
/mcuboot-3.4.0/boot/espressif/hal/ |
D | CMakeLists.txt | 108 "-Wno-frame-address" 134 "-Wno-frame-address"
|
/mcuboot-3.4.0/boot/espressif/ |
D | CMakeLists.txt | 151 "-Wno-frame-address" 180 "-Wno-frame-address"
|
/mcuboot-3.4.0/ |
D | CODE_OF_CONDUCT.md | 36 address, without their explicit permission 56 Examples of representing our community include using an official e-mail address,
|
/mcuboot-3.4.0/boot/zephyr/ |
D | Kconfig | 252 The address that the image is copied to is specified using the load-addr 647 bool "Verify reset address of image in secondary slot" 653 Verify that the reset address in the image located in the secondary slot 662 linked at the correct address is loaded.
|