11-17-2012, 12:19 PM
(This post was last modified: 11-17-2012, 12:20 PM by TimeWalker.)
@jkbuha
We are still missing:
I've looked at 17R SE BIOS (SCT 2.1) and it appears that hidden menus are suppressed by questions in there.
Maybe it's the case with our missing options as well, or are you dead positive there are no *links* between menus and unicode strings in the module?
Also got heads up from @CodeRush:
We are still missing:
Code:
* Express Charge
Express Charge = a Dell fast charging technology
Standard Charge = batteries charged over a longer period of time
Note: ExpressCharge may not be available for all batteries
* Wireless Configuration
* Wireless (Switch)/(Hotkey)
This setting determines which wireless devices will be controlled by the wireless
- None = The wireless switch is ignored
- WLAN = The wireless switch only controls the WLAN device
- BT = The wireless switch only controls the Bluetooth device
- WLAN & BT = The wireless switch controls the Bluetooth and WLAN devices
- WWAN = The wireless switch only controls the WWAN devices
- WWAN & WLAN = The wireless switch controls the WWAN and WLAN devices
- WWAN & BT = The wireless switch controls the WWAN and Bluetooth devices
- All= The wireless switch controls all wireless devices
The factory default setting is All
* Internal Bluetooth
This option lets you enable or disable the internal Bluetooth device
- Disabled = The internal Bluetooth device is off and is not visibleto the operating system
- Enabled = The internal Bluetooth device is enabled
The factory default setting is Enabled
* Internal WLAN
This option lets you enable or disable the internal WLAN device
- Disabled = The internal Wi-Fi device is off and is not visibleto the operating system
- Enabled = The internal Wi-Fi device is enabled
The factory default setting is Enabled
* Internal WWANThis option lets you enable or disable the internal WWAN device
- Disabled = The internal Wi-Fi device is off and is not visibleto the operating system
- Enabled = The internal Wi-Fi device is enabled
The factory default setting is Enabled
* Boot Configuration:
* Boot Priority
Select proirity of boot option between UEFI and Legacy
- UEFI First
- Legacy First
* ME Configuration
* Intel AMT
Enable/Disable Intel (R) Active Management Technology BIOS Extension
Note : iAMT H/W is always enabled
This option just controls the BIOS extension execution
If enabled this requires additional firmware in the SPI device
* Intel AMT Hot Key
Enable/Disable Intel AMT Hot-Key during POST to enter MEBX setup
* Intel AMT Setup Prompt
Enable/Disable Intel AMT Setup Prompt to wait for hot-key to enter setup
* Intel AMT SPI Protected
Enable/Disable Intel AMT SPI write protect
* OverClocking Feature:
* Performance Menu for Processor and Memory
*Processor Bus Ratio Override and Bus Speed Override
*CPU Flex Ratio Settings:
This value must be between Max Efficiency Ratio (LFM) and Maximum non-turbo ratio set by Hardware (HFM)
*Flex Vid Override:
Vid Override Paramters. Value varies from 8-48 (08h-30h),which relates to volts 14000v to 09000v. Each step equates to 00125v
Bus Speed Support:
Enable/Disable CPU Speed Override Support
Bus Speed Override:
Value entered will be taken as overclocking percentage (%)of current clock frequency. Value varies from 0%-49%(0h%-31h%)
* Memory Overclocking Menu
* Memory Voltage Override Support:
Enable/Disable option for Memory Voltage Support
* Memory Voltage:
Memory Voltage Override
1.50 Volts
1.55 Volts
1.60 Volts
1.65 Volts
* GT Overclocking Menu
* GT OverClocking Support
Enable/Disable GT OverClocking Support
* GT OverClocking Frequency
Overclocked RP0 Frequency (MLC Clk) in multiples of 50 MHz
* GT OverClocking Voltage
Extra voltage needed above the original RP0 voltage - The unit is 1/256 volt
* ICC Configuration
* Use Watchdog Timer for ICC
Enable Watchdog Timer operation for ICCIf enabled,Watchdog Timer will be started after ICC related changed
This timer detects platform instability caused by wrong clock settingsTurn off unused PCI/PCIe clocks
- Disabled:all clocks turned on
- Enabled:clocks for empty PCI/PCIe slots will be turned off to save power Platform must be powered off for changes to take effect
* Lock ICC registers
All registers: all ICC registers will be locked
Static only - only static ICC registers will be locked
Maybe it's the case with our missing options as well, or are you dead positive there are no *links* between menus and unicode strings in the module?
Also got heads up from @CodeRush:
Quote:1. ME v8 is required for Ivy Bridge support, without it there's no way 22nm CPU will work on 67-chipset
2. Regions are usually the same size on all platforms, the entry (start) points differ for different flashing software though. In UEFI BIOSes ME starts right after the Flash Descriptor (so 0x1000h in our case)
3. After FD lock has been set by OEM there's no software way to remove it, even the OEM flasher won't eliminate the lock. The only way to get rid of it is to flash 12 bytes 00 00 FF FF 00 00 FF FF 18 01 FF FF at 0x60h, that is correct for all the platforms.
4. If you try to flash the .cap from OEM onto the chip all the info in NVRAM storage will be wiped, so all the motherboard propriatory details will be lost foerever. Having an entire hw-based chip backup is a must!
5. The header 0x1000h - 0x37FFFh is common for both v7 and v8 ME firmware. If there's is old UEFI on the board it is unable to utilize 22nm CPUs and even ME v8 won't help here, because UEFI 2.0 has no support for it. If Dell does not release a single BIOS with ME v8 for your particular machine - there no way to have ME v8 and 22nm CPU support. Even if you had SDK/sources at hand we would still be helpless here, because as far as i know even ASUS had to ask Intell for support in regards to implementing the ME v8 into their BIOS. And still they failed miserably at it.
To conclude: Ivy Bridge and v8 ME support without the manufacturer's support is a dead end.