mirror of https://github.com/acidanthera/audk.git
ArmPkg: Fixed ArmPkg.dsc RELEASE build
Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14098 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
063ad84e20
commit
3eef284c2e
|
@ -180,6 +180,7 @@ LinuxLoaderConfig (
|
|||
LINUX_LOADER_OPTIONAL_DATA* LinuxOptionalData;
|
||||
EFI_DEVICE_PATH* DevicePathRoot;
|
||||
|
||||
Choice = (LINUX_LOADER_ACTION)0;
|
||||
SupportedBdsLoadOptions = NULL;
|
||||
SupportedBdsLoadOptionCount = 0;
|
||||
|
||||
|
|
|
@ -105,6 +105,7 @@
|
|||
ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
||||
ArmPkg/Library/BdsLib/BdsLib.inf
|
||||
ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
||||
ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
|
||||
ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
|
||||
ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
|
||||
ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
PL390Gic.c
|
||||
PL390GicNonSec.c
|
||||
|
||||
[LibraryClasses]
|
||||
IoLib
|
||||
|
||||
[Packages]
|
||||
ArmPkg/ArmPkg.dec
|
||||
MdePkg/MdePkg.dec
|
||||
|
|
Loading…
Reference in New Issue