d40c69375c
Goal is that multiple faults would be required to bypass a boot-time signature check. - Also strengthens some address range checks for safe app memory addresses - Change pre-enable logic to also check the bootloader signature before enabling SBV2 on ESP32 Add some additional checks for invalid sections: - Sections only partially in DRAM or IRAM are invalid - If a section is in D/IRAM, allow the possibility only some is in D/IRAM - Only pass sections that are entirely in the same type of RTC memory region
6 lines
200 B
Makefile
6 lines
200 B
Makefile
# only compile the "uECC_verify_antifault.c" file which includes the "micro-ecc/uECC.c" source file
|
|
COMPONENT_SRCDIRS := .
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := . micro-ecc
|
|
|
|
COMPONENT_SUBMODULES := micro-ecc
|