1# 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" 11