Bug 34892

Summary: ACPI Error: could not map memory + ACPI Error: parsing error \_PR_.CPU1
Product: ACPI Reporter: Anton Kochkov (anton.kochkov)
Component: OtherAssignee: Lin Ming (ming.m.lin)
Status: CLOSED DUPLICATE    
Severity: normal CC: anton.kochkov, ming.m.lin
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.37, 2.6.38 Subsystem:
Regression: No Bisected commit-id:
Attachments: Full kernel messages log
Raw ACPI dump
Disassembled ACPI table
Full lscpi output (lspci -nnvvvxxxx)
Short lspci output (lspci -nnvvvxxx)
Full acpidump output (compressed with bzip2)
cat /proc/iomem output

Description Anton Kochkov 2011-05-10 22:25:25 UTC
Created attachment 57212 [details]
Full kernel messages log

piece of dmesg output with this error message (full log attached)

[    0.029524] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.029749] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.029887] PCI: Using MMCONFIG for extended config space
[    0.030039] PCI: Using configuration type 1 for base access
[    0.041478] bio: create slab <bio-0> at 0
[    0.044118] ACPI: EC: Look up EC in DSDT
[    0.045385] ACPI: Executed 1 blocks of module-level executable AML code
[    0.048652] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.050637] ACPI Error: Could not map memory at 0x000000007D374020, size 141 (20101013/exregion-178)
[    0.050948] ACPI Exception: AE_NO_MEMORY, Returned by Handler for [SystemMemory] (20101013/evregion-474)
[    0.051263] ACPI Error: Method parse/execution failed [\_PR_.CPU1.APCT] (Node f5c2a0a8), AE_NO_MEMORY (20101013/psparse-537)
[    0.051661] ACPI Error: Method parse/execution failed [\_PR_.CPU1.GCAP] (Node f5c2a090), AE_NO_MEMORY (20101013/psparse-537)
[    0.052004] ACPI Error: Method parse/execution failed [\_PR_.CPU1._PDC] (Node f5c2a060), AE_NO_MEMORY (20101013/psparse-537)
[    0.053614] ACPI: Interpreter enabled
[    0.053752] ACPI: (supports S0 S3 S4 S5)
[    0.054007] ACPI: Using IOAPIC for interrupt routing
[    0.063649] ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
[    0.065719] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
[    0.066544] ACPI: No dock devices found.
[    0.066684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.067714] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.069446] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.069586] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.069724] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.069943] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.070006] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.070231] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xdfffffff]
[    0.070458] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff]
Comment 1 Anton Kochkov 2011-05-10 22:35:13 UTC
Created attachment 57222 [details]
Raw ACPI dump

Added raw (not padded) ACPI table dump
Comment 2 Anton Kochkov 2011-05-10 22:36:17 UTC
Created attachment 57232 [details]
Disassembled ACPI table

Added disassembled ACPI table
Comment 3 Anton Kochkov 2011-05-10 22:37:24 UTC
Created attachment 57242 [details]
Full lscpi output (lspci -nnvvvxxxx)

Added lspci -nnvvvxxxx output
Comment 4 Anton Kochkov 2011-05-10 22:38:14 UTC
Created attachment 57252 [details]
Short lspci output (lspci -nnvvvxxx)

Added lspci -nnvvvxxx output
Comment 5 Anton Kochkov 2011-05-10 22:47:18 UTC
Found also this dmesg output (have the same error) http://pastebin.com/raw.php?i=aa84qigh
Comment 6 Lin Ming 2011-05-11 02:51:52 UTC
> [    0.051263] ACPI Error: Method parse/execution failed [\_PR_.CPU1.APCT]
> (Node f5c2a0a8), AE_NO_MEMORY (20101013/psparse-537)
> [    0.051661] ACPI Error: Method parse/execution failed [\_PR_.CPU1.GCAP]
> (Node f5c2a090), AE_NO_MEMORY (20101013/psparse-537)
> [    0.052004] ACPI Error: Method parse/execution failed [\_PR_.CPU1._PDC]
> (Node f5c2a060), AE_NO_MEMORY (20101013/psparse-537)

There are no these methods on your attached DSDT at comment 2.

Could you attach the full acpidump output?

sudo acpidump > acpidump.out

And also attach the output of /proc/iomem
Comment 7 Anton Kochkov 2011-05-11 03:08:40 UTC
Created attachment 57262 [details]
Full acpidump output (compressed with bzip2)
Comment 8 Anton Kochkov 2011-05-11 03:09:29 UTC
Created attachment 57272 [details]
cat /proc/iomem output
Comment 9 Lin Ming 2011-05-11 03:20:04 UTC

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