acrn-hypervisor/hypervisor/include/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
guest modularization: boot component 2018-12-03 09:09:44 +08:00
abl_seed_parse.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
apicreg.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
assign.h hv:Rename ptdev to ptirq for some APIs 2018-11-30 13:27:49 +08:00
cpu.h vmx: tiny fix for MACRO name and print format 2018-11-16 15:30:20 +08:00
cpufeatures.h HV: add CPU capabilities detection for L1TF mitigation 2018-11-01 11:21:15 +08:00
cpuid.h hv: clear CPUID.07H.EBX[2] to disable SGX from guests 2018-11-30 15:03:16 +08:00
gdt.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
host_pm.h hv: fix '(void) missing for discarded return value' 2018-11-15 10:54:42 +08:00
hv_arch.h hv: mmu: add static paging table allocation for hypervisor 2018-11-02 13:15:48 +08:00
io.h hv: separate the PCI CONFIG_ADDR and CONFIG_DATA I/O port handlers 2018-11-19 09:34:34 +08:00
ioapic.h hv: ioapic: clean up HV_DEBUG usage 2018-11-23 12:21:02 +08:00
ioreq.h doc: replace return with retval 2018-11-30 14:55:17 +08:00
irq.h hv: fix type conversion violations 2018-11-30 18:14:59 +08:00
lapic.h doc: hv: add comments to irq APIs for documentation 2018-11-02 15:34:36 -07:00
mmu.h hv: trusty: refine trusty memory region mapping 2018-11-30 16:49:27 +08:00
msr.h hv: code cleanup: msr.h 2018-11-21 14:45:43 +08:00
mtrr.h doc: replace return with retval 2018-11-30 14:55:17 +08:00
multiboot.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
page.h hv: fix type conversion violations 2018-11-30 18:14:59 +08:00
per_cpu.h debug: Remove early logbuf support 2018-11-27 09:32:27 +08:00
pgtable.h doc: replace return with retval 2018-11-30 14:55:17 +08:00
sbl_seed_parse.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
timer.h HV:fix type related violations 2018-10-10 13:02:00 +08:00
trampoline.h modularization: boot component -- move functions 2018-12-03 09:09:44 +08:00
trusty.h hv: trusty: refine trusty memory region mapping 2018-11-30 16:49:27 +08:00
vmexit.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vmx.h fix "Procedure is not pure assembler" 2018-11-13 16:28:58 +08:00
vtd.h hv: fix type conversion violations 2018-11-30 18:14:59 +08:00
zeropage.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00