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
..
boot modularization: boot component 2018-12-03 09:09:44 +08:00
configs HV: allow disabling serial port via Kconfig 2018-11-30 15:00:05 +08:00
guest hv: fix type conversion violations 2018-11-30 18:14:59 +08:00
Kconfig Kconfig: remove PLATFORM configuration option 2018-11-30 23:40:41 +08:00
assign.c hv:Rename ptdev to ptirq for some APIs 2018-11-30 13:27:49 +08:00
cpu.c modularization: boot component -- move functions 2018-12-03 09:09:44 +08:00
cpu_state_tbl.c HV: add px cx data of bxt n3350 SOC 2018-11-09 13:07:53 +08:00
cpuid.c hv: clear CPUID.07H.EBX[2] to disable SGX from guests 2018-11-30 15:03:16 +08:00
ept.c hv: ept: set snp control when modify 2018-11-09 13:00:51 +08:00
gdt.c fix "Procedure is not pure assembler" 2018-11-13 16:28:58 +08:00
io.c doc: replace return with retval 2018-11-30 14:55:17 +08:00
ioapic.c hv: fix type conversion violations 2018-11-30 18:14:59 +08:00
irq.c modularization: boot component -- move functions 2018-12-03 09:09:44 +08:00
lapic.c hv: lapic: fix a theoretic infinite loop when clear lapic isr 2018-11-22 12:44:21 +08:00
mmu.c hv: trusty: refine trusty memory region mapping 2018-11-30 16:49:27 +08:00
mtrr.c hv: fix integer violations 2018-11-14 12:46:34 +08:00
notify.c Fix to kernel hang in smp_call_function 2018-10-26 13:44:18 +08:00
page.c hv: trusty: reserve memory for trusty 2018-11-30 16:49:27 +08:00
pagetable.c hv: mmu: replace dynamic memory allocation in memory 2018-11-02 13:15:48 +08:00
pm.c modularization: boot component -- move functions 2018-12-03 09:09:44 +08:00
retpoline-thunk.S license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
static_checks.c modularization: boot component 2018-12-03 09:09:44 +08:00
timer.c fix "Procedure is not pure assembler" 2018-11-13 16:28:58 +08:00
trampoline.c modularization: boot component -- move functions 2018-12-03 09:09:44 +08:00
trusty.c hv: fix type conversion violations 2018-11-30 18:14:59 +08:00
virq.c hv: fix 'Function return value potentially unused' 2018-11-30 06:54:54 +08:00
vmexit.c hypervisor: use "wbinvd" carefully in RT environment 2018-11-16 10:24:23 +08:00
vmx.c hv: fix type conversion violations 2018-11-30 18:14:59 +08:00
vmx_asm.S fix spec_ctrl msr save/restore 2018-08-16 16:24:13 +08:00
vtd.c hv: fix 'Function return value potentially unused' 2018-11-30 06:54:54 +08:00
wakeup.S hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00