tools/crypto/ccp/.gitignore
0 → 100644
+1
−0
tools/crypto/ccp/dbc.py
0 → 100644
+64
−0
tools/crypto/ccp/dbc_cli.py
0 → 100755
+134
−0
Loading
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>