Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
Need help removing Wi-Fi whitelist and r...
Last Post: Leonardosena
Today 04:23 PM
» Replies: 1
» Views: 31
bios f.02 Help!!!
Last Post: karbonid777
Today 12:21 PM
» Replies: 0
» Views: 79
[REQUEST] Lenovo Ideadpad N581 Whitelist...
Last Post: Dudu2002
Yesterday 02:07 PM
» Replies: 238
» Views: 115410
[REQUEST] Lenovo ThinkPad T480s (N22ETxx...
Last Post: Dudu2002
Yesterday 06:31 AM
» Replies: 25
» Views: 15286
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: dump_bios_gg
Yesterday 04:59 AM
» Replies: 290
» Views: 200740
X550VXK BIOS Unlock Request
Last Post: laret
Yesterday 03:35 AM
» Replies: 1
» Views: 212
[REQUEST] HP EliteBook 640 G9 – Remove W...
Last Post: dlareklami
10-31-2025 04:20 AM
» Replies: 0
» Views: 171
Help with DMI Info Lenovo Bios
Last Post: force9da
10-30-2025 04:04 PM
» Replies: 0
» Views: 211
Lenovo z510 i5-4200m to i7-4700mq upgrad...
Last Post: ClaudeSpeed
10-30-2025 03:42 PM
» Replies: 7
» Views: 305
Dell Optiplex 790 bypass Press F1 during...
Last Post: jozsef_kacso
10-30-2025 04:19 AM
» Replies: 5
» Views: 16939
[REQUEST] Whitelist Removal for lenovo v...
Last Post: konjiki no yami
10-29-2025 07:36 PM
» Replies: 0
» Views: 233
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Alcatraz
10-29-2025 04:28 PM
» Replies: 1
» Views: 287
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
10-29-2025 03:19 PM
» Replies: 97
» Views: 55078
[REQUEST] Acer Aspire V5-121 Bios Unlock
Last Post: Strongbox256
10-29-2025 11:15 AM
» Replies: 5
» Views: 9111
[REQUEST] Eglobal S210H BIOS Unlock
Last Post: ShawnSuter
10-29-2025 10:50 AM
» Replies: 145
» Views: 64419
Request: Unlock CPU Voltage (Vcore) for ...
Last Post: hoomaan
10-29-2025 10:35 AM
» Replies: 0
» Views: 192
[REQUEST] Bios Unlock - Packard Bell Eas...
Last Post: Overtune2005
10-29-2025 08:37 AM
» Replies: 3
» Views: 2140
asrock 970 extreme3 slic 2.1
Last Post: 3xy
10-29-2025 03:34 AM
» Replies: 12
» Views: 18583
[Request] Dell Inspiron 17r SE 7720 Unlo...
Last Post: Bennett
10-29-2025 12:05 AM
» Replies: 92
» Views: 117554
[REQUEST] HP Probook 6570b Whitelist Rem...
Last Post: nexxus2
10-28-2025 01:07 PM
» Replies: 4
» Views: 6032

[REQUEST] IBM System x3400 M3 7379 & AES-NI
#1
Hi people,

I have the same problem. My server is System x3400 M3 7379 with one Xeon E5606 processor. This processor support AES-NI.
I updated uEFI firmware but again the same problem occurs. In uEFI settings there is no option for AES-NI Enable/Disable.

Firmware Type Version String Release Date
IMM YUOOH5A-1.55 01/15/2018
UEFI Y4E160A-1.15 07/31/2013
DSA DSYT92O-4.01 02/01/2012

On IBM site it says it supports AES-NI: https://lenovopress.com/tips0808

@AdamBearWA: Did you solve this problem?
@DeathBringer: What is above .fv file and how to put it in bios?
find
quote
#2
remark78
Make the dump of BIOS by a hardware programmer.
find
quote
#3
I don't have a hardware programmer.
Can not solve the problem without it?
find
quote
#4
(04-03-2018, 09:31 AM)remark78 Wrote: I don't have a hardware programmer.
Can not solve the problem without it?
No
find
quote
#5
Ok, which tool is needed for this?
Attached is a picture of a BIOS chip.


Attached Files Thumbnail(s)
   
find
quote
#6
A hardware programmer (e.g. CH341A) and SOP16 flash clip to DIP8.
find
quote
#7
A have a problem to find SOP16 to DIP8 test clip in my country. Can I use SOP16 to DIP16 test clip and with dupont wire jumpercables connect to CH341a?
find
quote
#8
I think "yes" but I don't know suitable pinout.
find
quote
#9
(04-03-2018, 08:59 AM)DeathBringer Wrote: remark78
Make the dump of BIOS by a hardware programmer.
I join the request.
The code can be taken from the firmware file: https://drive.google.com/open?id=18UHxW8...SrArprkYZj
This update file is essentially a tar archive.
AES-NI function is disabled in the "FvDxe.fv" volume, in the DXE driver MpCpu.
There, searching for the sequence "B9 3C 01" we find the following code:
Code:
.text:0000000000002F36                 mov     ecx, 13Ch
.text:0000000000002F3B                 call    RdMSR_res_in_rax
.text:0000000000002F40                 test    al, 1
.text:0000000000002F42                 jnz     short loc_2F62
.text:0000000000002F44                 shr     rbx, 0Eh
.text:0000000000002F48                 mov     ecx, 13Ch
.text:0000000000002F4D                 not     ebx
.text:0000000000002F4F                 mov     dl, bl
.text:0000000000002F51                 xor     dl, al
.text:0000000000002F53                 and     edx, 2
.text:0000000000002F56                 xor     rdx, rax
.text:0000000000002F59                 or      rdx, 1
.text:0000000000002F5D                 call    WrMSR_val_rdx
It's easy to change the code. The question is how to pack it back?
find
quote
#10
Is there a solution?
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)