[XEN PATCH] x86/tboot: add Intel dependency

Sergiy Kibrik posted 1 patch 2 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240903074134.305012-1-Sergiy._5FKibrik@epam.com
xen/arch/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[XEN PATCH] x86/tboot: add Intel dependency
Posted by Sergiy Kibrik 2 months, 2 weeks ago
Make the Intel-specific Trusted Boot implementation dependant on general Intel CPU support.

Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com>
---
 xen/arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig
index d0aaf359eb..89d17e7f2c 100644
--- a/xen/arch/x86/Kconfig
+++ b/xen/arch/x86/Kconfig
@@ -221,7 +221,7 @@ config HVM_FEP
 
 config TBOOT
 	bool "Xen tboot support (UNSUPPORTED)"
-	depends on UNSUPPORTED
+	depends on INTEL && UNSUPPORTED
 	default !PV_SHIM_EXCLUSIVE
 	select CRYPTO
 	help
-- 
2.25.1
Re: [XEN PATCH] x86/tboot: add Intel dependency
Posted by Jan Beulich 2 months, 2 weeks ago
On 03.09.2024 09:41, Sergiy Kibrik wrote:
> Make the Intel-specific Trusted Boot implementation dependant on general Intel CPU support.
> 
> Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com>

Acked-by: Jan Beulich <jbeulich@suse.com>