Hi,

I just tested the current version of coreboot with an AMD A8-6600K APU.
By default it does not work despite the following changes:
https://review.coreboot.org/#/q/richland
https://review.coreboot.org/#/q/f2a85

I have to apply the patch as an attachment for it to work.
I modify the options in Kconfig because coreboot doesn't start quickly without this...

You can modify "Latest Known Good" for today in Asus F2A85-M ;)
https://www.coreboot.org/Supported_Motherboards

Thank you,

--
Best regards,

OpenSEC.fr
diff --git a/src/cpu/amd/agesa/family15tn/model_15_init.c b/src/cpu/amd/agesa/family15tn/model_15_init.c
index eda05f6..77357e9 100644
--- a/src/cpu/amd/agesa/family15tn/model_15_init.c
+++ b/src/cpu/amd/agesa/family15tn/model_15_init.c
@@ -130,6 +130,7 @@ static struct device_operations cpu_dev_ops = {
 
 static struct cpu_device_id cpu_table[] = {
 	{ X86_VENDOR_AMD, 0x610f00 },	  /* TN-A0 */
+	{ X86_VENDOR_AMD, 0x610f31 },     /* RL-A1 (Richland) */
 	{ 0, 0 },
 };
 
diff --git a/src/mainboard/asus/f2a85-m/Kconfig b/src/mainboard/asus/f2a85-m/Kconfig
index 4830955..04eb936 100644
--- a/src/mainboard/asus/f2a85-m/Kconfig
+++ b/src/mainboard/asus/f2a85-m/Kconfig
@@ -74,6 +74,14 @@ config HW_MEM_HOLE_SIZE_AUTO_INC
 	bool
 	default n
 
+config HUDSON_XHCI_FWM
+	bool
+	default n
+
+config HUDSON_IMC_FWM
+	bool
+	default n
+
 config IRQ_SLOT_COUNT
 	int
 	default 11
@@ -86,4 +94,12 @@ config VGA_BIOS_ID
 	string
 	default "1002,9993"
 
+config HUDSON_LEGACY_FREE
+	bool
+	default y
+
+config POST_IO
+	bool
+	default n
+
 endif # BOARD_ASUS_F2A85_M
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to