From nobody Mon Feb 9 19:54:02 2026 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 Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1506655624446919.290488339603; Thu, 28 Sep 2017 20:27:04 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 2239B21E1B76C; Thu, 28 Sep 2017 20:23:48 -0700 (PDT) Received: from mail-pf0-x22c.google.com (mail-pf0-x22c.google.com [IPv6:2607:f8b0:400e:c00::22c]) (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 57DCA20945B68 for ; Thu, 28 Sep 2017 20:23:46 -0700 (PDT) Received: by mail-pf0-x22c.google.com with SMTP id e1so79408pfk.1 for ; Thu, 28 Sep 2017 20:27:01 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id g16sm5094376pfd.6.2017.09.28.20.26.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 28 Sep 2017 20:27:00 -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:c00::22c; helo=mail-pf0-x22c.google.com; envelope-from=heyi.guo@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=hhdUB09fTVAnEDB3I7Lq1XdPfQusT+nJTQexSJ2LpVY=; b=Xhy9zX6X1x7m/gBf1/mxpsV13cyMXvVJHIF/5s+i+xa3PxJDErepZQaWyC4VjZodVJ Tv353tqdu8B71s66/TkmzwmfLjRN/gojbRx7XwqaVmF0AxGnSLrva3zlXnkWLTB9TcYH 4WSPbafoHkV2s5cAXa4PwABH0p3ItnQaAw7NE= 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=hhdUB09fTVAnEDB3I7Lq1XdPfQusT+nJTQexSJ2LpVY=; b=hfzgOQcVOkjv97sjr3Y1n7BnwkewsFk2UDEfG/vNe8I0ogrulCf4XWSMtP/6mxyJ/J RGC/Otzu6/jHG2nVC514Ybez1QLnTfZ3FWHZ4CqaY35YpTqKwFFz7mZWALdYxtnhXJ/v FkDIRErdvPyGyP1x1mzPgPoee4JDdTKxWf+cIOmKQoiY3H5C6+gUW5zquUR0ZdWIhmfI rSaaYG8mez/Te5TKgmCAXIG/SOrVwI68F9Y8EcNQDGsljkzMIKJqP2hX/sQakHILZYnR VRP5LAKAXjTPMn3gxUOy4KfzO2oGfx6+TguRt5JeF87n8mmTULTznzA5s5lpCw1JdrG5 Yu0g== X-Gm-Message-State: AHPjjUjwOncVjElF7RR3WpuzJR7sa5DVUJsW2lPmEUEucxOwE+T/nZ3k papGDYZ1y/1VZFYLImhFc/d8Bw== X-Google-Smtp-Source: AOwi7QAMETEsIKNsfJafq+7MWGeozc3QPX46TmljFh2gVGh5S8j9VeUgeGWnmgmBc40OtNeb13d6Ww== X-Received: by 10.159.204.141 with SMTP id t13mr5683495plo.129.1506655621458; Thu, 28 Sep 2017 20:27:01 -0700 (PDT) From: Heyi Guo To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Date: Fri, 29 Sep 2017 11:19:44 +0800 Message-Id: <1506655190-56231-6-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1506655190-56231-1-git-send-email-heyi.guo@linaro.org> References: <1506655190-56231-1-git-send-email-heyi.guo@linaro.org> Subject: [edk2] [PATCH edk2-platforms v5 05/11] Hisilicon/PciHostBridgeDxe: Assign BAR resource from PciRegionBase X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: huangming23@huawei.com, ard.biesheuvel@linaro.org, zhangjinsong2@huawei.com, Heyi Guo , wanghuiqiang@huawei.com, guoheyi@huawei.com, waip23@126.com, mengfanrong@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: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Io BAR should be based IoBase and Mem BAR should be based PciRegionBase. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo Reviewed-by: Leif Lindholm --- Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciHostBridge.c | 37 ++++++++= ++++-------- Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciRootBridgeIo.c | 15 ++++++-- 2 files changed, 35 insertions(+), 17 deletions(-) diff --git a/Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciHostBridge.c b/S= ilicon/Hisilicon/Drivers/PciHostBridgeDxe/PciHostBridge.c index a970da6..e3d3988 100644 --- a/Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciHostBridge.c +++ b/Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciHostBridge.c @@ -1410,9 +1410,8 @@ SetResource( Ptr->ResType =3D 1; Ptr->GenFlag =3D 0; Ptr->SpecificFlag =3D 0; - /* This is PCIE Device Bus which start address is the low 32bit of= mem base*/ - Ptr->AddrRangeMin =3D (RootBridgeInstance->ResAllocNode[Index].Bas= e - RootBridgeInstance->MemBase) + - (RootBridgeInstance->MemBase & 0xFFFFFFFF); + /* PCIE Device Iobar address should be based on IoBase */ + Ptr->AddrRangeMin =3D RootBridgeInstance->IoBase; Ptr->AddrRangeMax =3D 0; Ptr->AddrTranslationOffset =3D \ (ResStatus =3D=3D ResAllocated) ? EFI_RESOURCE_SATISFIED : EF= I_RESOURCE_LESS; @@ -1429,9 +1428,13 @@ SetResource( Ptr->GenFlag =3D 0; Ptr->SpecificFlag =3D 0; Ptr->AddrSpaceGranularity =3D 32; - /* This is PCIE Device Bus which start address is the low 32bit of= mem base*/ - Ptr->AddrRangeMin =3D (RootBridgeInstance->ResAllocNode[Index].Bas= e - RootBridgeInstance->MemBase) + - (RootBridgeInstance->MemBase & 0xFFFFFFFF); + /* PCIE device Bar should be based on PciRegionBase */ + if (RootBridgeInstance->PciRegionBase > MAX_UINT32) { + DEBUG((DEBUG_ERROR, "PCIE Res(TypeMem32) unsupported.\n")); + return EFI_UNSUPPORTED; + } + Ptr->AddrRangeMin =3D RootBridgeInstance->ResAllocNode[Index].Base= - RootBridgeInstance->MemBase + + RootBridgeInstance->PciRegionBase; Ptr->AddrRangeMax =3D 0; Ptr->AddrTranslationOffset =3D \ (ResStatus =3D=3D ResAllocated) ? EFI_RESOURCE_SATISFIED : EF= I_RESOURCE_LESS; @@ -1448,9 +1451,13 @@ SetResource( Ptr->GenFlag =3D 0; Ptr->SpecificFlag =3D 6; Ptr->AddrSpaceGranularity =3D 32; - /* This is PCIE Device Bus which start address is the low 32bit of= mem base*/ - Ptr->AddrRangeMin =3D (RootBridgeInstance->ResAllocNode[Index].Bas= e - RootBridgeInstance->MemBase) + - (RootBridgeInstance->MemBase & 0xFFFFFFFF); + /* PCIE device Bar should be based on PciRegionBase */ + if (RootBridgeInstance->PciRegionBase > MAX_UINT32) { + DEBUG((DEBUG_ERROR, "PCIE Res(TypePMem32) unsupported.\n")); + return EFI_UNSUPPORTED; + } + Ptr->AddrRangeMin =3D RootBridgeInstance->ResAllocNode[Index].Base= - RootBridgeInstance->MemBase + + RootBridgeInstance->PciRegionBase; Ptr->AddrRangeMax =3D 0; Ptr->AddrTranslationOffset =3D \ (ResStatus =3D=3D ResAllocated) ? EFI_RESOURCE_SATISFIED : EF= I_RESOURCE_LESS; @@ -1467,9 +1474,9 @@ SetResource( Ptr->GenFlag =3D 0; Ptr->SpecificFlag =3D 0; Ptr->AddrSpaceGranularity =3D 64; - /* This is PCIE Device Bus which start address is the low 32bit of= mem base*/ - Ptr->AddrRangeMin =3D (RootBridgeInstance->ResAllocNode[Index].Bas= e - RootBridgeInstance->MemBase) + - (RootBridgeInstance->MemBase & 0xFFFFFFFFFFFF= FFFF); + /* PCIE device Bar should be based on PciRegionBase */ + Ptr->AddrRangeMin =3D RootBridgeInstance->ResAllocNode[Index].Base= - RootBridgeInstance->MemBase + + RootBridgeInstance->PciRegionBase; Ptr->AddrRangeMax =3D 0; Ptr->AddrTranslationOffset =3D \ (ResStatus =3D=3D ResAllocated) ? EFI_RESOURCE_SATISFIED : EF= I_RESOURCE_LESS; @@ -1486,9 +1493,9 @@ SetResource( Ptr->GenFlag =3D 0; Ptr->SpecificFlag =3D 6; Ptr->AddrSpaceGranularity =3D 64; - /* This is PCIE Device Bus which start address is the low 32bit of= mem base*/ - Ptr->AddrRangeMin =3D (RootBridgeInstance->ResAllocNode[Index].Bas= e - RootBridgeInstance->MemBase) + - (RootBridgeInstance->MemBase & 0xFFFFFFFFFFFF= FFFF); + /* PCIE device Bar should be based on PciRegionBase */ + Ptr->AddrRangeMin =3D RootBridgeInstance->ResAllocNode[Index].Base= - RootBridgeInstance->MemBase + + RootBridgeInstance->PciRegionBase; Ptr->AddrRangeMax =3D 0; Ptr->AddrTranslationOffset =3D \ (ResStatus =3D=3D ResAllocated) ? EFI_RESOURCE_SATISFIED : EF= I_RESOURCE_LESS; diff --git a/Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciRootBridgeIo.c b= /Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciRootBridgeIo.c index 03edcf1..10d766a 100644 --- a/Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciRootBridgeIo.c +++ b/Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciRootBridgeIo.c @@ -2301,8 +2301,19 @@ RootBridgeIoConfiguration ( PrivateData =3D DRIVER_INSTANCE_FROM_PCI_ROOT_BRIDGE_IO_THIS (This); for (Index =3D 0; Index < TypeMax; Index++) { if (PrivateData->ResAllocNode[Index].Status =3D=3D ResAllocated) { - Configuration.SpaceDesp[Index].AddrRangeMin =3D PrivateData->ResAllo= cNode[Index].Base; - Configuration.SpaceDesp[Index].AddrRangeMax =3D PrivateData->ResAllo= cNode[Index].Base + PrivateData->ResAllocNode[Index].Length - 1; + switch (Index) { + case TypeIo: + Configuration.SpaceDesp[Index].AddrRangeMin =3D PrivateData->IoBas= e; + break; + case TypeBus: + Configuration.SpaceDesp[Index].AddrRangeMin =3D PrivateData->ResAl= locNode[Index].Base; + break; + default: + /* PCIE Device bar address should be base on PciRegionBase */ + Configuration.SpaceDesp[Index].AddrRangeMin =3D PrivateData->ResAllo= cNode[Index].Base - PrivateData->MemBase + + PrivateData->PciRegion= Base; + } + Configuration.SpaceDesp[Index].AddrRangeMax =3D Configuration.SpaceD= esp[Index].AddrRangeMin + PrivateData->ResAllocNode[Index].Length - 1; Configuration.SpaceDesp[Index].AddrLen =3D PrivateData->ResAllo= cNode[Index].Length; } } --=20 1.9.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel