sb/intel: Factor out soc_fill_gnvs()
commit4b4e995988884855b800ccb392847965aec3cd83
authorKyösti Mälkki <kyosti.malkki@gmail.com>
Sun, 28 Jun 2020 18:28:54 +0000 (28 21:28 +0300)
committerNico Huber <nico.h@gmx.de>
Sun, 10 Jan 2021 11:27:06 +0000 (10 11:27 +0000)
tree8696abdbf2120a6d722f0a4748e1f20d21314b5a
parent9f441dfc702b5c99ad466b9ada4e462a1b350bc7
sb/intel: Factor out soc_fill_gnvs()

Name the common part of GNVS initialisation as soc_fill_gnvs().
It is also moved before the call to acpi_create_gnvs(), which
followup will rename to mainbord_fill_gnvs() to reflect that
implementation is under mb/.

Change-Id: Ic4cf1548b65a86212d6e45d460fcd23bb8036365
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48706
Reviewed-by: Lance Zhao
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/acpi/gnvs.c
src/include/acpi/acpi_gnvs.h
src/soc/intel/broadwell/pch/lpc.c
src/southbridge/intel/bd82x6x/lpc.c
src/southbridge/intel/i82801gx/lpc.c
src/southbridge/intel/ibexpeak/lpc.c
src/southbridge/intel/lynxpoint/lpc.c