Home
last modified time | relevance | path

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

/mcuboot-3.4.0/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-3.4.0/docs/
Dreadme-espressif.md69 2. Flash MCUboot in your device:
131 2. Flash the signed application:
161 …Uboot image signature verification, the hardware-assisted Secure Boot and Flash Encryption were ma…
241 # Options for enabling eFuse emulation in Flash
286 Flash the bootloader as following, with `--after no_reset` flag, so you can reset the device only w…
316 ## [Flash Encryption](#flash-encryption)
318 The Espressif Flash Encryption is hardware-assisted, transparent to the MCUboot process and is an a…
319 The Flash Encryption implementation is also based on [IDF](https://docs.espressif.com/projects/esp-…
321 When enabling the Flash Encryption, the user can encrypt the content either using a **device genera…
323 ### [Building bootloader with Flash Encryption](#building-bootloader-with-flash-encryption)
[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-3.4.0/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-3.4.0/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-3.4.0/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-3.4.0/sim/mcuboot-sys/src/
Dapi.rs10 use simflash::{Result, Flash, FlashPtr};
146 pub fn set_flash(dev_id: u8, dev: &mut dyn Flash) { in set_flash() argument
153 let dev: &'static mut dyn Flash = mem::transmute(dev); in set_flash()
155 dev_id, FlashPtr{ptr: dev as *mut dyn Flash}); in set_flash()
Darea.rs9 use simflash::{Flash, SimFlash, Sector};
/mcuboot-3.4.0/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-3.4.0/boot/cypress/
DREADME.md12 2. MCUboot-Based Bootloader with Rollback to Factory App in External Flash [mtb-example-anycloud-mc…
/mcuboot-3.4.0/sim/src/
Dimage.rs40 use simflash::{Flash, SimFlash, SimMultiFlash};
1598 fn show_flash(flash: &dyn Flash) { in show_flash() argument
1618 fn tralier_estimation(dev: &dyn Flash) -> usize { in tralier_estimation()
1623 fn tralier_estimation(dev: &dyn Flash) -> usize { in tralier_estimation()
1630 fn image_largest_trailer(dev: &dyn Flash) -> usize { in image_largest_trailer()
/mcuboot-3.4.0/boot/cypress/BlinkyApp/
DReadme.md94 …e memory cell contents in erased state. It is `0x00` for PSoC6's internal Flash and `0xff` for S25…