UefiPayloadPkg: Add Intel GOP driver

This commit is contained in:
Jeremy Soller
2019-05-02 19:41:57 -06:00
committed by Tim Crawford
parent b99c14feb4
commit a258434cd8

View File

@ -197,6 +197,20 @@ INF RuleOverride = BINARY USE = X64 ShellBinPkg/UefiShell/UefiShell.inf
!endif !endif
!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
################################################################################ ################################################################################
# #