From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laszlo Ersek Subject: Re: [PATCH v3 23/27] Ovmf/Xen: implement dummy RealTimeClockLib for Xen Date: Tue, 10 Feb 2015 13:50:09 +0100 Message-ID: <54D9FE81.7010504__17005.6445095272$1423572736$gmane$org@redhat.com> References: <1422991212-9257-1-git-send-email-ard.biesheuvel@linaro.org> <1422991212-9257-24-git-send-email-ard.biesheuvel@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1422991212-9257-24-git-send-email-ard.biesheuvel@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ard Biesheuvel , edk2-devel@lists.sourceforge.net, olivier.martin@arm.com, roy.franz@linaro.org, leif.lindholm@linaro.org, stefano.stabellini@eu.citrix.com, ian.campbell@citrix.com, anthony.perard@citrix.com, christoffer.dall@linaro.org, xen-devel@lists.xen.org, ilias.biris@linaro.org, julien.grall@linaro.org List-Id: xen-devel@lists.xenproject.org On 02/03/15 20:20, Ard Biesheuvel wrote: > This implements a dummy RealTimeClockLib for Xen, as there is no > guest interface to access the time kept by Xen that can be shared > between UEFI and the OS. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel > --- > .../XenRealTimeClockLib/XenRealTimeClockLib.c | 196 +++++++++++++++++++++ > .../XenRealTimeClockLib/XenRealTimeClockLib.inf | 38 ++++ > 2 files changed, 234 insertions(+) > create mode 100644 ArmPlatformPkg/ArmVirtualizationPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.c > create mode 100644 ArmPlatformPkg/ArmVirtualizationPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.inf Moved to ArmPlatformPkg/ArmVirtualizationPkg/Library/, hence Acked-by: Laszlo Ersek