From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web12.11139.1582877875675528241 for ; Fri, 28 Feb 2020 00:17:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=C9WLWFPR; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582877874; 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=F0vIHwbJXXfca0JvNgyk3SBgv/57T7L0uwEY9g35yb4=; b=C9WLWFPRODM95MYYMEFMqnIU6vVMxbRlB88AbYqdhBg/Z+0mcQdeE9/tckiAuokDNChM9s r3WufZCf8lKgPk0Ur2YwshjeRmv2eKtZ0H4p5FDKC0vg1a/UYFcZV49+Z4Ml/vRAdC1++G YyOK9gxx3h0BZ9f+xNe8efzZUjKd+Vs= 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-198-jzmRtIoGNNazVYjHFf5Oxg-1; Fri, 28 Feb 2020 03:17:51 -0500 X-MC-Unique: jzmRtIoGNNazVYjHFf5Oxg-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 E3D0413B5A0; Fri, 28 Feb 2020 08:17:49 +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 73DD460C63; Fri, 28 Feb 2020 08:17:48 +0000 (UTC) Subject: Re: [PATCH v2 03/13] OvmfPkg/MptScsiDxe: Report name of driver 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-4-nikita.leshchenko@oracle.com> From: "Laszlo Ersek" Message-ID: <74db2944-4ea3-b3b5-cd49-83a45bd53d17@redhat.com> Date: Fri, 28 Feb 2020 09:17:47 +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-4-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: > Install Component Name protocols to have a nice display name for the > driver in places such as UEFI shell. > > 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 > Reviewed-by: Laszlo Ersek > Reviewed-by: Jaben Carsey > --- > OvmfPkg/MptScsiDxe/MptScsi.c | 61 ++++++++++++++++++++++++++++++++++-- > 1 file changed, 59 insertions(+), 2 deletions(-) My R-b stands. Thanks Laszlo