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>
This commit is contained in:
Felix Held 2024-01-26 21:54:51 +01:00
parent 112c2277f5
commit e4e26560ee
4 changed files with 0 additions and 8 deletions

View File

@ -58,8 +58,6 @@ void acpi_fill_fadt(acpi_fadt_t *fadt)
unsigned long soc_acpi_write_tables(const struct device *device, unsigned long current, unsigned long soc_acpi_write_tables(const struct device *device, unsigned long current,
acpi_rsdp_t *rsdp) acpi_rsdp_t *rsdp)
{ {
/* TODO: look into adding CRAT */
/* IVRS */ /* IVRS */
current = acpi_add_ivrs_table(current, rsdp); current = acpi_add_ivrs_table(current, rsdp);

View File

@ -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, unsigned long soc_acpi_write_tables(const struct device *device, unsigned long current,
acpi_rsdp_t *rsdp) acpi_rsdp_t *rsdp)
{ {
/* TODO: look into adding CRAT */
/* IVRS */ /* IVRS */
current = acpi_add_ivrs_table(current, rsdp); current = acpi_add_ivrs_table(current, rsdp);

View File

@ -60,8 +60,6 @@ void acpi_fill_fadt(acpi_fadt_t *fadt)
unsigned long soc_acpi_write_tables(const struct device *device, unsigned long current, unsigned long soc_acpi_write_tables(const struct device *device, unsigned long current,
acpi_rsdp_t *rsdp) acpi_rsdp_t *rsdp)
{ {
/* TODO: look into adding CRAT */
/* IVRS */ /* IVRS */
current = acpi_add_ivrs_table(current, rsdp); current = acpi_add_ivrs_table(current, rsdp);

View File

@ -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, unsigned long soc_acpi_write_tables(const struct device *device, unsigned long current,
acpi_rsdp_t *rsdp) acpi_rsdp_t *rsdp)
{ {
/* TODO: look into adding CRAT */
/* IVRS */ /* IVRS */
current = acpi_add_ivrs_table(current, rsdp); current = acpi_add_ivrs_table(current, rsdp);