TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
4d7396d7f27e4b82dbed0fa993f15ef936f2d4fe
4d7396d
Fix swap status control
by Fabio Utzig
· 6 years ago
e4576b8
sim: Test variants of single upgrade with multi-image
by David Brown
· 6 years ago
e6ab34c
Allow upgrades of only one slot
by David Brown
· 6 years ago
873be31
sim: Add OldCorrect and NoUpgrade dependency types
by David Brown
· 6 years ago
0e6bc7f
sim: Fix upgrade check
by David Brown
· 6 years ago
207c457
sim: Derive PartialEq and Eq for UpgradeInfo
by David Brown
· 6 years ago
18d301f
sim: Add additional tests for mismatched upgrades
by David Brown
· 6 years ago
1790988
sim: Use image number instead of slot in dep test
by David Brown
· 6 years ago
135f716
Uncomment hold and add correct upgrades
by Fabio Utzig
· 6 years ago
298913b
Fix dependency check infinite loop
by Fabio Utzig
· 6 years ago
7c1d155
Do not panic when upgrade info tells to hold
by Fabio Utzig
· 6 years ago
019a81a
Move boot_is_version_sufficient to module scope
by Fabio Utzig
· 6 years ago
75e9a59
Remove boot_swap_type usage in the bootloader
by Fabio Utzig
· 6 years ago
233af7d
Add utility function to find offset/len of TLVs
by Fabio Utzig
· 6 years ago
a87cc7d
Use local var instead of repeated macro call
by Fabio Utzig
· 6 years ago
bc07793
Add macro to check if image must be decrypted
by Fabio Utzig
· 6 years ago
1e4284b
Allow encrypted images in multi-image setting
by Fabio Utzig
· 6 years ago
6f49c27
Add boot_serial support for multi-images
by Fabio Utzig
· 6 years ago
61f08a0
Add basic multi-image support for Mynewt
by Fabio Utzig
· 6 years ago
b63d995
Remove function that marks encr keys invalid
by Fabio Utzig
· 6 years ago
ea0de00
Enable already fixed test in Travis-CI
by Fabio Utzig
· 6 years ago
268ace0
Zero AES key when marking invalid
by Fabio Utzig
· 6 years ago
6ace9ee
Mark key_unwrap local function static
by Fabio Utzig
· 6 years ago
81c4675
Fix build for multi-image using encrypted images
by Fabio Utzig
· 6 years ago
df8c891
scripts: allow user to set load_addr
by Håkon Øye Amundsen
· 6 years ago
539d766
Fix assemble.py tool for compatibility
by Fabio Utzig
· 6 years ago
7eaaf67
Fix for CVE-2019-5477
by Fabio Utzig
· 6 years ago
f84cc4b
zephyr: enable MULTITHREADING by default except on nRF
by Marti Bolivar
· 6 years ago
f2a8b78
zephyr: delete arduino_101.conf
by Marti Bolivar
· 6 years ago
787b5cc
zephyr: remove ZEPHYR_BASE "bounce option" from Kconfig
by Marti Bolivar
· 6 years ago
fe5ab1c
sim: Generalize test image dumping
by David Brown
· 6 years ago
297029a
sim: Add debugging ptable to image dumps
by David Brown
· 6 years ago
ceb43f5
zephyr: add minimal footprint configuration for nrf52
by Andrzej Puzdrowski
· 6 years ago
960a2d6
zephyr: allow to disable timers supports
by Andrzej Puzdrowski
· 6 years ago
f0dbd42
Return error if swap_type is not identified
by Fabio Utzig
· 6 years ago
d638b17
Remove image_header parameter from boot_read_image_size
by Fabio Utzig
· 6 years ago
1a1ec17
Refactor trailer writing routines
by Fabio Utzig
· 6 years ago
4e8113b
Refactor trailer offset functions
by Fabio Utzig
· 6 years ago
df0cc50
Refactor routines that read swap status data
by Fabio Utzig
· 6 years ago
9d16009
Remove assert from boot_status_entries
by Fabio Utzig
· 6 years ago
15c1467
Return error from boot_find_key instead of asserting
by Fabio Utzig
· 6 years ago
c962135
Add macro to get TLVs offset from header
by Fabio Utzig
· 6 years ago
f13db12
bugfix imgtool verify()
by Christian Skubich
· 6 years ago
e955510
scripts: Show image version while verifying
by Marek Pieta
· 6 years ago
8000e32
Remove global test thread locking
by Fabio Utzig
· 6 years ago
10ee648
Update bootutil to reduce amount of global state
by Fabio Utzig
· 6 years ago
b0f0473
Remove current_image global and macro updates
by Fabio Utzig
· 6 years ago
abec073
Use macro for iterating over images
by Fabio Utzig
· 6 years ago
f9aec95
sim: Simplify verification methods
by David Brown
· 6 years ago
78cc126
Add Mynewt option to enable the watchdog
by Fabio Utzig
· 6 years ago
cb47dd7
sim: Add a readable header to test images
by David Brown
· 6 years ago
c3898d6
sim: Add dependency tests to simulator
by David Brown
· 6 years ago
7a81c4b
sim: Add dependency encoding to TLV generator
by David Brown
· 6 years ago
91d6863
sim: Use byteorder for multi-byte values
by David Brown
· 6 years ago
3b09021
sim: Simplify `slot` parameters
by David Brown
· 6 years ago
eebf502
sim: Allow arguments to test entrypoints
by David Brown
· 6 years ago
bd7925e
image: use explitic padding on dependency version
by David Brown
· 6 years ago
3901d32
Add extra multi-image testing to Travis-CI
by Fabio Utzig
· 6 years ago
ed4a536
Fix test/revert upgrade flash count
by Fabio Utzig
· 6 years ago
8af7f79
Add copy_done check after first boot
by Fabio Utzig
· 6 years ago
358ca1a
Use Ninja instead of Makefiles for Zephyr
by David Brown
· 6 years ago
1e1be9b
Update Cargo.lock files
by David Brown
· 6 years ago
cbf3047
docs: fix typos in design.md
by Håkon Øye Amundsen
· 6 years ago
0c9266f
sim: Remove copy_done check from revert_with_fails test
by Tamas Ban
· 6 years ago
e32483f
Boot: Add dependency check to multi-image boot
by David Vincze
· 6 years ago
ba3bd60
Boot: Enable multi-image boot
by David Vincze
· 6 years ago
b75c12a
Boot: Extend flash layout for multiple images
by David Vincze
· 6 years ago
6c9b416
sim: Support non-continuous area ID mapping
by David Vincze
· 6 years ago
e245347
Boot: Save image sequence number to image trailer
by David Vincze
· 6 years ago
853657c
Add watchdog feeding macro
by Fabio Utzig
· 6 years ago
af1e02e
[MYNEWT] Allow initialization of HASH when enabled
by Fabio Utzig
· 6 years ago
eadbf58
Revert Mynewt version metadata
by Fabio Utzig
· 6 years ago
7fea846
Release 1.3.1
by Szymon Janc
· 6 years ago
v1.3-branch
v1.3.1
v1.3.1-rc1
63a2bdb
Fix bug that prevents split images from working.
by Alvaro Prieto
· 6 years ago
f99a4c7
zephyr: fix include of system_timer.h
by Andrzej Puzdrowski
· 6 years ago
9871ceb
Update mbedTLS sha256 usage to avoid deprecation
by Fabio Utzig
· 6 years ago
195411f
Add ed25519 TLV to design doc
by Fabio Utzig
· 6 years ago
cf17561
Update mynewt travis test to use go 1.12
by Fabio Utzig
· 6 years ago
4bd4c7c
Allow imgtool to generated encrypted ed25519 keys
by Fabio Utzig
· 6 years ago
9686e70
requirements.txt: bump cryptography Py package version
by Andrzej Puzdrowski
· 6 years ago
3c469bc
Add ed25519 test to travis-ci
by Fabio Utzig
· 6 years ago
9771028
Add ed25519 verification to sim
by Fabio Utzig
· 6 years ago
4876484
Add bootutil support for ed25519 validation
by Fabio Utzig
· 6 years ago
a1e8e43
Add Mynewt ed25519 support
by Fabio Utzig
· 6 years ago
1171df9
Add Zephyr infrastructure for ed25519
by Fabio Utzig
· 6 years ago
705dfb3
Add third_party/fiat from boringssl
by Fabio Utzig
· 6 years ago
8101d1f
Add ed25519 signing support to imgtool
by Fabio Utzig
· 6 years ago
fc07eab
Add interruption at revert step of a test+revert
by Fabio Utzig
· 6 years ago
28d012c
Increase size of swap testing images
by Fabio Utzig
· 6 years ago
a1c1204
Fix double swap on interrupted revert
by Christopher Collins
· 6 years ago
2c88e69
Add some more debug logging
by Christopher Collins
· 6 years ago
2adef70
Use same format for scratch and slot trailer
by Christopher Collins
· 6 years ago
4a5477a
Add new verify command
by Fabio Utzig
· 6 years ago
05b594b
Newt master now requires go 1.11
by Fabio Utzig
· 6 years ago
01bef71
bugfix: disable usb for all usb funcs
by Jun Li
· 6 years ago
db6be2d
boot: zephyr: Update USB CDC ACM device name
by Filip Kubicz
· 6 years ago
2dc9f8f
Run RSA-3072 feature on travis-ci
by Fabio Utzig
· 6 years ago
3929743
Add simulator support for RSA-3072 sigs
by Fabio Utzig
· 6 years ago
19fd79a
Add RSA-3072 support to imgtool
by Fabio Utzig
· 6 years ago
3501c01
Add bootutil support for RSA-3072
by Fabio Utzig
· 6 years ago
Next »