https://bugzilla.kernel.org/show_bug.cgi?id=221709

--- Comment #1 from Conn O'Griofa ([email protected]) ---
Created attachment 310401
  --> https://bugzilla.kernel.org/attachment.cgi?id=310401&action=edit
ACPI table override demonstrating successful ordering workaround

I can workaround the breakage by overriding two of the SSDT tables. Note that
SSDT2 didn't require any changes, but I believe it was necessary to override
due to this BIOS having three "AmdTable" SSDT entries, and the first entry has
the highest revision (0x1000) which was preventing the SSDT4 match.

Perhaps the function continues iterating after replacing SSDT2 and then
successfully realizes that the SSDT4's 0x2 revision override matches (and
replaces) the SSDT4's signature.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to