summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint/lpc.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-06-29 02:56:49 +0300
committerNico Huber <nico.h@gmx.de>2021-01-10 11:29:10 +0000
commita9766c7adaaa442fc3c42ca4f31fe4050cfa653d (patch)
treed926f7613b2849c11d5c7427ed43cbdf22eb978f /src/southbridge/intel/lynxpoint/lpc.c
parent8a5f157fdff9e0af9e7e0b9714c6b55f28f8ef1d (diff)
downloadcoreboot-a9766c7adaaa442fc3c42ca4f31fe4050cfa653d.tar.gz
coreboot-a9766c7adaaa442fc3c42ca4f31fe4050cfa653d.tar.bz2
coreboot-a9766c7adaaa442fc3c42ca4f31fe4050cfa653d.zip
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>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/lpc.c')
-rw-r--r--src/southbridge/intel/lynxpoint/lpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/lpc.c b/src/southbridge/intel/lynxpoint/lpc.c
index be39e5e5c271..05593b16bce9 100644
--- a/src/southbridge/intel/lynxpoint/lpc.c
+++ b/src/southbridge/intel/lynxpoint/lpc.c
@@ -708,7 +708,7 @@ void southbridge_inject_dsdt(const struct device *dev)
return;
soc_fill_gnvs(gnvs);
- acpi_create_gnvs(gnvs);
+ mainboard_fill_gnvs(gnvs);
acpi_inject_nvsa();
}