File tree
7 files changed
+48
-11
lines changed- assets
7 files changed
+48
-11
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + |
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 |
| |
10 |
| - | |
| 13 | + | |
11 | 14 |
| |
12 | 15 |
| |
13 | 16 |
| |
| |||
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
26 |
| - | |
27 |
| - | |
|
Lines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
219 | 228 |
| |
220 | 229 |
| |
221 | 230 |
| |
| |||
340 | 349 |
| |
341 | 350 |
| |
342 | 351 |
| |
343 |
| - | |
| 352 | + | |
344 | 353 |
| |
345 | 354 |
| |
346 | 355 |
| |
| |||
388 | 397 |
| |
389 | 398 |
| |
390 | 399 |
| |
391 |
| - | |
| 400 | + | |
392 | 401 |
| |
393 | 402 |
| |
394 | 403 |
| |
|
-475 Bytes
Loading
Lines changed: 28 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 |
| - | |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| |||
149 | 150 |
| |
150 | 151 |
| |
151 | 152 |
| |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
152 | 179 |
| |
153 | 180 |
| |
154 | 181 |
|
- .github/workflows/sim.yaml+2-2
- boot/boot_serial/include/boot_serial/boot_serial_encryption.h+6-1
- boot/boot_serial/src/boot_serial.c+162-8
- boot/boot_serial/src/boot_serial_encryption.c+22-7
- boot/bootutil/include/bootutil/boot_status.h+1
- boot/bootutil/include/bootutil/bootutil.h+2
- boot/bootutil/include/bootutil/bootutil_public.h+1-1
- boot/bootutil/include/bootutil/caps.h+1
- boot/bootutil/include/bootutil/crypto/sha.h+20
- boot/bootutil/include/bootutil/enc_key.h+9-4
- boot/bootutil/include/bootutil/image.h+13-4
- boot/bootutil/src/boot_record.c+5
- boot/bootutil/src/bootutil_misc.c+2-1
- boot/bootutil/src/bootutil_priv.h+33-1
- boot/bootutil/src/bootutil_public.c+30-2
- boot/bootutil/src/caps.c+2
- boot/bootutil/src/encrypted.c+16-3
- boot/bootutil/src/image_ed25519.c+59-7
- boot/bootutil/src/image_validate.c+176-23
- boot/bootutil/src/loader.c+173-48
- boot/bootutil/src/ram_load.c+1-1
- boot/bootutil/src/swap_misc.c+2-2
- boot/bootutil/src/swap_offset.c+821
- boot/bootutil/src/swap_priv.h+4-4
- boot/bootutil/src/swap_scratch.c+2-2
- boot/bootutil/src/tlv.c+6
- boot/espressif/CMakeLists.txt+21
- boot/espressif/hal/include/esp32s3/sdkconfig.h+1
- boot/espressif/hal/include/esp_mcuboot_image.h+21-8
- boot/espressif/hal/include/mcuboot_config/mcuboot_config.h+27-7
- boot/espressif/hal/src/flash_encrypt.c+3
- boot/espressif/port/esp32/bootloader-multi.conf+4
- boot/espressif/port/esp32/bootloader.conf+4
- boot/espressif/port/esp32c2/bootloader.conf+4
- boot/espressif/port/esp32c3/bootloader.conf+4
- boot/espressif/port/esp32c6/bootloader.conf+4
- boot/espressif/port/esp32h2/bootloader.conf+4
- boot/espressif/port/esp32s2/bootloader.conf+4
- boot/espressif/port/esp32s2/ld/bootloader.ld+1-1
- boot/espressif/port/esp32s3/bootloader-multi.conf+4
- boot/espressif/port/esp32s3/bootloader.conf+4
- boot/espressif/port/esp_loader.c+65
- boot/espressif/port/esp_mcuboot.c+10-2
- boot/espressif/tools/utils.cmake+13
- boot/mbed/CMakeLists.txt+4-2
- boot/mbed/mcuboot_imgtool.cmake+43-13
- boot/mynewt/src/single_loader.c+1-1
- boot/zephyr/CMakeLists.txt+79-36
- boot/zephyr/Kconfig+90-7
- boot/zephyr/boards/m5stack_cores3_esp32s3_procpu.overlay+17
- boot/zephyr/boards/m5stack_cores3_esp32s3_procpu_se.overlay+17
- boot/zephyr/firmware_loader.c+1-1
- boot/zephyr/flash_map_extended.c-3
- boot/zephyr/include/mcuboot_config/mcuboot_config.h+16
- boot/zephyr/include/sysflash/sysflash.h+1-1
- boot/zephyr/sample.yaml+6
- boot/zephyr/single_loader.c+1-1
- boot/zephyr/swap_offset.conf+1
- ci/espressif_install.sh+1-1
- docs/compression_format.md+172
- docs/design.md+72-15
- docs/encrypted_images.md+26-8
- docs/images/decomp.png
- docs/imgtool.md+101-35
- docs/readme-espressif.md+8-4
- docs/release-notes.d/espressif-idf-version-checking.md+3
- docs/release-notes.d/fix-stuck-revert.md+3
- docs/release-notes.d/serial-recovery-var.md+3
- docs/release-notes.d/swap-using-offset.md+6
- samples/compression_test/README.txt+32
- samples/compression_test/independent_cmp.c+108
- scripts/imgtool/image.py+67-16
- scripts/imgtool/main.py+29-8
- sim/Cargo.toml+1
- sim/mcuboot-sys/Cargo.toml+4
- sim/mcuboot-sys/build.rs+5-1
- sim/mcuboot-sys/csupport/run.c+16-13
- sim/src/caps.rs+1
- sim/src/image.rs+78-30
- sim/src/lib.rs+3-1
- zephyr/module.yml+4
- zephyr/requirements.txt+2
0 commit comments