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:
parent
112c2277f5
commit
e4e26560ee
|
@ -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,
|
||||
acpi_rsdp_t *rsdp)
|
||||
{
|
||||
/* TODO: look into adding CRAT */
|
||||
|
||||
/* IVRS */
|
||||
current = acpi_add_ivrs_table(current, rsdp);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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,
|
||||
acpi_rsdp_t *rsdp)
|
||||
{
|
||||
/* TODO: look into adding CRAT */
|
||||
|
||||
/* IVRS */
|
||||
current = acpi_add_ivrs_table(current, rsdp);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue