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 13e6178201
commit 0420529401

View File

@@ -268,6 +268,21 @@ INF ShellPkg/Application/Shell/Shell.inf
!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
################################################################################
#
# Rules are use with the [FV] section's module INF type to define