From patchwork Tue Dec 6 10:56:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 86748 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1954727qgi; Tue, 6 Dec 2016 03:03:34 -0800 (PST) X-Received: by 10.237.38.226 with SMTP id q89mr59049941qtd.153.1481022213976; Tue, 06 Dec 2016 03:03:33 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id i203si11403501qke.67.2016.12.06.03.03.33; Tue, 06 Dec 2016 03:03:33 -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 A08AB60ABD; Tue, 6 Dec 2016 11:03:33 +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 2F2A260E2F; Tue, 6 Dec 2016 10:59:53 +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 1D1CD60A54; Tue, 6 Dec 2016 10:59:46 +0000 (UTC) Received: from mail-pg0-f54.google.com (mail-pg0-f54.google.com [74.125.83.54]) by lists.linaro.org (Postfix) with ESMTPS id C115C60E32 for ; Tue, 6 Dec 2016 10:58:54 +0000 (UTC) Received: by mail-pg0-f54.google.com with SMTP id x23so148336713pgx.1 for ; Tue, 06 Dec 2016 02:58:54 -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=dOE+YpzXzX2JvI6TMhB88cYk98T0Q5e8/LuUy24qU1bwymzIul+DrzWHsxmvtxi+Q5 b9DWWTF5KWgwXk9/WjlxF2S9CiEpkNe43hZUz3UFvXXGRIw96yvLegrAm9nHYB1Vmata /cDigCh+OtTWhIhL+76n1RksVUvM5AERJpYB3fDxvvT0giGjKo3XIYYLXka4L/R4U0oC JdJtjFxrXrZiIhd42sZAGAIHuRCOENXC2mGP7H16dc/bRC7+H5IP/jQaWKFNrIwuQjPP ac6lTikK19DDaTPx6wg75CAg/QXWB15U5gbkVNu65Q4wpaPmcp+7gFsmRL4n0fV1rHkB p+mQ== X-Gm-Message-State: AKaTC01XoN3b/BIQAQ0Kpzu9Ig/rIp/IreLUdU4uNEkw0zkxvYFPyu07/rte/T+2nSxH7wbr0oc= X-Received: by 10.84.217.199 with SMTP id d7mr134880172plj.165.1481021934084; Tue, 06 Dec 2016 02:58:54 -0800 (PST) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id x26sm6980952pge.24.2016.12.06.02.58.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 06 Dec 2016 02:58:53 -0800 (PST) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Tue, 6 Dec 2016 18:56:34 +0800 Message-Id: <1481021828-59826-4-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1481021828-59826-1-git-send-email-heyi.guo@linaro.org> References: <1481021828-59826-1-git-send-email-heyi.guo@linaro.org> Cc: sunchenhui@huawei.com, wanghuiqiang@huawei.com Subject: [Linaro-uefi] [linaro-uefi v6 03/37] 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