Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30696
Change subject: TESTONLY:mb/asus/m4a785-m: Try making HT enumerate properly ......................................................................
TESTONLY:mb/asus/m4a785-m: Try making HT enumerate properly
Change-Id: If445ea2f1672916db3b8cca4f2e81b1567f10da1 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/asus/m4a785-m/Kconfig M src/mainboard/asus/m4a785-m/romstage.c 2 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/30696/1
diff --git a/src/mainboard/asus/m4a785-m/Kconfig b/src/mainboard/asus/m4a785-m/Kconfig index 22665ef..8dfba3d 100644 --- a/src/mainboard/asus/m4a785-m/Kconfig +++ b/src/mainboard/asus/m4a785-m/Kconfig @@ -39,14 +39,14 @@ int default 2
-config HT_CHAIN_END_UNITID_BASE - hex - default 0x1 - config HT_CHAIN_UNITID_BASE hex default 0x0
+config HT_CHAIN_END_UNITID_BASE + hex + default 0x20 + config IRQ_SLOT_COUNT int default 19 diff --git a/src/mainboard/asus/m4a785-m/romstage.c b/src/mainboard/asus/m4a785-m/romstage.c index 02c396f..a106832 100644 --- a/src/mainboard/asus/m4a785-m/romstage.c +++ b/src/mainboard/asus/m4a785-m/romstage.c @@ -251,7 +251,7 @@ } } #else - static const u8 swaplist[] = {0, 1, 0xFF, 0, 0xFF}; + static const u8 swaplist[] = {0, 0, 0xFF, 0, 0xFF}; /* If the BUID was adjusted in early_ht we need to do the manual override */ if ((node == 0) && (link == 0)) { /* BSP SB link */ *List = swaplist;