From e4e26560ee70d4215cbfb5f24cbbc9283177c4d9 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 26 Jan 2024 21:54:51 +0100 Subject: soc/amd/*/acpi: drop CRAT TODO The CRAT (Component Resource Attribute Table) isn't used on the APUs from Renoir on and has also been marked as deprecated in version 6.5 of the ACPI specification. So remove the 'TODO: look into adding CRAT' comment from all SoCs from Renoir/Cezanne on. Signed-off-by: Felix Held Change-Id: I3ea1e3678608b0ace2a1ff7fc104594e90c91476 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80227 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/soc/amd/glinda/acpi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/amd/glinda/acpi.c') diff --git a/src/soc/amd/glinda/acpi.c b/src/soc/amd/glinda/acpi.c index 8b6031c2b141..eb1d4782a134 100644 --- a/src/soc/amd/glinda/acpi.c +++ b/src/soc/amd/glinda/acpi.c @@ -61,8 +61,6 @@ void acpi_fill_fadt(acpi_fadt_t *fadt) unsigned long soc_acpi_write_tables(const struct device *device, unsigned long current, acpi_rsdp_t *rsdp) { - /* TODO: look into adding CRAT */ - /* IVRS */ current = acpi_add_ivrs_table(current, rsdp); -- cgit v1.2.3