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:
Kunhui-Li
2021-10-27 10:53:30 +08:00
committed by wenlingz
parent 1bc7f0f6a5
commit 3124097a78
6 changed files with 17 additions and 5 deletions

View File

@@ -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>