From 83e887dbb356e907ddd068cbaa747d6a7388404f Mon Sep 17 00:00:00 2001 From: fuyanX Date: Mon, 5 Aug 2019 22:16:38 +0800 Subject: [PATCH] memmap:reserve phys-addr for hvlog acrn.conf:add memmap phys-addr 2M for hvlog, not mapped by kernel. Tracked-On: projectacrn/acrn-hypervisor#3533 Signed-off-by: YanX Fu Reviewed-by: Yin Fengwei --- misc/efi-stub/clearlinux/acrn.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/efi-stub/clearlinux/acrn.conf b/misc/efi-stub/clearlinux/acrn.conf index 8131f21f6..97ae1415c 100755 --- a/misc/efi-stub/clearlinux/acrn.conf +++ b/misc/efi-stub/clearlinux/acrn.conf @@ -1,3 +1,3 @@ title The ACRN Service OS linux /EFI/org.clearlinux/kernel-org.clearlinux.iot-lts2018-sos.4.19.13-1901141830 -options console=tty0 console=ttyS0 root=PARTUUID= rw rootwait ignore_loglevel no_timer_check consoleblank=0 i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1 i915.enable_guc=0 hvlog=2M@0x1FE00000 +options console=tty0 console=ttyS0 root=PARTUUID= rw rootwait ignore_loglevel no_timer_check consoleblank=0 i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1 i915.enable_guc=0 hvlog=2M@0x1FE00000 memmap=2M$0x1FE00000