From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.11126.1582877787908724679 for ; Fri, 28 Feb 2020 00:16:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=DY+P3VZb; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582877787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JYnWFOySphAUckaq9Cht1PlvgieVR+hOhIESd5SEbRU=; b=DY+P3VZbICOUOkZTrDkmJB7nwtJa0rns4bHPq5FV+CKC8CDjKF5xEz+qMvjXYMAcCKjsL5 OkrA/ALApOS/6wRhvmLoZmk52HvtlXWkuby5CE8vg/iXIE8ZBTFZcLkRaxC+I9gETTtRVa fqKZvOdyuS9goHOOd4sBc9xF37l+aYs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-403-ztinfHQdNpWaqCngSRDmYA-1; Fri, 28 Feb 2020 03:16:24 -0500 X-MC-Unique: ztinfHQdNpWaqCngSRDmYA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 24C7C13B5A3; Fri, 28 Feb 2020 08:16:23 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-243.ams2.redhat.com [10.36.116.243]) by smtp.corp.redhat.com (Postfix) with ESMTP id 99F9660BE0; Fri, 28 Feb 2020 08:16:21 +0000 (UTC) Subject: Re: [PATCH v2 02/13] OvmfPkg/MptScsiDxe: Install DriverBinding Protocol To: Nikita Leshenko , devel@edk2.groups.io Cc: liran.alon@oracle.com, aaron.young@oracle.com, jordan.l.justen@intel.com, ard.biesheuvel@linaro.org References: <20200226164151.125182-1-nikita.leshchenko@oracle.com> <20200226164151.125182-3-nikita.leshchenko@oracle.com> From: "Laszlo Ersek" Message-ID: Date: Fri, 28 Feb 2020 09:16:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200226164151.125182-3-nikita.leshchenko@oracle.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 02/26/20 17:41, Nikita Leshenko wrote: > In order to probe and connect to the MptScsi device we need this > protocol. Currently it does nothing. > > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2390 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Nikita Leshenko > Reviewed-by: Konrad Rzeszutek Wilk > Reviewed-by: Aaron Young > Reviewed-by: Liran Alon > --- > OvmfPkg/MptScsiDxe/MptScsi.c | 68 ++++++++++++++++++++++++++++++- > OvmfPkg/MptScsiDxe/MptScsiDxe.inf | 1 + > 2 files changed, 68 insertions(+), 1 deletion(-) Reviewed-by: Laszlo Ersek