diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-08-11 17:53:45 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-11-26 01:07:59 +0100 |
commit | eda407f4ebbc694ac372fa1cc12d6b00f0135b69 (patch) | |
tree | 75b0915a2c28ca9ec108c5d938973d8e9038cad0 /src/mainboard/asus/kgpe-d16/cmos.default | |
parent | 601ea3d40e39bb528f6418757ae3e8482920198f (diff) |
mainboard/asus/kgpe-d16: Add IOMMU nvram configuration option
Change-Id: I45b04e8fbdfc65603e1057f7b0e5a13d073fe348
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: https://review.coreboot.org/12048
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/asus/kgpe-d16/cmos.default')
-rw-r--r-- | src/mainboard/asus/kgpe-d16/cmos.default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/asus/kgpe-d16/cmos.default b/src/mainboard/asus/kgpe-d16/cmos.default index 3319497f4b..b5e9f071c4 100644 --- a/src/mainboard/asus/kgpe-d16/cmos.default +++ b/src/mainboard/asus/kgpe-d16/cmos.default @@ -3,7 +3,7 @@ debug_level = Spew multi_core = Enable slow_cpu = off compute_unit_siblings = Enable -gart = Disable +iommu = Enable nmi = Disable hypertransport_speed_limit = Auto max_mem_clock = DDR3-1600 @@ -23,6 +23,7 @@ maximum_p_state_limit = 0xf probe_filter = Auto l3_cache_partitioning = Disable ieee1394_controller = Enable +gart = Disable experimental_memory_speed_boost = Disable power_on_after_fail = On boot_option = Fallback |