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:c01::244; helo=mail-pl0-x244.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org 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) 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) 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) From: Ming Huang To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org, Ming Huang 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: [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: , X-List-Received-Date: Sun, 05 Aug 2018 02:39:10 -0000 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 LpcLib|Silicon/Hisilicon/Hi1610/Library/LpcLib/LpcLib.inf - PlatformPciLib|Platform/Hisilicon/D05/Library/PlatformPciLib/PlatformPciLib.inf + PlatformPciLib|Platform/Hisilicon/D03/Library/PlatformPciLib/PlatformPciLib.inf SerialPortLib|Silicon/Hisilicon/Hi1610/Library/Uart/LpcSerialPortLib/LpcSerialPortLib.inf PciHostBridgeLib|Platform/Hisilicon/Library/PciHostBridgeLib/PciHostBridgeLib.inf PciSegmentLib|Silicon/Hisilicon/Hi1610/Library/Hi161xPciSegmentLib/Hi161xPciSegmentLib.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 { -- 2.17.0