mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-22 21:24:35 +02:00
OvmfPkg: mark fixed network PCDs
Rename `NetworkPcds` to `NetworkFixedPcds` to avoid confusion with dynamic PCDs Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Jianyong Wu <jianyong.wu@arm.com> Cc: Anatol Belski <anbelski@linux.microsoft.com> Cc: Sunil V L <sunilvl@ventanamicro.com> Cc: Andrei Warkentin <andrei.warkentin@intel.com> Cc: Chao Li <lichao@loongson.cn> Cc: Bibo Mao <maobibo@loongson.cn> Cc: Xianglai Li <lixianglai@loongson.cn> Signed-off-by: Aleksandr Goncharov <chat@joursoir.net>
This commit is contained in:
parent
fc9f06de6f
commit
2ffd6d2e82
@ -509,7 +509,7 @@
|
||||
#
|
||||
# Network Pcds
|
||||
#
|
||||
!include NetworkPkg/NetworkPcds.dsc.inc
|
||||
!include NetworkPkg/NetworkFixedPcds.dsc.inc
|
||||
|
||||
# Point to the MdeModulePkg/Application/UiApp/UiApp.inf
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
|
||||
|
@ -560,7 +560,7 @@
|
||||
#
|
||||
# Network Pcds
|
||||
#
|
||||
!include NetworkPkg/NetworkPcds.dsc.inc
|
||||
!include NetworkPkg/NetworkFixedPcds.dsc.inc
|
||||
|
||||
gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
|
||||
|
||||
|
@ -373,7 +373,7 @@
|
||||
#
|
||||
# Network Pcds
|
||||
#
|
||||
!include NetworkPkg/NetworkPcds.dsc.inc
|
||||
!include NetworkPkg/NetworkFixedPcds.dsc.inc
|
||||
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize | 0x40000
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize | 0x40000
|
||||
|
@ -563,7 +563,7 @@
|
||||
#
|
||||
# Network Pcds
|
||||
#
|
||||
!include NetworkPkg/NetworkPcds.dsc.inc
|
||||
!include NetworkPkg/NetworkFixedPcds.dsc.inc
|
||||
|
||||
gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
|
||||
|
||||
|
@ -571,7 +571,7 @@
|
||||
#
|
||||
# Network Pcds
|
||||
#
|
||||
!include NetworkPkg/NetworkPcds.dsc.inc
|
||||
!include NetworkPkg/NetworkFixedPcds.dsc.inc
|
||||
|
||||
gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
|
||||
|
||||
|
@ -589,7 +589,7 @@
|
||||
#
|
||||
# Network Pcds
|
||||
#
|
||||
!include NetworkPkg/NetworkPcds.dsc.inc
|
||||
!include NetworkPkg/NetworkFixedPcds.dsc.inc
|
||||
|
||||
gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
|
||||
|
||||
|
@ -600,7 +600,7 @@
|
||||
#
|
||||
# Network Pcds
|
||||
#
|
||||
!include NetworkPkg/NetworkPcds.dsc.inc
|
||||
!include NetworkPkg/NetworkFixedPcds.dsc.inc
|
||||
|
||||
gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
|
||||
|
||||
|
@ -441,7 +441,7 @@
|
||||
#
|
||||
# Network Pcds
|
||||
#
|
||||
!include NetworkPkg/NetworkPcds.dsc.inc
|
||||
!include NetworkPkg/NetworkFixedPcds.dsc.inc
|
||||
|
||||
!ifdef $(DEBUG_ON_HYPERVISOR_CONSOLE)
|
||||
## Set Xen's debug IO port for PlatformDebugLibIoPort
|
||||
|
Loading…
x
Reference in New Issue
Block a user