[coreboot-gerrit] Patch set updated for coreboot: mb/asus/kgpe-d16|kcma-d8: Add ehci_async_data_cache CMOS option

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Mon Apr 4 21:35:26 CEST 2016


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14242

-gerrit

commit f6d560564e6c7a32734fb21cde12484dfaef81a4
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Mon Apr 4 14:31:52 2016 -0500

    mb/asus/kgpe-d16|kcma-d8: Add ehci_async_data_cache CMOS option
    
    Change-Id: I76a1047742369416b90e5c8bf307f85c02ae9bbb
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/mainboard/asus/kcma-d8/cmos.default  | 1 +
 src/mainboard/asus/kcma-d8/cmos.layout   | 5 +++--
 src/mainboard/asus/kgpe-d16/cmos.default | 1 +
 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 c8edd97..ba9ba3b 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 9bda1f6..14e3c9b 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 0e7afb3..481022c 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 075388e..9e48910 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



More information about the coreboot-gerrit mailing list