Hi, > -!include OvmfPkg/VarStore.fdf.inc > +!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048) > +0x00000000|0x0000e000 > +!endif > +!if $(FD_SIZE_IN_KB) == 4096 > +0x00000000|0x00040000 > +!endif
Hmm, VarStore.fdf.inc reduces duplication, and now you revert this. Maybe add this to VarStore.fdf.inc instead, and add a PVH_HEADER_ENABLE option to turn it on and off? Also: With this in place the start of the vars firmware volume moves because it's prefixed by the elf header. Does that work without code changes? take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86960): https://edk2.groups.io/g/devel/message/86960 Mute This Topic: https://groups.io/mt/89345268/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-