01-29-2013, 06:10 PM
I've just found out XPS13 has same chip for BIOS with same structure, if not even same SCT version ... the intel vbios is only SNB one, so
it must be SCT 2.0 like ours. There's one 00 00 00 00 00 00 00 00 45 0A occurence in PSA module which can unlock some menus presumably.
But that't not what I'm after .. changelog from A06 to A07 says "Win8 supported" which usually means nothing more than "Windows 2012" added to OSYS in DSDT..
There's another change: "Support new BIOS feature for battery", I've looked at PSA module and it hasn't any changes..
Actually I'm wrong ... for some reason a EC query has been added:
Not sure what's the WMI code 0xE02C is fore, there's an Atheros BT module with such a PID, maybe to disable it or something ...
Dell hasn't even bothered to include Windows 8 in DSDT lol even tough they say "Win8 supported" in their changelog.
Only windows 7 is there... while on my vostro Windows 8 is properly coded in:
I still wonder what's the "BIOS feature for battery" .. but I have no desire to compare modules again If someone has - you are welcome.
Now, ITE IT8518E is also there - will try to figure something out ...
versions D13.For PHOENIX.EC Version.P0A28 and D13.For PHOENIX.EC Version.P0A27 from A03 and a A02 respectively have least possbile changes..
the only change from changelog betwheen these two says "Optimized system fan acoustics" so it can hint as to where tables are located, but oddly enough the firmware for ec looks somewhat different to my and what @jkbuha had sent me... but meh, worth looking anyway.
TODO:
-compare A02 with A03 and A03 with A04 to determine what has been done to suppress fan noise
-compare a06 to a07 to see what has been unlocked in bios in terms of battery
Changelog for XPS13 (L321x) is as follows:
it must be SCT 2.0 like ours. There's one 00 00 00 00 00 00 00 00 45 0A occurence in PSA module which can unlock some menus presumably.
But that't not what I'm after .. changelog from A06 to A07 says "Win8 supported" which usually means nothing more than "Windows 2012" added to OSYS in DSDT..
There's another change: "Support new BIOS feature for battery", I've looked at PSA module and it hasn't any changes..
Actually I'm wrong ... for some reason a EC query has been added:
Code:
Method (_QB4, 0, NotSerialized)
{
P8XH (Zero, 0xB4)
Store (0x02, ^^^^AMW0.INF0)
Store (Zero, ^^^^AMW0.INF1)
Store (0xE02C, ^^^^AMW0.INF2)
Notify (AMW0, 0xD0)
}
Dell hasn't even bothered to include Windows 8 in DSDT lol even tough they say "Win8 supported" in their changelog.
Code:
If (_OSI ("Windows 2009"))
{
Store (0x07D9, OSYS)
}
Code:
If (_OSI ("Windows 2012"))
{
Store (0x07DC, OSYS)
}
Now, ITE IT8518E is also there - will try to figure something out ...
versions D13.For PHOENIX.EC Version.P0A28 and D13.For PHOENIX.EC Version.P0A27 from A03 and a A02 respectively have least possbile changes..
the only change from changelog betwheen these two says "Optimized system fan acoustics" so it can hint as to where tables are located, but oddly enough the firmware for ec looks somewhat different to my and what @jkbuha had sent me... but meh, worth looking anyway.
TODO:
-compare A02 with A03 and A03 with A04 to determine what has been done to suppress fan noise
-compare a06 to a07 to see what has been unlocked in bios in terms of battery
Changelog for XPS13 (L321x) is as follows:
Quote:A07
1. Win8 supported.
2. Support new BIOS feature for battery.
A06
1. Supports Win 7 & Win 8 PXE boot via USB 2 and SMSC 7500 Dongle
2. Resolves Intel iRST with TPM compatibility issues.
3. Supports TPM on Win8 .
A05
1. Supports Editing of Asset tag within the Bios menu. Support boot from USB LAN.
A04
1.Increased coverage of supported AC adapters
2.Updated LED behaviors for the keyboard backlight and the charge indicator
3.Improved S3 resume behavior
4.Further refinement of fan acoustics
A03
1. Optimized system fan acoustics
A02
Stock