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 AB00674003E for ; Thu, 10 Aug 2023 07:05:34 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=rrM/k6VHZbEODvlNXFnD6CmLFubt5YMi4r0t+EtHikQ=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1691651133; v=1; b=l32F7kP6fRMBA+BSzBfyxcxN2ovrKYK3uwRiuNwyveSjPMi1H2f6uImb1ergM8Tiz9pWArFw s2ukbKhAnrBesgpsbPCjQMQqhmsWyz+9U8z8bOF8YHoANPN0rqEXB+gJSGpK0ru/7ca5knHPxk3 jUhoBLNCb25siT+nqQ3ofaAw= X-Received: by 127.0.0.2 with SMTP id jII0YY7687511xQBqBFsZTOJ; Thu, 10 Aug 2023 00:05:33 -0700 X-Received: from mail.loongson.cn (mail.loongson.cn [114.242.206.163]) by mx.groups.io with SMTP id smtpd.web11.12082.1691651131680094383 for ; Thu, 10 Aug 2023 00:05:32 -0700 X-Received: from loongson.cn (unknown [10.2.5.185]) by gateway (Coremail) with SMTP id _____8DxVug1jNRkq3QUAA--.8485S3; Thu, 10 Aug 2023 15:05:26 +0800 (CST) X-Received: from localhost.localdomain (unknown [10.2.5.185]) by localhost.localdomain (Coremail) with SMTP id AQAAf8BxniM0jNRkyalSAA--.34887S2; Thu, 10 Aug 2023 15:05:24 +0800 (CST) From: "xianglai" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Bibo Mao , Chao Li , Leif Lindholm , Liming Gao , Michael D Kinney Subject: [edk2-devel] [edk2-platforms][PATCH V1] Platform/Loongson: Add AcpiPlatformLib to fix compile error Date: Thu, 10 Aug 2023 15:05:21 +0800 Message-Id: MIME-Version: 1.0 X-CM-TRANSID: AQAAf8BxniM0jNRkyalSAA--.34887S2 X-CM-SenderInfo: 5ol0xt5qjotxo6or00hjvr0hdfq/ X-Coremail-Antispam: 1Uk129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7KY7 ZEXasCq-sGcSsGvfJ3UbIjqfuFe4nvWSU5nxnvy29KBjDU0xBIdaVrnUUvcSsGvfC2Kfnx nUUI43ZEXa7xR_UUUUUUUUU== 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,lixianglai@loongson.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: nb4fJuuQ4OeTRE7QAytGBtqwx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=l32F7kP6; dmarc=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 Adding a reference to AcpiPlatformLib to the dsc file as loongarch is used to fix compilation errors. Cc: Ard Biesheuvel Cc: Bibo Mao Cc: Chao Li Cc: Leif Lindholm Cc: Liming Gao Cc: Michael D Kinney Signed-off-by: xianglai li --- Platform/Loongson/LoongArchQemuPkg/Loongson.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc index 13b27d84b8..00b28cfa50 100644 --- a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc +++ b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc @@ -271,6 +271,7 @@ QemuFwCfgLib | OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLibMmio.inf PciPcdProducerLib | OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf PciExpressLib | MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf + AcpiPlatformLib | OvmfPkg/Library/AcpiPlatformLib/DxeAcpiPlatformLib.inf [LibraryClasses.common.UEFI_APPLICATION] PcdLib | MdePkg/Library/DxePcdLib/DxePcdLib.inf -- 2.39.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107681): https://edk2.groups.io/g/devel/message/107681 Mute This Topic: https://groups.io/mt/100659304/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-