From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::241; helo=mail-it0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x241.google.com (mail-it0-x241.google.com [IPv6:2607:f8b0:4001:c0b::241]) (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 8F9B9209831ED for ; Thu, 12 Jul 2018 23:54:01 -0700 (PDT) Received: by mail-it0-x241.google.com with SMTP id a195-v6so10214687itd.3 for ; Thu, 12 Jul 2018 23:54:01 -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=vhho7C52m0P8nvbL21gQI/62a3exkOpGpa9nZnzFehk=; b=Ni6I3CXJcd51aEBb7/FHD6yZUBNSzdVqEWVvTLrXCTj7SANPaopN5EqrsHkgcnVPMc YcIv9VPixTmmb9dsvO7y2cDSZChRAlNo11dhIEl1/FGyZxt4GmXRKAjmJMNNKBESZ3gW wYDGeTC/p1/7fO8pPtlSx9lzR3MeVGGDpQxhg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=vhho7C52m0P8nvbL21gQI/62a3exkOpGpa9nZnzFehk=; b=uPdXAmsp2Ip2bGsXPaeH43i1+JjKp4Mllkk9PxQHYhPHZaGvUhX/Q94lJXnlPlaZsf WNSPbVxnuJDYOxEVzlDPEfOxPjq5XeAxTTwRLqkUJ+O7t5Sxu+W3khodi/JP7S+6b3yW pkgKnWW4pwi5718HJ2n+mgRdxgbnRnQjCSTv0ULYC9GAlPs231+7BMioLhWylvnv1iT+ V84+Z6RIhCBOt/yJ86qqz1YGdtZ8nHuyKvvcw+A+Eh+uCdRCeoxiNromBi5TIqbUnWPX AFWl9ZAL+5TBBjzcOlBXbLGWGdhGvWKnC5sE9Ec0YPv6Xf7k/rctn+ULS8m8OdIgC6R9 YCCQ== X-Gm-Message-State: AOUpUlHzMH+umb9uw36qRiUAeJJ054P9BHE/S/gnaJ8SVKur7/Vqbq7J vzK//hrJD3jKeoWPGSm0FoiAMrfmShgCmSXSyMDJ5g== X-Google-Smtp-Source: AAOMgpePAUdm4U2Om9QkfPONqHJbttg3CYVhVnRnWA6UX/gSKILlM3Fmhxc0JJNkzEImM4JASrGvUpT6/cmgpOq5wXw= X-Received: by 2002:a02:35a:: with SMTP id y87-v6mr4292865jad.2.1531464840533; Thu, 12 Jul 2018 23:54:00 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bbc7:0:0:0:0:0 with HTTP; Thu, 12 Jul 2018 23:54:00 -0700 (PDT) In-Reply-To: References: From: Ard Biesheuvel Date: Fri, 13 Jul 2018 08:54:00 +0200 Message-ID: To: Moorthy Baskaravenkatraman Cc: "edk2-devel@lists.01.org" , Kalyan Kumar Nagabhirava Subject: Re: [PATCH edk2-platforms] Platform/Comcast/RDKQemu: incorporating ArmVirtQemu changes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2018 06:54:01 -0000 Content-Type: text/plain; charset="UTF-8" On 12 July 2018 at 07:54, Moorthy Baskaravenkatraman wrote: > Incorporated ArmVirtQemu latest changes into RDK Qemu platform > - DevicePathLib library class added in Dxe Core > - NvVarStoreFormattedLib added in VariableRuntimeDxe > - DevicePathLib and PcdLib library classes added in DevicePathExe > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Moorthy Baskaravenkatraman Reviewed-by: Ard Biesheuvel Pushed as 80f6be6eb12b Thanks. > --- > Platform/Comcast/RDKQemu/RDKQemu.dsc | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/Platform/Comcast/RDKQemu/RDKQemu.dsc b/Platform/Comcast/RDKQemu/RDKQemu.dsc > index 45feeec8764b..1301c5555efe 100644 > --- a/Platform/Comcast/RDKQemu/RDKQemu.dsc > +++ b/Platform/Comcast/RDKQemu/RDKQemu.dsc > @@ -251,6 +251,7 @@ [Components.common] > MdeModulePkg/Core/Dxe/DxeMain.inf { > > NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf > + DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > } > MdeModulePkg/Universal/PCD/Dxe/Pcd.inf { > > @@ -265,6 +266,7 @@ [Components.common] > MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf { > > NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf > + NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf > # don't use unaligned CopyMem () on the UEFI varstore NOR flash region > BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf > } > @@ -326,7 +328,11 @@ [Components.common] > # > # Bds > # > - MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf > + MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf { > + > + DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > + PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf > + } > MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf > MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf > MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf > -- > 2.17.0 >