]> granicus.if.org Git - esp-idf/commit
Refactor existing bootloader common functionality into bootloader_support component
authorAngus Gratton <angus@espressif.com>
Tue, 1 Nov 2016 23:41:58 +0000 (10:41 +1100)
committerAngus Gratton <angus@espressif.com>
Wed, 2 Nov 2016 06:58:41 +0000 (17:58 +1100)
commitaceb6517c05e807c7f9ad27d31e9b8aa12568172
tree590b1c5edc1f8e6693e6544c5912914eccb7b7eb
parent04beb8baba3c087622558851285ccd038f8b59d0
Refactor existing bootloader common functionality into bootloader_support component
18 files changed:
components/bootloader/Makefile.projbuild
components/bootloader/src/Makefile
components/bootloader/src/main/bootloader_config.h
components/bootloader/src/main/bootloader_start.c
components/bootloader/src/main/flash_encrypt.c
components/bootloader/src/main/secure_boot.c
components/bootloader_support/README.rst [new file with mode: 0644]
components/bootloader_support/component.mk [new file with mode: 0755]
components/bootloader_support/include/esp_image_format.h [new file with mode: 0644]
components/bootloader_support/include/esp_secureboot.h [new file with mode: 0644]
components/bootloader_support/include_priv/bootloader_flash.h [new file with mode: 0644]
components/bootloader_support/src/bootloader_flash.c [new file with mode: 0644]
components/bootloader_support/src/esp_image_format.c [new file with mode: 0644]
components/bootloader_support/src/secureboot.c [new file with mode: 0644]
components/esp32/include/esp_flash_data_types.h
components/esp32/include/rom/secure_boot.h
components/log/include/esp_log.h
make/project.mk