Jump to content
PayPal donations: [email protected] ×

[03/03/2011] - D430 BIOS rework


crc-error404

Recommended Posts

oke that will be a long post - so be warned...

 

i compare mariusz dsdt and bios flash dsdt

 

Here the VID section... maybe it has something to do with crt and dvi section???

 

Mariusz

 

Device (VID)

{

Name (_ADR, 0x00020000)

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x14)

{

"AAPL,slot-name",

Buffer (0x09)

{

"Built in"

},

 

"AAPL,Haslid",

Buffer (0x04)

{

0x01, 0x00, 0x00, 0x00

},

 

"AAPL,aux-power-connected",

Buffer (0x04)

{

0x01, 0x00, 0x00, 0x00

},

 

"AAPL,backlight-control",

Buffer (0x04)

{

0x01, 0x00, 0x00, 0x00

},

 

"AAPL,BacklightRestore",

Buffer (0x04)

{

0x01, 0x00, 0x00, 0x00

},

 

"AAPL,HasPanel",

Buffer (0x04)

{

0x01, 0x00, 0x00, 0x00

},

 

"AAPL01,BacklightIntensity",

Unicode ("N"),

"device_type",

Buffer (0x08)

{

"display"

},

 

"model",

Buffer (0x08)

{

"GMA 950"

},

 

"built-in",

Buffer (One)

{

0x00

}

}, Local0)

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))

Return (Local0)

}

 

Method (_DOS, 1, NotSerialized)

{

Store (Arg0, MIS4)

SMI (0x9E, MIS4)

}

 

Method (_DOD, 0, NotSerialized)

{

Return (Package (0x02)

{

0x00010400,

0x00010200

})

}

 

Device (TV)

{

Method (_ADR, 0, NotSerialized)

{

Return (0x0200)

}

 

Method (_DCS, 0, NotSerialized)

{

Store (SMI (0x8E, 0x04), Local0)

Return (Local0)

}

 

Method (_DGS, 0, NotSerialized)

{

Store (SMI (0x99, 0x04), Local0)

Return (Local0)

}

 

Method (_DSS, 1, NotSerialized)

{

DSS (0x04, Arg0)

}

}

 

Device (LCD)

{

Method (_ADR, 0, NotSerialized)

{

Return (0x0400)

}

 

Method (_DCS, 0, NotSerialized)

{

Store (SMI (0x8E, One), Local0)

Return (Local0)

}

 

Method (_DGS, 0, NotSerialized)

{

Store (SMI (0x99, One), Local0)

Return (Local0)

}

 

Method (_DSS, 1, NotSerialized)

{

DSS (One, Arg0)

}

}

}

 

Device (VID2)

{

Name (_ADR, 0x00020001)

Method (_DOS, 1, NotSerialized)

{

}

 

Method (_DOD, 0, NotSerialized)

{

Return (Package (Zero) {})

}

}

 

 

BIOS DSDT

 

 

Device (VID)

{

Name (_ADR, 0x00020000)

Method (_DOS, 1, NotSerialized)

{

Store (Arg0, MIS4)

SMI (0x9E, MIS4)

}

 

Method (_DOD, 0, NotSerialized)

{

Return (Package (0x04)

{

0x00010100,

0x00010200,

0x00010400,

0x00010300

})

}

 

Device (TV)

{

Method (_ADR, 0, NotSerialized)

{

Return (0x0200)

}

 

Method (_DCS, 0, NotSerialized)

{

Store (SMI (0x8E, 0x04), Local0)

Return (Local0)

}

 

Method (_DGS, 0, NotSerialized)

{

Store (SMI (0x99, 0x04), Local0)

Return (Local0)

}

 

Method (_DSS, 1, NotSerialized)

{

DSS (0x04, Arg0)

}

}

 

Device (CRT)

{

Method (_ADR, 0, NotSerialized)

{

Return (0x0100)

}

 

Method (_DCS, 0, NotSerialized)

{

Store (SMI (0x8E, 0x02), Local0)

Return (Local0)

}

 

Method (_DGS, 0, NotSerialized)

{

Store (SMI (0x99, 0x02), Local0)

Return (Local0)

}

 

Method (_DSS, 1, NotSerialized)

{

DSS (0x02, Arg0)

}

}

 

Device (LCD)

{

Method (_ADR, 0, NotSerialized)

{

Return (0x0400)

}

 

Method (_DCS, 0, NotSerialized)

{

Store (SMI (0x8E, 0x01), Local0)

Return (Local0)

}

 

Method (_DGS, 0, NotSerialized)

{

Store (SMI (0x99, 0x01), Local0)

Return (Local0)

}

 

Method (_DSS, 1, NotSerialized)

{

DSS (0x01, Arg0)

}

}

 

Device (DVI)

{

Method (_ADR, 0, NotSerialized)

{

Return (0x0300)

}

 

Method (_DCS, 0, NotSerialized)

{

Store (SMI (0x8E, 0x08), Local0)

Return (Local0)

}

 

Method (_DGS, 0, NotSerialized)

{

Store (SMI (0x99, 0x08), Local0)

Return (Local0)

}

 

Method (_DSS, 1, NotSerialized)

{

DSS (0x08, Arg0)

}

}

}

 

Device (VID2)

{

Name (_ADR, 0x00020001)

Method (_DOS, 1, NotSerialized)

{

}

 

Method (_DOD, 0, NotSerialized)

{

Return (Package (0x00) {})

}

}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...