aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin2013-02-08 11:19:33 -0600
committerH. Peter Anvin2013-02-08 11:26:57 -0600
commit686966d881bd49bd6349b47c59dfc4bfc7b5e3b6 (patch)
treeb41fab698a65de4291949399bfe63ad11a9113c6
parente575a86fdc50d013bf3ad3aa81d9100e8e6cc60d (diff)
downloadkernel-omap-686966d881bd49bd6349b47c59dfc4bfc7b5e3b6.tar.gz
kernel-omap-686966d881bd49bd6349b47c59dfc4bfc7b5e3b6.tar.xz
kernel-omap-686966d881bd49bd6349b47c59dfc4bfc7b5e3b6.zip
x86, doc: Add a bootloader ID for OVMF
OVMF (an implementation of UEFI based on TianoCore used in virtual environments) now has the ability to boot Linux natively; this is used for "qemu -kernel" and similar things in a UEFI environment. Accordingly, assign it a bootloader ID. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Cc: David Woodhouse <dwmw2@infradead.org>
-rw-r--r--Documentation/x86/boot.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/x86/boot.txt b/Documentation/x86/boot.txt
index e540fd67f767..b443f1de0e5a 100644
--- a/Documentation/x86/boot.txt
+++ b/Documentation/x86/boot.txt
@@ -390,6 +390,7 @@ Protocol: 2.00+
390 F Special (0xFF = undefined) 390 F Special (0xFF = undefined)
391 10 Reserved 391 10 Reserved
392 11 Minimal Linux Bootloader <http://sebastian-plotz.blogspot.de> 392 11 Minimal Linux Bootloader <http://sebastian-plotz.blogspot.de>
393 12 OVMF UEFI virtualization stack
393 394
394 Please contact <hpa@zytor.com> if you need a bootloader ID 395 Please contact <hpa@zytor.com> if you need a bootloader ID
395 value assigned. 396 value assigned.