summaryrefslogtreecommitdiff
path: root/tools/crypto/ccp/.gitignore
diff options
context:
space:
mode:
authorMario Limonciello <mario.limonciello@amd.com>2023-06-23 16:49:59 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2023-07-20 13:14:57 +0300
commitf40d42f116cf965a9e37e2991f19ca1b5b156210 (patch)
tree860ab89a70438f6d69e790ee0e135b77dd6ad083 /tools/crypto/ccp/.gitignore
parentfebe3ed3222f92672d3e0471893aa8ab23275c28 (diff)
downloadlinux-f40d42f116cf965a9e37e2991f19ca1b5b156210.tar.xz
crypto: ccp - Add a sample python script for Dynamic Boost Control
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>
Diffstat (limited to 'tools/crypto/ccp/.gitignore')
-rw-r--r--tools/crypto/ccp/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/crypto/ccp/.gitignore b/tools/crypto/ccp/.gitignore
new file mode 100644
index 000000000000..bee8a64b79a9
--- /dev/null
+++ b/tools/crypto/ccp/.gitignore
@@ -0,0 +1 @@
+__pycache__