5 files changed
+39
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | | - | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | | - | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | | - | |
44 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
143 | 171 | | |
144 | 172 | | |
145 | 173 | | |
- .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+40-12
- 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