From nobody Sat May 4 05:30:26 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+84848+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+84848+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1639538652; cv=none; d=zohomail.com; s=zohoarc; b=TtZEPpHCh2ufCus2VlWauOe4qjqomi09IBWzZmDLZmFMIpqgXBeOWd1MElU9IFmpPaJF9sOJQcRulKgrft/XA1yshk7iojuHZ1Yk7/rR7H7brp+lHt2LZY1vgAl/6Qfjc0SVQJjTlm66XXo2vfvFo5CdDq//wWvjl0JGCbrPAak= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1639538652; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=LOY+svyba1H8z8KaaV86WQHjWlfna4WyR+kvVizNr1I=; b=XHTh4+1cZrN4mS1Rb8VeapNOdrRjwIMD/nu0tYOiNjUTQYBdjQ7V5lSjVhy6WWT30WV/NjPQMNE/S26z7QRKjHnN4D2uKQy7kTqDIJIs76NqGt6Ut8E8nIkV56ZFPKiF+yRCSK4Gflq003JtYwYFDDYZchy2Au9MbCXpy58Cj30= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+84848+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1639538652377916.9528175115175; Tue, 14 Dec 2021 19:24:12 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 1IAhYY1788612xexiy5ViUH9; Tue, 14 Dec 2021 19:24:12 -0800 X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web12.36118.1639538651103317804 for ; Tue, 14 Dec 2021 19:24:11 -0800 X-IronPort-AV: E=McAfee;i="6200,9189,10198"; a="226417139" X-IronPort-AV: E=Sophos;i="5.88,207,1635231600"; d="scan'208";a="226417139" X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2021 19:24:10 -0800 X-IronPort-AV: E=Sophos;i="5.88,207,1635231600"; d="scan'208";a="518574390" X-Received: from kxinfux-win10.gar.corp.intel.com ([10.227.107.41]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2021 19:24:08 -0800 From: "VincentX Ke" To: devel@edk2.groups.io Cc: VincentX Ke , Hao A Wu , Ray Ni , Ian Chiu , Maggie Chu Subject: [edk2-devel] [PATCH v3] MdeModulePkg: Replace with UFS_UNIT_DESC to fix response timeout problem. Date: Wed, 15 Dec 2021 11:23:28 +0800 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,vincentx.ke@intel.com X-Gm-Message-State: 1EHqu0aIBbgAfjXi1ahKVEnjx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1639538652; bh=BIQXRGFz9Yi5DRKgSuc0BsCtoCtXByMBAL39FwJ9kmk=; h=Cc:Date:From:Reply-To:Subject:To; b=T7VcEUtFNu6TUPDjjon7YnumGP9X0W9obH4unftcLcmXwC93QwsaQ8gm/RnPXcKBiq5 EpFw8b0CuKWFZ8/92J6JQSdANU+ggUOz/pZnIGjzYkBOA9cxxKRcMhFgDNnOmKbLkNPTk FTlEbvbGf7C/CxgujMWHrhuYN6Cqk6l3NnA= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1639538654263100002 Content-Type: text/plain; charset="utf-8" BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3714 Replace with UFS_UNIT_DESC to fix response timeout problem. Cc: Hao A Wu Cc: Ray Ni Cc: Ian Chiu Cc: Maggie Chu Signed-off-by: VincentX Ke Reviewed-by: Hao A Wu --- .../Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c b/MdeModule= Pkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c index b331c0f3e3..9ad1e19fe0 100644 --- a/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c +++ b/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c @@ -1037,9 +1037,9 @@ InitializeUfsBlockIoPeim ( UFS_PEIM_HC_PRIVATE_DATA *Private; EDKII_UFS_HOST_CONTROLLER_PPI *UfsHcPpi; UINT32 Index; - UFS_CONFIG_DESC Config; UINTN MmioBase; UINT8 Controller; + UFS_UNIT_DESC UnitDescriptor; =20 // // Shadow this PEIM to run from memory @@ -1126,19 +1126,17 @@ InitializeUfsBlockIoPeim ( } =20 // - // Get Ufs Device's Lun Info by reading Configuration Descriptor. + // Check if 8 common luns are active and set corresponding bit mask. // - Status =3D UfsRwDeviceDesc (Private, TRUE, UfsConfigDesc, 0, 0, &Confi= g, sizeof (UFS_CONFIG_DESC)); - if (EFI_ERROR (Status)) { - DEBUG ((DEBUG_ERROR, "Ufs Get Configuration Descriptor Error, Status= =3D %r\n", Status)); - Controller++; - continue; - } - for (Index =3D 0; Index < UFS_PEIM_MAX_LUNS; Index++) { - if (Config.UnitDescConfParams[Index].LunEn !=3D 0) { - Private->Luns.BitMask |=3D (BIT0 << Index); + Status =3D UfsRwDeviceDesc (Private, TRUE, UfsUnitDesc, (UINT8) Inde= x, 0, &UnitDescriptor, sizeof (UFS_UNIT_DESC)); + if (EFI_ERROR (Status)) { + DEBUG ((DEBUG_ERROR, "Fail to read UFS Unit Descriptor, Index =3D = %X, Status =3D %r\n", Index, Status)); + continue; + } + if (UnitDescriptor.LunEn =3D=3D 0x1) { DEBUG ((DEBUG_INFO, "Ufs %d Lun %d is enabled\n", Controller, Inde= x)); + Private->Luns.BitMask |=3D (BIT0 << Index); } } =20 --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#84848): https://edk2.groups.io/g/devel/message/84848 Mute This Topic: https://groups.io/mt/87737651/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-