summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/agesa_acpi.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-05-04 21:17:50 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-05-05 19:39:01 +0000
commitafc4978ede7c86cddb0552ebc8da046244affe61 (patch)
treefd4341b2c5538b4919805824d9a17f9f6a5fbd5a /src/soc/amd/picasso/agesa_acpi.c
parentf3e268bc3b1550abb72a1bcdf114952de9dcad5d (diff)
downloadcoreboot-afc4978ede7c86cddb0552ebc8da046244affe61.tar.gz
coreboot-afc4978ede7c86cddb0552ebc8da046244affe61.tar.bz2
coreboot-afc4978ede7c86cddb0552ebc8da046244affe61.zip
soc/amd/picasso/agesa_acpi: add comment to add_agesa_fsp_acpi_table call
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I409993dcecd38bd2ad603ba467b299a6eab177ab Reviewed-on: https://review.coreboot.org/c/coreboot/+/52901 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/agesa_acpi.c')
-rw-r--r--src/soc/amd/picasso/agesa_acpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/agesa_acpi.c b/src/soc/amd/picasso/agesa_acpi.c
index a8ce780f33ad..abac9c18047a 100644
--- a/src/soc/amd/picasso/agesa_acpi.c
+++ b/src/soc/amd/picasso/agesa_acpi.c
@@ -1002,6 +1002,7 @@ uintptr_t agesa_write_acpi_tables(const struct device *device, uintptr_t current
current += crat->header.length;
acpi_add_table(rsdp, crat);
+ /* add ALIB SSDT from HOB */
current = add_agesa_fsp_acpi_table(AMD_FSP_ACPI_ALIB_HOB_GUID, "ALIB", rsdp, current);
/* IVRS */