From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.17638.1678709555816302344 for ; Mon, 13 Mar 2023 05:12:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=awQ54mmo; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678709554; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=aB/rjYTh91UarGEkIjUuNbHa7u9sQJ6Bv5o9LjuMN7o=; b=awQ54mmoKy5KH9/4+2WdllEo0g8rasrTnXd+WJhEngb0GKGoRI9P5DlTrhfeWlxynyz+h6 bbyXokEeoMBckn1uKPcMOfTNqlq2r+j19d+8RRCKma4eUxB7Ci3i03yul5cqCXX8pVozLK X/seA4/U1hf83UK/O+SV5Gw4+BUsglc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-249-kge4SO0QNYKJr2bso8hoIg-1; Mon, 13 Mar 2023 08:12:29 -0400 X-MC-Unique: kge4SO0QNYKJr2bso8hoIg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0F1DA1871D97; Mon, 13 Mar 2023 12:12:29 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.142]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C4F1840C83A9; Mon, 13 Mar 2023 12:12:28 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 8D85918003B3; Mon, 13 Mar 2023 13:12:27 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Jeremy Linton , Leif Lindholm , Ard Biesheuvel , Oliver Steffen , Pawel Polawski , Gerd Hoffmann Subject: [PATCH] Platform/RPi4: fix build Date: Mon, 13 Mar 2023 13:12:27 +0100 Message-Id: <20230313121227.396787-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="US-ASCII"; x-default=true MpServicesTest was dropped in favor of EfiMpServiceProtocolShellUnitTest. Update the dsc file accordingly. Signed-off-by: Gerd Hoffmann --- 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=0D =20=0D ArmPkg/Drivers/ArmPsciMpServicesDxe/ArmPsciMpServicesDxe.inf=0D - MdeModulePkg/Application/MpServicesTest/MpServicesTest.inf=0D + UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EfiMpServiceProtocolSh= ellUnitTest.inf {=0D + =0D + UnitTestLib|UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf= =0D + UnitTestPersistenceLib|UnitTestFrameworkPkg/Library/UnitTestPersiste= nceLibNull/UnitTestPersistenceLibNull.inf=0D + UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultR= eportLib/UnitTestResultReportLibConOut.inf=0D + }=0D --=20 2.39.2