diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-01-14 00:39:08 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-16 15:45:14 +0000 |
commit | 8c41000862a1031782e6890b833b25704a3b378d (patch) | |
tree | 84dd74ba6c2fd5bd821ed59b41c9b759129f3798 /src/soc/amd | |
parent | c2ed1e9ba006610d4909e38cfeb30e5cc0f9a71f (diff) |
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 <felix-coreboot@felixheld.de>
Change-Id: Ib569747aa388d7953e79de747905fb52c2a05e74
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71912
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/picasso/include/soc/acpi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/include/soc/acpi.h b/src/soc/amd/picasso/include/soc/acpi.h index 20876906c5..741b732163 100644 --- a/src/soc/amd/picasso/include/soc/acpi.h +++ b/src/soc/amd/picasso/include/soc/acpi.h @@ -8,6 +8,8 @@ #include <device/device.h> #include <stdint.h> +#define ACPI_SCI_IRQ 9 + /* RTC Registers */ #define RTC_DATE_ALARM 0x0d |