UefiPayloadPkg: Increase FV size to 8MB
The following commits need additional space. Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Change-Id: I6b757f73fe4e90282b4bfb84469545ab1af9d1bb Reviewed-on: https://review.coreboot.org/c/edk2/+/58630 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
committed by
Tim Crawford
parent
626f1a3273
commit
7693804ed1
@ -17,8 +17,8 @@ DEFINE FD_SIZE = 0x00850000
|
|||||||
DEFINE NUM_BLOCKS = 0x850
|
DEFINE NUM_BLOCKS = 0x850
|
||||||
!else
|
!else
|
||||||
|
|
||||||
DEFINE FD_SIZE = 0x00590000
|
DEFINE FD_SIZE = 0x00800000
|
||||||
DEFINE NUM_BLOCKS = 0x590
|
DEFINE NUM_BLOCKS = 0x800
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Reference in New Issue
Block a user