I thought i'd give an update on my progress.
I managed to
[censored] up the motherboard on my computer, because of sloppy de-soldering and soldering of the SOIC chip. I had the CH341A programmer, but not the clips.
However, i've replaced the motherboard now, and gotten the clips. So i'm testing like crazy here!
There seems to be two modules within the BIOS, that contains something of interest.
79E0EDD7-9D1D-4F41-AE1A-F896169E5216_1236.ROM - (HookBeforeBoot)
B3DE4F97-4FB3-67C9-A4CD-E38150A7F5BF_1258.ROM - (UsbLockDxe)
The first one HookBeforeBoot contains 6 "scrambled" PCI vendor ID's, starting at offset: 0x0240.
Here they are: 8C 16 41 00 E4 14 65 43 EC 10 23 B7 8C 16 3E 00 E4 14 AE 43 8C 16 36 00
Each card is 4 byte. And it's scrambled this way: AABB CCDD --> BBAA DDCC
So to replace my Broadcom card (ID: 14E4:4365) with the Intel 7260ac (ID: 8086:08B2)
I simply locate: E4 14 65 43, and replace it with 86 80 B2 08
If the module is opened with a disassembler like IDA, we can graph out the function, and the inner workings of the module.
There seems to be an infinite loop at offset: 0x07B3, and also something similar at: 0x07C9.
But disabling these loops, and replacing/adding the vendor ID does not work.
I'am still greeted by the annoying "Unauthorized Wireless Network Card Plugged In" message, everytime i boot.
So there has to be something else....
I know the second module: 1258.ROM (UsbLockDxe) contains the error-message, and some loops, but this modules is a little complicated for me to work on alone. So if anyone with skills in assembly, or someone has other tricks up their sleeves, could help me out with this, i'd be very thankful!
I think we'd all bios-modders/whitelisters could gain something out of this, because Lenovo is probably doing everything they can to prevent us from doing this. And we need to beat em'!
PS: Here's my
slic.log (sendspace)