/mcuboot-3.4.0/boot/nuttx/src/flash_map_backend/ |
D | flash_map_backend.c | 182 struct flash_device_s *dev = g_flash_devices[i]; in lookup_flash_device_by_id() local 184 if (fa_id == dev->fa_cfg->fa_id) in lookup_flash_device_by_id() 186 return dev; in lookup_flash_device_by_id() 213 struct flash_device_s *dev = g_flash_devices[i]; in lookup_flash_device_by_offset() local 215 if (offset == dev->fa_cfg->fa_off) in lookup_flash_device_by_offset() 217 return dev; in lookup_flash_device_by_offset() 248 struct flash_device_s *dev; in flash_area_open() local 254 dev = lookup_flash_device_by_id(id); in flash_area_open() 255 if (dev == NULL) in flash_area_open() 262 *fa = dev->fa_cfg; in flash_area_open() [all …]
|
/mcuboot-3.4.0/sim/mcuboot-sys/src/ |
D | api.rs | 146 pub fn set_flash(dev_id: u8, dev: &mut dyn Flash) { in set_flash() 149 align: dev.align() as u32, in set_flash() 150 erased_val: dev.erased_val(), in set_flash() 153 let dev: &'static mut dyn Flash = mem::transmute(dev); in set_flash() localVariable 155 dev_id, FlashPtr{ptr: dev as *mut dyn Flash}); in set_flash() 241 let dev = unsafe { &mut *(flash.ptr) }; in sim_flash_erase() localVariable 242 rc = map_err(dev.erase(offset as usize, size as usize)); in sim_flash_erase() 254 let dev = unsafe { &mut *(flash.ptr) }; in sim_flash_read() localVariable 255 rc = map_err(dev.read(offset as usize, &mut buf)); in sim_flash_read() 267 let dev = unsafe { &mut *(flash.ptr) }; in sim_flash_write() localVariable [all …]
|
/mcuboot-3.4.0/sim/src/ |
D | image.rs | 200 for &dev in ALL_DEVICES { in each_device() 203 match Self::new(dev, align, erased_val) { in each_device() 205 Err(msg) => warn!("Skipping {}: {}", dev, msg), in each_device() 391 let dev = SimFlash::new(vec![16 * 1024, 16 * 1024, 16 * 1024, 16 * 1024, 64 * 1024, in make_device() localVariable 398 areadesc.add_flash_sectors(dev_id, &dev); in make_device() 404 flash.insert(dev_id, dev); in make_device() 409 let dev = SimFlash::new(vec![4096; 128], align as usize, erased_val); in make_device() localVariable 413 areadesc.add_flash_sectors(dev_id, &dev); in make_device() 419 flash.insert(dev_id, dev); in make_device() 425 let dev = SimFlash::new(vec![4096; 128], align as usize, erased_val); in make_device() localVariable [all …]
|
D | lib.rs | 146 Some(dev) => dev, in main() 153 for &dev in ALL_DEVICES { in main() 156 status.run_single(dev, align, erased_val); in main()
|
/mcuboot-3.4.0/ci/fih_test_docker/ |
D | fi_tester_gdb.sh | 91 if cat $QEMU_LOG_FILE | grep -i "Starting bootloader" &>/dev/null; then 93 if cat gdb_out.txt | grep -i "Stopped at breakpoint" &>/dev/null; then 95 if cat $QEMU_LOG_FILE | grep -i "Secure image initializing" &>/dev/null; then 117 if cat $QEMU_LOG_FILE | grep -i "Secure image initializing" &>/dev/null; then
|
D | run_fi_test.sh | 21 DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
|
/mcuboot-3.4.0/boot/zephyr/ |
D | VERSION | 5 EXTRAVERSION = dev
|
D | serial_adapter.c | 126 boot_uart_fifo_callback(const struct device *dev, void *user_data) in boot_uart_fifo_callback() argument
|
/mcuboot-3.4.0/docs/ |
D | readme-mynewt.md | 16 vers: 0-dev 49 newtmgr --conntype serial --connstring "dev=/dev/ttyUSB0,mtu=256" image upload -e blinky.img 52 where `/dev/ttyUSB0` is your serial port.
|
D | release.md | 19 format `MAJOR.MINOR.PATCH-dev`. 58 link](https://www.python.org/dev/peps/pep-0440/#pre-releases). 66 (`*-(latest|dev)`). 73 versions should set `PATCHLEVEL` to `99` and `EXTRAVERSION` to `dev`,
|
D | readme-espressif.md | 74 …_FLASH_PORT` arg was not passed to `cmake`, the default `PORT` for flashing will be `/dev/ttyUSB0`. 83 You may adjust the port `<PORT>` (like `/dev/ttyUSB0`) and baud rate `<BAUD>` (like `2000000`) acco… 635 mcumgr conn add esp type="serial" connstring="dev=<PORT>,baud=115200,mtu=256"
|
D | release-notes.md | 388 - Nordic nRF51 and nRF52832 dev kits
|
/mcuboot-3.4.0/boot/cypress/cy_flash_pal/flash_qspi/ |
D | flash_qspi.h | 66 void qspi_dump_device(cy_stc_smif_mem_device_cfg_t *dev);
|
/mcuboot-3.4.0/ |
D | Cargo.toml | 12 [profile.dev]
|
D | README.md | 19 This is MCUboot version 1.11.0-dev
|
/mcuboot-3.4.0/ci/ |
D | espressif_run.sh | 37 cd "${MCUBOOT_ROOTDIR}" &>/dev/null
|
/mcuboot-3.4.0/boot/espressif/ |
D | CMakeLists.txt | 288 set(FLASH_PORT "/dev/ttyUSB0")
|