From 8c41000862a1031782e6890b833b25704a3b378d Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 14 Jan 2023 00:39:08 +0100 Subject: soc/amd/picasso/include/acpi: introduce and use ACPI_SCI_IRQ definition The newer AMD SoCs define ACPI_SCI_IRQ in the SoC's acpi.h header file and use this definition in the mainboard code, so port this back to Picasso. Signed-off-by: Felix Held Change-Id: Ib569747aa388d7953e79de747905fb52c2a05e74 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71912 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- src/soc/amd/picasso/include/soc/acpi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/picasso/include/soc/acpi.h b/src/soc/amd/picasso/include/soc/acpi.h index 20876906c5d7..741b73216330 100644 --- a/src/soc/amd/picasso/include/soc/acpi.h +++ b/src/soc/amd/picasso/include/soc/acpi.h @@ -8,6 +8,8 @@ #include #include +#define ACPI_SCI_IRQ 9 + /* RTC Registers */ #define RTC_DATE_ALARM 0x0d -- cgit v1.2.3