From 1a148753ef93b037cdff5f8d31a9045ddd2a20c3 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 27 Feb 2023 21:07:26 +0100 Subject: soc/amd/stoneyridge/acpi: introduce and use ACPI_SCI_IRQ definition IRQ9 is used as ACPI SCI IRQ, so add a define for that and use it in the code like it is also done in the other SoCs in soc/amd. Signed-off-by: Felix Held Change-Id: Iddb51d70c15ab1d7088f62b61e22510bd1b30b1e Reviewed-on: https://review.coreboot.org/c/coreboot/+/73320 Reviewed-by: Matt DeVillier Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/soc/amd/stoneyridge/include/soc/acpi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/amd/stoneyridge/include') diff --git a/src/soc/amd/stoneyridge/include/soc/acpi.h b/src/soc/amd/stoneyridge/include/soc/acpi.h index 21ffd5fbdc..302416e113 100644 --- a/src/soc/amd/stoneyridge/include/soc/acpi.h +++ b/src/soc/amd/stoneyridge/include/soc/acpi.h @@ -6,6 +6,8 @@ #include #include +#define ACPI_SCI_IRQ 9 + #if CONFIG(STONEYRIDGE_LEGACY_FREE) #define FADT_BOOT_ARCH ACPI_FADT_LEGACY_FREE #else -- cgit v1.2.3