diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-12-19 19:33:12 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-12-22 17:29:13 +0000 |
commit | e653942453f6537606417cefc1d16d8962166b10 (patch) | |
tree | 03a999819f51d4706b5bdca748690e3f1883d214 /src/mainboard/lenovo | |
parent | b3a411cc7daa4068b2032a9343613dbb55636e0d (diff) |
sb/intel/ibexpeak: Drop ChromeOS setup for GNVS
The CHROMEOS option was never used with ibexpeak, code was copy-pasted
and forked from bd82x6x. Since a custom ibexpeak/nvs.h was already made,
an accompanying globalnvs.asl is added here too without chromeos_acpi_t.
Change-Id: I16406516b51c13d49593bc8a3e1e5b868eea6f24
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48766
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t410/dsdt.asl | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x201/dsdt.asl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t410/dsdt.asl b/src/mainboard/lenovo/t410/dsdt.asl index 8751f0248c..40a57cb578 100644 --- a/src/mainboard/lenovo/t410/dsdt.asl +++ b/src/mainboard/lenovo/t410/dsdt.asl @@ -20,7 +20,7 @@ DefinitionBlock( #include "acpi/platform.asl" /* global NVS and variables */ - #include <southbridge/intel/bd82x6x/acpi/globalnvs.asl> + #include <southbridge/intel/ibexpeak/acpi/globalnvs.asl> /* General Purpose Events */ #include "acpi/gpe.asl" diff --git a/src/mainboard/lenovo/x201/dsdt.asl b/src/mainboard/lenovo/x201/dsdt.asl index 8751f0248c..40a57cb578 100644 --- a/src/mainboard/lenovo/x201/dsdt.asl +++ b/src/mainboard/lenovo/x201/dsdt.asl @@ -20,7 +20,7 @@ DefinitionBlock( #include "acpi/platform.asl" /* global NVS and variables */ - #include <southbridge/intel/bd82x6x/acpi/globalnvs.asl> + #include <southbridge/intel/ibexpeak/acpi/globalnvs.asl> /* General Purpose Events */ #include "acpi/gpe.asl" |