mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
Older tools rounded down the size of the FV, and the new tools round up. Our main FV region is not a multiple of the block size, but it is set to fill the space. Probably need to move to a block size of 1 at some point.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11129 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4038c1fddd
commit
6638a865ed
@ -53,7 +53,7 @@ NumBlocks = 0x2000
|
||||
# 512 bytes of configuration header & 8 bytes of image header
|
||||
0x00000000|0x00000208
|
||||
|
||||
0x00000208|0x0007FDF8
|
||||
0x00000208|0x0007FDC0
|
||||
gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
|
||||
FV = FVMAIN_COMPACT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user