public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ard.biesheuvel@arm.com>
To: Laszlo Ersek <lersek@redhat.com>,
	Sami Mujawar <sami.mujawar@arm.com>,
	devel@edk2.groups.io, ray.ni@intel.com,
	Guomin Jiang <guomin.jiang@intel.com>
Cc: leif@nuviainc.com, Alexandru.Elisei@arm.com,
	Andre.Przywara@arm.com, Matteo.Carlini@arm.com,
	Ben.Adderson@arm.com, nd@arm.com, Andrew Fish <afish@apple.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [PATCH v5 01/15] PcAtChipsetPkg: Add MMIO Support to RTC driver
Date: Thu, 15 Oct 2020 16:35:31 +0200	[thread overview]
Message-ID: <ef0178c4-75b9-534c-eb87-278fde5aaca7@arm.com> (raw)
In-Reply-To: <03c60daf-1a51-e66f-a7cf-6e8667cf4760@redhat.com>

On 10/6/20 12:16 PM, Laszlo Ersek wrote:
> Hi Ard,
> 
> On 10/05/20 12:58, Ard Biesheuvel wrote:
>> On 10/2/20 11:13 PM, Sami Mujawar wrote:
>>> Some virtual machine managers like Kvmtool emulate the MC146818
>>> RTC controller in the MMIO space so that architectures that do
>>> not support I/O Mapped I/O can use the RTC. This patch adds MMIO
>>> support to the RTC controller driver.
>>>
>>> The PCD PcdRtcUseMmio has been added to select I/O or MMIO support.
>>>     If PcdRtcUseMmio is:
>>>       TRUE  - Indicates the RTC port registers are in MMIO space.
>>>       FALSE - Indicates the RTC port registers are in I/O space.
>>>               Default is I/O space.
>>>
>>> Additionally two new PCDs PcdRtcIndexRegister64 and
>>> PcdRtcTargetRegister64 have been introduced to provide the base
>>> address for the RTC registers in the MMIO space.
>>>
>>> When MMIO support is selected (PcdRtcUseMmio == TRUE) the driver
>>> converts the pointers to the RTC MMIO registers so that the
>>> RTC registers are accessible post ExitBootServices.
>>>
>>> Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
>>> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
>>
>> Thanks for the resend.
>>
>> Ray, do you have any concerns regarding this patch? The series looks
>> otherwise ok, and I would like to get this merged this week.
> 
> Thank you very much for handling this. I've skimmed the series quickly
> and it mostly adds new files. I think the risk of regressions is really
> low. Please feel free to merge this from my side.
> 
> For wherever it applies in the series:
> 
> Acked-by: Laszlo Ersek <lersek@redhat.com>
> 

Thank you Laszlo.

Note to all: I have given ample time to anyone involved to respond to 
this series, and to this patch in particular. Therefore, I am going to 
assume there are no objections, and I intend to merge this entire series 
tomorrow.

Thanks,
Ard.


  reply	other threads:[~2020-10-15 14:35 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-02 21:13 [PATCH v5 00/15] Kvmtool guest firmware support for Arm Sami Mujawar
2020-10-02 21:13 ` [PATCH v5 01/15] PcAtChipsetPkg: Add MMIO Support to RTC driver Sami Mujawar
2020-10-05 10:58   ` Ard Biesheuvel
2020-10-06 10:16     ` Laszlo Ersek
2020-10-15 14:35       ` Ard Biesheuvel [this message]
2020-10-02 21:13 ` [PATCH v5 02/15] ArmVirtPkg: Add Kvmtool RTC Fdt Client Library Sami Mujawar
2020-10-02 21:13 ` [PATCH v5 03/15] ArmPlatformPkg: Dynamic flash variable base Sami Mujawar
2020-10-02 21:13 ` [PATCH v5 04/15] ArmVirtPkg: Add kvmtool platform driver Sami Mujawar
2020-10-02 21:13 ` [PATCH v5 05/15] ArmVirtPkg: kvmtool platform memory map Sami Mujawar
2020-10-02 21:14 ` [PATCH v5 06/15] ArmVirtPkg: Add Kvmtool NOR flash lib Sami Mujawar
2020-10-02 21:14 ` [PATCH v5 07/15] MdeModulePkg: Fix constructor invocation ordering Sami Mujawar
2020-10-05  4:35   ` Wu, Hao A
2020-10-02 21:14 ` [PATCH v5 08/15] ArmVirtPkg: GUID Hob for 16550 UART base address Sami Mujawar
2020-10-02 21:14 ` [PATCH v5 09/15] ArmVirtPkg: 16550 UART Platform hook library Sami Mujawar
2020-10-02 21:14 ` [PATCH v5 10/15] ArmVirtPkg: Add Kvmtool Platform Pei Lib Sami Mujawar
2020-10-02 21:14 ` [PATCH v5 11/15] ArmVirtPkg: Support for kvmtool virtual platform Sami Mujawar
2020-10-02 21:14 ` [PATCH v5 12/15] ArmVirtPkg: Package dependency for MC146818 RTC Sami Mujawar
2020-10-02 21:14 ` [PATCH v5 13/15] ArmVirtPkg: Add kvmtool to package dictionary Sami Mujawar
2020-10-02 21:14 ` [PATCH v5 14/15] .python/SpellCheck: Add 'XIPFLAGS' to "words" section Sami Mujawar
2020-10-05 20:51   ` [EXTERNAL] [edk2-devel] " Bret Barkelew
2020-10-06  7:58     ` Sami Mujawar
2020-10-06 18:18       ` Bret Barkelew
2020-10-02 21:14 ` [PATCH v5 15/15] Maintainer.txt: Add Kvmtool platform reviewer Sami Mujawar
2020-10-16 17:27 ` [PATCH v5 00/15] Kvmtool guest firmware support for Arm Ard Biesheuvel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ef0178c4-75b9-534c-eb87-278fde5aaca7@arm.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox