Home
last modified time | relevance | path

Searched refs:Flash (Results 1 – 16 of 16) sorted by relevance

/mcuboot-latest/sim/simflash/src/
Dlib.rs50 pub ptr: *mut dyn Flash,
54 pub trait Flash { interface
148 impl Flash for SimFlash {
309 use super::{Flash, FlashError, SimFlash, Result, Sector};
325 fn test_device(flash: &mut dyn Flash, erased_val: u8) { in test_device() argument
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dcy8c6xxa_cm0plus.ld327 /* Emulated EEPROM Flash area */
334 /* Supervisory Flash: User data */
341 /* Supervisory Flash: Normal Access Restrictions (NAR) */
348 /* Supervisory Flash: Public Key */
355 /* Supervisory Flash: Table of Content # 2 */
362 /* Supervisory Flash: Table of Content # 2 Copy */
393 /* Flash */
398 /* Emulated EEPROM Flash area */
403 /* Supervisory Flash */
/mcuboot-latest/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld334 /* Emulated EEPROM Flash area */
341 /* Supervisory Flash: User data */
348 /* Supervisory Flash: Normal Access Restrictions (NAR) */
355 /* Supervisory Flash: Public Key */
362 /* Supervisory Flash: Table of Content # 2 */
369 /* Supervisory Flash: Table of Content # 2 Copy */
400 /* Flash */
405 /* Emulated EEPROM Flash area */
410 /* Supervisory Flash */
/mcuboot-latest/boot/cypress/MCUBootApp/
DMCUBootApp.ld327 /* Emulated EEPROM Flash area */
334 /* Supervisory Flash: User data */
341 /* Supervisory Flash: Normal Access Restrictions (NAR) */
348 /* Supervisory Flash: Public Key */
355 /* Supervisory Flash: Table of Content # 2 */
362 /* Supervisory Flash: Table of Content # 2 Copy */
393 /* Flash */
398 /* Emulated EEPROM Flash area */
403 /* Supervisory Flash */
DExternalMemory.md7 The demonstration device is CY8CPROTO-062-4343W board which is PSoC6 device with 2M of Flash availa…
8 The memory module present on board is S25FL512SAGMFI010 512-Mbit external Quad SPI NOR Flash.
78 …e memory cell contents in erased state. It is `0x00` for PSoC6's internal Flash and `0xff` for S25…
DREADME.md99 **Default Flash map for Multi-Image operation:**
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dcy8c6xxa_cm4_dual.ld345 /* Emulated EEPROM Flash area */
352 /* Supervisory Flash: User data */
359 /* Supervisory Flash: Normal Access Restrictions (NAR) */
366 /* Supervisory Flash: Public Key */
373 /* Supervisory Flash: Table of Content # 2 */
380 /* Supervisory Flash: Table of Content # 2 Copy */
411 /* Flash */
416 /* Emulated EEPROM Flash area */
421 /* Supervisory Flash */
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs11 use simflash::{Result, Flash, FlashPtr};
181 pub fn set_flash(dev_id: u8, dev: &mut dyn Flash) { in set_flash() argument
188 let dev: &'static mut dyn Flash = mem::transmute(dev); in set_flash()
190 dev_id, FlashPtr{ptr: dev as *mut dyn Flash}); in set_flash()
Darea.rs9 use simflash::{Flash, SimFlash, Sector};
/mcuboot-latest/docs/
Dreadme-espressif.md121 2. Flash MCUboot in your device:
193 2. Flash the signed application:
234 signature verification, the hardware-assisted Secure Boot and Flash Encryption were made available
329 For ESP32-C2, enable ECDSA signing scheme and, if working with Flash Encryption too, enable the
348 # Options for enabling eFuse emulation in Flash
401 Flash the bootloader as following, with `--after no_reset` flag, so you can reset the device only
443 ## [Flash Encryption](#flash-encryption)
445 The Espressif Flash Encryption is hardware-assisted, transparent to the MCUboot process and is an
447 The Flash Encryption implementation is also based on
452 When enabling the Flash Encryption, the user can encrypt the content either using a **device
[all …]
DPORTING.md70 ## Flash Map
126 /* Flash area IDs of the first image in case of multiple images */
131 /* Flash area IDs of the second image in case of multiple images */
Dreadme-nuttx.md5 The NuttX port of MCUboot secure boot library expects that the platform provides a Flash storage wi…
/mcuboot-latest/boot/cypress/
DREADME.md12 2. MCUboot-Based Bootloader with Rollback to Factory App in External Flash [mtb-example-anycloud-mc…
/mcuboot-latest/boot/espressif/
DCMakeLists.txt172 # Flash frequency parameter for esptool.py, for more information, check `esptool.py -h`
187 # Flash mode parameter for esptool.py, for more information, check `esptool.py -h`
/mcuboot-latest/sim/src/
Dimage.rs37 use simflash::{Flash, SimFlash, SimMultiFlash};
1715 fn show_flash(flash: &dyn Flash) { in show_flash() argument
1735 fn tralier_estimation(dev: &dyn Flash) -> usize { in tralier_estimation()
1740 fn tralier_estimation(dev: &dyn Flash) -> usize { in tralier_estimation()
1747 fn image_largest_trailer(dev: &dyn Flash) -> usize { in image_largest_trailer()
/mcuboot-latest/boot/cypress/BlinkyApp/
DReadme.md94 …e memory cell contents in erased state. It is `0x00` for PSoC6's internal Flash and `0xff` for S25…