Re: [SeaBIOS] Boot menu key does not work with config options threads set to 2

2017-02-01 Thread Kevin O'Connor
On Wed, Feb 01, 2017 at 08:54:20AM +0100, Paul Menzel wrote: > Am Sonntag, den 29.01.2017, 14:30 -0500 schrieb Kevin O'Connor: > > On Thu, Jan 26, 2017 at 04:30:12PM +0100, Paul Menzel wrote: > > > > On the ASRock E350M1 with coreboot and SeaBIOS, setting the runtime config > > > option `threads`

Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-02-01 Thread Kevin O'Connor
On Wed, Feb 01, 2017 at 12:19:31PM +0100, Igor Mammedov wrote: > On Tue, 31 Jan 2017 17:32:55 + > "Sironi, Filippo" wrote: > > So, my understanding is that even QEMU needs to be fixed and I can > > work to provide a patch. However, as I was mentioning before, I'm > > also

Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-02-01 Thread Igor Mammedov
On Tue, 31 Jan 2017 17:32:55 + "Sironi, Filippo" wrote: > > On 30 Jan 2017, at 04:39, Igor Mammedov wrote: > > > > On Fri, 27 Jan 2017 15:57:19 +0100 > > Laszlo Ersek wrote: > > > >> On 01/27/17 15:27, Kevin O'Connor wrote: >

[SeaBIOS] [PATCH v2] block: add NVMe boot support

2017-02-01 Thread Julian Stecklina
This patch enables SeaBIOS to boot from NVMe. Finding namespaces and basic I/O works. Testing has been done in qemu and so far it works with Grub, syslinux, and the FreeBSD loader. You need a recent Qemu (>= 2.7.0), because older versions have buggy NVMe support. The NVMe code is currently only