summaryrefslogtreecommitdiff
path: root/tools/crypto/ccp/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2023-07-20crypto: ccp - Add a sample python script for Dynamic Boost ControlMario Limonciello1-0/+1
Dynamic Boost Control commands are triggered by userspace with an IOCTL interface that userspace will prepare proper buffers for a request. To allow prototyping and testing this interface, add a python3 command line script that loads the dbc_library.so for utilizing the IOCTLs. The signature to use and UID are passed as arguments to this script. Acked-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>