[edk2-devel] [edk2-platforms][PATCH 1/1] RaspberryPi: get RPi4 and RPi3 building again.

Pete Batard pete at akeo.ie
Thu Nov 19 17:14:40 UTC 2020


For reference, this breakage was introduced with edk2 commit 
https://github.com/tianocore/edk2/commit/b6490426e3208de7d6cbd756276a02e4329cd85a 
(MdeModulePkg: Connect VariablePolicy business logic to VariableServices).

It'll probably be worth adding a reference to it in the commit message 
during integration.

With this:

On 2020.11.19 00:01, Andrei Warkentin wrote:
> Add VariablePolicyLib and its dependency.
> 
> Testing: Pi 4 boot.
> 
> Signed-off-by: Andrei Warkentin <andrey.warkentin at gmail.com>
> ---
>   Platform/RaspberryPi/RPi3/RPi3.dsc | 3 +++
>   Platform/RaspberryPi/RPi4/RPi4.dsc | 3 +++
>   2 files changed, 6 insertions(+)
> 
> diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3/RPi3.dsc
> index 325d7bdb..9408138d 100644
> --- a/Platform/RaspberryPi/RPi3/RPi3.dsc
> +++ b/Platform/RaspberryPi/RPi3/RPi3.dsc
> @@ -169,6 +169,8 @@
>     AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
>   !endif
>     VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
> +  VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
> +  VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
>     GpioLib|Silicon/Broadcom/Bcm283x/Library/GpioLib/GpioLib.inf
>   
>   [LibraryClasses.common.SEC]
> @@ -218,6 +220,7 @@
>     CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
>     EfiResetSystemLib|Platform/RaspberryPi/Library/ResetLib/ResetLib.inf
>     ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
> +  VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
>   
>   !if $(SECURE_BOOT_ENABLE) == TRUE
>     BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
> diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc
> index c994f56d..4e5a36ed 100644
> --- a/Platform/RaspberryPi/RPi4/RPi4.dsc
> +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
> @@ -169,6 +169,8 @@
>     AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
>   !endif
>     VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
> +  VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
> +  VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
>     GpioLib|Silicon/Broadcom/Bcm283x/Library/GpioLib/GpioLib.inf
>   
>     #
> @@ -226,6 +228,7 @@
>     CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
>     EfiResetSystemLib|Platform/RaspberryPi/Library/ResetLib/ResetLib.inf
>     ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
> +  VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
>   
>   !if $(SECURE_BOOT_ENABLE) == TRUE
>     BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
> 

Reviewed-by: Pete Batard <pete at akeo.ie>



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67729): https://edk2.groups.io/g/devel/message/67729
Mute This Topic: https://groups.io/mt/78354393/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