Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/50566 )
Change subject: mb/amd/majolica/mainboard: Set ACPI IRQ ......................................................................
mb/amd/majolica/mainboard: Set ACPI IRQ
We now pass the ACPI SCI IRQ to the OS, so make sure the board routes it correctly.
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: I1b4d5e0bfb1d9df9ac8a8c41cdf466a67f2673d6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50566 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Marshall Dawson marshalldawson3rd@gmail.com Reviewed-by: Mathew King mathewk@chromium.org --- M src/mainboard/amd/majolica/mainboard.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Marshall Dawson: Looks good to me, approved Mathew King: Looks good to me, approved
diff --git a/src/mainboard/amd/majolica/mainboard.c b/src/mainboard/amd/majolica/mainboard.c index 0ba103e..cbb1145 100644 --- a/src/mainboard/amd/majolica/mainboard.c +++ b/src/mainboard/amd/majolica/mainboard.c @@ -46,7 +46,7 @@ { PIRQ_G, PIRQ_NC, PIRQ_NC }, { PIRQ_H, PIRQ_NC, PIRQ_NC },
- { PIRQ_SCI, PIRQ_NC, PIRQ_NC }, + { PIRQ_SCI, ACPI_SCI_IRQ, ACPI_SCI_IRQ }, { PIRQ_SD, PIRQ_NC, PIRQ_NC }, { PIRQ_SDIO, PIRQ_NC, PIRQ_NC }, { PIRQ_SATA, PIRQ_NC, PIRQ_NC },