File tree
6 files changed
+48
-30
lines changed6 files changed
+48
-30
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 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | | - | |
15 | | - | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | | - | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 34 | | |
46 | 35 | | |
47 | 36 | | |
| |||
120 | 109 | | |
121 | 110 | | |
122 | 111 | | |
123 | | - | |
124 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
125 | 116 | | |
126 | 117 | | |
127 | | - | |
128 | 118 | | |
129 | 119 | | |
130 | 120 | | |
131 | | - | |
132 | 121 | | |
133 | 122 | | |
134 | 123 | | |
135 | | - | |
| 124 | + | |
| 125 | + | |
136 | 126 | | |
137 | | - | |
| 127 | + | |
| 128 | + | |
138 | 129 | | |
139 | 130 | | |
140 | 131 | | |
141 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
142 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
143 | 161 | | |
144 | 162 | | |
145 | 163 | | |
- .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+152-47
- boot/bootutil/src/ram_load.c+1-1
- boot/bootutil/src/swap_misc.c+2-2
- boot/bootutil/src/swap_offset.c+785
- 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/design.md+72-15
- docs/encrypted_images.md+18-8
- docs/imgtool.md+14
- docs/readme-espressif.md+8-4
- docs/release-notes.d/espressif-idf-version-checking.md+3
- docs/release-notes.d/serial-recovery-var.md+3
- docs/release-notes.d/swap-using-offset.md+6
- 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