Bug 203683

Summary: Buggy ASL code causing Linux kernel error messages - Toshiba Z830
Product: ACPI Reporter: Zhang Rui (rui.zhang)
Component: BIOSAssignee: Zhang Rui (rui.zhang)
Status: RESOLVED WILL_NOT_FIX    
Severity: normal CC: todd.e.brandt
Priority: P1    
Hardware: Intel   
OS: Linux   
Kernel Version: all Subsystem:
Regression: No Bisected commit-id:
Bug Depends on:    
Bug Blocks: 178231    
Attachments: issue.def
issue.def

Description Zhang Rui 2019-05-23 02:25:48 UTC
On Toshiba Z830, GTF0 control method is not defined but referenced by other control method, this results in a couple of ACPI error messages during suspend/resume.

$ grep GTF0 *.dsl
ssdt1.dsl:    External (GTF0, IntObj)
ssdt1.dsl:                Store (GBU0, GTF0) /* External reference */
ssdt1.dsl:                Return (GTF0) /* External reference */

And the error messages are
[   35.737369] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.PRT0._SDD.GTF0], AE_NOT_FOUND (20190215/psargs-330)
[   35.745165] ACPI Error: Aborting method \_SB.PCI0.SAT0.PRT0._SDD due to previous error (AE_NOT_FOUND) (20190215/psparse-531)
[   35.749379] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.PRT0._GTF.GTF0], AE_NOT_FOUND (20190215/psargs-330)
[   35.752021] ACPI Error: Aborting method \_SB.PCI0.SAT0.PRT0._GTF due to previous error (AE_NOT_FOUND) (20190215/psparse-531)
and
[   35.894361] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.PRT0._SDD.GTF0], AE_NOT_FOUND (20190215/psargs-330)
[   35.898013] ACPI Error: Aborting method \_SB.PCI0.SAT0.PRT0._SDD due to previous error (AE_NOT_FOUND) (20190215/psparse-531)
[   35.900026] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.PRT0._GTF.GTF0], AE_NOT_FOUND (20190215/psargs-330)
[   35.903668] ACPI Error: Aborting method \_SB.PCI0.SAT0.PRT0._GTF due to previous error (AE_NOT_FOUND) (20190215/psparse-531)
Comment 1 Zhang Rui 2019-05-23 02:39:31 UTC
Created attachment 282915 [details]
issue.def
Comment 2 Todd Brandt 2019-06-14 16:29:10 UTC
Created attachment 283273 [details]
issue.def
Comment 3 Zhang Rui 2019-07-01 08:58:02 UTC
Bug closed as this is a BIOS bug, which we can not fix.