diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2016-04-04 14:31:52 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-04-05 22:37:55 +0200 |
commit | 101351fe95340a416c2d98e89b65004385ae6c21 (patch) | |
tree | 02ce2b225f3beb1c019a7811c3df2c091f505d7f | |
parent | 9ef671769bc5be393f356c85359909a56145a912 (diff) | |
download | coreboot-101351fe95340a416c2d98e89b65004385ae6c21.tar.xz |
mb/asus/kgpe-d16|kcma-d8: Add ehci_async_data_cache CMOS option
Change-Id: I76a1047742369416b90e5c8bf307f85c02ae9bbb
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: https://review.coreboot.org/14242
Tested-by: build bot (Jenkins)
Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r-- | src/mainboard/asus/kcma-d8/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/asus/kcma-d8/cmos.layout | 5 | ||||
-rw-r--r-- | src/mainboard/asus/kgpe-d16/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/asus/kgpe-d16/cmos.layout | 5 |
4 files changed, 8 insertions, 4 deletions
diff --git a/src/mainboard/asus/kcma-d8/cmos.default b/src/mainboard/asus/kcma-d8/cmos.default index c8edd9762b..ba9ba3babe 100644 --- a/src/mainboard/asus/kcma-d8/cmos.default +++ b/src/mainboard/asus/kcma-d8/cmos.default @@ -24,6 +24,7 @@ maximum_p_state_limit = 0xf probe_filter = Auto l3_cache_partitioning = Disable gart = Enable +ehci_async_data_cache = Enable experimental_memory_speed_boost = Disable power_on_after_fail = On boot_option = Fallback diff --git a/src/mainboard/asus/kcma-d8/cmos.layout b/src/mainboard/asus/kcma-d8/cmos.layout index 9bda1f6366..14e3c9b977 100644 --- a/src/mainboard/asus/kcma-d8/cmos.layout +++ b/src/mainboard/asus/kcma-d8/cmos.layout @@ -48,8 +48,9 @@ entries 476 1 e 1 l3_cache_partitioning 478 1 e 1 iommu 479 1 e 1 cpu_core_boost -480 1 e 1 experimental_memory_speed_boost -481 1 r 0 allow_spd_nvram_cache_restore +480 1 e 2 ehci_async_data_cache +481 1 e 1 experimental_memory_speed_boost +482 1 r 0 allow_spd_nvram_cache_restore 728 256 h 0 user_data 984 16 h 0 check_sum # Reserve the extended AMD configuration registers diff --git a/src/mainboard/asus/kgpe-d16/cmos.default b/src/mainboard/asus/kgpe-d16/cmos.default index 0e7afb3792..481022c729 100644 --- a/src/mainboard/asus/kgpe-d16/cmos.default +++ b/src/mainboard/asus/kgpe-d16/cmos.default @@ -25,6 +25,7 @@ probe_filter = Auto l3_cache_partitioning = Disable ieee1394_controller = Enable gart = Enable +ehci_async_data_cache = Enable experimental_memory_speed_boost = Disable power_on_after_fail = On boot_option = Fallback diff --git a/src/mainboard/asus/kgpe-d16/cmos.layout b/src/mainboard/asus/kgpe-d16/cmos.layout index 075388e20a..9e48910c3f 100644 --- a/src/mainboard/asus/kgpe-d16/cmos.layout +++ b/src/mainboard/asus/kgpe-d16/cmos.layout @@ -49,8 +49,9 @@ entries 477 1 e 1 ieee1394_controller 478 1 e 1 iommu 479 1 e 1 cpu_core_boost -480 1 e 1 experimental_memory_speed_boost -481 1 r 0 allow_spd_nvram_cache_restore +480 1 e 2 ehci_async_data_cache +481 1 e 1 experimental_memory_speed_boost +482 1 r 0 allow_spd_nvram_cache_restore 728 256 h 0 user_data 984 16 h 0 check_sum # Reserve the extended AMD configuration registers |