I will check my interface and use the "sept" to named function.
-----Original Message----- From: Wei, Chenli <chenli.wei@...> Sent: Friday, February 11, 2022 8:25 PM To: Wang, Yu1 <yu1.wang@...>; Xu, Anthony <anthony.xu@...>; acrn-dev@... Cc: Wei, Chenli <chenli.wei@...>; Chenli Wei <chenli.wei@...> Subject: [PATCH v3 4/4] hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for vept
Now the vept table was alloc dynamically, but the table size of vept was calcuated 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.
v2-->v3: 1.use ram size to replace the top address