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

@@ -194,8 +194,7 @@
<board_private>
<rootfs>/dev/nvme0n1p3</rootfs>
<bootargs>
rw rootwait console=ttyS0,115200n8 ignore_loglevel no_timer_check
hvlog=2M@0xe00000 memmap=0x200000$0xe00000 8250.nr_uarts=20
rw rootwait console=ttyS0,115200n8 ignore_loglevel no_timer_check 8250.nr_uarts=20
</bootargs>
</board_private>
</vm>

View File

@@ -148,7 +148,7 @@
<rootfs>/dev/nvme0n1p3</rootfs>
<bootargs>
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
i915.nuclear_pageflip=1 hvlog=2M@0xe00000 memmap=0x200000$0xe00000 8250.nr_uarts=20
i915.nuclear_pageflip=1 8250.nr_uarts=20
</bootargs>
</board_private>
</vm>