[edk2-devel] [PATCH edk2-platforms v1 1/1] Platform/ARM: Add VariablePolicy and SafeInt

Ard Biesheuvel ard.biesheuvel at arm.com
Fri Nov 20 15:07:15 UTC 2020


On 11/20/20 3:53 PM, Joey Gouly wrote:
> Fixes the build breakage introduced by b6490426e320:
> MdeModulePkg: Connect VariablePolicy business logic to VariableServices
> 
> Signed-off-by: Joey Gouly <joey.gouly at arm.com>
> ---
> 

Reviewed-by: Ard Biesheuvel <ard.biesheuvel at arm.com>

Pushed as adcb0c92ca57..879f483ce455

Thanks! And welcome :-)

> The changes can be seen at:
> https://github.com/jgouly/edk2-platforms/tree/1561_fix_variable_policy_v1
> 
>   Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
> index 6f4621393a9713705e360a1c9ad019a6ad93a0a4..b0a48d6c041c35f2c7de6b02e54ddf104774c7c9 100644
> --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
> +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
> @@ -36,6 +36,7 @@ [LibraryClasses.common]
>     DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
>   
>     BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
> +  SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
>     SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
>     PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
>     PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
> @@ -140,6 +141,8 @@ [LibraryClasses.common]
>     OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
>     RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
>     VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
> +  VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
> +  VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
>   
>     CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
>     CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
> @@ -227,6 +230,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER]
>     MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
>     CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
>     ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
> +  VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
>   !if $(SECURE_BOOT_ENABLE) == TRUE
>     BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
>   !endif
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67768): https://edk2.groups.io/g/devel/message/67768
Mute This Topic: https://groups.io/mt/78390933/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list