TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
53e2c260fabac8127aa5d817f83f34e1d8cc92c7
53e2c26
zephyr: get mass erase configuration option from kconfig
by Marti Bolivar
· 7 years ago
a879843
zephyr: migrate upgrade-only to Kconfig
by Marti Bolivar
· 7 years ago
15c9b6f
zephyr: migrate slot 0 validation to Kconfig
by Marti Bolivar
· 7 years ago
a4818a5
zephyr: migrate signature type to Kconfig
by Marti Bolivar
· 7 years ago
f91bca5
Mandate the presence of mcuboot_config/mcuboot_config.h
by Marti Bolivar
· 7 years ago
bc2fa4e
zephyr: add Kconfig options for CONF_xxx
by Marti Bolivar
· 7 years ago
0e091c9
zephyr: clean up Kconfig file
by Marti Bolivar
· 7 years ago
8e0a787
Add boot serial on Mynewt docs
by Fabio Utzig
· 7 years ago
12f819f
Fix boot_serial size of allocated buffers
by Fabio Utzig
· 7 years ago
310445b
zephyr: cleanup flash driver name
by Marti Bolivar
· 7 years ago
5a18102
imgtool: Add 'create' alias for 'sign'
by David Brown
· 7 years ago
268cdd0
fix warnings while building along with serial recovery
by Andrzej Puzdrowski
· 7 years ago
8a67dba
fix default value for serial recovery mode detect port for nRFx devices .
by Andrzej Puzdrowski
· 7 years ago
386b592
use zephyr tincybor instead of mcuboot build-in tinycbor
by Andrzej Puzdrowski
· 7 years ago
520e31c
Update Zephyr image signing instructions
by David Brown
· 7 years ago
2c05f1b
Update design doc with BOOT_MAX_IMG_SECTORS config
by Fabio Utzig
· 7 years ago
1b2f5ce
tabs -> spaces
by Fabio Utzig
· 7 years ago
a1fae67
Add config for BOOT_MAX_IMG_SECTORS
by Fabio Utzig
· 7 years ago
e09e208
Merge pull request #263 from carlescufi/zephyr_doc_tweaks
by Carles Cufí
· 7 years ago
5a9688a
doc: zephyr: Extend info about flashing
by Carles Cufi
· 7 years ago
30f6b2a
Fix boot_serial to follow flash write alignment
by Fabio Utzig
· 7 years ago
1d46c94
Always enable uart, use blocking mode
by Fabio Utzig
· 7 years ago
2a33aa2
Add logging support for Mynewt
by Fabio Utzig
· 7 years ago
6771601
Fix printf size warning
by Fabio Utzig
· 7 years ago
0165be8
boot_serial: zephyr: Use new base64 library
by Carles Cufi
· 7 years ago
efd783c
doc: zephyr: Refer to the BOOTLOADER_MCUBOOT Kconfig option
by Carles Cufi
· 7 years ago
6168f42
doc: Document support for .hex files in imgtool
by Carles Cufi
· 7 years ago
b791138
samples: zephyr: Use BOOTLOADER_MCUBOOT
by Carles Cufi
· 7 years ago
58b321a
zephyr: CMakeLists: allow users to specify DTC_OVERLAY_FILE fragments
by Marti Bolivar
· 7 years ago
57837b9
zephyr: arm: Use proper macro to set MSP
by David Brown
· 7 years ago
d9d28a7
zephyr: Fix overlay dir for Zephyr build
by David Brown
· 7 years ago
db974f2
Mynewt app: Remove .OVERWITE suffix from pkg.deps
by Christopher Collins
· 7 years ago
3f9ec90
zephyr: Configure mbed TLS for PSS instead of V1.5
by David Brown
· 7 years ago
9f7c3d2
Initialize "uart" only when boot_serial is enabled
by Fabio Utzig
· 7 years ago
c49099c
Make boot serial work on Mynewt
by Andrzej Kaczmarek
· 7 years ago
1a2e41a
Fix serial boot functionality for Mynewt
by Fabio Utzig
· 8 years ago
fe9dd96
Fix with correct release numbers
by Fabio Utzig
· 7 years ago
ed8461b
bootutil: loader: fix BOOT_STATUS_ASSERT macro
by Johann Fischer
· 7 years ago
84ed794
Fix configuration when RSA signature is used
by Fabio Utzig
· 7 years ago
b519ed0
Use relative links for docs
by Fabio Utzig
· 7 years ago
b664a08
zephyr: mbedtls: Fix compile error no such file or directory
by Ding Tao
· 8 years ago
b77262e
Bump internal mbedtls to 2.7.0
by David Brown
· 7 years ago
785dc4c
Fix RSA sigs for mbed TLS 2.7.0
by David Brown
· 7 years ago
4dce6aa
Change all doc links to use relative names
by Fabio Utzig
· 7 years ago
37d052f
imgtool: Add support for Intel Hex images
by Carles Cufi
· 8 years ago
f242901
imgtool: Use a requirements file for dependencies
by Carles Cufi
· 8 years ago
6f2857c
zephyr: add compatibility shim for flash driver name
by Marti Bolivar
· 8 years ago
aefbd46
zephyr: try to mass erase when flashing
by Marti Bolivar
· 8 years ago
3884548
zephyr: fix MCUBOOT_TARGET_CONFIG definition
by Marti Bolivar
· 8 years ago
8e0016e
zephyr: Create a test runner for the samples
by David Brown
· 8 years ago
dde1b1c
zephyr: fix the build
by Marti Bolivar
· 8 years ago
67c792e
zephyr: Enable flash page layout if available
by Carles Cufi
· 8 years ago
84ede58
kconfig: Add new MCUboot device settings
by Carles Cufi
· 8 years ago
51a0921
zephyr: Move Kconfig file to boot/zephyr
by Carles Cufi
· 8 years ago
9c38d76
zephyr: hello-world: Samples should not define default boards
by Sebastian Bøe
· 8 years ago
688a216
zephyr: hello-world: Remove documentaiton for non-existant feature
by Sebastian Bøe
· 8 years ago
8680b90
zephyr: boot: Use abs. path instead of rel. path for dts overlay
by Sebastian Bøe
· 8 years ago
90eda80
doc: Fix MCUboot capitalization
by Carles Cufi
· 8 years ago
ecc7e14
Update nokogiri due to security vulnerability
by Fabio Utzig
· 8 years ago
3b61e70
docs: Link to instructions from landing pages
by Carles Cufi
· 8 years ago
ecc34bb
doc: Convert rst to md and move to docs/
by Carles Cufi
· 8 years ago
f70e302
Fix warn in overwrite-only with slot0 validation
by Fabio Utzig
· 8 years ago
v1.1.0
v1.1.0-rc2
891f4fb
Fix EC API usage due to change in mbed-TLS
by Fabio Utzig
· 8 years ago
476fd99
Bump to version 1.1.0
by Fabio Utzig
· 8 years ago
v1.1.0-rc1
07d65c9
Update Mynewt version numbers
by Fabio Utzig
· 8 years ago
49045cc
Update with 1.1.0 release notes
by Fabio Utzig
· 8 years ago
f88d9f9
imgtool: Add password support to ECDSA
by David Brown
· 8 years ago
31d29c8
imgtool: Update docs for new key format
by David Brown
· 8 years ago
2c9153a
imgtool: ECDSA pad signature
by David Brown
· 8 years ago
b6e0ae6
fix: Add back ECDSA signature support
by David Brown
· 8 years ago
20462a7
fix: RSA: Use 32-byte salt with PSS
by David Brown
· 8 years ago
1d5bea1
imgtool: Add support for password protected RSA keys
by David Brown
· 8 years ago
47b77c5
imgtool: Fix signing payload type
by David Brown
· 8 years ago
5e7c6dd
imgtool: Update RSA code
by David Brown
· 8 years ago
d402257
imgtool: Remove PKCS1.5 support
by David Brown
· 8 years ago
2445473
imgtool: Move keys to submodule
by David Brown
· 8 years ago
b730e24
assemble.py: Add explicit license declaration
by David Brown
· 8 years ago
59ae522
sim: Remove extraneous `mut`
by David Brown
· 8 years ago
3df2a0e
sim: Update some dependencies
by David Brown
· 8 years ago
9c25fa7
Avoid using uninitialized memory in split go
by Fabio Utzig
· 8 years ago
5398604
Remove duplicated copy/paste residue
by Fabio Utzig
· 8 years ago
a722f5a
Describe the tradeoffs of scratch size
by Fabio Utzig
· 8 years ago
7cc3261
Correct the path of zephyr sample dts file
by Dong Xiang
· 8 years ago
eafa1f0
Add NOTICE file for mcuboot from ASF
by Sterling Hughes
· 8 years ago
57c40f7
Fix assert abstraction in sim
by Fabio Utzig
· 8 years ago
a91c626
Mark non-used functions in overwrite only mode
by Fabio Utzig
· 8 years ago
eedcc45
Add test with write status area fail and interruption
by Fabio Utzig
· 8 years ago
b841f0a
Add simple status write test without interruption
by Fabio Utzig
· 8 years ago
a0e1cce
Enable ignoring write failures to status area
by Fabio Utzig
· 8 years ago
eb95a58
Enable slot0 validation in travis
by Fabio Utzig
· 8 years ago
fa137fc
Add option to disable verifying contents before writes
by Fabio Utzig
· 8 years ago
f5c895e
Add configurable simulation of bad memory writes
by Fabio Utzig
· 8 years ago
9b0ee90
Enable capturing asserts inside simulator
by Fabio Utzig
· 8 years ago
ebdc969
Add MCUBOOT_VALIDATE_SLOT0 as feature
by Fabio Utzig
· 8 years ago
43685c2
Enable extra crates in simflash
by Fabio Utzig
· 8 years ago
d32fd64
Fix mbed-tls' walk_dir in build
by Fabio Utzig
· 8 years ago
70f1481
Remove duplicated declaration
by Fabio Utzig
· 8 years ago
28ee5b0
Add Zephyr support for bundled mbed-tls ASN1 parser
by Fabio Utzig
· 8 years ago
ac18eec
Add Mynewt support for bundled tinycrypt + mbedtls
by Fabio Utzig
· 8 years ago
ba05f2a
Add asn1 parser of mbed-tls
by Fabio Utzig
· 8 years ago
Next »