soc/amd/sabrina/acpi: Disable ALIB calls
We don't currently have ALIB plumbed through. Disable the ALIB call to remove ACPI errors during boot. BUG=b:228496169 TEST=Boot skyrim and no longer see ALIB errors Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: Iad45bcda326597ebfc8b9c403de5b4a934b0bbc6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63841 Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
5cf02a4ecd
commit
d0dc50cf6b
|
@ -39,5 +39,6 @@ Scope(\_SB) {
|
||||||
Method (PNOT)
|
Method (PNOT)
|
||||||
{
|
{
|
||||||
/* Report AC/DC state to ALIB using WAL1() */
|
/* Report AC/DC state to ALIB using WAL1() */
|
||||||
\WAL1 ()
|
/* TODO: b/228496169 - Re-enable */
|
||||||
|
/* \WAL1 () */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue