From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=ray.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A385E201B0423 for ; Tue, 12 Feb 2019 16:49:21 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2019 16:49:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,364,1544515200"; d="scan'208";a="117440559" Received: from ray-dev.ccr.corp.intel.com (HELO [10.239.9.40]) ([10.239.9.40]) by orsmga008.jf.intel.com with ESMTP; 12 Feb 2019 16:49:19 -0800 To: Hao Wu , edk2-devel@lists.01.org Cc: Sean Brogan , Bret Barkelew , Jian J Wang References: <20190211075738.16676-1-hao.a.wu@intel.com> <20190211075738.16676-3-hao.a.wu@intel.com> From: "Ni, Ray" Message-ID: Date: Wed, 13 Feb 2019 08:51:53 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <20190211075738.16676-3-hao.a.wu@intel.com> Subject: Re: [PATCH v1 1/1] MdeModulePkg/NvmExpressDxe: Report StatusCode for device init failure X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2019 00:49:21 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 2/11/2019 3:57 PM, Hao Wu wrote: > From: Sean Brogan > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1408 > > According to the information of the above BZ-1408 and other platform > owners, NVM Express devices are becoming more likely to be a critical > part during the boot process. > > This commit will add the calls to 'REPORT_STATUS_CODE' when there is a > failure happens during the NVM Express controller/device initialization > process. > > Cc: Sean Brogan > Cc: Bret Barkelew > Cc: Jian J Wang > Cc: Ray Ni > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Hao Wu Reviewed-by: Ray Ni -- Thanks, Ray