Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[REQUEST] ThinkPad T14 Gen1 Intel BIOS W...
Last Post: SSV CHAOTIC
Today 05:19 AM
» Replies: 0
» Views: 26
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
Today 03:48 AM
» Replies: 15
» Views: 6745
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: 5CarPileup
Today 02:04 AM
» Replies: 1767
» Views: 379251
HP Pro 3500: CPU Upgrade
Last Post: DeathBringer
Today 12:13 AM
» Replies: 20
» Views: 4433
[READ FIRST] Access Advanced settings th...
Last Post: Klinzah
Yesterday 05:11 PM
» Replies: 424
» Views: 568649
[REQUEST] Asus eeepc 1025C
Last Post: sloseba123
Yesterday 04:44 PM
» Replies: 87
» Views: 110290
HP EliteBook 840 g2 NVMe
Last Post: x86-64
Yesterday 06:30 AM
» Replies: 0
» Views: 81
[Request] Dell 7400 2 in 1 Computrace/Ab...
Last Post: Lorand187
05-01-2024 10:34 PM
» Replies: 0
» Views: 125
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
05-01-2024 02:28 PM
» Replies: 12
» Views: 354
[REQUEST] Gigabyte B75M-D3H BIOS Unlock
Last Post: topadefir
05-01-2024 12:56 PM
» Replies: 10
» Views: 4029
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: samugarob
05-01-2024 10:08 AM
» Replies: 674
» Views: 168470
[REQUEST] Asus GL504GV BIOS Unlock
Last Post: merjeu
05-01-2024 09:28 AM
» Replies: 5
» Views: 1695
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: George205
05-01-2024 09:22 AM
» Replies: 167
» Views: 68644
[REQUEST] Lenovo G780 advanced menu
Last Post: serinity63
05-01-2024 07:03 AM
» Replies: 42
» Views: 16921
[REQUEST] HP Gaming Pavilion 15-cx0xxx B...
Last Post: falkorikstv
05-01-2024 07:03 AM
» Replies: 10
» Views: 1612
[REQUEST] Gigabyte G5 KC Unlock BIOS
Last Post: Dudu2002
05-01-2024 04:06 AM
» Replies: 6
» Views: 2281
[REQUEST] M920q BIOS unlock
Last Post: d3vf0x
04-30-2024 04:50 PM
» Replies: 0
» Views: 166
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: MAVARACOMPLEX
04-30-2024 02:15 PM
» Replies: 1186
» Views: 268691
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: BOJIKA
04-30-2024 01:33 PM
» Replies: 49
» Views: 17242
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: Dudu2002
04-30-2024 11:17 AM
» Replies: 157
» Views: 55402

Dell Vostro 3450 Advanced Options unlocking in progress
Oh wow I'm stupid. I forgot to include Windows 8 in Media Button initializer Big Grin As soon as you press Support Center button ACPI.sys BSODS.
A workaround if the following:
Code:
        Device (MBT)
                {
                    Name (_HID, EisaId ("PNP0C32"))  // _HID: Hardware ID
                    Method (_STA, 0, NotSerialized)  // _STA: Status
                    {
                        If (LAnd (LGreaterEqual(OSYS, 0x07D6), LLessEqual (OSYS, 0x07DC))) // covers windows 2006,2009,2012
                        {
                            Return (0x0F)
                        }
                        Else
                        {
                            Return (0x00)
                        }
                    }
                    Method (GHID, 0, NotSerialized)
                    {
                        Return (Buffer (One)
                        {
                            0x02
                        })
                    }
                }

The _CST part I was talking about is the following:
Code:
Name (C1LH, Package (0x04)
        {
            ResourceTemplate ()
            {
                Register (FFixedHW,
                    0x01,               // Bit Width
                    0x02,               // Bit Offset
                    0x0000000000000000, // Address
                    ,)
            },

            One,
            One,
            0x03E8
        })
Dell had it 0x00 for width and offset for this C1 state.
find
quote
I got BIOS_ACPI_ERROR BSOD after flashing DSDT and PmRef with these modifications... Not sure which one caused it, will try with each module separate now.

Yeah, it's the MBT fix. Windows just BSODs with it.
The CST hack worked fine, but any insights on how to modify CPU voltage?

EDIT: Just read the XPS thread... Will try playing with this stuff Smile
find
quote
(02-12-2013, 06:16 PM)HairyCube Wrote: I got BIOS_ACPI_ERROR BSOD after flashing DSDT and PmRef with these modifications... Not sure which one caused it, will try with each module separate now.

Yeah, it's the MBT fix. Windows just BSODs with it.

Then just change it to win 7 and 8. Worked for me.
If (LOr (LEqual(OSYS, 0x07D9), LEqual (OSYS, 0x07DC)))
find
quote
I tried to modify CPU0Ist, but after flashing it resets to defaults. This table seems to be generated at startup, and there's probably no way to alter it unless you force Windows to use a modified SSDT table, which is unlikely to be possible.
Here is my Cpu0Ist table (it is different from the one in the BIOS image, which probably serves as a template):
Code:
/*
* Intel ACPI Component Architecture
* AML Disassembler version 20120420-32 [Apr 20 2012]
* Copyright (c) 2000 - 2012 Intel Corporation
*
* Disassembly of dump, Wed Feb 13 09:46:19 2013
*
* Original Table Header:
*     Signature        "SSDT"
*     Length           0x00000804 (2052)
*     Revision         0x01
*     Checksum         0x7D
*     OEM ID           "PmRef"
*     OEM Table ID     "Cpu0Ist"
*     OEM Revision     0x00003000 (12288)
*     Compiler ID      "INTL"
*     Compiler Version 0x20120420 (538051616)
*/

DefinitionBlock ("dump.aml", "SSDT", 1, "PmRef", "Cpu0Ist", 0x00003000)
{
    External (TCNT, IntObj)
    External (NPSS, IntObj)
    External (PDC0)
    External (CFGD)
    External (\_PR_.CPU0, DeviceObj)

    Scope (\_PR.CPU0)
    {
        Name (_PPC, Zero)
        Method (_PCT, 0, NotSerialized)
        {
            If (LAnd (And (CFGD, One), And (PDC0, One)))
            {
                Return (Package (0x02)
                {
                    ResourceTemplate ()
                    {
                        Register (FFixedHW,
                            0x00,               // Bit Width
                            0x00,               // Bit Offset
                            0x0000000000000000, // Address
                            ,)
                    },

                    ResourceTemplate ()
                    {
                        Register (FFixedHW,
                            0x00,               // Bit Width
                            0x00,               // Bit Offset
                            0x0000000000000000, // Address
                            ,)
                    }
                })
            }

            Return (Package (0x02)
            {
                ResourceTemplate ()
                {
                    Register (SystemIO,
                        0x10,               // Bit Width
                        0x00,               // Bit Offset
                        0x0000000000001004, // Address
                        ,)
                },

                ResourceTemplate ()
                {
                    Register (SystemIO,
                        0x08,               // Bit Width
                        0x00,               // Bit Offset
                        0x00000000000000B3, // Address
                        ,)
                }
            })
        }

        Method (XPSS, 0, NotSerialized)
        {
            If (And (PDC0, One))
            {
                Return (NPSS)
            }

            Return (SPSS)
        }

        Name (SPSS, Package (0x0A)
        {
            Package (0x06)
            {
                0x00000A8D,
                0x000088B8,  // Tried to change this (and all 88B8) to 0x000061A8 to no avail
                0x0000006E,
                0x0000000A,
                0x00000083,
                0x00000000
            },

            Package (0x06)
            {
                0x00000A8C,
                0x000088B8,
                0x0000006E,
                0x0000000A,
                0x00000183,
                0x00000001
            },

            Package (0x06)
            {
                0x00000898,
                0x00006885,
                0x0000006E,
                0x0000000A,
                0x00000283,
                0x00000002
            },

            Package (0x06)
            {
                0x000007D0,
                0x00005D47,
                0x0000006E,
                0x0000000A,
                0x00000383,
                0x00000003
            },

            Package (0x06)
            {
                0x00000708,
                0x0000513B,
                0x0000006E,
                0x0000000A,
                0x00000483,
                0x00000004
            },

            Package (0x06)
            {
                0x00000640,
                0x000046E5,
                0x0000006E,
                0x0000000A,
                0x00000583,
                0x00000005
            },

            Package (0x06)
            {
                0x00000578,
                0x00003BCD,
                0x0000006E,
                0x0000000A,
                0x00000683,
                0x00000006
            },

            Package (0x06)
            {
                0x000004B0,
                0x00003254,
                0x0000006E,
                0x0000000A,
                0x00000783,
                0x00000007
            },

            Package (0x06)
            {
                0x000003E8,
                0x00002948,
                0x0000006E,
                0x0000000A,
                0x00000883,
                0x00000008
            },

            Package (0x06)
            {
                0x00000320,
                0x00001F8B,
                0x0000006E,
                0x0000000A,
                0x00000983,
                0x00000009
            }
        })
        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Name (_PSS, Package (0x0A)
        {
            Package (0x06)
            {
                0x00000A8D,
                0x000088B8,
                0x0000000A,
                0x0000000A,
                0x00002200,
                0x00002200
            },

            Package (0x06)
            {
                0x00000A8C,
                0x000088B8,
                0x0000000A,
                0x0000000A,
                0x00001B00,
                0x00001B00
            },

            Package (0x06)
            {
                0x00000898,
                0x00006885,
                0x0000000A,
                0x0000000A,
                0x00001600,
                0x00001600
            },

            Package (0x06)
            {
                0x000007D0,
                0x00005D47,
                0x0000000A,
                0x0000000A,
                0x00001400,
                0x00001400
            },

            Package (0x06)
            {
                0x00000708,
                0x0000513B,
                0x0000000A,
                0x0000000A,
                0x00001200,
                0x00001200
            },

            Package (0x06)
            {
                0x00000640,
                0x000046E5,
                0x0000000A,
                0x0000000A,
                0x00001000,
                0x00001000
            },

            Package (0x06)
            {
                0x00000578,
                0x00003BCD,
                0x0000000A,
                0x0000000A,
                0x00000E00,
                0x00000E00
            },

            Package (0x06)
            {
                0x000004B0,
                0x00003254,
                0x0000000A,
                0x0000000A,
                0x00000C00,
                0x00000C00
            },

            Package (0x06)
            {
                0x000003E8,
                0x00002948,
                0x0000000A,
                0x0000000A,
                0x00000A00,
                0x00000A00
            },

            Package (0x06)
            {
                0x00000320,
                0x00001F8B,
                0x0000000A,
                0x0000000A,
                0x00000800,
                0x00000800
            }
        })
        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

        Name (PSDF, Zero)
        Method (_PSD, 0, NotSerialized)
        {
            If (LNot (PSDF))
            {
                Store (TCNT, Index (DerefOf (Index (HPSD, Zero)), 0x04))
                Store (TCNT, Index (DerefOf (Index (SPSD, Zero)), 0x04))
                Store (Ones, PSDF)
            }

            If (And (PDC0, 0x0800))
            {
                Return (HPSD)
            }

            Return (SPSD)
        }

        Name (HPSD, Package (0x01)
        {
            Package (0x05)
            {
                0x05,
                Zero,
                Zero,
                0xFE,
                0x80
            }
        })
        Name (SPSD, Package (0x01)
        {
            Package (0x05)
            {
                0x05,
                Zero,
                Zero,
                0xFC,
                0x80
            }
        })
    }
}
find
quote
Hey TW, I found ACPI dumps from Mac Mini 2011 which uses the same Intel GMA 3000+Radeon 6630M configuration, but the Intel GPU is disabled. Could you please have a look at it when you have time?
http://tdev.me/wp-content/uploads/2011/0...2-ACPI.zip
GFX0 description in DSDT is very similar to what I found in Vostro's AmdRef table... So maybe there is a way to force Radeon as the primary GPU after all?
find
quote
(02-12-2013, 09:50 PM)HairyCube Wrote: Hey TW, I found ACPI dumps from Mac Mini 2011 which uses the same Intel GMA 3000+Radeon 6630M configuration, but the Intel GPU is disabled. Could you please have a look at it when you have time?
http://tdev.me/wp-content/uploads/2011/0...2-ACPI.zip
GFX0 description in DSDT is very similar to what I found in Vostro's AmdRef table... So maybe there is a way to force Radeon as the primary GPU after all?

Apple uses SMC chip to switch between graphics cores, even though acpi may look identical, the switching is done from the chip. While on Vostro and the rest of SG machines that switching is done by ec polls and queries. I highly doubt macmini has igpu disables coz it would be [censored] hot for a machine that small to constantly run on amd core.
find
quote
Okay.. Some more news:

I managed to transplant Radeon 6650M VBIOS to Vostro's 6630M. I extracted the VBIOS file from ACER 7750G BIOS, edited it to make sure the voltages and clocks corresponded to those of 6630M, and flashed it. Everything worked fine (except that the card ran too hot without any performance boost). I then tried 6650M VBIOS from Packard Bell EasyNote LS11, which has switchable graphics disabled. It flashed fine and switching also worked.
This, along with some experiments on Windows 7, has led me to believe the following:

1. AMD Switchable graphics do NOT depend on AMD or Intel VBIOS.
2. Aero lag at Windows 7 startup in fixed mode is not specific to 6630M. It probably happens on the majority of PX4.0-enabled laptops that support fixed mode.

Update: disregard what I said earlier about PX and non-PX VBIOS. It seems to be totally unrelated as I was able to flash 6650M VBIOS extracted from a laptop that doesn't even have switchable graphics.
find
quote
oh, exciting! Can u share the BIOS includes the AMD VBIOS? Really want to test! In UEFI, windows can't hibernate so the fast start is useless. Weird.
find
quote
I can, but are you sure you want it? It literally brings no benefit whatsoever. Undervolt doesn't seem to be working either - I tried 6630M VBIOS with different voltages, and it had zero effect. 6650M VBIOS just makes the card run much hotter, but there is no performance increase. It's weird because it runs almost 20 degrees hotter. Maybe temperature sensor readings get screwed up with a different VBIOS. It also unlocks "Fan control" in MSI Afterburner, which, of course, doesn't work because the card doesn't have its own fan.

Regarding UEFI... I remember TimeWalker mentioned that the latest version of Intel Management Engine driver caused problems with hibernation. Are you using version 8? Try downgrading it to version 7.
find
quote
So then, might be the VBIOS doesn't underclock automatically like the ATI 550v in Dell Ins 5010. I used to use the ATI Tray tools to control it but up to this version of AMD, it can't work, so bad! My version of IME is still 7, I have no way to upgrade to 8 after all. The Touchpad driver I used the version A02 from Ins 5423 it made FN + F3 work and then upgrading to the newest driver version from Synaptics, everything is ok!
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)