mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg: Fix ARM EB and VE builds
The EDID protocol defintions were missing from their ArmPlatformLcdLib.inf INF files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12878 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0249feb8b5
commit
947a14a0a8
|
@ -36,6 +36,8 @@
|
||||||
[Guids]
|
[Guids]
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
|
gEfiEdidDiscoveredProtocolGuid # Produced
|
||||||
|
gEfiEdidActiveProtocolGuid # Produced
|
||||||
|
|
||||||
[FixedPcd.common]
|
[FixedPcd.common]
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,10 @@
|
||||||
BaseLib
|
BaseLib
|
||||||
ArmPlatformSysConfigLib
|
ArmPlatformSysConfigLib
|
||||||
|
|
||||||
|
[Protocols]
|
||||||
|
gEfiEdidDiscoveredProtocolGuid # Produced
|
||||||
|
gEfiEdidActiveProtocolGuid # Produced
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gArmVExpressTokenSpaceGuid.PcdPL111LcdMaxMode
|
gArmVExpressTokenSpaceGuid.PcdPL111LcdMaxMode
|
||||||
gArmVExpressTokenSpaceGuid.PcdPL111LcdVideoModeOscId
|
gArmVExpressTokenSpaceGuid.PcdPL111LcdVideoModeOscId
|
||||||
|
|
Loading…
Reference in New Issue