acrn-hypervisor/hypervisor/arch/x86/boot
Victor Sun 0461ac209f HV: set CONFIG_HV_RAM_START as min addr when RELOC enabled
Previously the min load_addr for HV image is hard coded to 0x10000000 when
CONFIG_RELOC is enabled, now use CONFIG_HV_RAM_START as its prefer minimum
address like setting of CONFIG_PHYSICAL_START do in Linux kernel.

With this patch, we can offload the CONFIG_HV_RAM_START algorithm to
acrn-config or manually set it in scenario XML on some special boards.

Tracked-On: #5275

Signed-off-by: Victor Sun <victor.sun@intel.com>
2020-09-07 15:03:53 +08:00
..
cpu_primary.S HV: set CONFIG_HV_RAM_START as min addr when RELOC enabled 2020-09-07 15:03:53 +08:00
cpu_save_boot_ctx.S hv: remove unused cpu_primary_save_32() 2020-03-06 08:27:46 +08:00
trampoline.S Revert "hv: Let trampoline execution use 1GB pages" 2020-06-15 15:16:34 +08:00