UefiPayloadPkg: Add Intel GOP driver
This commit is contained in:
committed by
Tim Crawford
parent
b99c14feb4
commit
a258434cd8
@ -197,6 +197,20 @@ INF RuleOverride = BINARY USE = X64 ShellBinPkg/UefiShell/UefiShell.inf
|
||||
!endif
|
||||
!endif
|
||||
|
||||
!ifdef $(FIRMWARE_OPEN_GOP_POLICY)
|
||||
# Add PlatformGopPolicy implementation
|
||||
!if $(ARCH) == IA32
|
||||
!else
|
||||
INF RuleOverride=BINARY USE = X64 $(FIRMWARE_OPEN_GOP_POLICY)
|
||||
!endif
|
||||
!endif
|
||||
!ifdef $(FIRMWARE_OPEN_GOP)
|
||||
# Use IntelGopDriver binary
|
||||
!if $(ARCH) == IA32
|
||||
!else
|
||||
INF RuleOverride=BINARY USE = X64 $(FIRMWARE_OPEN_GOP)
|
||||
!endif
|
||||
!endif
|
||||
|
||||
################################################################################
|
||||
#
|
||||
|
Reference in New Issue
Block a user