Felix Held has uploaded this change for review.

View Change

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
---
M src/soc/amd/picasso/agesa_acpi.c
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/52901/1
diff --git a/src/soc/amd/picasso/agesa_acpi.c b/src/soc/amd/picasso/agesa_acpi.c
index a8ce780..abac9c1 100644
--- a/src/soc/amd/picasso/agesa_acpi.c
+++ b/src/soc/amd/picasso/agesa_acpi.c
@@ -1002,6 +1002,7 @@
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 */

To view, visit change 52901. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I409993dcecd38bd2ad603ba467b299a6eab177ab
Gerrit-Change-Number: 52901
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot@felixheld.de>
Gerrit-MessageType: newchange