public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] Platform/RPi4: fix build
@ 2023-03-13 12:12 Gerd Hoffmann
  2023-03-13 12:56 ` Ard Biesheuvel
  0 siblings, 1 reply; 2+ messages in thread
From: Gerd Hoffmann @ 2023-03-13 12:12 UTC (permalink / raw)
  To: devel
  Cc: Jeremy Linton, Leif Lindholm, Ard Biesheuvel, Oliver Steffen,
	Pawel Polawski, Gerd Hoffmann

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Platform/RPi4: fix build
  2023-03-13 12:12 [PATCH] Platform/RPi4: fix build Gerd Hoffmann
@ 2023-03-13 12:56 ` Ard Biesheuvel
  0 siblings, 0 replies; 2+ messages in thread
From: Ard Biesheuvel @ 2023-03-13 12:56 UTC (permalink / raw)
  To: Gerd Hoffmann
  Cc: devel, Jeremy Linton, Leif Lindholm, Ard Biesheuvel,
	Oliver Steffen, Pawel Polawski

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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-13 12:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-13 12:12 [PATCH] Platform/RPi4: fix build Gerd Hoffmann
2023-03-13 12:56 ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox