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:
parent
8a5f157fdf
commit
a9766c7ada
105 changed files with 92 additions and 203 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include <southbridge/intel/bd82x6x/nvs.h>
|
||||
|
||||
/* FIXME: check this function. */
|
||||
void acpi_create_gnvs(struct global_nvs *gnvs)
|
||||
void mainboard_fill_gnvs(struct global_nvs *gnvs)
|
||||
{
|
||||
gnvs->tcrt = 100;
|
||||
gnvs->tpsv = 90;
|
||||
|
|
|
|||
Loading…
Reference in a new issue