mcuboot/boot/zephyr
Ioannis Glaropoulos 518d93a6b6 zephyr: Kconfig: change default for MCUBOOT_CLEANUP_ARM_CODE
Zephyr has introduced an option to perform the cleanup
of ARM core HW registers during early boot, when the
firmware is chain-loaded by MCUboot. Therefore, MCUboot
does not need to perform the same cleanup before jumping
to the application image. The patch relies on the fact
that building MCUboot with Zephyr implies loading also
a Zephyr-based application firmware. If this is not the
case, the application developer needs to enable the
MCUBOOT_CLEANUP_ARM_CODE Kconfig option manually, in the
project configuration.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2020-10-28 22:02:15 +01:00
..
boards boot: zephyr: add support for Pinnacle 100 2020-10-03 18:51:41 -03:00
include zephyr/Kconfig: added option for enabling WDT feed 2020-10-13 17:22:38 +02:00
targets zephyr: Remove outdated workaround for Kinetis 2019-12-02 11:56:24 -07:00
CMakeLists.txt zephyr/cmake: add help message for missing nrfxlib case 2020-10-02 12:45:51 +02:00
Kconfig zephyr: Kconfig: change default for MCUBOOT_CLEANUP_ARM_CODE 2020-10-28 22:02:15 +01:00
arm_cleanup.c zephyr: Convert from Zephyr to C99 types 2020-06-04 08:28:35 -06:00
dts.overlay zephyr: restore device tree overlay 2019-12-04 23:54:18 -07:00
flash_map_extended.c boot/zephyr: make flash_area_erased_val() weak 2020-10-27 18:04:21 +01:00
flash_map_legacy.c boot: zephyr: migrate to new log subystem 2019-01-10 19:11:15 +01:00
keys.c zephyr: add option to disable cryptographic check of the image 2020-05-15 12:07:20 -06:00
main.c boot/zephyr: feed watchdog at the start 2020-10-13 17:22:38 +02:00
nrf52840dk_nrf52840_cc310_ecdsa.conf bootutil: ecdsa: Fix CC310 for nRF devices 2020-10-28 15:50:46 +01:00
os.c bootutil: allow RSA encryption keys without DP/DQ/QP 2019-12-17 16:26:53 -03:00
prj.conf boot: zephyr: Disable HW stack protection 2020-10-06 14:54:49 +02:00
sample.yaml boot/zephyr: Added single-slot Zephyr-RTOS test build 2020-09-16 12:09:43 +02:00
serial_adapter.c zephyr: Fix serial recovery compilation warnings 2020-09-11 15:40:55 +02:00
serial_recovery.conf zephyr: add zephyr's sanitycheck description 2019-12-16 18:40:34 +01:00
single_loader.c boot/zephyr: Improve badly written comment 2020-10-07 14:47:34 +02:00
single_slot.conf boot/zephyr: Added single-slot Zephyr-RTOS test build 2020-09-16 12:09:43 +02:00
usb_cdc_acm_log_recovery.conf zephyr: allow recovery over usb cdc-acm with logs enabled 2020-02-27 10:01:25 +01:00