Files
acrn-hypervisor/hypervisor/arch/x86/guest
Chenli Wei 5432b52b12 hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for ept
Now the EPT module use predefined parameter "CONFIG_PLATFORM_RAM_SIZE"
to calculate the ept table size.

After change the EPT table to dynamic allocate to support single binary
for different boards/platforms, the ept table size should dynamic
calculate too.

So this patch replace CONFIG_PLATFORM_RAM_SIZE by the hv_e820_ram_size
to get the RAM info on run time.

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
..
2021-11-17 15:25:14 +08:00
2022-01-07 13:47:32 +08:00
2021-11-16 14:42:59 +08:00
2022-01-07 13:47:32 +08:00
2019-07-19 16:47:06 +08:00
2021-12-09 10:47:16 +08:00
2021-09-24 10:17:19 +08:00