Skip to content

Commit 78b13d6

Browse files
SergiiDmytrukmiczyg1
authored andcommitted
DasharoPayloadPkg.fdf: increase PEI FV size by 192 KiB
9c15a9b7ae2e commit of coreboot adds `-z common-page-size=0x1000` to linker's invocation to get proper alignment, which results in increasing final image size. Signed-off-by: Sergii Dmytruk <[email protected]>
1 parent 4b024dc commit 78b13d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DasharoPayloadPkg/DasharoPayloadPkg.fdf

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
################################################################################
1212
[FD.UefiPayload]
1313
BaseAddress = 0x800000|gDasharoPayloadPkgTokenSpaceGuid.PcdPayloadFdMemBase
14-
Size = 0xE00000|gDasharoPayloadPkgTokenSpaceGuid.PcdPayloadFdMemSize
14+
Size = 0xE30000|gDasharoPayloadPkgTokenSpaceGuid.PcdPayloadFdMemSize
1515
ErasePolarity = 1
1616
BlockSize = 0x1000
17-
NumBlocks = 0xE00
17+
NumBlocks = 0xE30
1818

19-
0x00000000|0x060000
19+
0x00000000|0x090000
2020
FV = PEIFV
2121

22-
0x00060000|0xDA0000
22+
0x00090000|0xDA0000
2323
FV = DXEFV
2424

2525
################################################################################

0 commit comments

Comments
 (0)