aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/nvme.h
Commit message (Collapse)AuthorAgeFilesLines
* block: add NVMe boot supportJulian Stecklina2017-02-201-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>