commit | 7492841dd110be7658ff3eab7e7d2cd97621ae5f | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Wed Oct 21 14:24:05 2020 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Dec 08 09:29:20 2020 -0500 |
tree | 7758013b074106e8dec7a84f04a564f821075824 | |
parent | 3f3a51cb6051a6ac96f0ecf83d5459e207c75a75 [diff] |
boards/x86: Enable Intel VT-D for up_squared Mainly for testing Intel VT-D for now. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
diff --git a/boards/x86/up_squared/up_squared.dts b/boards/x86/up_squared/up_squared.dts index de78e1b..b13cef3 100644 --- a/boards/x86/up_squared/up_squared.dts +++ b/boards/x86/up_squared/up_squared.dts
@@ -25,3 +25,7 @@ zephyr,bt-mon-uart = &uart1; }; }; + +&vtd { + status = "okay"; +};
diff --git a/boards/x86/up_squared/up_squared_defconfig b/boards/x86/up_squared/up_squared_defconfig index 5e8005a..4b9fd65 100644 --- a/boards/x86/up_squared/up_squared_defconfig +++ b/boards/x86/up_squared/up_squared_defconfig
@@ -11,3 +11,4 @@ CONFIG_X2APIC=y CONFIG_SMP=y CONFIG_MP_NUM_CPUS=2 +CONFIG_INTEL_VTD_ICTL=y