Bug 16096 - ACPI Error: ACPI path has too many parent prefixes and EC related issues
Summary: ACPI Error: ACPI path has too many parent prefixes and EC related issues
Status: CLOSED DUPLICATE of bug 16548
Alias: None
Product: ACPI
Classification: Unclassified
Component: EC (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: acpi_ec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 19:43 UTC by Anton Kochkov
Modified: 2011-07-30 04:32 UTC (History)
3 users (show)

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


Attachments
all logs (38.54 KB, application/octet-stream)
2010-06-01 19:43 UTC, Anton Kochkov
Details
acpidump output (122.95 KB, application/octet-stream)
2010-11-09 00:19 UTC, Anton Kochkov
Details
grepped dmesg output (6.45 KB, text/plain)
2011-01-22 19:14 UTC, Anton Kochkov
Details
Dmesg, acpidump, lspci, dmidecode, ectool (109.60 KB, application/octet-stream)
2011-02-02 16:22 UTC, Anton Kochkov
Details
AML file for the presented ACPI tables (26.40 KB, application/octet-stream)
2011-03-14 03:53 UTC, Anton Kochkov
Details
dmesg output (838.57 KB, application/octet-stream)
2011-03-14 04:05 UTC, Anton Kochkov
Details

Description Anton Kochkov 2010-06-01 19:43:45 UTC
Created attachment 26602 [details]
all logs

I have laptop Dell Vostro V13:

      Caption: Dell Vostro V13
      Product Link: http://www.dell.com/us/en/business/note ... =bsd&cs=04
      Board Vendor: Dell Inc.
      Board name: 0R45H1
      CPU: Intel® Celeron 743 (1.2GHz, 1MB L2 cache) (Ultra Low Voltage)
      Chipset: Mobile Intel® GS45 Express Chipset ICH9M-Enhanced
      Graphics: Intel Graphics Media Accelerator (GMA) 4500MHD
      Northbridge: GS45-GMHC
      Southbridge: ICH9M-E
      Motion Sensor: STM DE351DL
      Super I/O chip: ITE IT8502E
      Embedded controller chip: ITE IT8502E
      Flash chip: Winbond 25Q16BVSIG 

I always see this ACPI errors in dmesg:

[ 0.084001] ACPI Error: ACPI path has too many parent prefixes (^) - reached beyond root node (20090903/nsaccess-429)
[ 0.084001] ACPI Error (psargs-0359): [^LPCB.EC0_.LANW] Namespace lookup failure, AE_NOT_FOUND
[ 0.084001] ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c14edd50), AE_NOT_FOUND 

I attached all needed info about my system/EC

This laptop use ITE IT8502e embedded controller (acpi) (8032 uC, which 8051-compatible)
It's base = 0x68E
This is reverse engineered part of EC code

ROM:4AC7     ___PREDEFINED BASE ADRESS___
ROM:4AC7
ROM:4AC7 000                 mov     DPTR, #SWUC_SWCBALR       ; // Set SWC BASE ADDRESS to "0x68E"
ROM:4ACA 000                 mov     A, #8Eh                                ; // so the ports adresses are now this (from host view):
ROM:4ACC 000                 movx    @DPTR, A                             ; //
ROM:4ACD 000                 mov     DPTR, #SWUC_SWCBAHR       ; // Adress Port = 0x68Eh
ROM:4AD0 000                 mov     A, #6                                    ; // Date Port   = 0x68Fh
ROM:4AD2 000                 movx    @DPTR, A                            ; }
ROM:4AD2
ROM:4AD2     ___PREDEFINED BASE ADRESS___

and this is bios information:

# biosdecode 2.10
SMBIOS 2.5 present.
   Structure Table Length: 1988 bytes
   Structure Table Address: 0x000DC010
   Number Of Structures: 51
   Maximum Structure Size: 199 bytes
ACPI 2.0 present.
   OEM Identifier: PTLTD
   RSD Table 32-bit Address: 0x7DBF93A4
   XSD Table 64-bit Address: 0x000000007DBF9408
BIOS32 Service Directory present.
   Revision: 0
   Calling Interface Address: 0x000FDBC0
PNP BIOS 1.0 present.
   Event Notification: Not Supported
   Real Mode 16-bit Code Address: E1FD:008B
   Real Mode 16-bit Data Address: 0040:0000
   16-bit Protected Mode Code Address: 0x000F832E
   16-bit Protected Mode Data Address: 0x00000400

Attached file contain all needed logs: dmesg, lspci, etc...
Comment 1 Zhang Rui 2010-10-22 03:14:36 UTC
does the problem still exist in the latest upstream kernel, say 2.6.35 or 2.6.36-rc?
Comment 2 Robert Moore 2010-11-08 23:17:36 UTC
Please post acpidump for the machine.
Comment 3 Anton Kochkov 2010-11-09 00:19:26 UTC
Created attachment 36832 [details]
acpidump output

Added acpidump output as attachment
Comment 4 Lin Ming 2010-11-09 01:09:00 UTC
Could you please try latest kernel 2.6.36?

The ACPI errors should be fixed already.
Comment 5 Anton Kochkov 2011-01-22 19:14:21 UTC
Created attachment 44792 [details]
grepped dmesg output

[    0.049833] ACPI Error: Could not map memory at 0x000000007D374020, size 141 (20101013/exregion-178)
[    0.050311] ACPI Error: Method parse/execution failed [\_PR_.CPU1.APCT] (Node f5c2a0a8), AE_NO_MEMORY (20101013/psparse-537)
[    0.050714] ACPI Error: Method parse/execution failed [\_PR_.CPU1.GCAP] (Node f5c2a090), AE_NO_MEMORY (20101013/psparse-537)
[    0.051174] ACPI Error: Method parse/execution failed [\_PR_.CPU1._PDC] (Node f5c2a060), AE_NO_MEMORY (20101013/psparse-537)
Comment 6 Anton Kochkov 2011-02-02 16:22:41 UTC
Created attachment 46062 [details]
Dmesg, acpidump, lspci, dmidecode, ectool
Comment 7 Anton Kochkov 2011-02-02 16:24:16 UTC
Added latest logs and ACPI tables dump from the logs. I'm using A01 version of the Dell Vostro V13 BIOS, if this can help
Comment 8 Anton Kochkov 2011-03-14 03:53:53 UTC
Created attachment 50772 [details]
AML file for the presented ACPI tables
Comment 9 Anton Kochkov 2011-03-14 04:02:09 UTC
New errors on 2.6.37 kernel

Feb  6 21:34:49 localhost kernel: [    0.029233] ACPI: bus type pci registered
Feb  6 21:34:49 localhost kernel: [    0.029523] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Feb  6 21:34:49 localhost kernel: [    0.029751] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Feb  6 21:34:49 localhost kernel: [    0.029889] PCI: Using MMCONFIG for extended config space
Feb  6 21:34:49 localhost kernel: [    0.030042] PCI: Using configuration type 1 for base access
Feb  6 21:34:49 localhost kernel: [    0.041482] bio: create slab <bio-0> at 0
Feb  6 21:34:49 localhost kernel: [    0.043351] ACPI: EC: Look up EC in DSDT
Feb  6 21:34:49 localhost kernel: [    0.044625] ACPI: Executed 1 blocks of module-level executable AML code
Feb  6 21:34:49 localhost kernel: [    0.047891] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Feb  6 21:34:49 localhost kernel: [    0.049874] ACPI Error: Could not map memory at 0x000000007D374020, size 141 (20101013/exregion-178)
Feb  6 21:34:49 localhost kernel: [    0.050003] ACPI Exception: AE_NO_MEMORY, Returned by Handler for [SystemMemory] (20101013/evregion-474)
Feb  6 21:34:49 localhost kernel: [    0.050317] ACPI Error: Method parse/execution failed [\_PR_.CPU1.APCT] (Node f5c2a0a8), AE_NO_MEMORY (20101013/psparse-537)
Feb  6 21:34:49 localhost kernel: [    0.050713] ACPI Error: Method parse/execution failed [\_PR_.CPU1.GCAP] (Node f5c2a090), AE_NO_MEMORY (20101013/psparse-537)
Feb  6 21:34:49 localhost kernel: [    0.051306] ACPI Error: Method parse/execution failed [\_PR_.CPU1._PDC] (Node f5c2a060), AE_NO_MEMORY (20101013/psparse-537)
Feb  6 21:34:49 localhost kernel: [    0.054201] ACPI: Interpreter enabled
Feb  6 21:34:49 localhost kernel: [    0.054340] ACPI: (supports S0 S3 S4 S5)
Feb  6 21:34:49 localhost kernel: [    0.054667] ACPI: Using IOAPIC for interrupt routing
Feb  6 21:34:49 localhost kernel: [    0.064279] ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
Feb  6 21:34:49 localhost kernel: [    0.066349] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
Feb  6 21:34:49 localhost kernel: [    0.067171] ACPI: No dock devices found.
Feb  6 21:34:49 localhost kernel: [    0.067308] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb  6 21:34:49 localhost kernel: [    0.068338] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])


Feb  6 21:34:49 localhost kernel: [    0.197512] Switching to clocksource hpet
Feb  6 21:34:49 localhost kernel: [    0.200137] ACPI: Invalid active0 threshold
Feb  6 21:34:49 localhost kernel: [    0.200515] thermal LNXTHERM:00: registered as thermal_zone0
Feb  6 21:34:49 localhost kernel: [    0.202882] ACPI: Thermal Zone [THRM] (34 C)
Feb  6 21:34:49 localhost kernel: [    0.203510] ERST: Table is not found!
Feb  6 21:34:49 localhost kernel: [    0.203689] GHES: HEST is not enabled!
Feb  6 21:34:49 localhost kernel: [    0.203820] EINJ: Table is not found!



Feb  6 21:34:49 localhost kernel: [    1.141980] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
Feb  6 21:34:49 localhost kernel: [    1.144168] ACPI: resource 0000:00:1f.3 [io  0x1c00-0x1c1f] conflicts with ACPI region SMBI [??? 0x00001c00-0x00001c0f flags 0x49]
Feb  6 21:34:49 localhost kernel: [    1.146478] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Comment 10 Anton Kochkov 2011-03-14 04:05:37 UTC
Created attachment 50782 [details]
dmesg output
Comment 11 Lin Ming 2011-03-15 07:44:47 UTC
This is duplicate with bug 16548.

Could you have a try the workaround at:
https://bugzilla.kernel.org/show_bug.cgi?id=16548#c23
Comment 12 Zhang Rui 2011-03-21 07:20:25 UTC

*** This bug has been marked as a duplicate of bug 16548 ***

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