mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 03:40:27 +00:00
config_tools: remove hvlog parameter and update HV_RAM_START default address
1. remove hvlog parameter in bootargs for all platforms. 2. update HV_RAM_START default address from 2MB to 4MB. 3. add the check that the HV_RAM_START value should be larger than or equal to 2MB and 2MB aligned. Tracked-On: #6663 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
<rootfs>/dev/vda1</rootfs>
|
||||
<bootargs>
|
||||
earlyprintk=serial,ttyS0,115200n8 rw rootwait console=tty0 consoleblank=0 no_timer_check ignore_loglevel
|
||||
ignore_loglevel no_timer_check intel_iommu=off tsc=reliable hvlog=2M@0x1FE00000 8250.nr_uarts=20
|
||||
ignore_loglevel no_timer_check intel_iommu=off tsc=reliable 8250.nr_uarts=20
|
||||
</bootargs>
|
||||
</board_private>
|
||||
</vm>
|
||||
|
Reference in New Issue
Block a user