* [edk2-devel] [edk2-platforms][PATCH V1] Platform/Loongson: Add AcpiPlatformLib to fix compile error
@ 2023-08-10 7:05 xianglai
2023-08-11 1:11 ` Chao Li
0 siblings, 1 reply; 2+ messages in thread
From: xianglai @ 2023-08-10 7:05 UTC (permalink / raw)
To: devel
Cc: Ard Biesheuvel, Bibo Mao, Chao Li, Leif Lindholm, Liming Gao,
Michael D Kinney
Adding a reference to AcpiPlatformLib to the dsc file
as loongarch is used to fix compilation errors.
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Bibo Mao <maobibo@loongson.cn>
Cc: Chao Li <lichao@loongson.cn>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: xianglai li <lixianglai@loongson.cn>
---
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]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [edk2-devel] [edk2-platforms][PATCH V1] Platform/Loongson: Add AcpiPlatformLib to fix compile error
2023-08-10 7:05 [edk2-devel] [edk2-platforms][PATCH V1] Platform/Loongson: Add AcpiPlatformLib to fix compile error xianglai
@ 2023-08-11 1:11 ` Chao Li
0 siblings, 0 replies; 2+ messages in thread
From: Chao Li @ 2023-08-11 1:11 UTC (permalink / raw)
To: devel, lixianglai
Cc: Ard Biesheuvel, Bibo Mao, Leif Lindholm, Liming Gao,
Michael D Kinney
[-- Attachment #1: Type: text/plain, Size: 1767 bytes --]
Reviewed-by: Chao Li <lichao@loongson.cn>
Thanks,
Chao
在 2023/8/10 15:05, xianglai 写道:
> Adding a reference to AcpiPlatformLib to the dsc file
> as loongarch is used to fix compilation errors.
>
> Cc: Ard Biesheuvel<ardb+tianocore@kernel.org>
> Cc: Bibo Mao<maobibo@loongson.cn>
> Cc: Chao Li<lichao@loongson.cn>
> Cc: Leif Lindholm<quic_llindhol@quicinc.com>
> Cc: Liming Gao<gaoliming@byosoft.com.cn>
> Cc: Michael D Kinney<michael.d.kinney@intel.com>
> Signed-off-by: xianglai li<lixianglai@loongson.cn>
> ---
> 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
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107703): https://edk2.groups.io/g/devel/message/107703
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]
-=-=-=-=-=-=-=-=-=-=-=-
[-- Attachment #2: Type: text/html, Size: 3422 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-11 1:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-10 7:05 [edk2-devel] [edk2-platforms][PATCH V1] Platform/Loongson: Add AcpiPlatformLib to fix compile error xianglai
2023-08-11 1:11 ` Chao Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox