]> granicus.if.org Git - esp-idf/commit
Secure boot: initial image signature support
authorAngus Gratton <angus@espressif.com>
Thu, 3 Nov 2016 06:33:30 +0000 (17:33 +1100)
committerAngus Gratton <angus@espressif.com>
Mon, 14 Nov 2016 00:08:42 +0000 (11:08 +1100)
commitb5de58139919e1143f289efc426569bb2d111106
treeb37e1106bff9e257d3f18d1f44fe98c11613bcb5
parentfce359b240cc3869f609256701a202c788ba4634
Secure boot: initial image signature support
18 files changed:
.gitmodules
components/bootloader/Kconfig.projbuild
components/bootloader/Makefile.projbuild
components/bootloader/src/Makefile
components/bootloader/src/main/bootloader_start.c
components/bootloader_support/Makefile.projbuild [new file with mode: 0644]
components/bootloader_support/component.mk
components/bootloader_support/include/esp_secure_boot.h
components/bootloader_support/src/secure_boot_signatures.c [new file with mode: 0644]
components/esptool_py/Makefile.projbuild
components/esptool_py/esptool
components/micro-ecc/component.mk [new file with mode: 0644]
components/micro-ecc/micro-ecc [new submodule]
components/partition_table/Makefile.projbuild
docs/security/secure-boot.rst
make/common.mk
make/component_common.mk
make/project.mk