http://bugzilla.kernel.org/show_bug.cgi?id=13139





--- Comment #1 from Len Brown <len.br...@intel.com>  2009-04-20 05:03:02 ---
Created an attachment (id=21050)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=21050)
dynamic table CPU0IST.dat

SSDT4.dsl:

Or (And (PDC0, 0x7FFFFFFF), CAP0, PDC0)
If (And (CFGD, 0x01)) {
        If (LAnd (LAnd (And (CFGD, 0x01000000), LEqual (And (PDC0, 0x09),
0x09)), LNot (And (SDTL, 0x01)))) {
                Or (SDTL, 0x01, SDTL)
                OperationRegion (IST0, SystemMemory, DerefOf (Index (SSDT,
0x01)), DerefOf (Index (SSDT, 0x02)))
                Load (IST0, HI0)
        }
}

---
        Name (SSDT, Package (0x0C)
        {
            "CPU0IST ", 
            0x1F6F1D36, 
            0x00000240, 
---
/lab/bin/acpidump -a 0x1F6F1D36 -l 0x00000240 > CPU0IST.dat

attached.




$ grep Load *.dsl
SSDT4.dsl:                    Load (IST0, HI0)
SSDT4.dsl:                    Load (CST0, HC0)
SSDT4.dsl:                    Load (IST1, HI1)
SSDT4.dsl:                    Load (CST1, HC1)
            Or (And (PDC0, 0x7FFFFFFF), CAP0, PDC0)
            If (And (CFGD, 0x01))
            {
                If (LAnd (LAnd (And (CFGD, 0x01000000), LEqual (And (PDC0,
                    0x09), 0x09)), LNot (And (SDTL, 0x01))))
                {
                    Or (SDTL, 0x01, SDTL)
                    OperationRegion (IST0, SystemMemory, DerefOf (Index (SSDT,
0x01)), DerefOf (Index (SSDT, 0x02
                        )))
                    Load (IST0, HI0)
                }
            }


SSDT4.dsl:
       Name (SSDT, Package (0x0C)
        {
            "CPU0IST ",
            0x1F6F1D36,
            0x00000240,
            "CPU1IST ",
            0x1F6F1C6E,
            0x000000C8,
            "CPU0CST ",
            0x1F6F1FFB,
            0x0000065A,
            "CPU1CST ",
            0x1F6F1F76,
            0x00000085

# /lab/bin/acpidump -a 0x1F6F1D36 -l 0x00000240 > CPU0IST.dat
# /lab/bin/acpidump -a 0x1F6F1C6E -l 0x000000C8 > CPU1IST.dat
# /lab/bin/acpidump -a 0x1F6F1FFB -l 0x0000065A > CPU0CST.dat
# /lab/bin/acpidump -a 0x1F6F1F76 -l 0x00000085 > CPU1CST.dat

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to