Please forgive me if I’m not doing this request correctly, I was unsure from the rules if I should add this request to an existing thread with the same title or if I should create a new thread.
I have a few goals here.
In the short term I would like to enable NVME booting in UEFI mode on my old Dell T7600 system. I have capture the BIOS (from the U_SPI1 / U_BIOS1 IC) with a SPI flash programmer and attached it here
. If someone was able to modify this BIOS to add the NVME support, that would be helpful.
Longer term, I would like to understand more about how people do UEFI and BIOS moding, so I plan to read a lot more of this forum. I’m a pretty okay coder with a lot of embedded experience and I understand SPI flash protocol pretty well through my work with FPGAs. I even have a few friends who work on things like coreboot and I do have plenty of tools for flashing and reading SPI modules. However I have never ventured into the BIOS / UEFI world myself.
My longer term goal would be to be able to understand the following; * If PCIe bifurcation support could be added to something as old as this motherboard. * What is going on with TPM support on this board (as the T7600 does seems to have a TPM but the option doesn’t appear in the BIOS). * Why the BIOS seems extremely unreliable with various USB keyboards. * Why the BIOS doesn’t work with one of my NVIDIA graphics cards. * If I could end up using something like whatever LinuxBIOS is called these days.
This machine is not my primary system, so I’m okay with it being out of operation for periods of time while I fiddle with the BIOS.
A quick look on the dump… doesn’t seem to be a full dump of the system (Done on macOS BigSur), latest bios A17 extracted files have a Bios image of 6Mb, ME image of 4Mb, and EC 224Kb
TPM: On-board IC already or maybe just a header and need to add the module, have to check yourself with techspecs, maintenance manuals etc… Keyboards??? Give a me a break… (Ask Dell)
NVidia/GPU’s> This is OEM machines with custom HW, Bios structures etc… the OEM controls tiny specifics items according to their "Alow this or Not allow this…)
Good luck
@mithro EDIT: Some Dell system boards have a so called SPI/ME jumper to enable updates/write protection, thats your issue reported on accessing ME region. More info here: Intel Management Engine
EDIT: DO NOT SHARE any public dump here, if you’re not willing to, as it contain private system hw data.
Instead of capturing the BIOS directly from the SPI flash IC, I have now attempted to use the "FPTw.exe -bios -d biosreg.bin" method described in t7596f54-Request-NVMe-Support-for-a-Dell-Precision-T thread.
I got the following output, which seems consistent with the fact that I have two SPI flash (see photo below) and this seems to have resulted in the file also below;
Total Accessable SPI Memory: 12288KB, Total Installed SPI Memory : 12288KB
FPT Operation Passed
I captured all the other regions but the ME gave the following error;
1 2 3
Error 26: The host CPU does not have read access to the target flash area. To enable read access for this operation you must modify the descriptor settings to give host access to this region.
I now also have a SOIC16 clip incase I screw up that flash IC.