From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A8E091A1DF8 for ; Mon, 22 Aug 2016 00:07:45 -0700 (PDT) Received: by mail-it0-x22a.google.com with SMTP id f6so74619902ith.0 for ; Mon, 22 Aug 2016 00:07:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OZfNOa8MVb1+YE637FBgFcxbRQsVcUDA9HtwkARTzRg=; b=BRUENmr5E5WDWiqIWy+ZQ27DgcfgQKpehpEyW2pvoAD45aY/POhi89J3WYA3Vo628Q yG5HuOO72JT2ENuem5SfPVB6zMVhOcEZiJTuiRL+O6Wt0JR7F19WyeJEiGnJzk5LAbmp /6jXtMFpTLcQX2zfupX3KeUIKIr6aowX94OGw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OZfNOa8MVb1+YE637FBgFcxbRQsVcUDA9HtwkARTzRg=; b=dqJncd+nfJEguQsv0q7SY1ZTt/1hWVmnjobCrIX7uGqr4/bPeaAG+O1FZ1vi0hr2v0 HnyXricb/3Thv13kQjQCHb3iRtSGYmrMDy+SJCpYNth/dwOGkbJPJnJtuT4CqyIIae7F 3EsTCQL68+tUMn8Sg8uH3PxhRe5rtar0pmNmZzXh6334Tdc6HSdpoXaWZEAi+dRQZDUZ R8HT1SwP7Qzgx8AF7UyCLc+8xafwZ0s2HIqtv138H3j8SNiV3UsTy8qNwr4cNezfRik5 xuVOAkMpPMNBQ8eu0poPRzgbNVna1ZcOeO58Hoqa+MR6tp6YTN337nxLX71vdhAMoqvp oywA== X-Gm-Message-State: AEkoout/piuTz8fasHu0o3pdctaE2wQblMeS6zcLac4g0n+BbAJwj7l4IFRn/cPRBVj7hkoIpP/X2E1wEYGd9/4v X-Received: by 10.36.25.144 with SMTP id b138mr18728296itb.29.1471849664851; Mon, 22 Aug 2016 00:07:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.204.195 with HTTP; Mon, 22 Aug 2016 00:07:44 -0700 (PDT) In-Reply-To: References: <1471589755-24419-1-git-send-email-vikas.cha.sajjan@hpe.com> <09a7a387-da85-655f-c7bc-4904af75540c@redhat.com> From: Ard Biesheuvel Date: Mon, 22 Aug 2016 09:07:44 +0200 Message-ID: To: "Sajjan, Vikas C" Cc: Laszlo Ersek , "edk2-devel@ml01.01.org" , "leif.lindholm@linaro.org" , "Wei, Dong (Office of the CTO)" Subject: Re: [PATCH v3 0/2] Add Ramdisk support to ArmVirtPkg platforms X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2016 07:07:45 -0000 Content-Type: text/plain; charset=UTF-8 On 20 August 2016 at 05:01, Sajjan, Vikas C wrote: > > > -----Original Message----- > From: Laszlo Ersek [mailto:lersek@redhat.com] > Sent: Friday, August 19, 2016 6:58 PM > To: Sajjan, Vikas C ; edk2-devel@ml01.01.org; ard.biesheuvel@linaro.org; leif.lindholm@linaro.org > Cc: Wei, Dong (Office of the CTO) > 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 >> 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 >> 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 > > 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 Thanks, Ard.