tkey: Provide a uclass for the Tillitis TKey

The TKey is a USB device which can run ephemeral firmware and perform
cyrptographic operations.

Add a uclass for the communication layer.

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-10-18 16:12:39 +01:00
parent 5a869f9523
commit 4277dd164a
5 changed files with 981 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
obj-$(CONFIG_$(PHASE_)MISC) += misc-uclass.o
obj-$(CONFIG_$(PHASE_)NVMEM) += nvmem.o
obj-$(CONFIG_TKEY) += tkey-uclass.o
obj-$(CONFIG_$(PHASE_)CROS_EC) += cros_ec.o
obj-$(CONFIG_$(PHASE_)CROS_EC_SANDBOX) += cros_ec_sandbox.o