diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-04-05 12:03:08 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-08 06:47:15 +0000 |
commit | 00f53a8d9e18e75aaa44886e083580033a935a70 (patch) | |
tree | 348780e75f636646aaba1c7caee19af4963de19d /src/mainboard/protectli/vault_kbl | |
parent | 3993d38ae6ea85a8d05349e6d7534f4cde9ba9ae (diff) |
soc/intel/skylake: Drop unnecessary `ignore_vtd` option
It is zero for all mainboards. If one really wanted to ignore VT-d
support, a user-visible Kconfig option would be a better approach.
Change-Id: I320c10317f3fabee5443c16ebdf1ffd0e24193b8
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52101
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/protectli/vault_kbl')
-rw-r--r-- | src/mainboard/protectli/vault_kbl/devicetree.cb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/protectli/vault_kbl/devicetree.cb b/src/mainboard/protectli/vault_kbl/devicetree.cb index abbfda4223..dc73f91478 100644 --- a/src/mainboard/protectli/vault_kbl/devicetree.cb +++ b/src/mainboard/protectli/vault_kbl/devicetree.cb @@ -22,9 +22,6 @@ chip soc/intel/skylake # Disable DPTF register "dptf_enable" = "0" - # Enable VT-d - register "ignore_vtd" = "0" - # Enable SERIRQ continuous register "serirq_mode" = "SERIRQ_CONTINUOUS" |