soc/amd/*/agesa_acpi: add TODO for adding CRAT table

The Picasso SoC code generates a CRAT ACPI table which is not done for
Cezanne and newer. A significant part of the Picasso CRAT generation
code can likely be moved to the common AMD SoC code and then used in all
SoCs, but this still needs to be checked.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I8f1ebe74f0376c60396dbd80e64676d1374ed811
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72027
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2023-01-17 02:52:03 +01:00
parent 4235fb6015
commit 5c56b16533
4 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,8 @@ uintptr_t agesa_write_acpi_tables(const struct device *device, uintptr_t current
{
acpi_ivrs_t *ivrs;
/* TODO: look into adding CRAT */
/* add ALIB SSDT from HOB */
current = acpi_align_current(current);
current = add_agesa_fsp_acpi_table(AMD_FSP_ACPI_ALIB_HOB_GUID, "ALIB", rsdp, current);

View File

@ -14,6 +14,8 @@ uintptr_t agesa_write_acpi_tables(const struct device *device, uintptr_t current
{
acpi_ivrs_t *ivrs;
/* TODO: look into adding CRAT */
/* add ALIB SSDT from HOB */
current = acpi_align_current(current);
current = add_agesa_fsp_acpi_table(AMD_FSP_ACPI_ALIB_HOB_GUID, "ALIB", rsdp, current);

View File

@ -14,6 +14,8 @@ uintptr_t agesa_write_acpi_tables(const struct device *device, uintptr_t current
{
acpi_ivrs_t *ivrs;
/* TODO: look into adding CRAT */
/* add ALIB SSDT from HOB */
current = acpi_align_current(current);
current = add_agesa_fsp_acpi_table(AMD_FSP_ACPI_ALIB_HOB_GUID, "ALIB", rsdp, current);

View File

@ -15,6 +15,8 @@ uintptr_t agesa_write_acpi_tables(const struct device *device, uintptr_t current
{
acpi_ivrs_t *ivrs;
/* TODO: look into adding CRAT */
/* add ALIB SSDT from HOB */
current = acpi_align_current(current);
current = add_agesa_fsp_acpi_table(AMD_FSP_ACPI_ALIB_HOB_GUID, "ALIB", rsdp, current);