Home
last modified time | relevance | path

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

/mcuboot-3.4.0/boot/cypress/cy_flash_pal/
Dcy_smif_psoc6.c82 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/
Dhal_flash.h29 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/
Dmcuboot_main.cpp81 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/
Dtoolchain-esp32.cmake7 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/
Dnrf52840dk_ram.overlay30 #address-cells = <1>;
43 #address-cells = <1>;
Dnrf52840dk_ram_multi.overlay38 #address-cells = <1>;
51 #address-cells = <1>;
Dnrf52840_single_slot.overlay14 #address-cells = <1>;
Dnrf52840dk_qspi_nor_secondary.overlay27 #address-cells = <1>;
Dnrf52840_big.overlay14 #address-cells = <1>;
/mcuboot-3.4.0/docs/release-notes.d/
Dzcbor-fix.md2 wrongly including the buffer address in the size which caused
/mcuboot-3.4.0/docs/
Dreadme-mbed.md14 * `"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…
Dimgtool.md92 -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
Dreadme-nuttx.md31 …herals, load the Program Counter register with the application firmware image entry point address).
Dreadme-zephyr.md119 specify a flash offset corresponding to the primary slot starting address. This
121 of raw binary images (.bin) since the former include destination address
DPORTING.md72 The bootloader requires to be able to address flash regions where the code
Drelease-notes.md183 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
Dreadme-espressif.md451 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/
DExternalMemory.md20 * 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/
Dfi_tester_gdb.sh103 …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/
DReadme.md30 …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/
DCMakeLists.txt108 "-Wno-frame-address"
134 "-Wno-frame-address"
/mcuboot-3.4.0/boot/espressif/
DCMakeLists.txt151 "-Wno-frame-address"
180 "-Wno-frame-address"
/mcuboot-3.4.0/
DCODE_OF_CONDUCT.md36 address, without their explicit permission
56 Examples of representing our community include using an official e-mail address,
/mcuboot-3.4.0/boot/zephyr/
DKconfig252 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.