docs(system): add cpu lock up description

This commit is contained in:
Marius Vikhammer
2024-08-26 11:59:51 +08:00
parent ae71b5984b
commit baf026dcf8
8 changed files with 29 additions and 1 deletions

View File

@@ -387,6 +387,10 @@ config SOC_CPU_PMP_REGION_GRANULARITY
int
default 128
config SOC_CPU_HAS_LOCKUP_RESET
bool
default y
config SOC_DS_SIGNATURE_MAX_BIT_LEN
int
default 3072

View File

@@ -164,6 +164,8 @@
#define SOC_CPU_IDRAM_SPLIT_USING_PMP 1
#define SOC_CPU_PMP_REGION_GRANULARITY 128
#define SOC_CPU_HAS_LOCKUP_RESET 1
/*-------------------------- DIGITAL SIGNATURE CAPS ----------------------------------------*/
/** The maximum length of a Digital Signature in bits. */
#define SOC_DS_SIGNATURE_MAX_BIT_LEN (3072)