From nobody Tue May 13 12:27:11 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1533436753205652.6374571652183; Sat, 4 Aug 2018 19:39:13 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 06528210D97AC; Sat, 4 Aug 2018 19:39:11 -0700 (PDT) Received: from mail-pl0-x244.google.com (mail-pl0-x244.google.com [IPv6:2607:f8b0:400e:c01::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 DEC05210D97A9 for ; Sat, 4 Aug 2018 19:39:09 -0700 (PDT) Received: by mail-pl0-x244.google.com with SMTP id g6-v6so617626plq.9 for ; Sat, 04 Aug 2018 19:39:09 -0700 (PDT) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id x7-v6sm14481350pgk.9.2018.08.04.19.39.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 04 Aug 2018 19:39:09 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c01::244; helo=mail-pl0-x244.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org 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; bh=7NGZIrrdzyMUQX4aWLUWAJ+3rfFZDHioIa/Csl9bU6I=; b=KkKTIHKJc1VCp78GX0DEAs26cxVDGh5/hhwX8Q/RS3GStWU7rjx9+UnlBXzxfMyR0v herxaaUC/v20WqMi042/gP9G19BqFxxXBNLSqqxYsTkzT5FoYXmej3R1RdljjtG18ibK Fu1EXpWf9t/7BVy7ZmSX7e/jqlDvlNGon7dEk= 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; bh=7NGZIrrdzyMUQX4aWLUWAJ+3rfFZDHioIa/Csl9bU6I=; b=aQ52NOWuJk0vWe+c7Aam9laKT4H3ZPikCdIEUonzTKM7h+Tf9oGkuzlcQT5TsJNijF a5DwFjRB6E8d+9jlxQeSs9ixVNkWWhK7TaQURQRxflz3CN/OEu2gxoAOm4Kvr/FfkWdv hoYS93hVXANF6VLBxUGNi6gvwQHKK01ty+ssVmX+p9+xFPa5hyt8uD1/AYOngyJ46iZ3 XQB7vLBZw03eC6VSSWj9iMTVjYhJIU3zfLk6/bTR5Ux8dDr0mfdqP/U0m1I+VjQf+2OY RDC9socIaJ5HejbPAO0jLHP2jEMcUx/0Z95epEYScv0nSVTl17d5gNUayNNdp8q3GiR8 CTug== X-Gm-Message-State: AOUpUlFPioomtO6YWTJp5m/QHV+SRTe+2waPucu1ssnh15eNxc/OXi25 rrgSKA4lxvW4dGOXv0U7GEZAUg== X-Google-Smtp-Source: AAOMgpczOsiBcNxhbSblQXV217sdw0diSL1kWbRUyk5korN4D8Ez9+5vadBXjZugOOeyuIIEyxgb+A== X-Received: by 2002:a17:902:8645:: with SMTP id y5-v6mr9067363plt.334.1533436749558; Sat, 04 Aug 2018 19:39:09 -0700 (PDT) From: Ming Huang To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Date: Sun, 5 Aug 2018 10:38:55 +0800 Message-Id: <20180805023855.10732-3-ming.huang@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180805023855.10732-1-ming.huang@linaro.org> References: <20180805023855.10732-1-ming.huang@linaro.org> Subject: [edk2] [PATCH edk2-platforms v1 2/2] Platform/Hisilicon/D03: Fix PlatformPciLib path wrong issue 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: , Cc: huangming23@huawei.com, xinliang.liu@linaro.org, john.garry@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, guoheyi@huawei.com, wanghuiqiang@huawei.com MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDMRC_1 RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" This is a copy-pasted issue. D03 should use D03's PlatformPciLib, otherwise D03 can not enumerate all pci host bridges. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D03/D03.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/Hisilicon/D03/D03.dsc b/Platform/Hisilicon/D03/D03.dsc index 38548a0f23..c320a5f215 100644 --- a/Platform/Hisilicon/D03/D03.dsc +++ b/Platform/Hisilicon/D03/D03.dsc @@ -81,7 +81,7 @@ UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf =20 LpcLib|Silicon/Hisilicon/Hi1610/Library/LpcLib/LpcLib.inf - PlatformPciLib|Platform/Hisilicon/D05/Library/PlatformPciLib/PlatformPci= Lib.inf + PlatformPciLib|Platform/Hisilicon/D03/Library/PlatformPciLib/PlatformPci= Lib.inf SerialPortLib|Silicon/Hisilicon/Hi1610/Library/Uart/LpcSerialPortLib/Lpc= SerialPortLib.inf PciHostBridgeLib|Platform/Hisilicon/Library/PciHostBridgeLib/PciHostBrid= geLib.inf PciSegmentLib|Silicon/Hisilicon/Hi1610/Library/Hi161xPciSegmentLib/Hi161= xPciSegmentLib.inf @@ -466,7 +466,7 @@ } Silicon/Hisilicon/Drivers/PciPlatform/PciPlatform.inf { - NULL|Platform/Hisilicon/D05/Library/PlatformPciLib/PlatformPciLib.inf + NULL|Platform/Hisilicon/D03/Library/PlatformPciLib/PlatformPciLib.inf } MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf { --=20 2.17.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel