TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
refs/heads/v1.3.1-branch
/
boot
/
zephyr
f9be7a9
boot: zephyr: ensure LOG_LEVEL resource savings
by Michael Scott
· 7 years ago
v1.3.1-branch
74ceae5
boot: zephyr: establish an MCUBOOT_LOG_LEVEL config
by Michael Scott
· 7 years ago
cef4427
zephyr: kconfig: replace LOG_INPLACE_PROCESS setting w/ LOG_IMMEDIATE
by Michael Scott
· 7 years ago
419a475
zephyr: allow dynamic numeration of flash_areas
by Andrzej Puzdrowski
· 7 years ago
23e3853
zephyr: CMakeLists.txt: support nrfjprog mass erase flag
by Marti Bolivar
· 7 years ago
e82e316
zephyr:board: squash nrf51_pca10028 flash footprint
by Andrzej Puzdrowski
· 7 years ago
73bb71b
CONFIG_FLASH_BASE_ADDRESS is defined only for memory-mapped Flash
by Rajavardhan Gundi
· 7 years ago
be97217
cmake: zephyr: Misc. modernizations of the build scripts
by Sebastian Bøe
· 7 years ago
913a385
boot: zephyr: Detect invalid Kconfig'uration earlier
by Sebastian Bøe
· 7 years ago
b94bda0
zephyr: boot: Correct how the default board is set
by Sebastian Bøe
· 7 years ago
90c70e3
cmake: KCONFIG_ROOT does not need to be set explicitly
by Sebastian Bøe
· 7 years ago
432c32c
Fix ECDSA signature builds in Zephyr
by Fabio Utzig
· 7 years ago
30a9265
boot: zephyr: select GPIO when MCUBOOT_SERIAL is enabled
by Emanuele Di Santo
· 7 years ago
c7514ad
boot: zephyr: pca10059: disable logging by default
by Emanuele Di Santo
· 7 years ago
9f1933d
boot: zephyr: migrate to new log subystem
by Emanuele Di Santo
· 7 years ago
a0ed10b
zephyr: kconfig: set TEXT_SECTION_OFFSET to zero
by Emanuele Di Santo
· 7 years ago
3b091f6
Enable ASN1 parsing for KW
by Fabio Utzig
· 7 years ago
d0533ed
Add Zephyr config for boostrap feature
by Fabio Utzig
· 7 years ago
251ef1d
Add rsa+kw testing support to simulator
by Fabio Utzig
· 7 years ago
07ba28f
MPU_ALLOW_FLASH_WRITE is defined only for ARM platforms.
by Rajavardhan Gundi
· 7 years ago
40c28e3
Add support for intel_s1000 SoC which is based on Xtensa arch
by Rajavardhan Gundi
· 7 years ago
3b8b58d
Add DT_SPI_NOR_DRV_NAME check towards sanitycheck in target.h
by Rajavardhan Gundi
· 7 years ago
c3353b2
Call device binding for DT_FLASH_DEV_NAME only if it is defined
by Rajavardhan Gundi
· 7 years ago
4541b53
Increase Zephyr mempool size for encrypted images
by Fabio Utzig
· 7 years ago
f50054d
fix zephyr target: corrupted build after zephyr PR #11180
by Andrzej Puzdrowski
· 7 years ago
865777d
boot: zephyr: add MCUBOOT config
by Emanuele Di Santo
· 7 years ago
4d20525
boot: zephyr: cleanup nrf52840_pca10059 configuration
by Emanuele Di Santo
· 7 years ago
fcfff58
boot: zephyr: add missing sys_clock_disable declaration
by Emanuele Di Santo
· 7 years ago
4a60ee7
zephyr: add support for pca10059
by Emanuele Di Santo
· 7 years ago
c4bf780
zephyr: selectable serial device for recovery
by Emanuele Di Santo
· 7 years ago
0d16482
Add mbedtls config with nist_kw enabled
by Fabio Utzig
· 7 years ago
5fe874c
Add Zephyr support for encrypted images
by Fabio Utzig
· 7 years ago
5f81b12
zephyr: fix flash_area_read_is_empty
by Andrzej Puzdrowski
· 7 years ago
cea90f9
Add flash_area_read_is_empty to Zephyr port
by Fabio Utzig
· 7 years ago
42ad446
Add `flash_area_erased_val` "mock" for Zephyr
by Fabio Utzig
· 7 years ago
5de83b1
zephyr: config-rsa.h: remove copypasta
by Marti Bolivar
· 7 years ago
0e25909
zephyr: prj.conf: disable CONFIG_BT_CTLR too
by Marti Bolivar
· 7 years ago
c2e30cf
serial recovery: always erase image status
by Andrzej Puzdrowski
· 7 years ago
205c8c6
zephyr: erase flash pages progressively
by Emanuele Di Santo
· 7 years ago
d1fd3f9
zephyr: fix serial ISR in serial_adapter
by Emanuele Di Santo
· 7 years ago
6400f0b
zephyr: serial_adapter: Cleanup queue variables
by Carles Cufi
· 7 years ago
v1.2.0
v1.2.0-rc5
b124e39
zephyr: serial_adapter: Fix allocation of buffers
by Carles Cufi
· 7 years ago
c48e7f9
boot_serial: Fix build on Zephyr with ECDSA enabled
by Szymon Janc
· 7 years ago
v1.2.0-rc2
4632d8d
include soc.h in main.c
by Evan Gates
· 7 years ago
3011714
zephyr: serial_adapter: preserve buffer list against lock
by Andrzej Puzdrowski
· 7 years ago
5e48c55
zephyr: Enable interrupts unconditionally
by Carles Cufi
· 7 years ago
5ceeddb
zephyr: Use sys_slist instead of k_fifo in serial adapter
by Carles Cufi
· 7 years ago
df4d9a4
zephyr: Disable power management
by Carles Cufi
· 7 years ago
e2a3612
zephyr: Fix assert booleanness
by Carles Cufi
· 7 years ago
c427af2
zephyr/serial_adapter; no need to inject \r on \n anymore.
by Marko Kiiskila
· 7 years ago
149b457
boot_serial; improve platform abstraction.
by Marko Kiiskila
· 7 years ago
82d7395
Fix assertions in zephyr main file
by Andrzej Puzdrowski
· 7 years ago
29af9fe
zephyr: Default to RSA .pem file in config fragment
by Carles Cufi
· 7 years ago
f97cb71
zephyr: cmake: Fix a typo in file CMakeLists.txt
by Ding Tao
· 7 years ago
806af0e
Update old hardcoded keys to use autogenerated
by Fabio Utzig
· 7 years ago
b1e0dc5
Add auto generation of keys to cmake
by Fabio Utzig
· 7 years ago
c690c76
Add public/private key file option to Kconfig
by Fabio Utzig
· 7 years ago
69c61d0
zephyr: Properly use the same mbedTLS header macros
by Carles Cufi
· 7 years ago
48841f2
Remove per file log level configs
by Fabio Utzig
· 7 years ago
9a4b9ba
Add per platform mcuboot_logging.h files
by Fabio Utzig
· 7 years ago
9754328
Reorganize zephyr kconfig
by Andrzej Puzdrowski
· 7 years ago
b788c71
Replace mcuboot flash_map by zephyr flash_map
by Andrzej Puzdrowski
· 7 years ago
f9bfddd
Move max image sector config to mcuboot_config.h
by Marti Bolivar
· 7 years ago
64dde5b
zephyr: move flash sectors configuration option to mcuboot_config.h
by Marti Bolivar
· 7 years ago
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
310445b
zephyr: cleanup flash driver name
by Marti Bolivar
· 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
a1fae67
Add config for BOOT_MAX_IMG_SECTORS
by Fabio Utzig
· 7 years ago
0165be8
boot_serial: zephyr: Use new base64 library
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
3f9ec90
zephyr: Configure mbed TLS for PSS instead of V1.5
by David Brown
· 7 years ago
84ed794
Fix configuration when RSA signature is used
by Fabio Utzig
· 7 years ago
b664a08
zephyr: mbedtls: Fix compile error no such file or directory
by Ding Tao
· 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
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
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
28ee5b0
Add Zephyr support for bundled mbed-tls ASN1 parser
by Fabio Utzig
· 8 years ago
c786540
Add ecdsa to build
by Fabio Utzig
· 8 years ago
8e96b83
enable serial recovery functionality on the zephyr mcuboot
by Andrzej Puzdrowski
· 8 years ago
614c4e5
Add cboorattr library for zephyr
by Andrzej Puzdrowski
· 8 years ago
217c4e0
Add tinycbor library for zephyr
by Andrzej Puzdrowski
· 8 years ago
f6f652e
Add serial adapter module for support serial communication for zephyr
by Andrzej Puzdrowski
· 8 years ago
bf909a1
zephyr: port build system to CMake
by Marti Bolivar
· 8 years ago
e9771ef
Fix ECDSA Zephyr configuration of mbed TLS
by David Brown
· 8 years ago
Next »