Bug 203683 - Buggy ASL code causing Linux kernel error messages - Toshiba Z830
Summary: Buggy ASL code causing Linux kernel error messages - Toshiba Z830
Status: RESOLVED WILL_NOT_FIX
Alias: None
Product: ACPI
Classification: Unclassified
Component: BIOS (show other bugs)
Hardware: Intel Linux
: P1 normal
Assignee: Zhang Rui
URL:
Keywords:
Depends on:
Blocks: 178231
  Show dependency tree
 
Reported: 2019-05-23 02:25 UTC by Zhang Rui
Modified: 2019-07-01 08:58 UTC (History)
1 user (show)

See Also:
Kernel Version: all
Subsystem:
Regression: No
Bisected commit-id:


Attachments
issue.def (1.11 KB, text/plain)
2019-05-23 02:39 UTC, Zhang Rui
Details
issue.def (1.15 KB, text/plain)
2019-06-14 16:29 UTC, Todd Brandt
Details

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.

Note You need to log in before you can comment on or make changes to this bug.