From 3acece23621eb27abcce34a212344a12d80de500 Mon Sep 17 00:00:00 2001 From: "Jonathan A. Kollasch" Date: Mon, 13 Jul 2015 21:13:33 -0500 Subject: AMD Family 0Fh: ensure CONFIG_CBB and CONFIG_CDB have sane values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (this probably fixes relocate_sb_ht_chain() on tyan/s2885) Change-Id: I5a26f4280b00bfb259c600048f6a7391a6c1268f Signed-off-by: Jonathan A. Kollasch Reviewed-on: http://review.coreboot.org/10913 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Kyösti Mälkki --- src/northbridge/amd/amdk8/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/northbridge/amd/amdk8') diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig index 21d3c29460..dee7f8e0ba 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 -- cgit v1.2.3