diff options
author | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2015-07-13 21:13:33 -0500 |
---|---|---|
committer | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2015-10-25 16:46:50 +0100 |
commit | 3acece23621eb27abcce34a212344a12d80de500 (patch) | |
tree | b8b65630e3d2d965845260c9217cd697252f9538 | |
parent | 5213c53f6f126bf79ca2849d7d04a0e5141811ea (diff) |
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>
-rw-r--r-- | src/northbridge/amd/amdk8/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
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 |