From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web10.18545.1678712193548251217 for ; Mon, 13 Mar 2023 05:56:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=eIw/IdtL; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5626AB8106E for ; Mon, 13 Mar 2023 12:56:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0AE1C433A1 for ; Mon, 13 Mar 2023 12:56:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678712190; bh=O1+ZDrDNs3JLGqsxN8KRjhVThQpEkJdbMLSPdN+wN1E=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=eIw/IdtLUUSg+OMPhfaS7gouZvBWLrbIeP2r3oy6j2cRkUN1q0LSfFYFT0JoSyNAA SWZBM4R8m2CRwbLdkNy1JqZgdJMEzkDr+QryteT+g9gzOdJPEN2+XeRoBTJdG1I+JQ +jt8LAJqHuFoL6PSkilodvrAW9ghzrzMXyqRCVT8pBLIMPkksvVEQm7yAmzDj4/7an kgCv1elPWktt8IWA0c8IlGHdu8DFJZgehJ5b91Vu/1PdH5tHPD2AbyY0RnRRUyip4X AM/7UM8nv+cb4GLup0G3+JVLhcViGY5Wy85+S35Eq7C2lhEJKa7jTA4bQpNN6QcqMM vL/I3LK7f8j+g== Received: by mail-lf1-f53.google.com with SMTP id n2so15541876lfb.12 for ; Mon, 13 Mar 2023 05:56:29 -0700 (PDT) X-Gm-Message-State: AO0yUKVTOZeZeWZ7B0AqneENzemyHedlslaFZqntHn0mNLKUsmTouXi2 BmORY19FT6pIDMxc2IQJ5Hk63zh03HotIjgdb80= X-Google-Smtp-Source: AK7set+czsGOcYW85jd/Fehrg206tTnHGVHb04T8ATCLQWxA+frbUgEnXrmGxMo6OHa3EczWBqaXzwnxD6zuWM4aTgA= X-Received: by 2002:ac2:4c2e:0:b0:4d5:ca32:6ae4 with SMTP id u14-20020ac24c2e000000b004d5ca326ae4mr10414703lfq.4.1678712187867; Mon, 13 Mar 2023 05:56:27 -0700 (PDT) MIME-Version: 1.0 References: <20230313121227.396787-1-kraxel@redhat.com> In-Reply-To: <20230313121227.396787-1-kraxel@redhat.com> From: "Ard Biesheuvel" Date: Mon, 13 Mar 2023 13:56:16 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] Platform/RPi4: fix build To: Gerd Hoffmann Cc: devel@edk2.groups.io, Jeremy Linton , Leif Lindholm , Ard Biesheuvel , Oliver Steffen , Pawel Polawski Content-Type: text/plain; charset="UTF-8" On Mon, 13 Mar 2023 at 13:12, Gerd Hoffmann wrote: > > MpServicesTest was dropped in favor of EfiMpServiceProtocolShellUnitTest. > Update the dsc file accordingly. > > Signed-off-by: Gerd Hoffmann 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 { > + > + UnitTestLib|UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf > + UnitTestPersistenceLib|UnitTestFrameworkPkg/Library/UnitTestPersistenceLibNull/UnitTestPersistenceLibNull.inf > + UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibConOut.inf > + } > -- > 2.39.2 >