mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-04 06:26:54 +00:00
The current code use a start address and hv_ram_size to find the start address of acrn.bin, the start address is 32M which leaving too much memory and will be load modules by grub, sometimes these modules will override the HV log region. This patch set the start address to 4M to avoid the above issue as much as possible. This algorithm depend on the board info, so the board XML should be generate again if user change the SSRAM. Tracked-On: #6690 Signed-off-by: Chenli Wei <chenli.wei@linux.intel.com> |
||
---|---|---|
.. | ||
lib | ||
bdf.py | ||
board_capability.py | ||
clos.py | ||
cpu_affinity.py | ||
gpa.py | ||
guest_flags.py | ||
hv_ram.py | ||
intx.py | ||
main.py | ||
memory_allocator.py | ||
pio.py | ||
s5_vuart.py |