Skip to content
Discussion options

You must be logged in to vote
  1. Normally you do not need to change anything, UEFITool 0.28 should have done it for you.

  2. The other way around. You take a modified FW with PEI volume modification that removed the Startup AP data array, and insert that structure back where it was in the original unmodified file. The structure is small enough (16 bytes) and is close to the bottom of PEI volume, so there's usually nothing there to interrupt the insertion, just 0xFFs.

More info in the original EDK2 GenFv tool source:
https://github.com/tianocore/edk2/blob/stable/202011/BaseTools/Source/C/GenFv/GenFvInternalLib.c#L106
https://github.com/tianocore/edk2/blob/stable/202011/BaseTools/Source/C/GenFv/GenFvInternalLib.c#L1744

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@0x6A7232
Comment options

@NikolajSchlej
Comment options

Answer selected by 0x6A7232
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants