Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 1db5895c3991bb2e810a0383bba5c4c31f36eba4
      
https://github.com/tianocore/edk2/commit/1db5895c3991bb2e810a0383bba5c4c31f36eba4
  Author: Aleksandr Goncharov <[email protected]>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M NetworkPkg/Network.dsc.inc
    A NetworkPkg/NetworkDynamicPcds.dsc.inc

  Log Message:
  -----------
  NetworkPkg: introduce include file for dynamic PCDs

Introduce an include file with dynamic PCDs to simplify the usage of
the network stage. This allows us to stop manually adding
`PcdIPv4PXESupport` and `PcdIPv6PXESupport` to the DSC file.

`NETWORK_IP4_ENABLE` and `NETWORK_IP6_ENABLE` are not used because
PXEv4 and PXEv6 boot support can be controlled from the QEMU command
line.

Cc: Saloni Kasbekar <[email protected]>
Cc: Zachary Clark-williams <[email protected]>
Signed-off-by: Aleksandr Goncharov <[email protected]>


  Commit: 7ccda1a0b362a8b4700a7f4f68b0b3945cb8658c
      
https://github.com/tianocore/edk2/commit/7ccda1a0b362a8b4700a7f4f68b0b3945cb8658c
  Author: Aleksandr Goncharov <[email protected]>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M OvmfPkg/CloudHv/CloudHvX64.dsc
    M OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc
    M OvmfPkg/Microvm/MicrovmX64.dsc
    M OvmfPkg/OvmfPkgIa32.dsc
    M OvmfPkg/OvmfPkgIa32X64.dsc
    M OvmfPkg/OvmfPkgX64.dsc
    M OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc

  Log Message:
  -----------
  OvmfPkg: use NetworkDynamicPcds include file

Start using the include file in the OvmfPkg package to manage dynamic
network-related PCDs. This change removes the manual addition of
`PcdIPv4PXESupport` and `PcdIPv6PXESupport` from the DSC file,
relying instead on the centralized include file introduced in
NetworkPkg.

Cc: Ard Biesheuvel <[email protected]>
Cc: Jiewen Yao <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Jianyong Wu <[email protected]>
Cc: Anatol Belski <[email protected]>
Cc: Sunil V L <[email protected]>
Cc: Andrei Warkentin <[email protected]>
Cc: Chao Li <[email protected]>
Cc: Bibo Mao <[email protected]>
Cc: Xianglai Li <[email protected]>
Signed-off-by: Aleksandr Goncharov <[email protected]>


  Commit: 9cab9905afdeff7c78785c39c3b4212d9bf3a9c0
      
https://github.com/tianocore/edk2/commit/9cab9905afdeff7c78785c39c3b4212d9bf3a9c0
  Author: Aleksandr Goncharov <[email protected]>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M ArmVirtPkg/ArmVirtQemu.dsc
    M ArmVirtPkg/ArmVirtQemuKernel.dsc

  Log Message:
  -----------
  ArmVirtPkg: use NetworkDynamicPcds include file

Start using the include file in the ArmVirtPkg package to manage
dynamic network-related PCDs. This change removes the manual addition
of `PcdIPv4PXESupport` and `PcdIPv6PXESupport` from the DSC file,
relying instead on the centralized include file introduced in
NetworkPkg.

Cc: Ard Biesheuvel <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Signed-off-by: Aleksandr Goncharov <[email protected]>


  Commit: fc9f06de6f7d4dcdf19c2fbfd71303df5dd1b8fa
      
https://github.com/tianocore/edk2/commit/fc9f06de6f7d4dcdf19c2fbfd71303df5dd1b8fa
  Author: Aleksandr Goncharov <[email protected]>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M NetworkPkg/Network.dsc.inc
    A NetworkPkg/NetworkFixedPcds.dsc.inc
    R NetworkPkg/NetworkPcds.dsc.inc

  Log Message:
  -----------
  NetworkPkg: mark fixed network PCDs

Rename `NetworkPcds` to `NetworkFixedPcds` to avoid confusion with
dynamic PCDs. The next patches in the chain will update all references
across the codebase to use the new name.

Cc: Saloni Kasbekar <[email protected]>
Cc: Zachary Clark-williams <[email protected]>
Signed-off-by: Aleksandr Goncharov <[email protected]>


  Commit: 2ffd6d2e82d74837e08d66ae529c4c57a2c07a6f
      
https://github.com/tianocore/edk2/commit/2ffd6d2e82d74837e08d66ae529c4c57a2c07a6f
  Author: Aleksandr Goncharov <[email protected]>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M OvmfPkg/Bhyve/BhyveX64.dsc
    M OvmfPkg/CloudHv/CloudHvX64.dsc
    M OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc
    M OvmfPkg/Microvm/MicrovmX64.dsc
    M OvmfPkg/OvmfPkgIa32.dsc
    M OvmfPkg/OvmfPkgIa32X64.dsc
    M OvmfPkg/OvmfPkgX64.dsc
    M OvmfPkg/OvmfXen.dsc

  Log Message:
  -----------
  OvmfPkg: mark fixed network PCDs

Rename `NetworkPcds` to `NetworkFixedPcds` to avoid confusion with
dynamic PCDs

Cc: Jiewen Yao <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Jianyong Wu <[email protected]>
Cc: Anatol Belski <[email protected]>
Cc: Sunil V L <[email protected]>
Cc: Andrei Warkentin <[email protected]>
Cc: Chao Li <[email protected]>
Cc: Bibo Mao <[email protected]>
Cc: Xianglai Li <[email protected]>
Signed-off-by: Aleksandr Goncharov <[email protected]>


  Commit: d8984e86c7c193325dfdebb7540d82a10f79b99a
      
https://github.com/tianocore/edk2/commit/d8984e86c7c193325dfdebb7540d82a10f79b99a
  Author: Aleksandr Goncharov <[email protected]>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M ArmVirtPkg/ArmVirtQemu.dsc
    M ArmVirtPkg/ArmVirtQemuKernel.dsc

  Log Message:
  -----------
  ArmVirtPkg: mark fixed network PCDs

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]>


Compare: https://github.com/tianocore/edk2/compare/599c8309a5ec...d8984e86c7c1

To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to