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>
This commit is contained in:
parent
9ef671769b
commit
101351fe95
|
@ -24,6 +24,7 @@ maximum_p_state_limit = 0xf
|
||||||
probe_filter = Auto
|
probe_filter = Auto
|
||||||
l3_cache_partitioning = Disable
|
l3_cache_partitioning = Disable
|
||||||
gart = Enable
|
gart = Enable
|
||||||
|
ehci_async_data_cache = Enable
|
||||||
experimental_memory_speed_boost = Disable
|
experimental_memory_speed_boost = Disable
|
||||||
power_on_after_fail = On
|
power_on_after_fail = On
|
||||||
boot_option = Fallback
|
boot_option = Fallback
|
||||||
|
|
|
@ -48,8 +48,9 @@ entries
|
||||||
476 1 e 1 l3_cache_partitioning
|
476 1 e 1 l3_cache_partitioning
|
||||||
478 1 e 1 iommu
|
478 1 e 1 iommu
|
||||||
479 1 e 1 cpu_core_boost
|
479 1 e 1 cpu_core_boost
|
||||||
480 1 e 1 experimental_memory_speed_boost
|
480 1 e 2 ehci_async_data_cache
|
||||||
481 1 r 0 allow_spd_nvram_cache_restore
|
481 1 e 1 experimental_memory_speed_boost
|
||||||
|
482 1 r 0 allow_spd_nvram_cache_restore
|
||||||
728 256 h 0 user_data
|
728 256 h 0 user_data
|
||||||
984 16 h 0 check_sum
|
984 16 h 0 check_sum
|
||||||
# Reserve the extended AMD configuration registers
|
# Reserve the extended AMD configuration registers
|
||||||
|
|
|
@ -25,6 +25,7 @@ probe_filter = Auto
|
||||||
l3_cache_partitioning = Disable
|
l3_cache_partitioning = Disable
|
||||||
ieee1394_controller = Enable
|
ieee1394_controller = Enable
|
||||||
gart = Enable
|
gart = Enable
|
||||||
|
ehci_async_data_cache = Enable
|
||||||
experimental_memory_speed_boost = Disable
|
experimental_memory_speed_boost = Disable
|
||||||
power_on_after_fail = On
|
power_on_after_fail = On
|
||||||
boot_option = Fallback
|
boot_option = Fallback
|
||||||
|
|
|
@ -49,8 +49,9 @@ entries
|
||||||
477 1 e 1 ieee1394_controller
|
477 1 e 1 ieee1394_controller
|
||||||
478 1 e 1 iommu
|
478 1 e 1 iommu
|
||||||
479 1 e 1 cpu_core_boost
|
479 1 e 1 cpu_core_boost
|
||||||
480 1 e 1 experimental_memory_speed_boost
|
480 1 e 2 ehci_async_data_cache
|
||||||
481 1 r 0 allow_spd_nvram_cache_restore
|
481 1 e 1 experimental_memory_speed_boost
|
||||||
|
482 1 r 0 allow_spd_nvram_cache_restore
|
||||||
728 256 h 0 user_data
|
728 256 h 0 user_data
|
||||||
984 16 h 0 check_sum
|
984 16 h 0 check_sum
|
||||||
# Reserve the extended AMD configuration registers
|
# Reserve the extended AMD configuration registers
|
||||||
|
|
Loading…
Reference in New Issue