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.web10.1832.1582797184992769574 for ; Thu, 27 Feb 2020 01:53:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Tfbj1GA3; 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=1582797184; 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=BGj/KSpajUE6pqDhAuGvnjJB0prO9caqlLJSGsPsLlg=; b=Tfbj1GA3p5M9OAZTGSQpUfDU7ZBUzWoq4ox49NSsH9jdrN2OoaK4TtwkVA7/k7aNFNs7QK sp2vfSq7oopHHpyJ2PxoagSjtARheE0X3lCozwDlPlZS4dW7PmRuJdp38V1ru27zocUeqd OEGQf+O3B7ixq2P4D4fh/cbjK8MCOQM= 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-479-XLn-Pfc1NpKM18uMlYy6wA-1; Thu, 27 Feb 2020 04:53:01 -0500 X-MC-Unique: XLn-Pfc1NpKM18uMlYy6wA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2AEC31B18BC2; Thu, 27 Feb 2020 09:53:00 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-46.ams2.redhat.com [10.36.116.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id BAE5187B08; Thu, 27 Feb 2020 09:52:58 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 00/13] OvmfPkg: Support booting from Fusion-MPT SCSI controllers To: devel@edk2.groups.io, nikita.leshchenko@oracle.com 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> From: "Laszlo Ersek" Message-ID: <68d17070-b0bc-0aea-0952-630eb4559b37@redhat.com> Date: Thu, 27 Feb 2020 10:52:57 +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-1-nikita.leshchenko@oracle.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Hi Nikita, On 02/26/20 17:41, Nikita Leshenko wrote: > This series adds driver support for: > - LSI53C1030 > - SAS1068 > - SAS1068E > > These controllers are widely supported by QEMU, VirtualBox and VMWare. This work > is part of the more general agenda of enhancing OVMF boot device support to have > feature parity with SeaBIOS. > > We have also developed support for PVSCSI which we will submit in a separate > patch series. > > I pushed a copy of these patches to https://github.com/nikital/edk2/tree/mptscsi > > v1->v2: > - Map() DMAed buffers > - Fixed various code convention issues > - Newer debug macros > - Updated INF version I'm confirming that this is in my queue. I'll get to it at some point. I prefer to review patches as first thing in the morning, when my brain is still "fresh". But that "freshness" generally doesn't last beyond 10 patches or so. So I'll likely need a few days to reach this. Thanks Laszlo