summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/glinda/acpi.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2024-01-26 21:54:51 +0100
committerFelix Held <felix-coreboot@felixheld.de>2024-01-28 14:01:04 +0000
commite4e26560ee70d4215cbfb5f24cbbc9283177c4d9 (patch)
tree314aee8db70180ee23fa4dfa518ff5d49ce240e0 /src/soc/amd/glinda/acpi.c
parent112c2277f51684157f5c46a06b3b038b5b730679 (diff)
downloadcoreboot-e4e26560ee70d4215cbfb5f24cbbc9283177c4d9.tar.gz
coreboot-e4e26560ee70d4215cbfb5f24cbbc9283177c4d9.tar.bz2
coreboot-e4e26560ee70d4215cbfb5f24cbbc9283177c4d9.zip
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 <felix-coreboot@felixheld.de> Change-Id: I3ea1e3678608b0ace2a1ff7fc104594e90c91476 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80227 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/glinda/acpi.c')
-rw-r--r--src/soc/amd/glinda/acpi.c2
1 files changed, 0 insertions, 2 deletions
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);