TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
89ecdac3b8fadebeef2647f0a96372d0b0f90abc
/
boot
89ecdac
Add initial implementation of MCUBoot application for Cypress PSOC6 platform
by Roman Okhrimenko
· 5 years ago
e981665
Add cypress dependencies as submodules
by Roman Okhrimenko
· 5 years ago
4906375
loader: Fixed warning about uninitialized rc variable
by Erik Johnson
· 5 years ago
af14853
zephyr: configurable log thread stack size
by Andrzej Puzdrowski
· 5 years ago
8459163
zephyr: terminated log processing gently
by Andrzej Puzdrowski
· 5 years ago
3f092bd
zephyr: allow recovery over usb cdc-acm with logs enabled
by Andrzej Puzdrowski
· 5 years ago
9a4946c
zephyr: add default LOG and MULTITHREADING values in kconfig
by Andrzej Puzdrowski
· 5 years ago
5d96bd2
zephyr: tabs to spaces in line indentation
by Andrzej Puzdrowski
· 5 years ago
c308413
bootutil: Introduce HW rollback protection
by David Vincze
· 5 years ago
6fc2595
zephyr: add default pin for serial recovery for nrf53
by Håkon Øye Amundsen
· 6 years ago
ac1f1ff
zephyr: enable usb by the application
by Andrzej Puzdrowski
· 6 years ago
34e93a5
boot: zephyr: mynewt: sha-512 from tinycrypt
by Fabio Utzig
· 6 years ago
36e9029
boot: zephyr: move to non-deprecated GPIO flags
by Peter Bigot
· 6 years ago
1b19d2a
boot: zephyr: Fix Kconfig inclusion
by Robert Lubos
· 6 years ago
09be783
zephyr: use move swap instead of scratch for nRF devices
by Håkon Øye Amundsen
· 6 years ago
54c1e3f
zephyr: fix driver include paths
by Peter Bigot
· 6 years ago
07e1381
Add a capability for querying downgrade prevention
by David Brown
· 6 years ago
2d1bac1
add option for rollback protection
by Håkon Øye Amundsen
· 6 years ago
f0e5a84
cmake: use zephyr base in relative path
by Håkon Øye Amundsen
· 6 years ago
e96b687
dts: Include devicetree.h instead of generated_dts_board.h
by Ulf Magnusson
· 6 years ago
dd2b680
boot: zephyr: remove [EXPERIMENTAL] from config option
by Fabio Utzig
· 6 years ago
9e1db9a
boot: Add free space check for swap without scratch
by Fabio Utzig
· 6 years ago
ca8ead2
zephyr: add option for saving enckey TLVs in swap status
by Fabio Utzig
· 6 years ago
6e13781
mynewt: add option for saving enckey TLVs in swap status
by Fabio Utzig
· 6 years ago
4741c45
bootutil: allow encryption key TLVs in swap status
by Fabio Utzig
· 6 years ago
f616c54
bootutil: zero memory containing plain text keys
by Fabio Utzig
· 6 years ago
3fbbdac
sim: get status area size from bootutil
by Fabio Utzig
· 6 years ago
07a9a03
bootutil: avoid save of enc keys in secondary slot
by Fabio Utzig
· 6 years ago
a360826
ecdsa: Allow ECDSA signatures to be actual length
by David Brown
· 6 years ago
63b4eac
zephyr: remove trailing tab
by Fabio Utzig
· 6 years ago
272c5eb
zephyr: sim: add minimized ECIES-P256 key
by Fabio Utzig
· 6 years ago
6f4d8f8
bootutil: allow RSA encryption keys without DP/DQ/QP
by Fabio Utzig
· 6 years ago
6210164
zephyr: add zephyr's sanitycheck description
by Andrzej Puzdrowski
· 6 years ago
f6d14c2
zephyr: Add simple benchmark support to Zephyr
by David Brown
· 6 years ago
590a310
Implement a simple benchmark framework
by David Brown
· 6 years ago
f1d189c
zephyr: switch to recent defines and include headers
by Andrzej Puzdrowski
· 6 years ago
098de83
boot: Clean up errors during sim test
by David Brown
· 6 years ago
e92df93
sim: log: add new level targetting simulator
by Fabio Utzig
· 6 years ago
b86e688
bootutil: fix random upgrade failure using swap move
by Fabio Utzig
· 6 years ago
5e6ea22
bootutil: Add debug for encrypted key writing
by Fabio Utzig
· 6 years ago
c58842e
boot: zephyr: add config for swap without scratch
by Fabio Utzig
· 6 years ago
be43ea8
boot: mynewt: add config for swap without scratch
by Fabio Utzig
· 6 years ago
f5480c7
bootutil: sim: add cap for swap using move
by Fabio Utzig
· 6 years ago
74aef31
bootutil: add swap without scratch strategy
by Fabio Utzig
· 6 years ago
12d5916
boot: bootutil: move scratch swap functionality
by Fabio Utzig
· 6 years ago
e60c2fb
bootutil: remove unused function prototype
by Fabio Utzig
· 6 years ago
d13318a
boot: Change TLV tag to 16 bits
by David Brown
· 6 years ago
24d1be0
zephyr: restore device tree overlay
by Sergey Koziakov
· 6 years ago
3f0738d
zephyr: restore removed #endif in target.h
by Sergey Koziakov
· 6 years ago
0e3fa72
zephyr: Fix board logic
by Martí Bolívar
· 6 years ago
8accafd
zephyr: Remove outdated workaround for Kinetis
by David Brown
· 6 years ago
e58f9bd
boot: zephyr: Add check of RESETREAS for nRF SoC
by Jon Helge Nistad
· 6 years ago
3c44607
bootutil: fix enckey issue when reverting
by Fabio Utzig
· 6 years ago
23e99b0
boot: encrypted: fix HKDF input size macro
by Fabio Utzig
· 6 years ago
ab44918
boot: store write align as uint32_t
by David Brown
· 6 years ago
5fde832
bootutil: add ECIES-P256 support
by Fabio Utzig
· 6 years ago
5ef883a
caps: add ECIES-P256
by Fabio Utzig
· 6 years ago
ccc0280
boot: zephyr: tabs -> spaces in CMakeLists.txt
by Fabio Utzig
· 6 years ago
42cc29a
boot: zephyr: add ECIES-P256 configuration
by Fabio Utzig
· 6 years ago
c67dd70
boot: mynewt: add config for ECIES-P256 encrypted images
by Fabio Utzig
· 6 years ago
2d18f25
boot: zephyr: boards: add Actinius Icarus board
by Iosif Macesanu
· 6 years ago
d0ca0ff
Fix up typos
by Sam Bristow
· 6 years ago
441e997
mynewt: Make cflags consistent for if or ifdef usage
by Andy Gross
· 6 years ago
e47ccd6
mynewt: allow overriding the startup routine
by Fabio Utzig
· 6 years ago
9bf95af
boot: Check overflow/bounds on image header size
by David Brown
· 6 years ago
effb06e
boot: Add overflow-safe 32 and 16-bit add functions
by David Brown
· 6 years ago
b748f6f
Rename ext/mbedtls to ext/mbedtls-asn1
by David Brown
· 6 years ago
ecbea70
Fix overflow in offset variable
by Fabio Utzig
· 6 years ago
f000480
zephyr/serial_recovery: fix serial device binding
by Andrzej Puzdrowski
· 6 years ago
954dd2b
kconfig: add option for multi image
by Håkon Øye Amundsen
· 6 years ago
2b8a695
Convert BOOT_MAGIC_SZ to #define
by David Brown
· 6 years ago
e0bb1f9
Change BOOT_MAX_ALIGN to #define
by David Brown
· 6 years ago
e52c08e
bootutil: update to new protected TLV format
by Fabio Utzig
· 6 years ago
ea34f9a
Fix Mynewt boot_serial unittest
by Fabio Utzig
· 6 years ago
61fd888
Add TLV iterator API
by Fabio Utzig
· 6 years ago
99ec383
bootutil_misc: fix printf types in log macros
by Marti Bolivar
· 6 years ago
e575b0b
Add macro to check if swap_type is an upgrade
by Fabio Utzig
· 6 years ago
b1adb1e
Fix validation when no image is present
by Fabio Utzig
· 6 years ago
59b63e5
Fix identation
by Fabio Utzig
· 6 years ago
c28005b
Use better naming for swap copy/erase functions
by Fabio Utzig
· 6 years ago
c21c210
Fix encrypted images with dependencies
by Fabio Utzig
· 6 years ago
4c0ee95
botutil/botutil_misc: fix compile error for debug log
by Ben McCrea
· 6 years ago
cac58f6
boot: zephyr: main: tabs -> spaces
by Fabio Utzig
· 6 years ago
4d7396d
Fix swap status control
by Fabio Utzig
· 6 years ago
e6ab34c
Allow upgrades of only one slot
by David Brown
· 6 years ago
298913b
Fix dependency check infinite loop
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
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
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
Next »