Maxim Polyakov has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45897 )
Change subject: [WIP] mb/intel/cedarisland: use ACPI to control GPIO ......................................................................
[WIP] mb/intel/cedarisland: use ACPI to control GPIO
Change-Id: Ic3d6c3d5e64a640875aaff6a3b58b778080167bf Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- M src/mainboard/intel/cedarisland_crb/dsdt.asl 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/45897/1
diff --git a/src/mainboard/intel/cedarisland_crb/dsdt.asl b/src/mainboard/intel/cedarisland_crb/dsdt.asl index 407ee37..61e40ab 100644 --- a/src/mainboard/intel/cedarisland_crb/dsdt.asl +++ b/src/mainboard/intel/cedarisland_crb/dsdt.asl @@ -23,7 +23,8 @@ { #include <soc/intel/xeon_sp/cpx/acpi/southcluster.asl> #include <soc/intel/common/block/acpi/acpi/lpc.asl> - + #include <soc/intel/common/acpi/pcr.asl> + #include <soc/intel/xeon_sp/acpi/gpio.asl> }
Device (UNC0)
Maxim Polyakov has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/45897 )
Change subject: [WIP] mb/intel/cedarisland: use ACPI to control GPIO ......................................................................
Abandoned