[Concept,18/19] bootctl: Add a TKey for testing

Message ID 20251208023229.3929910-19-sjg@u-boot.org
State New
Headers
Series bootctl: Continue development with TKey functionality |

Commit Message

Simon Glass Dec. 8, 2025, 2:32 a.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

Update the bootctl settings to use a TKey with sandbox.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
---

 include/bootctl.dtsi | 5 +++++
 1 file changed, 5 insertions(+)
  

Patch

diff --git a/include/bootctl.dtsi b/include/bootctl.dtsi
index 4070fa32c5f..36e2be04be9 100644
--- a/include/bootctl.dtsi
+++ b/include/bootctl.dtsi
@@ -31,6 +31,11 @@ 
 		measure;
 #endif
 
+		/* use TKey for unlocking encrypted volumes */
+#ifdef CONFIG_SANDBOX
+		tkey;
+#endif
+
 		/* restrict labels to boot (separated by space) */
 #ifdef CONFIG_QEMU
 		labels = "virtio";