Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/58798 )
Change subject: WIP: tcss ......................................................................
WIP: tcss
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: Ib947c3c9cd843e54d4664509c15336178c0bc99e --- M 3rdparty/blobs M src/soc/intel/tigerlake/acpi/tcss.asl 2 files changed, 3 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/58798/1
diff --git a/3rdparty/blobs b/3rdparty/blobs index f388b67..bb02df0 160000 --- a/3rdparty/blobs +++ b/3rdparty/blobs @@ -1 +1 @@ -Subproject commit f388b6794e6f1f93b847de353f5eab8ba3e3b328 +Subproject commit bb02df075fd707e0cb3945b237f7b99f86a154a3 diff --git a/src/soc/intel/tigerlake/acpi/tcss.asl b/src/soc/intel/tigerlake/acpi/tcss.asl index 2a71b31..38233e9 100644 --- a/src/soc/intel/tigerlake/acpi/tcss.asl +++ b/src/soc/intel/tigerlake/acpi/tcss.asl @@ -133,7 +133,7 @@ } Return (0) } - +#if CONFIG(CHROMEOS) Method (_OSC, 4, Serialized) { CreateDWordField (Arg3, 0, CDW1) @@ -190,6 +190,7 @@ Return (Arg3) } } +#endif }
Scope (_GPE)