soc/intel: Rename to soc_fill_gnvs()
Replace acpi_create_gnvs() under soc/ to reflect their changed funcionality. Change-Id: I7bdbe0d6f795252e713e9785ada2b6320e6604b9 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48717 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Nico Huber
parent
999e441338
commit
c2b0a4fa32
@@ -156,7 +156,7 @@ static int get_cores_per_package(void)
|
||||
return cores;
|
||||
}
|
||||
|
||||
void acpi_create_gnvs(struct global_nvs *gnvs)
|
||||
void soc_fill_gnvs(struct global_nvs *gnvs)
|
||||
{
|
||||
const struct soc_intel_skylake_config *config = config_of_soc();
|
||||
|
||||
@@ -528,7 +528,7 @@ void southbridge_inject_dsdt(const struct device *device)
|
||||
if (!gnvs)
|
||||
return;
|
||||
|
||||
acpi_create_gnvs(gnvs);
|
||||
soc_fill_gnvs(gnvs);
|
||||
acpi_inject_nvsa();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user