Hello community, here is the log from the commit of package ovmf for openSUSE:Factory checked in at 2019-09-07 11:29:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ovmf (Old) and /work/SRC/openSUSE:Factory/.ovmf.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ovmf" Sat Sep 7 11:29:46 2019 rev:37 rq:727926 version:201908 Changes: -------- --- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes 2019-07-08 15:00:25.866480680 +0200 +++ /work/SRC/openSUSE:Factory/.ovmf.new.7948/ovmf.changes 2019-09-07 11:29:55.302460539 +0200 @@ -1,0 +2,108 @@ +Tue Sep 3 02:08:57 UTC 2019 - Gary Ching-Pang Lin <[email protected]> + +- Update to edk2-stable201908 + + OvmfPkg: Introduce platform OvmfXen + + OvmfPkg/ResetSystemLib: Add missing dependency on PciLib + + MdeModulePkg DxeCore: Fix for missing Memory Attributes Table + (MAT) update + + BaseTools: Fixed issue of incorrect Module Unique Name + + CryptoPkg/OpensslLib: Add missing header files in INF file + + SecurityPkg/SecurityPkg.uni: Add missing strings for new PCDs + + MdeModulePkg/DxeIplPeim: Initialize pointer PageMapLevel5Entry + + MdeModulePkg/MdeModulePkg.dec: Remove gEfiDpcProtocolGuid + + Readme.md: add submodule policy and clone commands + + MdeModulePkg/DxeIplPeim: Relocate operation of + PageMapLevel5Entry++ + + MdeModulePkg: Add missing header files in INF files + + MdePkg: Add MmAccess and MmControl definition. + + CryptoPkg/BaseCryptLib: Wrap OpenSSL HKDF algorithm + + MdeModulePkg/DxeIpl: Create 5-level page table for long mode + + MdeModulePkg/DxeIpl: Introduce PCD PcdUse5LevelPageTable + + UefiCpuPkg/CpuDxe: Support parsing 5-level page table + + UefiCpuPkg/MpInitLib: Enable 5-level paging for AP when BSP's + enabled + + OvmfPkg/PlatformPei: Change referenced MSR name. + + UefiCpuPkg/PiSmmCpuDxeSmm: Add check for pointer Pml5Entry + + SecurityPkg/SecurityPkg.dec: Remove trailing white space + + MdeModulePkg/PiSmmCore: Use unique structure signatures + + UefiCpuPkg/MpInitLib: don't shadow the microcode patch twice. + + ShellPkg: improve acpiview + + MdePkg: Add PI 1.5 SmramMemoryReserve HOB file + + MdePkg/PciExpress21.h: Fix the PCI industry standard register + defines + + CryptoPkg/BaseCryptLib: Use cmp-operator for non-Boolean + comparisons + + ArmPkg: DebugPeCoffExtraActionLib: fix trivial comment typos + + ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not + errors + + UefiCpuPkg/RegisterCpuFeaturesLib: Start all processors + simultaneously. + + UefiCpuPkg: Add new EDKII_PEI_MP_SERVICES2_PPI + + list module-internal header files in INF [Sources] + + SecurityPkg: introduce the SM3 digest algorithm + + BaseTools: Fix python3.8 SyntaxWarning + + BaseTools: Add HOST_APPLICATION module type. + + UefiCpuPkg/PiSmmCpu: Enable 5 level paging when CPU supports + + MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level paging + + UefiCpuPkg RegisterCpuFeaturesLib: Fix an ASSERTION issue + + ArmPlatformPkg: Actually disable PL031 interrupts + + UefiCpuPkg/PiSmmCpu: Change variable names and comments to follow + SDM + + OvmfPkg: use DxeTpmMeasurementLib if and only if TPM2_ENABLE + + ArmPlatformPkg: Fix various typos + + ArmPkg: Fix various typos + + Remove IntelFrameworkPkg + + Remove IntelFrameworkModulePkg + + MdeModulePkg/BdsDxe: Use a pcd to control PlatformRecovery + + MdeModulePkg: Add a pcd to set the OS indications bit + + SecurityPkg: Remove DxeDeferImageLoadLib in DSC + + BaseTools:Linux changes the way the latest version is judged + + Fix indentation in edksetup.sh SetupPython3 + + MdeModulePkg/SdMmcHcDxe: Implement revision 3 of + SdMmcOverrideProtocol + + MdeModulePkg/SdMmcOverride: Add GetOperatingParam notify phase + + MdeModulePkg/UfsPassThruDxe: Fix unaligned data transfer + handling + + ArmVirtPkg: handle NETWORK_TLS_ENABLE in ArmVirtQemu* + + UefiCpuPkg/MpInitLib: MicrocodeDetect: Ensure checked range is + valid + + MdeModulePkg/UfsPassThruDxe: Refactor UFS device presence + detection + + PcAtChipsetPkg: Remove framework modules + + SecurityPkg: add FvReportPei.inf in dsc for build validation + + SecurityPkg/FvReportPei: implement a common FV verifier and + reporter + + SecurityPkg: add definitions for OBB verification + + OvmfPkg: don't assign PCI BARs above 4GiB when CSM enabled + + OvmfPkg: Don't build in QemuVideoDxe when we have CSM + + OvmfPkg/LegacyBbs: Add boot entries for VirtIO and NVME + devices + + OvmfPkg/LegacyBios: set NumberBbsEntries to the size of + BbsTable + + SecurityPkg: Add missing instances for build only + + BaseTools: Move Build Cache related function out of + CreateAsBuiltInf + + BaseTools: refine CreateAsBuiltInf function + + BaseTools:Add DetectNotUsedItem.py to Edk2\BaseTools\Scripts + + BaseTools:Add import in FvImageSection + + MdeModulePkg/PeiMain: PeiAllocatePool: output NULL if HOB + creation fails + + MdePkg: Add Generic Initiator Affinity Structure definitions + to SRAT + + BaseTools:Introduce CopyFileOnChange() function to copy cache + files + + MdeModulePkg: Add missing instances for build only + + SourceLevelDebugPkg: Add missing instances for build only + + CryptoPkg: Add missing instance for build only + + MdeModulePkg: Introduce EDKII_SERIAL_PORT_LIB_VENDOR_GUID + + MdeModulePkg/GraphicsConsoleDxe: Initialize the output mode + + MdeModulePkg/ConSplitterDxe: Optimize the + ConSplitterTextOutSetMode + + BaseTools: add script to configure local git options + + BaseTools: add centralized location for git config files + + OvmfPkg/QemuVideoDxe: Shouldn't assume system in VGA alias + mode. +- Refresh ovmf-gdb-symbols.patch +- Enable NETWORK_TLS_ENABLE for AArch64 + +------------------------------------------------------------------- Old: ---- edk2-stable201905.tar.gz New: ---- edk2-stable201908.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ovmf.spec ++++++ --- /var/tmp/diff_new_pack.nCxGHZ/_old 2019-09-07 11:29:56.486460391 +0200 +++ /var/tmp/diff_new_pack.nCxGHZ/_new 2019-09-07 11:29:56.494460390 +0200 @@ -28,7 +28,7 @@ Summary: Open Virtual Machine Firmware License: BSD-2-Clause-Patent Group: System/Emulators/PC -Version: 201905 +Version: 201908 Release: 0 Source0: https://github.com/tianocore/edk2/archive/edk2-stable%{version}.tar.gz Source1: https://www.openssl.org/source/openssl-%{openssl_version}.tar.gz @@ -221,6 +221,7 @@ FLAVORS=("aavmf-aarch64") BUILD_ARCH="AARCH64" + OVMF_FLAGS="$OVMF_FLAGS -D NETWORK_TLS_ENABLE" BUILD_OPTIONS="$OVMF_FLAGS -a AARCH64 -p ArmVirtPkg/ArmVirtQemu.dsc -b DEBUG -t $TOOL_CHAIN_TAG" ARCH=AARCH64 make -C BaseTools %else ++++++ edk2-stable201905.tar.gz -> edk2-stable201908.tar.gz ++++++ /work/SRC/openSUSE:Factory/ovmf/edk2-stable201905.tar.gz /work/SRC/openSUSE:Factory/.ovmf.new.7948/edk2-stable201908.tar.gz differ: char 24, line 1 ++++++ ovmf-gdb-symbols.patch ++++++ --- /var/tmp/diff_new_pack.nCxGHZ/_old 2019-09-07 11:29:56.610460376 +0200 +++ /var/tmp/diff_new_pack.nCxGHZ/_new 2019-09-07 11:29:56.610460376 +0200 @@ -1,4 +1,4 @@ -From 17175b78edbf2d00da9048d0df916f502f7c486c Mon Sep 17 00:00:00 2001 +From 129c582687484ac3f6aa2d5eeb6e517c053337eb Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin <[email protected]> Date: Tue, 24 Jun 2014 11:57:32 +0800 Subject: [PATCH 1/3] Add DebugPkg @@ -548,10 +548,10 @@ + + -- -2.18.0 +2.23.0 -From 351ceccd0f7349a5740dc5fe781f9d8c7ffc9da6 Mon Sep 17 00:00:00 2001 +From 84c13bdbdc050c12c55de76ff62ed3f1b89c8f63 Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin <[email protected]> Date: Tue, 24 Jun 2014 11:59:02 +0800 Subject: [PATCH 2/3] Compile DebugPkg and load .debug files @@ -582,20 +582,20 @@ (sym_name, long (base))) diff --git a/OvmfPkg/OvmfPkgX64.dsc b/OvmfPkg/OvmfPkgX64.dsc -index aa3efc5e73b9..2196d43e073e 100644 +index ba7a75884490..c35371447a75 100644 --- a/OvmfPkg/OvmfPkgX64.dsc +++ b/OvmfPkg/OvmfPkgX64.dsc -@@ -950,3 +950,5 @@ [Components] - NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf +@@ -923,3 +923,5 @@ [Components] + NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf } !endif + + DebugPkg/GdbSyms/GdbSyms.inf -- -2.18.0 +2.23.0 -From 1f1d526adefc94c79ac15532b89d93e1d7b80d55 Mon Sep 17 00:00:00 2001 +From dcbdaa6cccce44133f8cb6a1a78a0cebd10ac172 Mon Sep 17 00:00:00 2001 From: Gary Lin <[email protected]> Date: Mon, 16 Oct 2017 16:32:27 +0800 Subject: [PATCH 3/3] DebugPkg: Print the local variables @@ -628,5 +628,5 @@ } -- -2.18.0 +2.23.0
