Lines Matching full:zephyr
1 # CMakeLists.txt for building mcuboot as a Zephyr project
10 # find_package(Zephyr) in order to load application boilerplate:
12 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
53 # Zephyr port-specific sources.
109 # Set a define for this file which will allow inclusion of the Zephyr version
128 ${BOOT_DIR}/zephyr/single_loader.c
133 ${BOOT_DIR}/zephyr/firmware_loader.c
158 ${BOOT_DIR}/zephyr/include
175 # Since here we are not using Zephyr's mbedTLS but rather our own, we need
176 # to set MBEDTLS_CONFIG_FILE ourselves. When using Zephyr's copy, this
177 # variable is set by its Kconfig in the Zephyr codebase.
183 ${BOOT_DIR}/zephyr/include
192 # Use mbedTLS provided by Zephyr for RSA signatures. (Its config file
206 ${BOOT_DIR}/zephyr/include
226 ${BOOT_DIR}/zephyr/include
252 zephyr_sources(${BOOT_DIR}/zephyr/serial_adapter.c)
353 ${BOOT_DIR}/zephyr/arm_cleanup.c
358 # Replace Zephyr's boot banner with the MCUboot one