mb/x/acpi_tables: Rename to mainboard_fill_gnvs()

Rename acpi_create_gnvs() functions under mb/ to reflect
their changed functionality.

Remove now empty mb/acpi_tables.c files.

Change-Id: Ia366867ef73d1ade9805dc29b8e14b3073f44f60
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48707
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kyösti Mälkki
2020-06-29 02:56:49 +03:00
committed by Nico Huber
parent 8a5f157fdf
commit a9766c7ada
105 changed files with 92 additions and 203 deletions

View File

@@ -616,7 +616,8 @@ static void southcluster_inject_dsdt(const struct device *device)
return;
soc_fill_gnvs(gnvs);
acpi_create_gnvs(gnvs);
mainboard_fill_gnvs(gnvs);
acpi_inject_nvsa();
}