Searched refs:table (Results 1 – 15 of 15) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 422 const struct boot_swap_table *table; in boot_swap_type_multi() local 454 table = boot_swap_tables + i; in boot_swap_type_multi() 456 if (boot_magic_compatible_check(table->magic_primary_slot, in boot_swap_type_multi() 458 boot_magic_compatible_check(table->magic_secondary_slot, in boot_swap_type_multi() 460 (table->image_ok_primary_slot == BOOT_FLAG_ANY || in boot_swap_type_multi() 461 table->image_ok_primary_slot == primary_slot.image_ok) && in boot_swap_type_multi() 462 (table->image_ok_secondary_slot == BOOT_FLAG_ANY || in boot_swap_type_multi() 463 table->image_ok_secondary_slot == secondary_slot.image_ok) && in boot_swap_type_multi() 464 (table->copy_done_primary_slot == BOOT_FLAG_ANY || in boot_swap_type_multi() 465 table->copy_done_primary_slot == primary_slot.copy_done) in boot_swap_type_multi() [all …]
|
D | swap_scratch.c | 344 const struct boot_status_table *table; in swap_status_source() local 373 table = &boot_status_tables[i]; in swap_status_source() 375 if (boot_magic_compatible_check(table->bst_magic_primary_slot, in swap_status_source() 378 boot_magic_compatible_check(table->bst_magic_scratch, in swap_status_source() 381 (table->bst_copy_done_primary_slot == BOOT_FLAG_ANY || in swap_status_source() 382 table->bst_copy_done_primary_slot == state_primary_slot.copy_done)) in swap_status_source() 384 source = table->bst_status_source; in swap_status_source()
|
/mcuboot-latest/scripts/ |
D | mcubin.bt | 30 // The simulator writes the partition table at the beginning of the 33 // construct a synthetic partition table in the file, or change code 38 // NOTE: Put code here to hard code a partition table, and
|
/mcuboot-latest/docs/ |
D | Gemfile.lock | 78 terminal-table (~> 1.4) 244 terminal-table (1.8.0)
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 183 * uncomment .copy.table section and, 185 .copy.table : 205 * uncomment .zero.table section and, 207 .zero.table :
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 182 * uncomment .copy.table section and, 184 .copy.table : 204 * uncomment .zero.table section and, 206 .zero.table :
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 184 * uncomment .copy.table section and, 186 .copy.table : 206 * uncomment .zero.table section and, 208 .zero.table :
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 193 * uncomment .copy.table section and, 195 .copy.table : 215 * uncomment .zero.table section and, 217 .zero.table :
|
/mcuboot-latest/boot/espressif/port/esp32c3/ld/ |
D | bootloader.ld | 115 /* C++ exception handlers table: */
|
/mcuboot-latest/boot/espressif/port/esp32s2/ld/ |
D | bootloader.ld | 115 /* C++ exception handlers table: */
|
/mcuboot-latest/boot/espressif/port/esp32s3/ld/ |
D | bootloader.ld | 115 /* C++ exception handlers table: */
|
/mcuboot-latest/boot/espressif/port/esp32/ld/ |
D | bootloader.ld | 114 /* C++ exception handlers table: */
|
/mcuboot-latest/boot/espressif/port/esp32c2/ld/ |
D | bootloader.ld | 149 /* C++ exception handlers table: */
|
/mcuboot-latest/boot/espressif/port/esp32c6/ld/ |
D | bootloader.ld | 145 /* C++ exception handlers table: */
|
/mcuboot-latest/boot/espressif/port/esp32h2/ld/ |
D | bootloader.ld | 147 /* C++ exception handlers table: */
|