mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
OvmfPkg: Add network support for LoongArch QEMU platform
Open the network option to enable networking on the LoongArch QEMU platform. Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Chao Li <lichao@loongson.cn>
This commit is contained in:
parent
91226e1eec
commit
8bb9145ad1
@ -552,12 +552,12 @@
|
||||
#
|
||||
# Network Support
|
||||
#
|
||||
#!include NetworkPkg/NetworkComponents.dsc.inc
|
||||
!include NetworkPkg/NetworkComponents.dsc.inc
|
||||
|
||||
# NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
|
||||
# <LibraryClasses>
|
||||
# NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
|
||||
# }
|
||||
NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
|
||||
<LibraryClasses>
|
||||
NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
|
||||
}
|
||||
|
||||
!if $(NETWORK_TLS_ENABLE) == TRUE
|
||||
NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
|
||||
|
@ -159,7 +159,7 @@ INF OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
|
||||
|
||||
#
|
||||
# Network modules
|
||||
#!include NetworkPkg/Network.fdf.inc
|
||||
!include NetworkPkg/Network.fdf.inc
|
||||
|
||||
#
|
||||
# File system
|
||||
|
Loading…
x
Reference in New Issue
Block a user