ChromeOS: Refactor ACPI CNVS generation
Remove chromeos_dsdt_generator() calls under mainboard, it is possible to make the single call to fill \CNVS and \OIPG without leveraging device operations. Change-Id: Id79af96bb6c038d273ac9c4afc723437fc1f3fc9 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55502 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
committed by
Felix Held
parent
ad489b8a27
commit
ff01bca624
@@ -11,7 +11,3 @@
|
||||
External (GNVS, OpRegionObj)
|
||||
External (DNVS, OpRegionObj)
|
||||
#endif
|
||||
|
||||
#if CONFIG(CHROMEOS_NVS)
|
||||
External (CNVS, OpRegionObj)
|
||||
#endif
|
||||
|
@@ -4,7 +4,6 @@
|
||||
|
||||
#if CONFIG(CHROMEOS_NVS)
|
||||
/* Chrome OS specific */
|
||||
#include <vendorcode/google/chromeos/acpi/gnvs.asl>
|
||||
#include <vendorcode/google/chromeos/acpi/chromeos.asl>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user