acrn-hypervisor/hypervisor/include
Chenli Wei b7a99f4530 hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for vept
Now the vept table was allocate dynamically, but the table size of vept
was calculated by the CONFIG_PLATFORM_RAM_SIZE which was predefined by
config tool.

It's not complete change and can't support single binary for different
boards/platforms.

So this patch will replace the CONFIG_PLATFORM_RAM_SIZE and get the
top ram size from hv_E820 interface for vept.

Tracked-On: #6690
Acked-by: Anthony Xu <anthony.xu@intel.com>
Signed-off-by: Chenli Wei <chenli.wei@linux.intel.com>
2022-02-18 18:39:43 +08:00
..
arch/x86/asm hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for vept 2022-02-18 18:39:43 +08:00
common hv: remove HC_GET_PLATFORM_INFO hypercall support 2022-02-09 10:11:11 +08:00
debug hv: remove CONFIG_LOG_DESTINATION 2021-12-06 14:24:40 +08:00
dm HV: move the ve820 GPU OpRegion address 2021-11-08 13:13:14 +08:00
hw HV: treewide: fix violations of coding guideline C-TY-02 2021-11-04 18:15:47 +08:00
lib hv: align the MAX_IR_ENTRIES to MAX_PT_IRQ_ENTRIES 2021-11-15 09:00:27 +08:00
public hv: remove HC_GET_PLATFORM_INFO hypercall support 2022-02-09 10:11:11 +08:00