acrn-hypervisor/hypervisor/common
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
..
hv_main.c hv: switch IA32_TSC_AUX between host/guest through VM Controls 2018-11-27 09:26:29 +08:00
hypercall.c hv: trusty: reserve memory for trusty 2018-11-30 16:49:27 +08:00
io_request.c doc: always use 'None' for functions not returning a value 2018-11-30 14:55:17 +08:00
ptdev.c hv:Rename ptdev to ptirq for some APIs 2018-11-30 13:27:49 +08:00
schedule.c hv: Add IO request completion polling feature 2018-11-21 14:35:12 +08:00
softirq.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: fix a minor bug of static checks 2018-11-08 09:26:56 +08:00
trusty_hypercall.c hv: fix integer violations 2018-11-14 12:46:34 +08:00
vm_load.c modularization: boot component 2018-12-03 09:09:44 +08:00