From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 1EFAA9416F7 for ; Tue, 17 Oct 2023 13:23:34 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=5N36WUBbDsClXmPEZkhCqGaiRfA+Li6xYrsODHbocjg=; c=relaxed/simple; d=groups.io; h=From:Date:Subject:MIME-Version:Message-Id:References:In-Reply-To:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding; s=20140610; t=1697549013; v=1; b=uu2pKd3T/C7/QK1/0Fgc30lVKGiHde4yqR4AiaslMNjL6M/b3XOE0a/3d0ZstQCCpRjUBwAJ fIZBl0uxcsdGEizNOpNla4GaphuiAkClszz4FoGJSe5zWEIHQRS0tNKHR2opi8RsJ947VzMrzdv SscmGmV+0FMvj1S5j5YWm4Vw= X-Received: by 127.0.0.2 with SMTP id RRseYY7687511xFQo6U075es; Tue, 17 Oct 2023 06:23:33 -0700 X-Received: from muminek.juszkiewicz.com.pl (muminek.juszkiewicz.com.pl [213.251.184.221]) by mx.groups.io with SMTP id smtpd.web10.214966.1697549013004009699 for ; Tue, 17 Oct 2023 06:23:33 -0700 X-Received: from localhost (localhost [127.0.0.1]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTP id 5D35126110A; Tue, 17 Oct 2023 15:23:30 +0200 (CEST) X-Virus-Scanned: Debian amavis at juszkiewicz.com.pl X-Received: from muminek.juszkiewicz.com.pl ([127.0.0.1]) by localhost (muminek.juszkiewicz.com.pl [127.0.0.1]) (amavis, port 10024) with ESMTP id sFYbAzSxOi8k; Tue, 17 Oct 2023 15:23:28 +0200 (CEST) X-Received: from [172.17.0.1] (83.11.27.172.ipv4.supernova.orange.pl [83.11.27.172]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTPSA id 08CBA260BB4; Tue, 17 Oct 2023 15:23:22 +0200 (CEST) From: "Marcin Juszkiewicz" Date: Tue, 17 Oct 2023 15:23:16 +0200 Subject: [edk2-devel] [PATCH edk2-platforms v3 2/4] SbsaQemu: add AcpiLib MIME-Version: 1.0 Message-Id: <20231017-ehci-xhci-fix-v3-2-0b9ec9847947@linaro.org> References: <20231017-ehci-xhci-fix-v3-0-0b9ec9847947@linaro.org> In-Reply-To: <20231017-ehci-xhci-fix-v3-0-0b9ec9847947@linaro.org> To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Jeremy Linton , Nhi Pham , Chuong Tran , Rebecca Cran , Marcin Juszkiewicz Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,marcin.juszkiewicz@linaro.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: XYbGTiVgsEiTzTAeZUprrWQux7686176AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=uu2pKd3T; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linaro.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io It will be needed for playing with disabling XHCI later. Signed-off-by: Marcin Juszkiewicz --- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu/S= bsaQemu.dsc index 36723e21d7b5..1e650350cb63 100644 --- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc @@ -172,6 +172,8 @@ [LibraryClasses.common] =20 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseRepor= tStatusCodeLibNull.inf =20 + AcpiLib|EmbeddedPkg/Library/AcpiLib/AcpiLib.inf + ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf =20 --=20 2.41.0 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109683): https://edk2.groups.io/g/devel/message/109683 Mute This Topic: https://groups.io/mt/102017314/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-