soc/intel/apollolake: Add handling of GNVS ACPI entry for CHROMEOS builds
Add chromeos required GNVS feature. The GNVS table stays in both CBMEM and ACPI DSDT tables. Change-Id: I4db0eb18d2de62917a94704318a7896c04e4777f Signed-off-by: Andrey Petrov <andrey.petrov@intel.com> Reviewed-on: https://review.coreboot.org/14471 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@ -86,6 +86,7 @@ static struct device_operations device_ops = {
|
||||
.set_resources = &pci_dev_set_resources,
|
||||
.enable_resources = &pci_dev_enable_resources,
|
||||
.write_acpi_tables = southbridge_write_acpi_tables,
|
||||
.acpi_inject_dsdt_generator = southbridge_inject_dsdt,
|
||||
.init = &lpc_init
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user