[edk2-devel] [PATCH 0/5] OvmfXen: Set PcdFSBClock at runtime

Anthony PERARD posted 5 patches 4 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/20200129121235.1814563-1-anthony.perard@citrix.com
There is a newer version of this series
MdePkg/MdePkg.dec                          |   8 +-
OvmfPkg/OvmfXen.dsc                        |   4 +-
OvmfPkg/XenPlatformPei/XenPlatformPei.inf  |   2 +
OvmfPkg/Include/IndustryStandard/Xen/xen.h |  17 +--
OvmfPkg/XenPlatformPei/Platform.h          |   5 +
OvmfPkg/XenPlatformPei/Platform.c          |   1 +
OvmfPkg/XenPlatformPei/Xen.c               | 127 +++++++++++++++++++++
OvmfPkg/XenResetVector/Ia32/XenPVHMain.asm |   2 +-
8 files changed, 150 insertions(+), 16 deletions(-)
[edk2-devel] [PATCH 0/5] OvmfXen: Set PcdFSBClock at runtime
Posted by Anthony PERARD 4 years, 2 months ago
Patch series available in this git branch:
git://xenbits.xen.org/people/aperard/ovmf.git br.apic-timer-freq-v1

Hi,

OvmfXen uses the APIC timer, but with an hard-coded frequency that may change
as pointed out here:
  https://edk2.groups.io/g/devel/message/45185
  <20190808134423.ybqg3qkpw5ucfzk4@Air-de-Roger>

This series changes that so the frequency is calculated at runtime.

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

There is also one cleanup patch that has nothing to do with the rest.

Cheers,

Anthony PERARD (5):
  OvmfPkg/XenResetVector: Silent a warning from nasm
  MdePkg: Allow PcdFSBClock to by Dynamic
  OvmfPkg/IndustryStandard/Xen: Apply EDK2 coding style to
    XEN_VCPU_TIME_INFO
  OvmfPkg/XenPlatformPei: Calibrate APIC timer frequency
  OvmfPkg/OvmfXen: Set PcdFSBClock

 MdePkg/MdePkg.dec                          |   8 +-
 OvmfPkg/OvmfXen.dsc                        |   4 +-
 OvmfPkg/XenPlatformPei/XenPlatformPei.inf  |   2 +
 OvmfPkg/Include/IndustryStandard/Xen/xen.h |  17 +--
 OvmfPkg/XenPlatformPei/Platform.h          |   5 +
 OvmfPkg/XenPlatformPei/Platform.c          |   1 +
 OvmfPkg/XenPlatformPei/Xen.c               | 127 +++++++++++++++++++++
 OvmfPkg/XenResetVector/Ia32/XenPVHMain.asm |   2 +-
 8 files changed, 150 insertions(+), 16 deletions(-)

-- 
Anthony PERARD


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#53520): https://edk2.groups.io/g/devel/message/53520
Mute This Topic: https://groups.io/mt/70239979/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-