Ivan Grokhotkov 8cc6226051 soc: define named constants for DPORT_CPUPERIOD_SEL values преди 7 години
..
include e916cf52a3 bootloader: Add support of anti-rollback преди 7 години
include_bootloader 96d0f7f5e2 bootloader: account for load address when mapping cache pages преди 7 години
src 8cc6226051 soc: define named constants for DPORT_CPUPERIOD_SEL values преди 7 години
test 73d1b5a7a0 bootloader: verify that loaded image does not overlap bootloader code преди 7 години
CMakeLists.txt 1f6622b2d1 CMake : Secure Boot support added преди 7 години
Makefile.projbuild a9d5e26748 Secure boot: Correctly re-sign if signing key changes, better error if missing преди 9 години
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component преди 9 години
component.mk f694d057be bootloader_support: exclude bootloader_init.c when building app преди 7 години

README.rst

Bootloader Support Component
============================

Overview
--------

"Bootloader support" contains APIs which are used by the bootloader but are also needed for the main app.

Code in this component needs to be aware of being executed in a bootloader environment (no RTOS available, BOOTLOADER_BUILD macro set) or in an esp-idf app environment (RTOS running, need locking support.)