Nikolaj Schlej

Results 12 comments of Nikolaj Schlej

@rminnich, you can do "File->Unload GUID database" in UEFITool and reopen the current image for it to not substitute GUIDs for names by default. I'll make an issue about having...

Minor nitpick: there is no "FFSv1" concept in publicly-available EFI/UEFI images (v1 was replaced with v2 before Intel Framework specification was publicly released and EDK1 was open-sources). The proper term...

You can get the related definitions in EFI Platform Interface v0.9x [here](https://www.intel.com/content/dam/www/public/us/en/zip/platform-innovation-framework-for-uefi-complete-specifications-v0.90-v0.97.zip). Tail was a FFS file attribute indicating that the file has additional UINT16 after it's body that is...

[Here's a sample file from Intel](https://downloadcenter.intel.com/downloads/eula/14364/BIOS-Update-CL94510J-86A-?httpDown=https%3A%2F%2Fdownloadmirror.intel.com%2F14364%2Feng%2FCL0034P.BIO), it has everything that PI 0.9x is about: - tons of Rev1 volumes - tailed files - custom compression specific for Intel (they added...

Because FVName GUID is optional, and there are no requirements on the container that has volumes for those GUIDs to be unique (there are almost no requirements on that container...

An aarch64 EFI image can be extracted from [Lenovo update](https://support.lenovo.com/us/en/downloads/ds556845-bios-update-utility-bootable-cd-for-windows-11-thinkpad-x13s-gen-1-type-21bx-21by) using innoextract.

Should this be closed as complete, @yeggor?

I'll see if I can help with RE a bit later.

Not via AMIBCP, no, but a DXE driver can indeed publish its own HII structures without a need to modify anything. Intel RAID OROMs do so, so do network card...

This assumes that ReBarDxe can be loaded before BIOS Setup is shown, which can be achieved by either adding it to DXE volume, or using DriverXXXX mechanism to load it...