[coreboot-gerrit] Patch set updated for coreboot: southbridge/amd/sb700: Set HPET min tick value to RPR recommendation

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Jan 30 09:13:28 CET 2016


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

-gerrit

commit cd195f0d03ac7a580ec7efd2f8309314ec7e493f
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Tue Nov 24 14:11:58 2015 -0600

    southbridge/amd/sb700: Set HPET min tick value to RPR recommendation
    
    Change-Id: I766eca6369b60a79a6823bc744934e3f1fbc17b2
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/southbridge/amd/sb700/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/southbridge/amd/sb700/Kconfig b/src/southbridge/amd/sb700/Kconfig
index 9a0ddb2..9a988a9 100644
--- a/src/southbridge/amd/sb700/Kconfig
+++ b/src/southbridge/amd/sb700/Kconfig
@@ -50,4 +50,8 @@ config EHCI_BAR
 	hex
 	default 0xfef00000
 
+config HPET_MIN_TICKS
+	hex
+	default 0x14
+
 endif # SOUTHBRIDGE_AMD_SB700



More information about the coreboot-gerrit mailing list