Re: [SeaBIOS] [PATCH] hw/nvme: Enable NVMe support for non-qemu hardware

2017-06-12 Thread Youness Alaoui
Thanks! And sorry, seems I registered using one email address and sent the patch using another. On Mon, Jun 12, 2017 at 9:12 PM, Kevin O'Connor wrote: > On Mon, Jun 12, 2017 at 05:53:24PM -0600, Youness Alaoui wrote: >> I submitted this a while back (April 25th) here : >> https://review.coreboot.

Re: [SeaBIOS] [PATCH] hw/nvme: Enable NVMe support for non-qemu hardware

2017-06-12 Thread Kevin O'Connor
On Mon, Jun 12, 2017 at 05:53:24PM -0600, Youness Alaoui wrote: > I submitted this a while back (April 25th) here : > https://review.coreboot.org/#/c/19443/ > And I was just told that it wasn't the right place for it! So I'm > sending you an updated patch to enable NVMe. > I noticed that this was a

Re: [SeaBIOS] [PATCH 0/5] SeaVGABIOS improvments for coreboot's framebuffer v3

2017-06-12 Thread Kevin O'Connor
On Mon, May 29, 2017 at 07:25:09PM +0200, Patrick Rudolph wrote: > This series add several fixes to coreboot's framebuffer implementation > and it main purpose is to fix Microsoft's Windows as supported OS. > > Tests showed that it also fixes ISOLINUX and gfxboot. > > The series fixes the follow

Re: [SeaBIOS] [PATCH] boot: boot menu up to 35 devices with letters and possible pages

2017-06-12 Thread Kevin O'Connor
On Sun, Jun 11, 2017 at 12:41:22AM +0300, Ivan Ivanov wrote: > Extend boot menu: make it possible to select the boot menu entries > with ID larger than 10 by pressing a corresponding letter key. If > there are more than 18 devices, then a boot menu splits into two > pages; you can switch between th

Re: [SeaBIOS] [PATCH 1/4] smm: Backup and restore A20 on an SMI based mode switch

2017-06-12 Thread Kevin O'Connor
On Tue, May 16, 2017 at 12:14:48PM -0400, Kevin O'Connor wrote: > QEMU does not store the A20 setting in the SMM cpu environment area > (and it does not look like real CPUs do either). So, manually backup > and restore A20 on a mode switch. FYI, I committed this series. -Kevin _

Re: [SeaBIOS] [PATCH 0/2] fix non-bootable lsi-scsi

2017-06-12 Thread Kevin O'Connor
On Thu, Jun 08, 2017 at 12:58:06PM +0300, Roman Kagan wrote: > As reported by Maciej Józefczyk, one can't boot a QEMU vm off a storage device > hanging on an lsi53c895a controller. The problem was introduced by my series > adding SCSI device enumeration with REPORT_LUNS command. > > This series f

Re: [SeaBIOS] allocation zone extensions for the firmware linker/loader

2017-06-12 Thread Paolo Bonzini
On 08/06/2017 19:44, Michael S. Tsirkin wrote: > On Tue, Jun 06, 2017 at 08:10:17PM +0200, Laszlo Ersek wrote: >> On 06/05/17 18:02, Michael S. Tsirkin wrote: >>> On Sat, Jun 03, 2017 at 09:36:23AM +0200, Laszlo Ersek wrote: On 06/02/17 17:45, Laszlo Ersek wrote: > The patches can c