Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | block: add NVMe boot support | Julian Stecklina | 2017-02-20 | 1 | -0/+17 |
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 enabled on Qemu due to lack of testing on real hardware. Signed-off-by: Julian Stecklina <jsteckli@amazon.de> |