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