From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c05::244; helo=mail-pg0-x244.google.com; envelope-from=moorthy.baskaravenkatraman-sambamoorthy@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg0-x244.google.com (mail-pg0-x244.google.com [IPv6:2607:f8b0:400e:c05::244]) (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 4BFC920972137 for ; Mon, 4 Jun 2018 07:04:37 -0700 (PDT) Received: by mail-pg0-x244.google.com with SMTP id 15-v6so14171450pge.2 for ; Mon, 04 Jun 2018 07:04:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=WeIINtMfXDFJzt0zGSonc21gL+ulJZk07wjYcpONYjc=; b=SwA3Ye+Kvsvqxbl4UtjWnlDh6fGmQs6chi8LyY+NmZ7yLFqsWLZMwvgBkJyyIiZPOo zGZZVcfuVjUp2pQNva+tyy3RWG2xp7o1Sjk6HVlA7y1oHR0bnJdIo9JfqW8CompVrS7V rlpCYTfCCtxYLix1ayqd1ZfnkLHf6kCIXe7io= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=WeIINtMfXDFJzt0zGSonc21gL+ulJZk07wjYcpONYjc=; b=VU/Oc+WSnu7DdzYPPX+mOnviv3zQFuncm896Nu/5c22g8uiskR1kurqKJEE6KBmcJr RAJxJX74OOeU9xqMAJGGfRWimyfAz3DRbtFzz+kp7B2eEV98xx5zT9Q7f32FYdS7so+d 4yT/HiMIzQZ7QCve0ZfEcUpAMWhWHJ8b3k3R+tgSLN0B7wrvreCB40NWffcIwmONl597 N1rT6LcYvyy6bWuEKxKFZrTefh2YsxjZlvJmkYOl0dYmdJYy113DzQM0WQoHgQUjm9XL h99nB5Zrn/6Rq4Ky9qZjyrdLC0aKmWb6+yHySk9tNrvYBEcPpt91vCvP/vkE21mGWBIT 8HLg== X-Gm-Message-State: ALKqPwcSoWG2nHAi9tq9fBl98q+txoNl48lElJLm1JzxOr2rPZNY967A TTMAUgGEySk9Qr2VGfD1kLISSm/yroc= X-Google-Smtp-Source: ADUXVKJ/WICC//DFG/XhG85Oa99il4GwMz6mw25mpHEuLqNL1ZikcNP34NVBoWwp7ST1uSklv+w4NA== X-Received: by 2002:a65:4249:: with SMTP id d9-v6mr17631384pgq.362.1528121076929; Mon, 04 Jun 2018 07:04:36 -0700 (PDT) Received: from localhost.localdomain ([220.225.120.129]) by smtp.gmail.com with ESMTPSA id 15-v6sm53801773pfq.81.2018.06.04.07.04.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 04 Jun 2018 07:04:35 -0700 (PDT) From: Moorthy Baskaravenkatraman To: moorthy.baskaravenkatraman-sambamoorthy@linaro.org, edk2-devel@lists.01.org Cc: peter.griffin@linaro.org, KalyanKumar.Nagabhirava@lnttechservices.com Date: Mon, 4 Jun 2018 19:34:16 +0530 Message-Id: X-Mailer: git-send-email 2.17.0 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH edk2-platforms] Platform/Comcast/RDKQemu: incorporating ArmVirtQemu changes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 14:04:37 -0000 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 --- 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