UefiPayloadPkg: Add Intel GOP driver
This commit is contained in:
committed by
Tim Crawford
parent
13e6178201
commit
0420529401
@@ -268,6 +268,21 @@ INF ShellPkg/Application/Shell/Shell.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
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Rules are use with the [FV] section's module INF type to define
|
# Rules are use with the [FV] section's module INF type to define
|
||||||
|
Reference in New Issue
Block a user