Nathan Menhorn | 53d8000 | 2023-09-25 12:59:55 -0700 | [diff] [blame] | 1 | # Add the required security libraries for Versal OP-TEE as only XilSecure is |
2 | # enabled by default | ||||
3 | |||||
4 | YAML_BSP_CONFIG += "plm_nvm_en plm_puf_en" | ||||
5 | |||||
6 | # Enable the XilNvm library to allow PLM access to eFUSEs and BBRAM | ||||
7 | YAML_BSP_CONFIG[plm_nvm_en] = "set,true" | ||||
8 | |||||
9 | # Enable the XilPuf library to allow PLM access to PUF functionality | ||||
10 | YAML_BSP_CONFIG[plm_puf_en] = "set,true" |