aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-01-26 23:06:32 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-01-28 00:15:55 +0000
commit58dfc6c47986a8868994ca3500956ddbde122b69 (patch)
treebf8befeccd282dce2fb54857f172a6b0440041ac /src/mainboard
parentffa033e13ac2aa312047873a7893ca09145c389b (diff)
Revert "mb/amd/mandolin: Clean up IRQ numbers"
This reverts commit 2a1638a9cead257115ff82b18862d506015378b2. The original commit broke Mandolin and with the revert applied, I can boot into Linux via SeaBIOS again. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I7024b6ff1e772bbc89f810c766655a5887ed8b41 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49950 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/amd/mandolin/mainboard.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/mainboard/amd/mandolin/mainboard.c b/src/mainboard/amd/mandolin/mainboard.c
index 6718d656a6..0d208da348 100644
--- a/src/mainboard/amd/mandolin/mainboard.c
+++ b/src/mainboard/amd/mandolin/mainboard.c
@@ -34,14 +34,10 @@ static const struct fch_irq_routing {
uint8_t pic_irq_num;
uint8_t apic_irq_num;
} mandolin_fch[] = {
- { PIRQ_A, 10, PIRQ_NC },
- { PIRQ_B, 11, PIRQ_NC },
- { PIRQ_C, 12, PIRQ_NC },
- { PIRQ_D, 13, PIRQ_NC },
- { PIRQ_E, 13, PIRQ_NC },
- { PIRQ_F, 12, PIRQ_NC },
- { PIRQ_G, 11, PIRQ_NC },
- { PIRQ_H, 10, PIRQ_NC },
+ { PIRQ_A, 8, 16 },
+ { PIRQ_B, 10, 17 },
+ { PIRQ_C, 11, 18 },
+ { PIRQ_D, 12, 19 },
{ PIRQ_SCI, 9, 9 },
{ PIRQ_SD, PIRQ_NC, 16 },
{ PIRQ_SDIO, PIRQ_NC, 16 },