acrn-hypervisor/hypervisor/arch/x86
Geoffroy Van Cutsem 51a43dab79 hv: add Kconfig parameter to define the Service VM EFI bootloader
Add a Kconfig parameter called UEFI_OS_LOADER_NAME to hold the Service VM EFI
bootloader to be run by the ACRN hypervisor. A new string manipulation function
to convert from (char *) to (CHAR16 *) has been added to facilitate the
implementation.

The default value is set to systemd-boot (bootloaderx64.efi)

Tracked-On: #2793
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
2019-11-27 10:38:49 +08:00
..
boot hv: Let trampoline execution use 1GB pages 2019-10-28 13:44:32 +08:00
configs HV: fix misra violation on platform clos array 2019-11-08 16:40:14 +08:00
guest hv: ept: disable execute right on large pages 2019-11-13 08:00:36 +08:00
lib
seed hv: fixed by replace ull to ul. 2019-10-31 09:02:59 +08:00
cat.c HV: fix misra violation on platform clos array 2019-11-08 16:40:14 +08:00
cpu_caps.c hv:fixed compilation error in Ubuntu 2019-09-26 14:03:51 +08:00
cpu_state_tbl.c HV: add board specific cpu state table to support Px Cx 2019-07-29 20:25:16 +08:00
cpu.c HV: initialize IOMMU before PCI device discovery 2019-11-27 09:49:32 +08:00
e820.c hv:panic if there is no memory map in multiboot info 2019-11-26 16:16:23 +08:00
gdt.c
idt.S
init.c hv: sched: decouple idle stuff from schedule module 2019-10-23 12:47:08 +08:00
ioapic.c HV: fix violations touched type conversion 2019-07-11 09:16:09 +08:00
irq.c hv: fix Violations touched ACRN Coding Guidelines 2019-08-15 09:47:11 +08:00
Kconfig hv: add Kconfig parameter to define the Service VM EFI bootloader 2019-11-27 10:38:49 +08:00
lapic.c hv: fix some potential array overflow risk 2019-07-12 09:41:15 +08:00
mmu.c hv:refine 'uint64_t' string print format in comm moudle 2019-11-09 11:42:38 +08:00
notify.c hv: fix some potential array overflow risk 2019-07-12 09:41:15 +08:00
page.c hv: ept: disable execute right on large pages 2019-11-13 08:00:36 +08:00
pagetable.c hv: ept: disable execute right on large pages 2019-11-13 08:00:36 +08:00
pm.c hv: save/restore TSC in host's suspend/resume path 2019-09-19 13:50:50 +08:00
sched.S hv: sched: rename schedule related structs and vars 2019-10-16 10:25:53 +08:00
security.c
sgx.c
timer.c softirq: disable interrupt when modify timer_list 2019-08-01 15:45:02 +08:00
trampoline.c hv: refine 'uint64_t' string print format in x86 moudle 2019-11-09 11:42:38 +08:00
vmx.c
vtd.c HV: refactor device_to_dmaru 2019-11-27 09:49:32 +08:00
wakeup.S hv: pm: correct the function name 2019-09-11 17:30:24 +08:00