TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
HEAD
/
boot
/
bootutil
/
src
/
bootutil_priv.h
a7f9e9f
bootutil: Remove duplicated code from bootutil_misc.c
by Dominik Ermel
· 4 years, 5 months ago
3af607f
botutil: botutil_public.c shall not include bootutil_private.h
by Andrzej Puzdrowski
· 4 years, 6 months ago
be64e6a
bootutil_public: made boot_read_swap_state_by_id() API
by Andrzej Puzdrowski
· 4 years, 8 months ago
f573b39
bootutil: extracted app common library from bootutil_misc
by Andrzej Puzdrowski
· 4 years, 9 months ago
e4885a6
boot: Fix LOAD_IMAGE_DATA macro
by Tamas Ban
· 4 years, 9 months ago
4b2e55f
boot: bootutil: drop flash_area_read_is_empty
by Fabio Utzig
· 4 years, 11 months ago
e8fe6cf
boot: Harden critical path against fault attacks
by Raef Coles
· 5 years ago
TF-Mv1.3-integ
f62ea0c
bootutil *should not* import assert.h
by Blaž Hrastnik
· 5 years ago
fe03109
boot: Add ram-load upgrade mode
by Tamas Ban
· 5 years ago
e574f2d
boot: Introduce direct execute-in-place (XIP) mode
by David Vincze
· 5 years ago
aac7111
boot: Update copyrights and licenses
by David Brown
· 6 years ago
9e1db9a
boot: Add free space check for swap without scratch
by Fabio Utzig
· 6 years ago
4741c45
bootutil: allow encryption key TLVs in swap status
by Fabio Utzig
· 6 years ago
3fbbdac
sim: get status area size from bootutil
by Fabio Utzig
· 6 years ago
b86e688
bootutil: fix random upgrade failure using swap 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
ab44918
boot: store write align as uint32_t
by David Brown
· 6 years ago
effb06e
boot: Add overflow-safe 32 and 16-bit add functions
by David Brown
· 6 years ago
2b8a695
Convert BOOT_MAGIC_SZ to #define
by David Brown
· 6 years ago
61fd888
Add TLV iterator API
by Fabio Utzig
· 6 years ago
e575b0b
Add macro to check if swap_type is an upgrade
by Fabio Utzig
· 6 years ago
019a81a
Move boot_is_version_sufficient to module scope
by Fabio Utzig
· 6 years ago
233af7d
Add utility function to find offset/len of TLVs
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
c962135
Add macro to get TLVs offset from header
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
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
e245347
Boot: Save image sequence number to image trailer
by David Vincze
· 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
01dfbb6
Mynewt: Make PRIMARY/SECONDARY macros public
by Christopher Collins
· 6 years ago
2d736ad
Replace flash partitioning terminology
by David Vincze
· 6 years ago
2bd980a
Add support for slots with different sector sizes
by Fabio Utzig
· 7 years ago
ba82904
Add bootutil support for encrypted images
by Fabio Utzig
· 7 years ago
3900001
Add support for flash devices erased at 0
by Fabio Utzig
· 7 years ago
b788c71
Replace mcuboot flash_map by zephyr flash_map
by Andrzej Puzdrowski
· 7 years ago
248da08
Move bootsim-specific assert behavior behind mcuboot_config.h
by Marti Bolivar
· 7 years ago
f9bfddd
Move max image sector config to mcuboot_config.h
by Marti Bolivar
· 7 years ago
f91bca5
Mandate the presence of mcuboot_config/mcuboot_config.h
by Marti Bolivar
· 7 years ago
a1fae67
Add config for BOOT_MAX_IMG_SECTORS
by Fabio Utzig
· 7 years ago
57c40f7
Fix assert abstraction in sim
by Fabio Utzig
· 8 years ago
1a927dd
Update bootutil_sig_verify to receive slen as size_t
by Fabio Utzig
· 8 years ago
4649072
Adds total size of a swap to the trailer
by Fabio Utzig
· 8 years ago
a0bc9b5
Update trailer format
by Fabio Utzig
· 8 years ago
c50926f
bootutil: optionally use flash_area_get_sectors()
by Marti Bolivar
· 8 years ago
e10a739
bootutil: add accessor for write_sz
by Marti Bolivar
· 8 years ago
135b8f6
bootutil: consolidate helpers for old flash API
by Marti Bolivar
· 8 years ago
8489865
bootutil: tweak state representation
by Marti Bolivar
· 8 years ago
c0b4791
bootutil: keep image areas open while bootloading
by Marti Bolivar
· 8 years ago
ea08887
bootutil: add image and area offset abstractions
by Marti Bolivar
· 8 years ago
cca28a9
bootutil: add abstraction for area initialization
by Marti Bolivar
· 8 years ago
d3269fd
bootutil: add accessors for sector size and number
by Marti Bolivar
· 8 years ago
e258715
bootutil: add flash device ID accessor
by Marti Bolivar
· 8 years ago
f804f62
bootutil: add private image header accessor
by Marti Bolivar
· 8 years ago
9b1f8bb
bootutil: move loader state definition to private header
by Marti Bolivar
· 8 years ago
19356bf
Make mcuboot less mynewt style
by Fabio Utzig
· 8 years ago
de8a38a
Use better naming for flags
by Fabio Utzig
· 8 years ago
4cee4f7
Move trailer status size calculation to its own function
by Fabio Utzig
· 8 years ago
ba49f84
Add macros for image ok values
by Fabio Utzig
· 8 years ago
2473ac0
Add support for swapping only fw sectors in use
by Fabio Utzig
· 8 years ago
7ebb7c2
Update how trailer is handled during a swap
by Fabio Utzig
· 8 years ago
644b8d4
Make max align size a #define
by Fabio Utzig
· 8 years ago
39a5fa9
Move packages into "boot" top-level directory.
by Christopher Collins
· 9 years ago
[Renamed from bootutil/src/bootutil_priv.h]
92ea77f
mcuboot - Initial migration.
by Christopher Collins
· 9 years ago