]> granicus.if.org Git - esp-idf/commit
bootloader: fix secure boot issues
authorRenz Christian Bagaporo <renz@espressif.com>
Fri, 10 May 2019 07:25:25 +0000 (15:25 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Fri, 28 Jun 2019 02:54:21 +0000 (10:54 +0800)
commit9edc867c62fd167b12430ac42b0ed14eaab00b50
tree8de7b7147ca7a58cdb7cc2d40ae684611d0e4d28
parent179259f195b633b09a96be10dce0720914df1949
bootloader: fix secure boot issues

Do not include bootloader in flash target when secure boot is enabled.
Emit signing warning on all cases where signed apps are enabled (secure
boot and signed images)
Follow convention of capital letters for SECURE_BOOT_SIGNING_KEY variable, since it is
relevant to other components, not just bootloader.
Pass signing key and verification key via config, not requiring
bootloader to know parent app dir.
Misc. variables name corrections
components/bootloader/CMakeLists.txt
components/bootloader/project_include.cmake
components/bootloader/subproject/CMakeLists.txt
components/bootloader_support/CMakeLists.txt
components/esptool_py/project_include.cmake
components/partition_table/CMakeLists.txt