TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
f6f652e204d66bc73e34dec569574b299b68542f
f6f652e
Add serial adapter module for support serial communication for zephyr
by Andrzej Puzdrowski
· 8 years ago
64ad092
Add Kconfig for the zephyr's build of mcuboot
by Andrzej Puzdrowski
· 8 years ago
efe67ae
Disable script debugging
by Fabio Utzig
· 8 years ago
5f9fbcc
Only check signed-off-by in PRs
by Fabio Utzig
· 8 years ago
6da40d0
Update to use parent commits
by Fabio Utzig
· 8 years ago
0b56138
Besides author also check committer
by Fabio Utzig
· 8 years ago
5101b0f
Try using tail again
by Fabio Utzig
· 8 years ago
3118017
Fix review issues
by Fabio Utzig
· 8 years ago
5b98910
Add travis' validation of "Signed-off-by:" line
by Fabio Utzig
· 8 years ago
cd5774b
Fix for gcc warnings
by Fabio Utzig
· 8 years ago
446d375
zephyr: Fix an invalid url in file CMakeLists.txt
by Ding Tao
· 8 years ago
38d67f7
zephyr: add script for running mcuboot tests
by Marti Bolivar
· 8 years ago
c1f939d
bootutil: fix edge case when not validating slot 0
by Marti Bolivar
· 8 years ago
bf909a1
zephyr: port build system to CMake
by Marti Bolivar
· 8 years ago
7ad1835
zephyr: delete build_boot.sh
by Marti Bolivar
· 8 years ago
900be6e
Fix repository for v1.0.0
by kYc0o
· 8 years ago
e9771ef
Fix ECDSA Zephyr configuration of mbed TLS
by David Brown
· 8 years ago
da21ad7
sim: Update README for new test organization
by David Brown
· 8 years ago
577f48a
Change travis to use the new test runner
by David Brown
· 8 years ago
a4167ef
sim: Create cargo tests for each testcase
by David Brown
· 8 years ago
c49811e
sim: Move total count into `Images`
by David Brown
· 8 years ago
f48b950
sim: Make `Run` a factory for `Images`
by David Brown
· 8 years ago
5f7ec2b
sim: Move `Images` methods to be methods
by David Brown
· 8 years ago
3f687dc
sim: Move `areadesc` into `Images` struct
by David Brown
· 8 years ago
dc9cba1
sim: Move `flash` inside of `Images` struct
by David Brown
· 8 years ago
db9a395
sim: Move data into `Run` struct
by David Brown
· 8 years ago
353610d
sim: Prevent reentrancy on simulation
by David Brown
· 8 years ago
541860c
sim: Pass alignment into `boot_go`
by David Brown
· 8 years ago
ee61c83
sim: Pass counter through boot_go API
by David Brown
· 8 years ago
ca7b5d3
sim: Enable logging in simulator test cases
by David Brown
· 8 years ago
dd2b118
sim: Run main test as a Rust unit test
by David Brown
· 8 years ago
d5e632c
Move Slotinfo values into Images struct
by David Brown
· 8 years ago
decbd04
sim: Extract flash builder
by David Brown
· 8 years ago
2639e07
sim: Move main code into lib crate
by David Brown
· 8 years ago
0bae965
Zephyr: Use mbed TLS allocator
by David Brown
· 8 years ago
ce4fa44
Correction to swap procedure design documentation
by Ryan C Johnson
· 8 years ago
13d9e35
Add faster copy/erase to overwrite-only mode
by Fabio Utzig
· 8 years ago
33fa8ad
Avoid memcpy'ing a public key by reusing buf
by Fabio Utzig
· 8 years ago
a8f06aa
Remove duplicated choices by using existing dict
by Fabio Utzig
· 8 years ago
dc4c42b
boot: zephyr: fix flash page layout hacks
by Marti Bolivar
· 8 years ago
3d9e3eb
boot: zephyr: obtain FLASH_DRIVER_NAME, FLASH_ALIGN from OS
by Marti Bolivar
· 8 years ago
f035574
Add back tinycrypt Makefiles
by Fabio Utzig
· 8 years ago
3efe6b6
Add tinycrypt 0.2.8
by Fabio Utzig
· 8 years ago
1618488
This requires Tinycrypt 0.2.7.
by Szymon Janc
· 8 years ago
b6297af
Log error message when slot fails validation
by Fabio Utzig
· 8 years ago
e30e9b0
Fixes a make param typo
by Fabio Utzig
· 8 years ago
97d997a
Silence build warning on x86
by Marti Bolivar
· 8 years ago
55237d7
build_boot.sh: remove check for obsolete target header
by Marti Bolivar
· 8 years ago
b716127
zephyr: update README-zephyr.rst
by Marti Bolivar
· 8 years ago
07cd2d0
zephyr: move Kinetis target config to soc_family_kinetis.h
by Marti Bolivar
· 8 years ago
382f64a
zephyr: move STM32 target config to soc_family_stm32.h
by Marti Bolivar
· 8 years ago
61038df
zephyr: move nRF5 target config into soc_family_nrf5.h
by Marti Bolivar
· 8 years ago
2da23eb
hotfix for "zephyr: force mcuboot to fit in the boot partition"
by Marti Bolivar
· 8 years ago
2467de1
Fix `imgtool.py` link in main webpage
by David Brown
· 8 years ago
6b1b3b9
Fix warning on overwrite-only
by David Brown
· 8 years ago
b698418
Bump to version 1.0.0
by David Brown
· 8 years ago
v1.0.0
1d3f67d
zephyr: Move testplan into sample Makefile
by David Brown
· 8 years ago
d543d00
zephyr: Revamp Makefile configuration
by David Brown
· 8 years ago
0f10278
Bump to version 1.0.0-rc3
by David Brown
· 8 years ago
v1.0.0-rc3
c6a7b0c
Fixes use of invalid header data
by Fabio Utzig
· 8 years ago
8d0e588
Remove trailer management for overwrite-only
by Fabio Utzig
· 8 years ago
6a537ee
Fix formatting warning
by Fabio Utzig
· 8 years ago
100bb74
Enable overwrite-only testing on sim
by Fabio Utzig
· 8 years ago
ffa3fb2
Bump to version 1.0.0-rc2
by David Brown
· 8 years ago
v1.0.0-rc2
a303291
Update the release documentation
by David Brown
· 8 years ago
17e20d1
Convert design document to Markdown
by David Brown
· 8 years ago
e5f2d1c
Minor doc cleanups
by David Brown
· 8 years ago
37f8afd
Release notes for 1.0.0.
by David Brown
· 8 years ago
a263f53
Bump to version 1.0.0-rc1
by David Brown
· 8 years ago
v1.0.0-rc1
c337025
Document the release process
by David Brown
· 8 years ago
623f254
Add mention to tinycrypt LICENSE in main LICENSE
by Fabio Utzig
· 8 years ago
7ebbc08
Merge pull request #131 from utzig/mynewt-uses-bundled-tinycrypt
by Fabio Utzig
· 8 years ago
62ecd90
Merge pull request #134 from utzig/fix-travis-slack-integration
by Fabio Utzig
· 8 years ago
ac6a68e
Another try at secure token with travis
by Fabio Utzig
· 8 years ago
a03fa35
Merge pull request #133 from utzig/fix-travis-slack-integration
by Fabio Utzig
· 8 years ago
b4850e6
Add #builds to travis encrypt
by Fabio Utzig
· 8 years ago
b76b338
Merge pull request #132 from utzig/fix-travis-slack-integration
by Fabio Utzig
· 8 years ago
be2f108
Fix slack integration token, remove coverity from master
by Fabio Utzig
· 8 years ago
d2fcc21
Make docs more visible from home page
by David Brown
· 8 years ago
af30189
Create files needed to run Jekyll locally
by David Brown
· 8 years ago
a8e23e2
Updates mynewt port to use bundled tinycrypt
by Fabio Utzig
· 8 years ago
c20b997
Remove eol whitespace from doc file
by David Brown
· 8 years ago
12b9ded
Rearrange docs for gh-pages
by David Brown
· 8 years ago
d7d713f
Add mynewt option for generating new format images
by Fabio Utzig
· 8 years ago
ea422c2
Update docs to describe new image format
by Fabio Utzig
· 8 years ago
f811be8
Create LICENSE
by Fabio Utzig
· 8 years ago
6417d06
Define the load_addr header field
by David Brown
· 8 years ago
09ef1c4
zephyr: Reconfigure to use local tinycrypt
by David Brown
· 8 years ago
fecda2d
ext: Pull in tinycrypt v0.2.6
by David Brown
· 8 years ago
ef35f0a
zephyr: nrf5x: add nRF51 and nRF52832 dev kits as targets
by Carles Cufi
· 8 years ago
0afabc0
Merge pull request #121 from utzig/add-travis-coverity-integration
by Fabio Utzig
· 8 years ago
61b90d7
Add travis integration for coverity
by Fabio Utzig
· 8 years ago
811205e
Add badges, link url
by Fabio Utzig
· 8 years ago
cb1bb48
imgtool: Fix ECDSA signatures
by David Brown
· 8 years ago
9911b18
Allow keyhash lengths smaller than 32 bytes
by Fabio Utzig
· 8 years ago
36ec0e7
Add #ifdef for non-used function in overwrite only
by Fabio Utzig
· 8 years ago
4649072
Adds total size of a swap to the trailer
by Fabio Utzig
· 8 years ago
2eebf11
Fix return value of function
by Fabio Utzig
· 8 years ago
de6edc3
Fix tabulation
by Fabio Utzig
· 8 years ago
3eaa2a1
Rename misleading local variable
by David Brown
· 8 years ago
Next »