[edk2-devel] [PATCH] Platform/RPi4: fix build

Gerd Hoffmann posted 1 patch 1 year, 1 month ago
Failed in applying to current master (apply log)
Platform/RaspberryPi/RPi4/RPi4.dsc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
[edk2-devel] [PATCH] Platform/RPi4: fix build
Posted by Gerd Hoffmann 1 year, 1 month ago
MpServicesTest was dropped in favor of EfiMpServiceProtocolShellUnitTest.
Update the dsc file accordingly.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 Platform/RaspberryPi/RPi4/RPi4.dsc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc
index 4b2b6d1e4b97..e04c76443d5b 100644
--- a/Platform/RaspberryPi/RPi4/RPi4.dsc
+++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
@@ -797,4 +797,9 @@
 !endif

 

   ArmPkg/Drivers/ArmPsciMpServicesDxe/ArmPsciMpServicesDxe.inf

-  MdeModulePkg/Application/MpServicesTest/MpServicesTest.inf

+  UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EfiMpServiceProtocolShellUnitTest.inf {

+    <LibraryClasses>

+      UnitTestLib|UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf

+      UnitTestPersistenceLib|UnitTestFrameworkPkg/Library/UnitTestPersistenceLibNull/UnitTestPersistenceLibNull.inf

+      UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibConOut.inf

+  }

-- 
2.39.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101091): https://edk2.groups.io/g/devel/message/101091
Mute This Topic: https://groups.io/mt/97578884/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH] Platform/RPi4: fix build
Posted by Ard Biesheuvel 1 year, 1 month ago
On Mon, 13 Mar 2023 at 13:12, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> MpServicesTest was dropped in favor of EfiMpServiceProtocolShellUnitTest.
> Update the dsc file accordingly.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>

Thanks Gerd,

Pushed as 95b58f71d9ee..0d558830c3af

> ---
>  Platform/RaspberryPi/RPi4/RPi4.dsc | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc
> index 4b2b6d1e4b97..e04c76443d5b 100644
> --- a/Platform/RaspberryPi/RPi4/RPi4.dsc
> +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
> @@ -797,4 +797,9 @@
>  !endif
>
>    ArmPkg/Drivers/ArmPsciMpServicesDxe/ArmPsciMpServicesDxe.inf
> -  MdeModulePkg/Application/MpServicesTest/MpServicesTest.inf
> +  UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EfiMpServiceProtocolShellUnitTest.inf {
> +    <LibraryClasses>
> +      UnitTestLib|UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf
> +      UnitTestPersistenceLib|UnitTestFrameworkPkg/Library/UnitTestPersistenceLibNull/UnitTestPersistenceLibNull.inf
> +      UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibConOut.inf
> +  }
> --
> 2.39.2
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101092): https://edk2.groups.io/g/devel/message/101092
Mute This Topic: https://groups.io/mt/97578884/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-