ACPI: Have single call-site for acpi_inject_nvsa()
Change-Id: I61a9b07ec3fdaeef0622df82e106405f01e89a9e Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48719 Reviewed-by: Lance Zhao Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Angel Pons
parent
c84572e0e1
commit
91946c5b13
@@ -489,11 +489,6 @@ void soc_fill_gnvs(struct global_nvs *gnvs)
|
||||
gnvs->mpen = 1; /* Enable Multi Processing */
|
||||
}
|
||||
|
||||
void southbridge_inject_dsdt(const struct device *dev)
|
||||
{
|
||||
acpi_inject_nvsa();
|
||||
}
|
||||
|
||||
static const char *lpc_acpi_name(const struct device *dev)
|
||||
{
|
||||
return "LPCB";
|
||||
@@ -508,7 +503,6 @@ static struct device_operations device_ops = {
|
||||
.read_resources = i82801gx_lpc_read_resources,
|
||||
.set_resources = pci_dev_set_resources,
|
||||
.enable_resources = pci_dev_enable_resources,
|
||||
.acpi_inject_dsdt = southbridge_inject_dsdt,
|
||||
.write_acpi_tables = acpi_write_hpet,
|
||||
.acpi_fill_ssdt = southbridge_fill_ssdt,
|
||||
.acpi_name = lpc_acpi_name,
|
||||
|
Reference in New Issue
Block a user