Updated to a more recent version of EDKII and fixed issue with it not compiling with...
authorMarijan Limov <tao_croatia@pop-os.localdomain>
星期天, 4 Jul 2021 16:49:27 +0000 (18:49 +0200)
committerMarijan Limov <tao_croatia@pop-os.localdomain>
星期天, 4 Jul 2021 16:49:27 +0000 (18:49 +0200)
.gitmodules
edk2
edk2-platforms
sdm845Pkg/CommonDsc.dsc.inc

index 41fdf868f43bc211cee1740fdc8232dc0c5f7e8b..0f3d407a401c33c9a478d69ea5e06dcb12f717e8 100644 (file)
@@ -1,9 +1,9 @@
+[submodule "sdm845Pkg/Binary"]
+       path = sdm845Pkg/Binary
+       url = https://git.renegade-project.org/edk2-sdm845-binary.git
 [submodule "edk2"]
        path = edk2
        url = https://github.com/tianocore/edk2.git
 [submodule "edk2-platforms"]
        path = edk2-platforms
        url = https://github.com/tianocore/edk2-platforms.git
-[submodule "sdm845Pkg/Binary"]
-       path = sdm845Pkg/Binary
-       url = https://git.renegade-project.org/edk2-sdm845-binary.git
diff --git a/edk2 b/edk2
index 3a3713e62cfad00d78bb938b0d9fb1eedaeff314..fea7901dba72eeac526f3ef12a4ad4c539622373 160000 (submodule)
--- a/edk2
+++ b/edk2
@@ -1 +1 @@
-Subproject commit 3a3713e62cfad00d78bb938b0d9fb1eedaeff314
+Subproject commit fea7901dba72eeac526f3ef12a4ad4c539622373
index cfdc7f907d545b14302295b819ea078bc36c6a40..086a3a3ce6c42c859ee5943eb2c4b6edcefdc241 160000 (submodule)
@@ -1 +1 @@
-Subproject commit cfdc7f907d545b14302295b819ea078bc36c6a40
+Subproject commit 086a3a3ce6c42c859ee5943eb2c4b6edcefdc241
index 9e4304c53741106c6a5a6b1812717250a2e2f77f..9e9cff0437ce2b739be4fbcb28366be61cf15bef 100644 (file)
@@ -13,6 +13,8 @@
 #
 #
 
+!include MdePkg/MdeLibs.dsc.inc
+
 [LibraryClasses.common]
 !if $(TARGET) == RELEASE
   DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
@@ -30,6 +32,8 @@
   PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
   PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
   IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
+  VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
+  OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
   UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
   CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
 
 !if $(TARGET) != RELEASE
   DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
 !endif
+  #
+  VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
+  #
 
 [LibraryClasses.AARCH64]
   ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
 [PcdsDynamicHii.common.DEFAULT]
   gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0 # Variable: L"Timeout"
 
+