From: Marijan Limov Date: 星期天, 4 Jul 2021 16:49:27 +0000 (+0200) Subject: Updated to a more recent version of EDKII and fixed issue with it not compiling with... X-Git-Tag: v0.4~1^2~7 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=0cc055c59509e80e81febd24473aa0360936ae72;p=edk2-sdm845.git Updated to a more recent version of EDKII and fixed issue with it not compiling with Python 3.9 --- diff --git a/.gitmodules b/.gitmodules index 41fdf86..0f3d407 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 3a3713e..fea7901 160000 --- a/edk2 +++ b/edk2 @@ -1 +1 @@ -Subproject commit 3a3713e62cfad00d78bb938b0d9fb1eedaeff314 +Subproject commit fea7901dba72eeac526f3ef12a4ad4c539622373 diff --git a/edk2-platforms b/edk2-platforms index cfdc7f9..086a3a3 160000 --- a/edk2-platforms +++ b/edk2-platforms @@ -1 +1 @@ -Subproject commit cfdc7f907d545b14302295b819ea078bc36c6a40 +Subproject commit 086a3a3ce6c42c859ee5943eb2c4b6edcefdc241 diff --git a/sdm845Pkg/CommonDsc.dsc.inc b/sdm845Pkg/CommonDsc.dsc.inc index 9e4304c..9e9cff0 100644 --- a/sdm845Pkg/CommonDsc.dsc.inc +++ b/sdm845Pkg/CommonDsc.dsc.inc @@ -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 @@ -215,6 +219,9 @@ !if $(TARGET) != RELEASE DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf !endif + # + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf + # [LibraryClasses.AARCH64] ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf @@ -327,3 +334,4 @@ [PcdsDynamicHii.common.DEFAULT] gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0 # Variable: L"Timeout" +