Maulik V Vaghela has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39228 )
Change subject: soc/intel/common: Move gpio_op.asl file into common folder ......................................................................
soc/intel/common: Move gpio_op.asl file into common folder
gpio_op.asl file is common across multiple soc and we can move it to common acpi folder for future soc to use.
BUG=None BRANCH=None TEST=check if tglrvp and jslrvp compiles
Change-Id: I17100aa7da9de0da44dbd26b763cdbf06b42c992 Signed-off-by: Maulik V Vaghela maulik.v.vaghela@intel.com --- R src/soc/intel/common/acpi/gpio_op.asl M src/soc/intel/tigerlake/acpi/gpio.asl 2 files changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/39228/1
diff --git a/src/soc/intel/tigerlake/acpi/gpio_op.asl b/src/soc/intel/common/acpi/gpio_op.asl similarity index 100% rename from src/soc/intel/tigerlake/acpi/gpio_op.asl rename to src/soc/intel/common/acpi/gpio_op.asl diff --git a/src/soc/intel/tigerlake/acpi/gpio.asl b/src/soc/intel/tigerlake/acpi/gpio.asl index 0378b52..59d0fe9 100644 --- a/src/soc/intel/tigerlake/acpi/gpio.asl +++ b/src/soc/intel/tigerlake/acpi/gpio.asl @@ -16,7 +16,7 @@ #include <soc/irq.h> #include <soc/pcr_ids.h> #include <intelblocks/gpio.h> -#include "gpio_op.asl" +#include <soc/intel/common/acpi/gpio_op.asl>
Device (GCM0) {
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39228 )
Change subject: soc/intel/common: Move gpio_op.asl file into common folder ......................................................................
Patch Set 1: Code-Review+1
need to analysis the scope beyond TGL if really we want to make this land into common