Searched refs:storage (Results 1 – 14 of 14) sorted by relevance
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | api.rs | 152 pub storage: Vec<u32>, field 163 storage: vec![0; count] in new() 361 if image_index as usize >= counter_storage.storage.len() { in sim_set_nv_counter_for_image() 365 if counter_storage.storage[image_index as usize] > security_counter_value { in sim_set_nv_counter_for_image() 371 counter_storage.storage[image_index as usize] = security_counter_value; in sim_set_nv_counter_for_image() 382 if image_index as usize >= counter_storage.storage.len() { in sim_get_nv_counter_for_image() 386 unsafe { *security_counter_value = counter_storage.storage[image_index as usize] }; in sim_get_nv_counter_for_image()
|
/mcuboot-latest/boot/mbed/ |
D | CMakeLists.txt | 34 mbed-storage-flashiap 35 mbed-storage-blockdevice
|
/mcuboot-latest/docs/ |
D | readme-nuttx.md | 5 The NuttX port of MCUboot secure boot library expects that the platform provides a Flash storage wi… 15 …end.h>`, for enabling MCUboot to manage the application firmware image slots in the device storage. 21 …l and requires minimal knowledge about characteristics of the underlying storage device. This is a…
|
D | readme-mbed.md | 23 …ckDevice` as the secondary slot. It can be any types of internal or external storage provided that: 25 …e_, you need to set `"mcuboot.read-granularity"` to the read size of the storage - this buffers sm…
|
D | readme-zephyr.md | 251 * Storage erase - This command allows erasing the storage partition (enable with ``CONFIG_BOOT_MGMT…
|
D | readme-espressif.md | 231 external storage is available (see [Threat model](encrypted_images.md#threat-model)) since by 286 Notice that the public key will be embedded in the bootloader code, since the hardware key storage
|
/mcuboot-latest/samples/runtime-source/zephyr/ |
D | README.md | 3 This sample demonstrates how to use a non flash storage to retrieve the image
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.serial_recovery | 127 bool "Enable storage erase command" 129 The option enables mcumgr command that allows to erase storage 131 Note that the storage partition needs to be defined, in DTS, otherwise
|
D | Kconfig | 101 bool "Hash calculation functions access storage through address space" 104 When possible to map storage device, at least for read operations, 106 calculation functions to directly access the storage through that address 112 - currently only supported on internal storage of devices; this 113 option will not work with devices that use external storage for 607 Use a custom user-specified storage. 941 The size of a secondary buffer used for writing decompressed data to the storage device.
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 386 * Silicon/JTAG ID, etc.) storage.
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 393 * Silicon/JTAG ID, etc.) storage.
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 386 * Silicon/JTAG ID, etc.) storage.
|
D | README.md | 192 …e by pressing `SW3 MODE` button until `LED2 STATUS` blinks fast and mass storage device appeared i…
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 404 * Silicon/JTAG ID, etc.) storage.
|