Files
acrn-hypervisor/hypervisor/arch/x86
Chaohong guo 9feab4cf29 HV: adjust the starting addr of HV to be 2M-aligned
In init_paging(), when modify page table, it does a round up to 2M on
the starting address of HV memory. If the address is not 2M aligned,
memory overwrite occurs, or memory attribute(cache, u/s) may be not
right. Besides, trusty memory (uos_sworld_memory) in .bss section is 2M
aligned during compiling,  after enabling HV memroy 2M alignment, when
relocation is enabled, EFI stub or other loaders just needs to find a
2M-aligned starting addr for HV memory.

Tracked-On: #2349
Signed-off-by: Chaohong guo <chaohong.guo@intel.com>
Reviewed-by: Zide Chen <zide.chen@intel.com>
2019-01-24 11:59:21 +08:00
..
2018-12-19 09:07:14 +08:00
2019-01-23 16:21:17 +08:00
2019-01-23 13:43:09 +08:00
2019-01-21 18:03:31 +08:00
2018-11-13 16:28:58 +08:00
2019-01-21 18:03:31 +08:00
2019-01-11 09:44:10 +08:00
2019-01-21 18:03:31 +08:00
2019-01-21 18:03:31 +08:00
2018-12-25 13:25:14 +08:00
2018-12-12 13:08:10 +08:00
2019-01-11 16:52:28 +08:00
2019-01-17 08:48:42 +08:00
2019-01-21 18:03:31 +08:00