Jonathan A. Kollasch (jakllsch@kollasch.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10913
-gerrit
commit 0906f004495ee3e49bc187f19ee95c059ff5600f Author: Jonathan A. Kollasch jakllsch@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@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