public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sajjan, Vikas C" <vikas.cha.sajjan@hpe.com>
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Laszlo Ersek <lersek@redhat.com>,
	"edk2-devel@ml01.01.org" <edk2-devel@ml01.01.org>,
	"leif.lindholm@linaro.org" <leif.lindholm@linaro.org>
Subject: Re: [PATCH v3 0/2] Add Ramdisk support to ArmVirtPkg platforms
Date: Mon, 22 Aug 2016 10:15:33 +0000	[thread overview]
Message-ID: <AT5PR84MB0052C3AA29A8456FC2410DCDD9E80@AT5PR84MB0052.NAMPRD84.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <CAKv+Gu8XEEfyixtxuPNCXJXddwQcLpDzrQf_cUA3jSUA3Odk-w@mail.gmail.com>

Hi Ard,

-----Original Message-----
From: Ard Biesheuvel [mailto:ard.biesheuvel@linaro.org] 
Sent: Monday, August 22, 2016 2:19 PM
To: Sajjan, Vikas C <vikas.cha.sajjan@hpe.com>
Cc: Laszlo Ersek <lersek@redhat.com>; edk2-devel@ml01.01.org; leif.lindholm@linaro.org; Wei, Dong (Office of the CTO) <dong.wei@hpe.com>
Subject: Re: [PATCH v3 0/2] Add Ramdisk support to ArmVirtPkg platforms

On 22 August 2016 at 10:01, Sajjan, Vikas C <vikas.cha.sajjan@hpe.com> wrote:
>
> Hi Ard,
>
> -----Original Message-----
> From: Ard Biesheuvel [mailto:ard.biesheuvel@linaro.org]
> Sent: Monday, August 22, 2016 12:46 PM
> To: Sajjan, Vikas C <vikas.cha.sajjan@hpe.com>
> Cc: Laszlo Ersek <lersek@redhat.com>; edk2-devel@ml01.01.org; 
> leif.lindholm@linaro.org; Wei, Dong (Office of the CTO) 
> <dong.wei@hpe.com>
> Subject: Re: [PATCH v3 0/2] Add Ramdisk support to ArmVirtPkg 
> platforms
>
> On 22 August 2016 at 09:07, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>> On 20 August 2016 at 05:01, Sajjan, Vikas C <vikas.cha.sajjan@hpe.com> wrote:
>>>
>>>
>>> -----Original Message-----
>>> From: Laszlo Ersek [mailto:lersek@redhat.com]
>>> Sent: Friday, August 19, 2016 6:58 PM
>>> To: Sajjan, Vikas C <vikas.cha.sajjan@hpe.com>; 
>>> edk2-devel@ml01.01.org; ard.biesheuvel@linaro.org; 
>>> leif.lindholm@linaro.org
>>> Cc: Wei, Dong (Office of the CTO) <dong.wei@hpe.com>
>>> Subject: Re: [PATCH v3 0/2] Add Ramdisk support to ArmVirtPkg 
>>> platforms
>>>
>>> On 08/19/16 08:55, Vikas C Sajjan wrote:
>>>> This series adds ramdisk driver support to ArmVirtPkg platforms.
>>>> It actually ports OvmfPkg commit 259d87146b07 to ArmVirtPkg.
>>>>
>>>> changes since v2:
>>>>    - Made changes as suggested by Laszlo Ersek <lersek@redhat.com>
>>>>       a] Moved inclusion of AcpiTableDxe.inf to end of file
>>>>       b] Moved gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol to proper location
>>>>         c] fixed minor nits
>>>>
>>>> changes since v1:
>>>>    - Made changes as suggested by Laszlo Ersek <lersek@redhat.com>
>>>>       a] clarified in the commit message (including the subject line)
>>>>          that this patch is actually about adding the RAM Disk driver to the
>>>>          ArmVirtPkg platforms, not just the NFIT reporting feature of the driver
>>>>       b] enabled feature for all of ArmVirtQemu, ArmVirtQemuKernel, and ArmVirtXen.
>>>>       c] prepended a patch to the series that extracts
>>>>          "MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf"
>>>>          from all of the DSC files, into "ArmVirt.dsc.inc"
>>>>
>>>>
>>>> Vikas C Sajjan (2):
>>>>   ArmVirtPkg: Move inclusion of AcpiTableDxe.inf to ArmVirt.dsc.inc
>>>>   ArmVirtPkg: Add Ramdisk support to ArmVirtPkg platforms
>>>>
>>>>  ArmVirtPkg/ArmVirt.dsc.inc           | 17 +++++++++++++++++
>>>>  ArmVirtPkg/ArmVirtQemu.dsc           |  1 -
>>>>  ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc |  5 +++++
>>>>  ArmVirtPkg/ArmVirtQemuKernel.dsc     |  1 -
>>>>  ArmVirtPkg/ArmVirtRules.fdf.inc      |  2 ++
>>>>  ArmVirtPkg/ArmVirtXen.dsc            |  1 -
>>>>  ArmVirtPkg/ArmVirtXen.fdf            |  5 +++++
>>>>  7 files changed, 29 insertions(+), 3 deletions(-)
>>>>
>>>
>>> Series
>>> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
>>>
>>> Thank you, Laszlo.
>>>
>>> Ard, can you please commit the series for Vikas? My brain is fried, 
>>> I need to get out. :)
>>>
>>> Thanks!
>>> Laszlo
>>
>> Committed as
>>
>> fde03c8065ea ArmVirtPkg: Move inclusion of AcpiTableDxe.inf to 
>> ArmVirt.dsc.inc
>> d36447418d32 ArmVirtPkg: Add Ramdisk support to ArmVirtPkg platforms
>>
>
> These patches have no broken ArmVirtXen, since it has no resolution for FileExplorerLib, which RamDiskDxe depends on.
>
> Could you propose a fix please?
>
> My bad,
> I somehow missed the below line in ArmVirtPkg/ArmVirt.dsc.inc
> FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.i
> FileExplorerLib|nf
>
> Will send out v4 now.
>

Hello Vikas,

I already committed your v3 patches. So instead of a v4, could you please propose a new patch that fixes ArmVirtXen.dsc?

See if this helps - https://www.mail-archive.com/edk2-devel@lists.01.org/msg16049.html

Thanks and Regards
Vikas Sajjan

Thanks,
Ard.

      reply	other threads:[~2016-08-22 10:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-19  6:55 [PATCH v3 0/2] Add Ramdisk support to ArmVirtPkg platforms Vikas C Sajjan
2016-08-19  6:55 ` [PATCH v3 1/2] ArmVirtPkg: Move inclusion of AcpiTableDxe.inf to ArmVirt.dsc.inc Vikas C Sajjan
2016-08-19  6:55 ` [PATCH v3 2/2] ArmVirtPkg: Add Ramdisk support to ArmVirtPkg platforms Vikas C Sajjan
2016-08-19 13:27 ` [PATCH v3 0/2] " Laszlo Ersek
2016-08-20  3:01   ` Sajjan, Vikas C
2016-08-22  7:07     ` Ard Biesheuvel
2016-08-22  7:15       ` Ard Biesheuvel
2016-08-22  8:01         ` Sajjan, Vikas C
2016-08-22  8:48           ` Ard Biesheuvel
2016-08-22 10:15             ` Sajjan, Vikas C [this message]

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=AT5PR84MB0052C3AA29A8456FC2410DCDD9E80@AT5PR84MB0052.NAMPRD84.PROD.OUTLOOK.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