diff options
author | Felix Singer <felix.singer@9elements.com> | 2019-07-12 13:30:47 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-07-13 18:59:19 +0000 |
commit | 67d2a522148ea537cf87aeb0b369e143b11bb8c5 (patch) | |
tree | 17b407cd951a2c1c3dcf1e24f3ed7877e9dee4e0 /src/mainboard/up | |
parent | d9642c3a64c9206df703609e392104fafeb8d258 (diff) |
mb/up/squared: Enable Vtd
Change-Id: Ie935f98f84772a53de92f0dd2d13a381f5dbaf89
Signed-off-by: Felix Singer <felix.singer@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34271
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/up')
-rw-r--r-- | src/mainboard/up/squared/devicetree.cb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/up/squared/devicetree.cb b/src/mainboard/up/squared/devicetree.cb index a71405f0fe..2a49db6a9e 100644 --- a/src/mainboard/up/squared/devicetree.cb +++ b/src/mainboard/up/squared/devicetree.cb @@ -1,5 +1,7 @@ chip soc/intel/apollolake + register "enable_vtd" = "1" + device cpu_cluster 0 on device lapic 0 on end end |