Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 9afcd48a94e85586bc8ea61f2fba21476e716ca1
https://github.com/tianocore/edk2/commit/9afcd48a94e85586bc8ea61f2fba21476e716ca1
Author: Sebastien Boeuf <[email protected]>
Date: 2021-12-11 (Sat, 11 Dec 2021)
Changed paths:
A OvmfPkg/Include/IndustryStandard/CloudHv.h
M OvmfPkg/Include/OvmfPlatforms.h
M OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c
M OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.c
M OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c
M OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
M OvmfPkg/Library/ResetSystemLib/BaseResetShutdown.c
M OvmfPkg/Library/ResetSystemLib/DxeResetShutdown.c
M OvmfPkg/PlatformPei/MemDetect.c
M OvmfPkg/PlatformPei/Platform.c
Log Message:
-----------
OvmfPkg: Handle Cloud Hypervisor host bridge
Handle things differently when the detected host bridge matches the
Cloud Hypervisor PCI host bridge identifier.
Reviewed-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>
Signed-off-by: Rob Bradford <[email protected]>
Signed-off-by: Sebastien Boeuf <[email protected]>
Commit: 2ccefa32a65164da2ec74e8a1e81f90257967c7f
https://github.com/tianocore/edk2/commit/2ccefa32a65164da2ec74e8a1e81f90257967c7f
Author: Sebastien Boeuf <[email protected]>
Date: 2021-12-11 (Sat, 11 Dec 2021)
Changed paths:
A OvmfPkg/SmbiosPlatformDxe/EntryPoint.c
M OvmfPkg/SmbiosPlatformDxe/Qemu.c
M OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
M OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
Log Message:
-----------
OvmfPkg: Create global entry point for SMBIOS parsing
Move the generic entry point part out of Qemu.c to anticipate the
addition of new ways of retrieving the SMBIOS table.
Reviewed-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>
Signed-off-by: Sebastien Boeuf <[email protected]>
Commit: d8ef774346c884658100567501cff96019a25f29
https://github.com/tianocore/edk2/commit/d8ef774346c884658100567501cff96019a25f29
Author: Sebastien Boeuf <[email protected]>
Date: 2021-12-11 (Sat, 11 Dec 2021)
Changed paths:
M OvmfPkg/Include/IndustryStandard/CloudHv.h
A OvmfPkg/SmbiosPlatformDxe/CloudHv.c
M OvmfPkg/SmbiosPlatformDxe/EntryPoint.c
M OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
M OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
Log Message:
-----------
OvmfPkg: Retrieve SMBIOS from Cloud Hypervisor
Add a fallback on the SMBIOS code to find the SMBIOS table for Cloud
Hypervisor if it couldn't be found for Qemu through fw_cfg.
Reviewed-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>
Signed-off-by: Rob Bradford <[email protected]>
Signed-off-by: Sebastien Boeuf <[email protected]>
Commit: 66bce05f6d153c8d731d0d27cdec065406604d50
https://github.com/tianocore/edk2/commit/66bce05f6d153c8d731d0d27cdec065406604d50
Author: Sebastien Boeuf <[email protected]>
Date: 2021-12-11 (Sat, 11 Dec 2021)
Changed paths:
M ArmVirtPkg/ArmVirtQemu.dsc
M ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
M ArmVirtPkg/ArmVirtQemuKernel.dsc
A OvmfPkg/AcpiPlatformDxe/AcpiPlatform.c
A OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
R OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatform.c
R OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
M OvmfPkg/AmdSev/AmdSevX64.dsc
M OvmfPkg/AmdSev/AmdSevX64.fdf
M OvmfPkg/Microvm/MicrovmX64.dsc
M OvmfPkg/Microvm/MicrovmX64.fdf
M OvmfPkg/OvmfPkgIa32.dsc
M OvmfPkg/OvmfPkgIa32.fdf
M OvmfPkg/OvmfPkgIa32X64.dsc
M OvmfPkg/OvmfPkgIa32X64.fdf
M OvmfPkg/OvmfPkgX64.dsc
M OvmfPkg/OvmfPkgX64.fdf
Log Message:
-----------
OvmfPkg: Generalize AcpiPlatformDxe
Don't make the package Qemu centric so that we can introduce some
alternative support for other VMMs not using the fw_cfg mechanism.
This patch is purely about renaming existing files with no functional
change.
Reviewed-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>
Signed-off-by: Sebastien Boeuf <[email protected]>
Commit: 7594c5bfe2d9943aaca73c492dcbf7015bfbf825
https://github.com/tianocore/edk2/commit/7594c5bfe2d9943aaca73c492dcbf7015bfbf825
Author: Sebastien Boeuf <[email protected]>
Date: 2021-12-11 (Sat, 11 Dec 2021)
Changed paths:
M OvmfPkg/AcpiPlatformDxe/AcpiPlatform.c
M OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h
M OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
A OvmfPkg/AcpiPlatformDxe/CloudHvAcpi.c
M OvmfPkg/Include/IndustryStandard/CloudHv.h
Log Message:
-----------
OvmfPkg: Install ACPI tables for Cloud Hypervisor
Adding support for retrieving the Cloud Hypervisor ACPI tables as a
fallback mechanism if tables are not found through fw_cfg.
Reviewed-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>
Signed-off-by: Rob Bradford <[email protected]>
Signed-off-by: Sebastien Boeuf <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/e81a81e5846e...7594c5bfe2d9
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits