From patchwork Fri Dec 2 04:13:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 86205 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp87282qgi; Thu, 1 Dec 2016 20:27:40 -0800 (PST) X-Received: by 10.237.59.240 with SMTP id s45mr36546450qte.234.1480652860743; Thu, 01 Dec 2016 20:27:40 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id s59si2023103qtd.111.2016.12.01.20.27.40; Thu, 01 Dec 2016 20:27:40 -0800 (PST) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 6745762ECD; Fri, 2 Dec 2016 04:27:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id E42BA62EF4; Fri, 2 Dec 2016 04:18:11 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 75E1E62E0B; Fri, 2 Dec 2016 04:17:44 +0000 (UTC) Received: from mail-pg0-f51.google.com (mail-pg0-f51.google.com [74.125.83.51]) by lists.linaro.org (Postfix) with ESMTPS id 8777862E9F for ; Fri, 2 Dec 2016 04:15:21 +0000 (UTC) Received: by mail-pg0-f51.google.com with SMTP id f188so102323988pgc.3 for ; Thu, 01 Dec 2016 20:15:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=uvJPvKv/fA2ArE49SSObGV4hS6X5akJYlfNP9VL89oU=; b=EPfcrc6eCA8h/aPtga7C+e6uxtv8qXWil2Sr1GKufh1YxkG4L0By4i8nq8/iTj5sYZ UEwyewCx86wI45sTEXy2gV7/2G2Y0k+3OCgEeLxLXE3CsY/t7LlNutqRsSVVn0YSMeQ1 fjjdUC4WIjZ6YuVMapQuC9VZiroiM4D219WAxj0X26C5CA0TStr/VmORBOH6hT4Zacvw vOt+qxySrKy20Nu35j7bsVNGpfYoTbS8mumtGoais2alymWvjvnlWtfuNfeoT1WVZDV7 cMdH+WXLlr2ncwR0+ZgXylvVHZh1OEfsEWhGTsaDcSegTdU5SISvX6Vj/68Xub+9x0ia OAVQ== X-Gm-Message-State: AKaTC00k91c5PZxDG/+nG0Wuy6GMhTc7OMbt+f9KTRDixb8nIkCFd56amEGbJ/wJ3j7uhweOQoY= X-Received: by 10.98.215.85 with SMTP id v21mr42557420pfl.80.1480652120836; Thu, 01 Dec 2016 20:15:20 -0800 (PST) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id u78sm3402349pfa.53.2016.12.01.20.15.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Dec 2016 20:15:20 -0800 (PST) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Fri, 2 Dec 2016 12:13:05 +0800 Message-Id: <1480652017-31676-13-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1480652017-31676-1-git-send-email-heyi.guo@linaro.org> References: <1480652017-31676-1-git-send-email-heyi.guo@linaro.org> Cc: sunchenhui@huawei.com, wanghuiqiang@huawei.com Subject: [Linaro-uefi] [linaro-uefi v5 12/44] Hisilicon: fix FirmwareVendor pcd X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" The default FirmwareVender pcd is defined at Chips/Hisilicon/Hisipkg.dec,and the value is 'Huawei corp.', so the FirmwareVendor pcd at the dsc file useless, remove them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo Reviewed-by: Leif Lindholm --- Platforms/Hisilicon/D02/Pv660D02.dsc | 1 - Platforms/Hisilicon/D03/D03.dsc | 1 - 2 files changed, 2 deletions(-) diff --git a/Platforms/Hisilicon/D02/Pv660D02.dsc b/Platforms/Hisilicon/D02/Pv660D02.dsc index 9c23fa7..55e7ad5 100644 --- a/Platforms/Hisilicon/D02/Pv660D02.dsc +++ b/Platforms/Hisilicon/D02/Pv660D02.dsc @@ -102,7 +102,6 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE [PcdsFixedAtBuild.common] - gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express" gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"D02" gArmPlatformTokenSpaceGuid.PcdCoreCount|8 diff --git a/Platforms/Hisilicon/D03/D03.dsc b/Platforms/Hisilicon/D03/D03.dsc index e7b8bdd..d8d8be1 100644 --- a/Platforms/Hisilicon/D03/D03.dsc +++ b/Platforms/Hisilicon/D03/D03.dsc @@ -115,7 +115,6 @@ gHisiTokenSpaceGuid.PcdIsPciPerfTuningEnable|TRUE [PcdsFixedAtBuild.common] - gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express" gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"D03" gArmPlatformTokenSpaceGuid.PcdCoreCount|8