summaryrefslogtreecommitdiff
path: root/src/mainboard/protectli
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-06-28 21:56:46 +0300
committerNico Huber <nico.h@gmx.de>2021-01-10 11:39:28 +0000
commit999e441338e44f7c131e7ffa915ef965424d8739 (patch)
tree33003df61e6b1b55ed47fe09ac5ed19dc333b028 /src/mainboard/protectli
parenta9766c7adaaa442fc3c42ca4f31fe4050cfa653d (diff)
downloadcoreboot-999e441338e44f7c131e7ffa915ef965424d8739.tar.xz
soc/intel: Replace acpi_init_gnvs()
Rename these to soc_fill_gnvs() and move the callsite away from mb/. Change-Id: I760c36f65c6122103f2be98fc11ee13832c2772e Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48716 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/protectli')
-rw-r--r--src/mainboard/protectli/vault_bsw/acpi_tables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/protectli/vault_bsw/acpi_tables.c b/src/mainboard/protectli/vault_bsw/acpi_tables.c
index b794840f5a..6fc71fe060 100644
--- a/src/mainboard/protectli/vault_bsw/acpi_tables.c
+++ b/src/mainboard/protectli/vault_bsw/acpi_tables.c
@@ -8,9 +8,6 @@
void mainboard_fill_gnvs(struct global_nvs *gnvs)
{
-
- acpi_init_gnvs(gnvs);
-
/* Enable USB ports in S3 */
gnvs->s3u0 = 1;
gnvs->s3u1 = 1;