Contribute
Register

[Solved] AppleLPC friendly DSDT edit help required

Status
Not open for further replies.
Joined
Oct 31, 2012
Messages
538
Motherboard
ASUS Z9PE-D8 WS
CPU
Dual E5-2680 v1
Graphics
GTX660 Ti
Mobile Phone
  1. iOS
Hi Guys - Can anyone help me out here ? I have tried Clovers FakeLPC but it doesn't seem to want to take here on my Z10PE-D8 board. Here's what IOReg sees the LPC0 as...

Screen Shot 2016-10-21 at 12.54.45.png


Heres the snippet from the DSDT

Code:
            Device (LPC0)
            {
                Name (_ADR, 0x001F0000)  // _ADR: Address
                OperationRegion (LPCB, PCI_Config, 0x00, 0x0100)
                Field (LPCB, DWordAcc, NoLock, Preserve)
                {
                    Offset (0x4C),
                    GLE0,   1,
                    Offset (0xAC),
                    Offset (0xAE),
                    XSMB,   1
                }

                Device (DMAC)
                {
                    Name (_HID, EisaId ("PNP0200"))  // _HID: Hardware ID
                    Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
                    {
                        IO (Decode16,
                            0x0000,             // Range Minimum
                            0x0000,             // Range Maximum
                            0x00,               // Alignment
                            0x10,               // Length
                            )
                        IO (Decode16,
                            0x0081,             // Range Minimum
                            0x0081,             // Range Maximum
                            0x00,               // Alignment
                            0x03,               // Length
                            )
                        IO (Decode16,
                            0x0087,             // Range Minimum
                            0x0087,             // Range Maximum
                            0x00,               // Alignment
                            0x01,               // Length
                            )
                        IO (Decode16,
                            0x0089,             // Range Minimum
                            0x0089,             // Range Maximum
                            0x00,               // Alignment
                            0x03,               // Length
                            )
                        IO (Decode16,
                            0x008F,             // Range Minimum
                            0x008F,             // Range Maximum
                            0x00,               // Alignment
                            0x01,               // Length
                            )
                        IO (Decode16,
                            0x00C0,             // Range Minimum
                            0x00C0,             // Range Maximum
                            0x00,               // Alignment
                            0x20,               // Length
                            )
                        DMA (Compatibility, NotBusMaster, Transfer8, )
                            {4}
                    })
                }

Anybody know what I need to edit to make it part of the DSDT and hopefully force my hack to use AppleLPC

Many thanks
 
Turns out my BIOS settings were knocking out something somewhere so this is no longer needed !
 
Status
Not open for further replies.
Back
Top