summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonathan A. Kollasch <jakllsch@kollasch.net>2015-07-13 21:13:33 -0500
committerJonathan A. Kollasch <jakllsch@kollasch.net>2015-10-25 16:46:50 +0100
commit3acece23621eb27abcce34a212344a12d80de500 (patch)
treeb8b65630e3d2d965845260c9217cd697252f9538 /src
parent5213c53f6f126bf79ca2849d7d04a0e5141811ea (diff)
downloadcoreboot-3acece23621eb27abcce34a212344a12d80de500.tar.gz
coreboot-3acece23621eb27abcce34a212344a12d80de500.tar.bz2
coreboot-3acece23621eb27abcce34a212344a12d80de500.zip
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> Reviewed-on: http://review.coreboot.org/10913 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/northbridge/amd/amdk8/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig
index 21d3c2946048..dee7f8e0ba54 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