Home
last modified time | relevance | path

Searched full:start (Results 1 – 25 of 72) sorted by relevance

123

/mcuboot-latest/ci/fih_test_docker/
Drun_fi_test.sh61 # Load the CSV FI manifest file, and output in START, END lines. Effectively
62 # join START and END lines together with a comma seperator.
63 …REGIONS=$(sed "N;s/\(0x[[:xdigit:]]*\).*START\n\(0x[[:xdigit:]]*\).*END.*/\1,\2/g;P;D" $PWD/fih_ma…
68 #Split the START,END pairs into the two variables
69 START=$(echo $REGION | cut -d"," -f 1)
73 START=$(printf "0x%X" $((START - PAD)))
77 $DIR/fi_tester_gdb.sh $TFM_IMAGE_OUTPUT_PATH $START $END --skip $SKIP_SIZE
Dfi_tester_gdb.sh69 # start qemu, dump the serial output to $QEMU_LOG_FILE
84 # start qemu, skip the instruction, and continue execution
105 … arm-none-eabi-objdump -d $AXF_FILE --start-address=$SKIP_ADDRESS -S | tail -n +7 | head -n 14 1>&2
166 elif test -z "$START"; then
167 START=$1
179 # Check that image directory, start and end address have been supplied
185 if test -z "$START"; then
191 END=$START
198 # Create the start-end address range (step 2)
199 ADDRS=$(printf '0x%x\n' $(seq "$START" 2 "$END"))
Dfi_make_manifest.sh34 # In the case that there is a START followed by another START take the first one
35 ADDRESSES=$(echo "$ADDRESSES" | sed "N;s/\(.*START.*\)\n\(.*START.*\)/\1/;P;D")
/mcuboot-latest/boot/mynewt/flash_map_backend/src/
Dflash_map_extended.c56 uint32_t start; in flash_area_sector_from_off() local
69 hf->hf_itf->hff_sector_info(hf, i, &start, &size); in flash_area_sector_from_off()
70 if (start < fa->fa_off) { in flash_area_sector_from_off()
73 if (off >= start - fa->fa_off && off <= (start - fa->fa_off) + size) { in flash_area_sector_from_off()
74 sector->fs_off = start - fa->fa_off; in flash_area_sector_from_off()
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dasn1.h214 * \param p On entry, \c *p points to the start of the ASN.1 element.
224 * \return #MBEDTLS_ERR_ASN1_UNEXPECTED_TAG if the data does not start
238 * \param p On entry, \c *p points to the start of the ASN.1 element.
246 * \return An ASN.1 error code if the input does not start with
257 * \param p On entry, \c *p points to the start of the ASN.1 element.
265 * \return An ASN.1 error code if the input does not start with
278 * \param p On entry, \c *p points to the start of the ASN.1 element.
286 * \return An ASN.1 error code if the input does not start with
299 * \param p On entry, \c *p points to the start of the ASN.1 element.
309 * \return An ASN.1 error code if the input does not start with
[all …]
/mcuboot-latest/boot/zephyr/
Dmain.c281 void *start; in do_boot() local
290 /* Load memory segments and start from entry point */ in do_boot()
297 start = (void *)(SRAM_BASE_ADDRESS + rsp->br_hdr->ih_hdr_size); in do_boot()
298 ((void (*)(void))start)(); in do_boot()
309 void *start; in do_boot() local
312 start = (void *)(rsp->br_hdr->ih_load_addr + rsp->br_hdr->ih_hdr_size); in do_boot()
320 start = (void *)(flash_base + rsp->br_image_off + in do_boot()
326 ((void (*)(void))start)(); in do_boot()
367 /* start logging thread */
494 uint32_t start = k_uptime_get_32(); local
[all …]
/mcuboot-latest/boot/cypress/BlinkyApp/
DReadme.md30 Pre-build action is implemented for defining start address and size of flash, as well as RAM start
74 * first image BOOT (PRIMARY) slot start `0x10018000`
76 * second image BOOT (PRIMARY) slot start `0x10038000`
92 …al boot image address. This one in line above suggests secondary slot will start from `0x18000000`.
/mcuboot-latest/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 …al boot image address. This one in line above suggests secondary slot will start from `0x18000000`.
/mcuboot-latest/boot/mbed/include/flash_map_backend/
Dflash_map_backend.h101 * Each sector has an offset relative to the start of its flash area
102 * (NOT relative to the start of its flash device), and a size. A
107 * Offset of this sector, from the start of its flash area (not device).
128 * Start using flash area.
/mcuboot-latest/sim/mcuboot-sys/csupport/storage/
Dflash_map.h81 * Each sector has an offset relative to the start of its flash area
82 * (NOT relative to the start of its flash device), and a size. A
87 * Offset of this sector, from the start of its flash area (not device).
108 * Start using flash area.
/mcuboot-latest/boot/espressif/hal/include/
Desp_mcuboot_image.h21 uint32_t iram_flash_offset; /* Flash offset(LMA) for start of IRAM region */
24 uint32_t dram_flash_offset; /* Flash offset(LMA) for start of DRAM region */
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dstartup_psoc6_02_cm0plus.S164 * offset 0: LMA of start of a section to copy from
165 * offset 4: VMA of start of a section to copy to
196 * __etext: LMA of start of the section to copy from. Usually end of text
197 * __data_start__: VMA of start of the section to copy to
233 * offset 0: Start of a BSS section
260 * __bss_start__: start of the BSS section.
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c114 #define BOOT_SERIAL_FRAME_MTU 124 /* 127 - pkt start (2 bytes) and stop (1 byte) */
727 * Function will erase all sectors withing [start, end] range; it does not check
728 * the @p start for alignment, and it will use @p end to find boundaries of las
732 * offset as @p start.
734 * @param start starting offset, aligned to sector offset;
740 static off_t erase_range(const struct flash_area *fap, off_t start, off_t end) in erase_range() argument
750 if (end < start) { in erase_range()
751 return start; in erase_range()
758 size = flash_sector_get_off(&sect) + flash_sector_get_size(&sect) - start; in erase_range()
759 BOOT_LOG_DBG("Erasing range 0x%jx:0x%jx", (intmax_t)start, in erase_range()
[all …]
/mcuboot-latest/boot/mbed/
Dmbed_lib.json11 …"help": "Start address of the primary (bootable) image slot. Target-dependent, please set on a per…
26 … "help": "Start address of the scratch area. If needed, please set on a per-target basis.",
170 … "help": "Start of reserved RAM region for data shared between bootloader and application",
190 …"help": "Specify start address for secondary slot address in XIP-accessible memory. This is requir…
/mcuboot-latest/boot/espressif/port/
Desp_loader.c77 …BOOT_LOG_INF("DRAM segment: start=0x%x, size=0x%x, vaddr=0x%x", fap->fa_off + load_header.dram_fla… in esp_app_image_load()
80 …BOOT_LOG_INF("IRAM segment: start=0x%x, size=0x%x, vaddr=0x%x", fap->fa_off + load_header.iram_fla… in esp_app_image_load()
83 BOOT_LOG_INF("start=0x%x", load_header.entry_addr); in esp_app_image_load()
/mcuboot-latest/boot/cypress/libs/watchdog/
Dwatchdog.h38 /** Initialize and start the WDT
63 /** Start (enable) the WDT
65 * @return The status of the start request
/mcuboot-latest/boot/boot_serial/include/boot_serial/
Dboot_serial.h41 * Start processing newtmgr commands for uploading image0 over serial.
47 * Start processing newtmgr commands for uploading image0 over serial.
/mcuboot-latest/docs/
Dreadme-espressif.md892 * +--------+--------------+------+ 0x40070000 / --------- - SRAM0 START
918 * +------------------------------+ 0x400A0000 / 0x3FFFFFFF - SRAM1 START
938 * +--------+--------------+------+ ---------- / 0x3FFAE000 - SRAM2 START
953 * +--------+--------------+------+ 0x40070000 / --------- - SRAM0 START
974 * +------------------------------+ 0x400A0000 / 0x3FFFFFFF - SRAM1 START
998 * +--------+--------------+------+ ---------- / 0x3FFAE000 - SRAM2 START
1008 * +--------+--------------+------+ 0x40020000 / 0x3FFB0000 - SRAM0 START
1014 * +--------+--------------+------+ 0x40028000 / 0x3FFB8000 - SRAM1 START
1050 * +--------+--------------+------+ 0x40370000 / ---------- - SRAM0 START
1056 * +--------+--------------+------+ 0x40378000 / 0x3FC88000 - SRAM1 START
[all …]
/mcuboot-latest/boot/boot_serial/
Dsyscfg.yml22 Start the serial boot loader if this pin is asserted at boot time.
37 to start.
/mcuboot-latest/boot/espressif/port/esp32c2/ld/
Dbootloader.ld33 /* Start of the lower region is determined by region size and the end of the higher region */
46 /* The app may use RAM for static allocations up to the start of iram_loader_seg.
48 * 1. Check what the new value of bootloader_iram_loader_seg start is.
/mcuboot-latest/boot/espressif/port/esp32c6/ld/
Dbootloader.ld30 /* Start of the lower region is determined by region size and the end of the higher region */
43 /* The app may use RAM for static allocations up to the start of iram_loader_seg.
45 * 1. Check what the new value of bootloader_iram_loader_seg start is.
/mcuboot-latest/boot/espressif/port/esp32h2/ld/
Dbootloader.ld31 /* Start of the lower region is determined by region size and the end of the higher region */
44 /* The app may use RAM for static allocations up to the start of iram_loader_seg.
46 * 1. Check what the new value of bootloader_iram_loader_seg start is.
/mcuboot-latest/boot/cypress/cy_flash_pal/include/flash_map_backend/
Dflash_map_backend.h118 * Each sector has an offset relative to the start of its flash area
119 * (NOT relative to the start of its flash device), and a size. A
124 * Offset of this sector, from the start of its flash area (not device).
/mcuboot-latest/boot/bootutil/src/
Dswap_priv.h34 * Initialize the given flash_area with the metadata required to start a new
86 * Start a new or resume an interrupted swap according to the parameters
Dbootutil_priv.h452 uint32_t start; member
460 #define IMAGE_EXECUTABLE_RAM_START IMAGE_GET_FIELD(start)
467 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument
468 (memcpy((output),(void*)(IMAGE_RAM_BASE + (hdr)->ih_load_addr + (start)), \
473 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument
474 (flash_area_read((fap), (start), (output), (size)))

123