Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 9e1576bc10e6de364fbb285985cafc2ef403da74
      
https://github.com/tianocore/edk2/commit/9e1576bc10e6de364fbb285985cafc2ef403da74
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    A MdePkg/Include/Register/LoongArch64/Csr.h

  Log Message:
  -----------
  MdePkg: Add the header file named Csr.h for LoongArch64

Adding Csr.h for LoongArch64, it is use for accessing the CSR registers.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Acked-by: Michael D Kinney <[email protected]>
Reviewed-by: Liming Gao <[email protected]>


  Commit: e5b50731539a419421ffe330dc3222d6a1d73c3d
      
https://github.com/tianocore/edk2/commit/e5b50731539a419421ffe330dc3222d6a1d73c3d
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M MdePkg/Include/Library/CpuLib.h
    M MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
    A MdePkg/Library/BaseCpuLib/LoongArch/DisableFpu.S
    A MdePkg/Library/BaseCpuLib/LoongArch/EnableFpu.S
    A MdePkg/Library/BaseCpuLib/LoongArch/InitializeFpu.S

  Log Message:
  -----------
  MdePkg: Add LoongArch64 FPU function set into BaseCpuLib

Adding InitializeFloatingPointUnits, EnableFloatingPointUnits and
DisableFloatingPointUnits functions for LoongArch64.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Acked-by: Michael D Kinney <[email protected]>
Reviewed-by: Liming Gao <[email protected]>


  Commit: 57684402e49f828df632aeeb7e51d1da9ea7b075
      
https://github.com/tianocore/edk2/commit/57684402e49f828df632aeeb7e51d1da9ea7b075
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M MdePkg/Include/Library/BaseLib.h
    M MdePkg/Library/BaseLib/BaseLib.inf
    A MdePkg/Library/BaseLib/LoongArch64/ExceptionBase.S

  Log Message:
  -----------
  MdePkg: Add LoongArch64 exception function set into BaseLib

Adding SetExceptionBaseAddress and SetTlbRebaseAddress functions
for LoongArch64.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Acked-by: Michael D Kinney <[email protected]>
Reviewed-by: Liming Gao <[email protected]>


  Commit: 2ff435b26459fb2f904773764369294451c587e8
      
https://github.com/tianocore/edk2/commit/2ff435b26459fb2f904773764369294451c587e8
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M MdePkg/Include/Library/BaseLib.h
    M MdePkg/Library/BaseLib/LoongArch64/DisableInterrupts.S
    M MdePkg/Library/BaseLib/LoongArch64/EnableInterrupts.S

  Log Message:
  -----------
  MdePkg: Add LoongArch64 local interrupt function set into BaseLib

Adding LoongArch local interrupt function set, which is used to control
the opening or closing of the local interrupt when the global interrupt
is enabled.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Acked-by: Michael D Kinney <[email protected]>
Reviewed-by: Liming Gao <[email protected]>


  Commit: 344dc4b9d3c29965ecc92686f9f7a7e2e69c6576
      
https://github.com/tianocore/edk2/commit/344dc4b9d3c29965ecc92686f9f7a7e2e69c6576
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M MdePkg/Include/Library/BaseLib.h
    A MdePkg/Include/Register/LoongArch64/Cpucfg.h
    M MdePkg/Library/BaseLib/BaseLib.inf
    A MdePkg/Library/BaseLib/LoongArch64/Cpucfg.S
    M MdePkg/MdePkg.ci.yaml

  Log Message:
  -----------
  MdePkg: Add LoongArch Cpucfg function

Add LoongArch AsmCpucfg function and Cpucfg definitions.

Also added Include/Register/LoongArch64/Cpucfg.h to IgnoreFiles of
EccCheck.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Acked-by: Michael D Kinney <[email protected]>
Reviewed-by: Liming Gao <[email protected]>


  Commit: 414ad233a51192662ed66ceee7a23007c6710ec9
      
https://github.com/tianocore/edk2/commit/414ad233a51192662ed66ceee7a23007c6710ec9
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M MdePkg/Include/Library/BaseLib.h
    M MdePkg/Library/BaseLib/BaseLib.inf
    A MdePkg/Library/BaseLib/LoongArch64/ReadStableCounter.S

  Log Message:
  -----------
  MdePkg: Add read stable counter operation for LoongArch

Add LoongArch gets stable counter ASM function.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Acked-by: Michael D Kinney <[email protected]>
Reviewed-by: Liming Gao <[email protected]>


  Commit: 0565a8e885e48ca4bea95f47dad04d3d9968b447
      
https://github.com/tianocore/edk2/commit/0565a8e885e48ca4bea95f47dad04d3d9968b447
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M MdePkg/Include/Library/BaseLib.h
    M MdePkg/Library/BaseLib/BaseLib.inf
    A MdePkg/Library/BaseLib/LoongArch64/AsmCsr.S
    A MdePkg/Library/BaseLib/LoongArch64/Csr.c

  Log Message:
  -----------
  MdePkg: Add CSR operation for LoongArch

Add CsrRead, CsrWrite and CsrXChg functions for LoongArch, and use them
to operate the CSR register of LoongArch architecture.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Co-authored-by: Bibo Mao <[email protected]>
Acked-by: Michael D Kinney <[email protected]>
Reviewed-by: Liming Gao <[email protected]>


  Commit: bc0b418cbac5f8e533eede5499ac8e9e703db0ba
      
https://github.com/tianocore/edk2/commit/bc0b418cbac5f8e533eede5499ac8e9e703db0ba
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M MdePkg/Include/Library/BaseLib.h
    M MdePkg/Library/BaseLib/BaseLib.inf
    A MdePkg/Library/BaseLib/LoongArch64/IoCsr.S

  Log Message:
  -----------
  MdePkg: Add IOCSR operation for LoongArch

Add IoCsrRead8, IoCsrRead16, IoCsrRead32, IoCsrRead64, IoCsrWrite8,
IoCsrWrite16, IoCsrWrite32, IoCsrWrite64 to operate the IOCSR registers
of LoongArch architecture.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Acked-by: Michael D Kinney <[email protected]>
Reviewed-by: Liming Gao <[email protected]>


  Commit: 3f8fb8aeb9e7e66e0f03b3eb9c140d4168dbd707
      
https://github.com/tianocore/edk2/commit/3f8fb8aeb9e7e66e0f03b3eb9c140d4168dbd707
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M MdePkg/Include/Library/PeiServicesTablePointerLib.h
    A MdePkg/Library/PeiServicesTablePointerLibKs0/PeiServicesTablePointer.c
    A 
MdePkg/Library/PeiServicesTablePointerLibKs0/PeiServicesTablePointerLibKs0.inf
    A 
MdePkg/Library/PeiServicesTablePointerLibKs0/PeiServicesTablePointerLibKs0.uni
    M MdePkg/MdePkg.dsc

  Log Message:
  -----------
  MdePkg: Add a new library named PeiServicesTablePointerLibKs0

Adding PeiServicesTablePointerLibKs0 for LoongArch64, which provides
setting and getting the PEI service table pointer through the CSR KS0
register.

The idea of this library is derived from
ArmPkg/Library/PeiServicesTablePointerLib/

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Liming Gao <[email protected]>


  Commit: f560c5d112905a87da9de31a011098607c390f63
      
https://github.com/tianocore/edk2/commit/f560c5d112905a87da9de31a011098607c390f63
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M MdePkg/Include/Protocol/DebugSupport.h

  Log Message:
  -----------
  MdePkg: Add some comments for LoongArch exceptions

Added some comments for registing LoongArch exceptions.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Liming Gao <[email protected]>


  Commit: 3db49a6ca8bf3ea255810f6d978c6c5180274a13
      
https://github.com/tianocore/edk2/commit/3db49a6ca8bf3ea255810f6d978c6c5180274a13
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M EmbeddedPkg/EmbeddedPkg.dec

  Log Message:
  -----------
  EmbeddedPkg: Add PcdPrePiCpuIoSize width for LOONGARCH64

Added LoongArch64 architecture CPU IO width.

https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Leif Lindholm <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Abner Chang <[email protected]>
Cc: Daniel Schaefer <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>


  Commit: 54c2cdb241a19223b4a56df5f55618a97d655bf3
      
https://github.com/tianocore/edk2/commit/54c2cdb241a19223b4a56df5f55618a97d655bf3
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M ArmVirtPkg/ArmVirtCloudHv.dsc
    M ArmVirtPkg/ArmVirtKvmTool.dsc
    M ArmVirtPkg/ArmVirtPkg.dec
    M ArmVirtPkg/ArmVirtQemu.dsc
    M ArmVirtPkg/ArmVirtQemuKernel.dsc
    M ArmVirtPkg/ArmVirtXen.dsc
    M 
ArmVirtPkg/Library/ArmVirtPsciResetSystemPeiLib/ArmVirtPsciResetSystemPeiLib.inf
    M ArmVirtPkg/Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoPeiLib.inf
    M ArmVirtPkg/Library/DebugLibFdtPL011Uart/DebugLibFdtPL011UartFlash.inf
    M 
ArmVirtPkg/Library/Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.inf
    M ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf
    M ArmVirtPkg/Library/KvmtoolPlatformPeiLib/KvmtoolPlatformPeiLib.inf
    M ArmVirtPkg/Library/PlatformPeiLib/PlatformPeiLib.inf
    M ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf
    M ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf
    M OvmfPkg/OvmfPkg.dec

  Log Message:
  -----------
  ArmVirtPkg: Move PCD of FDT base address and FDT padding to OvmfPkg

Moved PcdDeviceTreeInitialBaseAddress and PcdDeviceTreeAllocationPadding
to OvmfPkg for easier use by other architectures.

Build-tested only (with "ArmVirtQemu.dsc").

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Ard Biesheuvel <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Jiewen Yao <[email protected]>
Cc: Jordan Justen <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Acked-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Sami Mujawar <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>


  Commit: 55a0cdb61cd597b3c1e1b6fb2a5f360f1c148b88
      
https://github.com/tianocore/edk2/commit/55a0cdb61cd597b3c1e1b6fb2a5f360f1c148b88
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    A UefiCpuPkg/CpuMmio2Dxe/CpuMmio2Dxe.c
    A UefiCpuPkg/CpuMmio2Dxe/CpuMmio2Dxe.inf
    A UefiCpuPkg/CpuMmio2Dxe/CpuMmio2Dxe.uni
    M UefiCpuPkg/UefiCpuPkg.dsc

  Log Message:
  -----------
  UefiCpuPkg: Add a new CPU IO 2 driver named CpuMmio2Dxe

CpuIo2Dxe only supports IO to access to CPU IO. Some ARCHs that do not
implement ports for CPU IO require MMIO to access PCI IO, and they
pretty much put the IO devices under the LPC bus, which is usually under
the PCIe/PCI bus. CpuMmio2Dxe was added to meet these needs.

CpuMmio2Dxe depends on PcdPciIoTranslation. The code is copied from
ArmPkg.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Ray Ni <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Cc: Rahul Kumar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Sami Mujawar <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Ray Ni <[email protected]>


  Commit: 147beaa5e7ea9482ff049cb842eedb6c99b2f638
      
https://github.com/tianocore/edk2/commit/147beaa5e7ea9482ff049cb842eedb6c99b2f638
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M ArmVirtPkg/ArmVirtCloudHv.dsc
    M ArmVirtPkg/ArmVirtCloudHv.fdf
    M ArmVirtPkg/ArmVirtKvmTool.dsc
    M ArmVirtPkg/ArmVirtKvmTool.fdf
    M ArmVirtPkg/ArmVirtQemu.dsc
    M ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
    M ArmVirtPkg/ArmVirtQemuKernel.dsc

  Log Message:
  -----------
  ArmVirtPkg: Enable CpuMmio2Dxe

CpuMmio2Dxe is supports MMIO, enable it.

Build-tested only (with "ArmVirtQemu.dsc").

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Ard Biesheuvel <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>


  Commit: 010f7298cead47a1da13fa8fb677ae528e8e4683
      
https://github.com/tianocore/edk2/commit/010f7298cead47a1da13fa8fb677ae528e8e4683
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc
    M OvmfPkg/RiscVVirt/RiscVVirtQemu.fdf

  Log Message:
  -----------
  OvmfPkg/RiscVVirt: Enable CpuMmio2Dxe

CpuMmio2Dxe is supports MMIO, enable it.

Build-tested only (with "RiscVVirtQemu.dsc").

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Sunil V L <[email protected]>
Cc: Andrei Warkentin <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Sunil V L <[email protected]>


  Commit: 5a3788bfca0b305044704bdb02d582f49974c9f3
      
https://github.com/tianocore/edk2/commit/5a3788bfca0b305044704bdb02d582f49974c9f3
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    R OvmfPkg/RiscVVirt/PciCpuIo2Dxe/PciCpuIo2Dxe.c
    R OvmfPkg/RiscVVirt/PciCpuIo2Dxe/PciCpuIo2Dxe.inf

  Log Message:
  -----------
  OvmfPkg/RiscVVirt: Remove PciCpuIo2Dxe from RiscVVirt

CpuIo2Dxe is already used by RiscVVirt, so remove it.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Sunil V L <[email protected]>
Cc: Andrei Warkentin <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Sunil V L <[email protected]>


  Commit: 0cca97e0a839eac1a333193d7811a32ad5c44c5f
      
https://github.com/tianocore/edk2/commit/0cca97e0a839eac1a333193d7811a32ad5c44c5f
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M ArmVirtPkg/ArmVirt.dsc.inc
    M ArmVirtPkg/ArmVirtPkg.dec
    R ArmVirtPkg/Include/Library/FdtSerialPortAddressLib.h
    R ArmVirtPkg/Library/FdtSerialPortAddressLib/FdtSerialPortAddressLib.c
    R ArmVirtPkg/Library/FdtSerialPortAddressLib/FdtSerialPortAddressLib.inf
    A OvmfPkg/Include/Library/FdtSerialPortAddressLib.h
    A OvmfPkg/Library/FdtSerialPortAddressLib/FdtSerialPortAddressLib.c
    A OvmfPkg/Library/FdtSerialPortAddressLib/FdtSerialPortAddressLib.inf
    M OvmfPkg/OvmfPkg.dec

  Log Message:
  -----------
  ArmVirtPkg: Move the FdtSerialPortAddressLib to OvmfPkg

Move the FdtSerialPortAddressLib to Ovmfpkg so that other ARCH can
easily use it.

Build-tested only (with "ArmVirtQemu.dsc and OvmfPkgX64.dsc").

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Ard Biesheuvel <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Jiewen Yao <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>


  Commit: 6bbce86d2114ca3a95699d8172dc16438545b9b5
      
https://github.com/tianocore/edk2/commit/6bbce86d2114ca3a95699d8172dc16438545b9b5
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M ArmVirtPkg/ArmVirtPkg.dec
    M ArmVirtPkg/ArmVirtQemu.dsc
    M ArmVirtPkg/ArmVirtQemuKernel.dsc
    M ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
    M OvmfPkg/OvmfPkg.dec

  Log Message:
  -----------
  ArmVirtPkg: Move two PCD variables into OvmfPkg

Move the PcdTerminalTypeGuidBuffer and PcdUninstallMemAttrProtocol into
OvmfPkg so other ARCH can easily use it.

Build-tested only (with "ArmVirtQemu.dsc and OvmfPkgX64.dsc").

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Ard Biesheuvel <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Jiewen Yao <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>


  Commit: 62b43ec8960372abed59c1e1d596c2b324340a07
      
https://github.com/tianocore/edk2/commit/62b43ec8960372abed59c1e1d596c2b324340a07
  Author: Chao Li <[email protected]>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M ArmVirtPkg/ArmVirtPkg.ci.yaml
    M ArmVirtPkg/ArmVirtQemu.dsc
    M ArmVirtPkg/ArmVirtQemuKernel.dsc
    R ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
    R ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.h
    R ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
    R ArmVirtPkg/Library/PlatformBootManagerLib/QemuKernel.c
    A OvmfPkg/Library/PlatformBootManagerLibLight/PlatformBm.c
    A OvmfPkg/Library/PlatformBootManagerLibLight/PlatformBm.h
    A OvmfPkg/Library/PlatformBootManagerLibLight/PlatformBootManagerLib.inf
    A OvmfPkg/Library/PlatformBootManagerLibLight/QemuKernel.c

  Log Message:
  -----------
  ArmVirtPkg: Move PlatformBootManagerLib to OvmfPkg

Moved the PlatformBootManagerLib to OvmfPkg and renamed to
PlatformBootManagerLibLight for easy use by other ARCH.

Build-tested only (with "ArmVirtQemu.dsc and OvmfPkgX64.dsc").

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4663

Cc: Ard Biesheuvel <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Jiewen Yao <[email protected]>
Cc: Lazlo Ersek <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/ae59b8ba4166...62b43ec89603


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

Reply via email to