From 3e9f2aa35f44ddba092a486bffa7ac6ce40cea65 Mon Sep 17 00:00:00 2001 From: Victor Sun Date: Mon, 23 Sep 2019 14:00:26 +0800 Subject: [PATCH] acrn-config: remove hvlog support for generic board hvlog is for debug purpose and its address is board specific, so remove the param in sos cmdline. If user want to support hvlog in his own board, then he can add the param in sos cmdline manually. Tracked-On: #3602 Signed-off-by: Victor Sun --- misc/acrn-config/xmls/config-xmls/generic/hybrid.xml | 1 - misc/acrn-config/xmls/config-xmls/generic/industry.xml | 1 - misc/acrn-config/xmls/config-xmls/generic/sdc.xml | 1 - misc/acrn-config/xmls/config-xmls/generic/sdc2.xml | 1 - 4 files changed, 4 deletions(-) diff --git a/misc/acrn-config/xmls/config-xmls/generic/hybrid.xml b/misc/acrn-config/xmls/config-xmls/generic/hybrid.xml index 6ebc18969..a7ab7c922 100644 --- a/misc/acrn-config/xmls/config-xmls/generic/hybrid.xml +++ b/misc/acrn-config/xmls/config-xmls/generic/hybrid.xml @@ -77,7 +77,6 @@ rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3 i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1 - hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000 diff --git a/misc/acrn-config/xmls/config-xmls/generic/industry.xml b/misc/acrn-config/xmls/config-xmls/generic/industry.xml index fb694ceb6..d92cd8e1f 100644 --- a/misc/acrn-config/xmls/config-xmls/generic/industry.xml +++ b/misc/acrn-config/xmls/config-xmls/generic/industry.xml @@ -37,7 +37,6 @@ rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3 i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1 - hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000 diff --git a/misc/acrn-config/xmls/config-xmls/generic/sdc.xml b/misc/acrn-config/xmls/config-xmls/generic/sdc.xml index 5988d24c6..61480f5d6 100644 --- a/misc/acrn-config/xmls/config-xmls/generic/sdc.xml +++ b/misc/acrn-config/xmls/config-xmls/generic/sdc.xml @@ -37,7 +37,6 @@ rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3 i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1 - hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000 diff --git a/misc/acrn-config/xmls/config-xmls/generic/sdc2.xml b/misc/acrn-config/xmls/config-xmls/generic/sdc2.xml index d9ce62f59..2b5f59a2d 100644 --- a/misc/acrn-config/xmls/config-xmls/generic/sdc2.xml +++ b/misc/acrn-config/xmls/config-xmls/generic/sdc2.xml @@ -37,7 +37,6 @@ rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3 i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1 - hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000