TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
refs/heads/v1.6.0-based-zephyr-2.2.0-compatible
/
sim
f5a0484
Revert "sim: Fixup devicetree.h for changes to mcuboot"
by Andrzej Puzdrowski
· 5 years ago
00108fe
sim: Fixup devicetree.h for changes to mcuboot
by Kumar Gala
· 5 years ago
a3a96fe
sim: Add `--recursive` to submodule update
by David Brown
· 5 years ago
3fa72ca
sim: Add test support for x25519 encrypted images
by Fabio Utzig
· 5 years ago
3fc84bf
keys: Add sample x25519 priv/pub keys
by Fabio Utzig
· 5 years ago
feb6c4c
caps: Add cap for x25519 based image encryption
by Fabio Utzig
· 5 years ago
a4c5864
sim: Remove padding from ecdsa signatures
by David Brown
· 6 years ago
e60b12f
sim: fix paths for mbed-cryto
by Fabio Utzig
· 6 years ago
03cce47
sim: update dependencies
by Fabio Utzig
· 5 years ago
a1c142d
Add Tinycrypt based SHA-512 for ED25519
by Fabio Utzig
· 6 years ago
2ee5f7f
sim: Test software rollback protection
by David Brown
· 6 years ago
e2acfae
sim: Add explicit copyright and licenses to the sim
by David Brown
· 6 years ago
e96b687
dts: Include devicetree.h instead of generated_dts_board.h
by Ulf Magnusson
· 6 years ago
3dc86c9
sim: Compute TLV size from actual size
by David Brown
· 6 years ago
2b73ed9
sim: Always compute protected size
by David Brown
· 6 years ago
4b4ed98
sim: enable saving encrypted TLV for ECIES
by Fabio Utzig
· 6 years ago
4626853
sim: fix RSA signature length macro usage
by Fabio Utzig
· 6 years ago
66b4caa
sim: allow generation of non-signed + encrypted EC images
by Fabio Utzig
· 6 years ago
3fbbdac
sim: get status area size from bootutil
by Fabio Utzig
· 6 years ago
272c5eb
zephyr: sim: add minimized ECIES-P256 key
by Fabio Utzig
· 6 years ago
f1d189c
zephyr: switch to recent defines and include headers
by Andrzej Puzdrowski
· 6 years ago
6fa2d40
sim: log flash writes/reads/erases at highest level
by Fabio Utzig
· 6 years ago
e92df93
sim: log: add new level targetting simulator
by Fabio Utzig
· 6 years ago
3cabd92
sim: Fix ecdsa padding
by David Brown
· 6 years ago
114a647
sim: add unsupported caps to device creation
by Fabio Utzig
· 6 years ago
f5480c7
bootutil: sim: add cap for swap using move
by Fabio Utzig
· 6 years ago
031eb7d
sim: add feature for swap move strategy
by Fabio Utzig
· 6 years ago
e90b13f
sim: Actually test invalid signatures
by David Brown
· 6 years ago
4fae8b8
sim: Use 16 bit writes for length fields
by David Brown
· 6 years ago
6972118
sim: Change TLV tag from u8 to u16
by David Brown
· 6 years ago
a0cb24b
sim: Remove some extraneous print
by David Brown
· 6 years ago
e84f0ef
sim: add randomly generated image encryption keys
by Fabio Utzig
· 6 years ago
9a2b5de
sim: derive Default for TlvGen
by Fabio Utzig
· 6 years ago
95de450
sim: Add test support for large write alignment
by David Brown
· 6 years ago
eecae52
sim: Don't mark permanent in overwrite mode
by David Brown
· 6 years ago
347dc57
sim: Remove Option from MAGIC
by David Brown
· 6 years ago
5a31775
sim: Use `usize` instead of `u8` for alignment
by David Brown
· 6 years ago
ffc673e
sim: remove deprecated usage of sync::ONCE_INIT
by Fabio Utzig
· 6 years ago
90f449e
sim: add testing of ECIES-P256 images
by Fabio Utzig
· 6 years ago
cbd58e3
sim: cargo: update dependencies
by Fabio Utzig
· 6 years ago
7324391
sim: add EC256 encryption key
by Fabio Utzig
· 6 years ago
5ef883a
caps: add ECIES-P256
by Fabio Utzig
· 6 years ago
d0ca0ff
Fix up typos
by Sam Bristow
· 6 years ago
f984b95
Move mbedtls submodule from sim to ext
by David Brown
· 6 years ago
b748f6f
Rename ext/mbedtls to ext/mbedtls-asn1
by David Brown
· 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
2f6c164
sim: fix flash padding to use erased val
by Fabio Utzig
· 6 years ago
ea3d3ab
sim: add protected TLVs to hash calculation
by Fabio Utzig
· 6 years ago
61fd888
Add TLV iterator API
by Fabio Utzig
· 6 years ago
e4576b8
sim: Test variants of single upgrade with multi-image
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
7c1d155
Do not panic when upgrade info tells to hold
by Fabio Utzig
· 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
8000e32
Remove global test thread locking
by Fabio Utzig
· 6 years ago
b0f0473
Remove current_image global and macro updates
by Fabio Utzig
· 6 years ago
f9aec95
sim: Simplify verification methods
by David Brown
· 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
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
1e1be9b
Update Cargo.lock files
by David Brown
· 6 years ago
0c9266f
sim: Remove copy_done check from revert_with_fails test
by Tamas Ban
· 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
9771028
Add ed25519 verification to sim
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
2adef70
Use same format for scratch and slot trailer
by Christopher Collins
· 6 years ago
3929743
Add simulator support for RSA-3072 sigs
by Fabio Utzig
· 6 years ago
5e6f5e0
sim: Add multi-image config support to sim
by David Brown
· 6 years ago
2bff647
sim: Add a K64fMulti flash device
by David Brown
· 6 years ago
06ef06e
sim: Base slots on number of images used
by David Brown
· 6 years ago
4c9883b
Add a capability query for image number
by David Brown
· 6 years ago
5bc62c6
sim: Make the test builder optional
by David Brown
· 6 years ago
96eb0de
sim: simflash: Transition to failure
by David Brown
· 6 years ago
84b49f7
sim: Internal support for multiple images
by David Brown
· 6 years ago
db50582
sim: Make various functions into methods
by David Brown
· 6 years ago
7610157
sim: Rename `SimFlashMap` to `SimMultiFlash`
by David Brown
· 6 years ago
ca23469
sim: Create an `ImageData` type
by David Brown
· 6 years ago
e513324
sim: Make `Run` into a proper builder
by David Brown
· 6 years ago
998aa8d
sim: Move `Images` to before code
by David Brown
· 6 years ago
01617af
sim: Make `Run` into a builder for `Images`
by David Brown
· 6 years ago
ac46e26
sim: Get header magic value from ManifestGen trait
by David Brown
· 7 years ago
43643dd
sim: Use a trait object for TlvGen
by David Brown
· 7 years ago
e575fe9
image encryption: fix enc_state array indexing for zephyr
by Andrzej Puzdrowski
· 6 years ago
2d736ad
Replace flash partitioning terminology
by David Vincze
· 6 years ago
419a475
zephyr: allow dynamic numeration of flash_areas
by Andrzej Puzdrowski
· 7 years ago
05ab014
Update sim ecdsa testing to use ring signing
by Fabio Utzig
· 7 years ago
Next »