Skip to content

Commit

Permalink
UefiPayloadPkg: Add FV Guid for DXEFV and PLDFV
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Guo Dong <guo.dong@intel.com>
  • Loading branch information
LiuZhiguang001 authored and mergify[bot] committed Jul 16, 2021
1 parent cac83b6 commit 4bac086
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UefiPayloadPkg/UefiPayloadPkg.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ FV = PLDFV

################################################################################
[FV.PLDFV]
FvNameGuid = 96E75986-6FDD-491E-9FD5-35E21AC45B45
BlockSize = $(FD_BLOCK_SIZE)
FvAlignment = 16
ERASE_POLARITY = 1
Expand Down Expand Up @@ -62,6 +63,7 @@ FILE FV_IMAGE = 4E35FD93-9C72-4c15-8C4B-E77F1DB2D793 {
################################################################################

[FV.DXEFV]
FvNameGuid = 8063C21A-8E58-4576-95CE-089E87975D23
BlockSize = $(FD_BLOCK_SIZE)
FvForceRebase = FALSE
FvAlignment = 16
Expand Down

0 comments on commit 4bac086

Please sign in to comment.