[coreboot-gerrit] Patch set updated for coreboot: AMD Family 0Fh: ensure CONFIG_CBB and CONFIG_CDB have sane values

Jonathan A. Kollasch (jakllsch@kollasch.net) gerrit at coreboot.org
Thu Oct 22 20:34:39 CEST 2015


Jonathan A. Kollasch (jakllsch at kollasch.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10913

-gerrit

commit 582c7bbb65f4551f706631719aaee71b05c66d96
Author: Jonathan A. Kollasch <jakllsch at kollasch.net>
Date:   Mon Jul 13 21:13:33 2015 -0500

    AMD Family 0Fh: ensure CONFIG_CBB and CONFIG_CDB have sane values
    
    (this probably fixes relocate_sb_ht_chain() on tyan/s2885)
    
    Change-Id: I5a26f4280b00bfb259c600048f6a7391a6c1268f
    Signed-off-by: Jonathan A. Kollasch <jakllsch at kollasch.net>
---
 src/northbridge/amd/amdk8/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig
index 21d3c29..dee7f8e 100644
--- a/src/northbridge/amd/amdk8/Kconfig
+++ b/src/northbridge/amd/amdk8/Kconfig
@@ -119,4 +119,12 @@ config IOMMU
 	bool
 	default y
 
+config CBB
+	hex
+	default 0x00
+
+config CDB
+	hex
+	default 0x18
+
 endif #NORTHBRIDGE_AMD_K8



More information about the coreboot-gerrit mailing list