diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-09-03 19:27:40 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-12-01 16:31:47 +0100 |
commit | f1436e58d292bcfd389ac786e83bb93ea6e0a086 (patch) | |
tree | 6f7ae538ca0b6ead8f595a135b903865b1391e5e | |
parent | 5edc6695f8fb129a89a80af592b8b3342377a871 (diff) | |
download | coreboot-f1436e58d292bcfd389ac786e83bb93ea6e0a086.tar.xz |
mainboard/asus/kgpe-d16: Enable GART by default
Change-Id: I73eb2425bbdb7e329a544d55461877d1dee0d05b
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: https://review.coreboot.org/12067
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r-- | src/mainboard/asus/kgpe-d16/cmos.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/kgpe-d16/cmos.default b/src/mainboard/asus/kgpe-d16/cmos.default index b5e9f071c4..a05b9c3745 100644 --- a/src/mainboard/asus/kgpe-d16/cmos.default +++ b/src/mainboard/asus/kgpe-d16/cmos.default @@ -23,7 +23,7 @@ maximum_p_state_limit = 0xf probe_filter = Auto l3_cache_partitioning = Disable ieee1394_controller = Enable -gart = Disable +gart = Enable experimental_memory_speed_boost = Disable power_on_after_fail = On boot_option = Fallback |