Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12556
-gerrit
commit 8ce14d895bd53f80c527c35234eb53c3220b4135 Author: Martin Roth martinroth@google.com Date: Thu Nov 26 21:51:03 2015 -0700
amd/pi/00630F01: add HT3 Kconfig option
In northbridge.c, the Kconfig option _HT3_SUPPORT is being used. Unfortunately, until this patch, that option didn't exist, so the value was always set to 4.
Change-Id: I2682d3b620e2cee613c7421622a8c79db5ba3a86 Signed-off-by: Martin Roth martinroth@google.com --- src/northbridge/amd/pi/00630F01/Kconfig | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/northbridge/amd/pi/00630F01/Kconfig b/src/northbridge/amd/pi/00630F01/Kconfig index 293b12d..dbcb149 100644 --- a/src/northbridge/amd/pi/00630F01/Kconfig +++ b/src/northbridge/amd/pi/00630F01/Kconfig @@ -34,6 +34,9 @@ config MMCONF_BUS_NUMBER int default 64
+config HT3_SUPPORT + bool "Enable HT3 support" + config VGA_BIOS_ID string default "1002,1304"