linux_dsm_epyc7002/arch/x86/boot/compressed
Rusty Russell a24e785111 i386: paravirt boot sequence
This patch uses the updated boot protocol to do paravirtualized boot.
If the boot version is >= 2.07, then it will do two things:

 1. Check the bootparams loadflags to see if we should reload the
    segment registers and clear interrupts.  This is appropriate
    for normal native boot and some paravirtualized environments, but
    inapproprate for others.

 2. Check the hardware architecture, and dispatch to the appropriate
    kernel entrypoint.  If the bootloader doesn't set this, then we
    simply do the normal boot sequence.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Zachary Amsden <zach@vmware.com>
Cc: Andi Kleen <ak@suse.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-22 08:13:17 -07:00
..
.gitignore i386: move boot 2007-10-11 11:16:43 +02:00
head_32.S i386: paravirt boot sequence 2007-10-22 08:13:17 -07:00
head_64.S x86_64: move kernel 2007-10-11 11:17:24 +02:00
Makefile x86_64: move boot 2007-10-11 11:17:15 +02:00
Makefile_32 kbuild: enable 'make CFLAGS=...' to add additional options to CC 2007-10-14 22:21:35 +02:00
Makefile_64 kbuild: enable 'make AFLAGS=...' to add additional options to AS 2007-10-15 21:59:31 +02:00
misc_32.c i386: paravirt boot sequence 2007-10-22 08:13:17 -07:00
misc_64.c spelling fixes: arch/x86_64/ 2007-10-20 01:25:36 +02:00
relocs.c i386: move boot 2007-10-11 11:16:43 +02:00
vmlinux_32.lds i386: move boot 2007-10-11 11:16:43 +02:00
vmlinux_32.scr i386: move boot 2007-10-11 11:16:43 +02:00
vmlinux_64.lds x86_64: move boot 2007-10-11 11:17:15 +02:00
vmlinux_64.scr x86_64: move boot 2007-10-11 11:17:15 +02:00