From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from userp2120.oracle.com (userp2120.oracle.com [156.151.31.85]) by mx.groups.io with SMTP id smtpd.web10.601.1583364891965432272 for ; Wed, 04 Mar 2020 15:34:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@oracle.com header.s=corp-2020-01-29 header.b=MDVV7vXk; spf=pass (domain: oracle.com, ip: 156.151.31.85, mailfrom: liran.alon@oracle.com) Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 024NXho9091097; Wed, 4 Mar 2020 23:34:51 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=subject : to : cc : references : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=corp-2020-01-29; bh=m3UCBefN5nT+Yd6SkvsYdkbs2l5z9wfkf/VmMLf021Q=; b=MDVV7vXkYw6gKWtjY9SQpcY1C20tVi7NCKhWGZ/vl7E1KI6jSP/YfQBf573c0/Ft/rah dOm2hKE9CnO7YW1LonBLWSR6Eb4Spp21hK2YAIb/jVgM/c241+OvSnB6tauNhjXujkEA qnSecqgu4pK7boOTMEdRTSGBaqFzUDAwI1l5Eo1JDIBBwbHPC2/sbS8WSmclhXI9gWC1 RNuczt/IEdF7jsbxxYkelu96iPrbq+Cnvi9Ig4qoCC6WWEP18fgOPukbo/T9INuGu6b5 N5FcP/l8tqWNLEtkXYOBJmYOgH0s4goY3k1GuUc55yM7QnJnuJlgDrl2CTNCsOGZGveY dw== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2120.oracle.com with ESMTP id 2yghn3dctg-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 04 Mar 2020 23:34:51 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 024NWhYv029093; Wed, 4 Mar 2020 23:34:50 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserp3020.oracle.com with ESMTP id 2yg1rsqpp5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 04 Mar 2020 23:34:50 +0000 Received: from abhmp0004.oracle.com (abhmp0004.oracle.com [141.146.116.10]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id 024NYmov026591; Wed, 4 Mar 2020 23:34:49 GMT Received: from [192.168.14.112] (/79.177.218.220) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 04 Mar 2020 15:34:48 -0800 Subject: Re: [PATCH v3 03/13] OvmfPkg/MptScsiDxe: Report name of driver To: Nikita Leshenko , devel@edk2.groups.io Cc: aaron.young@oracle.com, jordan.l.justen@intel.com, lersek@redhat.com, ard.biesheuvel@linaro.org, Jaben Carsey References: <20200304192257.96736-1-nikita.leshchenko@oracle.com> <20200304192257.96736-4-nikita.leshchenko@oracle.com> From: Liran Alon Message-ID: <8d00abbf-61aa-9fe6-9f4a-c23709af851a@oracle.com> Date: Thu, 5 Mar 2020 01:34:43 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <20200304192257.96736-4-nikita.leshchenko@oracle.com> X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9550 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 mlxscore=0 mlxlogscore=976 suspectscore=0 malwarescore=0 adultscore=0 spamscore=0 phishscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2003040149 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9550 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 malwarescore=0 phishscore=0 spamscore=0 impostorscore=0 mlxscore=0 adultscore=0 mlxlogscore=999 lowpriorityscore=0 priorityscore=1501 bulkscore=0 clxscore=1011 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2003040149 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US On 04/03/2020 21:22, 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 > Signed-off-by: Nikita Leshenko > Reviewed-by: Laszlo Ersek > Reviewed-by: Jaben Carsey > --- Reviewed-by: Liran Alon