Files
acrn-hypervisor/hypervisor/arch/x86
Jason Chen CJ aa9af27338 modularization: boot component
Boot component prepares the very basic platform boot env. It finally call
into platform initilization entries:

- bsp_boot_init & cpu_secondary_init for start up
- or restore_s3_context for wakeup

this patch is the final one, it did some code clean up and move some definition
from vm0_boot.h to boot_context.h.

after this patch, the boot component include files:
arch/x86/boot/cpu_primary.S
arch/x86/boot/trampoline.S
arch/x86/boot/cpu_save_boot_ctx.S
arch/x86/boot/idt.S
boot/reloc.c
boot/include/reloc.h
include/arch/x86/boot/idt.h
include/arch/x86/boot/boot_context.h

Tracked-On: #1842
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
2018-12-03 09:09:44 +08:00
..
2018-12-03 09:09:44 +08:00
2018-11-30 18:14:59 +08:00
2018-11-09 13:00:51 +08:00
2018-11-13 16:28:58 +08:00
2018-11-30 14:55:17 +08:00
2018-11-30 18:14:59 +08:00
2018-11-14 12:46:34 +08:00
2018-11-30 16:49:27 +08:00
2018-12-03 09:09:44 +08:00
2018-11-13 16:28:58 +08:00
2018-11-30 18:14:59 +08:00
2018-08-16 16:24:13 +08:00
2018-11-30 18:14:59 +08:00