mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-25 10:43:46 +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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user