esp-idf/components/partition_table
Renz Christian Bagaporo 9edc867c62 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
2019-06-28 10:54:21 +08:00
..
test components: use new component registration api 2019-06-21 19:53:29 +08:00
test_gen_esp32part_host partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00
CMakeLists.txt bootloader: fix secure boot issues 2019-06-28 10:54:21 +08:00
Kconfig.projbuild
Makefile.projbuild partition_table,app_update: use config partition table offset 2019-06-11 13:17:14 +08:00
component.mk
gen_empty_partition.py partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00
gen_esp32part.py
partitions_singleapp.csv
partitions_singleapp_coredump.csv
partitions_two_ota.csv
partitions_two_ota_coredump.csv
parttool.py partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00
project_include.cmake partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00