aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/x86/setup.c')
-rw-r--r--xen/arch/x86/setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c
index 1555f58941..733ff2974a 100644
--- a/xen/arch/x86/setup.c
+++ b/xen/arch/x86/setup.c
@@ -37,6 +37,7 @@
#include <xen/kexec.h>
#include <asm/edd.h>
#include <xsm/xsm.h>
+#include <asm/tboot.h>
#if defined(CONFIG_X86_64)
#define BOOTSTRAP_DIRECTMAP_END (1UL << 32) /* 4GB */
@@ -846,6 +847,8 @@ void __init __start_xen(unsigned long mbi_p)
paging_init();
+ tboot_probe();
+
/* Unmap the first page of CPU0's stack. */
memguard_guard_stack(cpu0_stack);