Skip to content

Commit

Permalink
ArmVirtPkg: mark fixed network PCDs
Browse files Browse the repository at this point in the history
Rename `NetworkPcds` to `NetworkFixedPcds` to avoid confusion with
dynamic PCDs.

Cc: Leif Lindholm <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Signed-off-by: Aleksandr Goncharov <[email protected]>
  • Loading branch information
Joursoir committed Sep 20, 2024
1 parent bbdfbb9 commit 2530c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ArmVirtPkg/ArmVirtQemu.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
#
# Network Pcds
#
!include NetworkPkg/NetworkPcds.dsc.inc
!include NetworkPkg/NetworkFixedPcds.dsc.inc

# System Memory Base -- fixed at 0x4000_0000
gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
Expand Down
2 changes: 1 addition & 1 deletion ArmVirtPkg/ArmVirtQemuKernel.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
#
# Network Pcds
#
!include NetworkPkg/NetworkPcds.dsc.inc
!include NetworkPkg/NetworkFixedPcds.dsc.inc

gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
Expand Down

0 comments on commit 2530c1f

Please sign in to comment.