From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from g2t2355.austin.hpe.com (g2t2355.austin.hpe.com [15.233.44.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B62A21A1DEF for ; Mon, 22 Aug 2016 01:58:03 -0700 (PDT) Received: from dctxvm241.in.rdlabs.hpecorp.net (dctxvm241.in.rdlabs.hpecorp.net [15.146.152.172]) by g2t2355.austin.hpe.com (Postfix) with ESMTP id 1B5A052; Mon, 22 Aug 2016 08:58:00 +0000 (UTC) From: Vikas C Sajjan To: edk2-devel@lists.01.org, lersek@redhat.com, ard.biesheuvel@linaro.org, leif.lindholm@linaro.org Date: Mon, 22 Aug 2016 14:20:12 +0530 Message-Id: <1471855814-26528-1-git-send-email-vikas.cha.sajjan@hpe.com> X-Mailer: git-send-email 1.9.1 Subject: [PATCH v4 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 08:58:03 -0000 This series adds ramdisk driver support to ArmVirtPkg platforms. It actually ports OvmfPkg commit 259d87146b07 to ArmVirtPkg. changes since v3: - Added missing FileExplorerLib, which was causing build error for ArmVirtXen. 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 | 22 ++++++++++++++++++++++ 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, 34 insertions(+), 3 deletions(-) -- 1.9.1