Skip to content

Commit 3e9f2aa

Browse files
jsun26intelwenlingz
authored andcommitted
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 <[email protected]>
1 parent bd3a686 commit 3e9f2aa

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

misc/acrn-config/xmls/config-xmls/generic/hybrid.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
<bootargs desc="Specify kernel boot arguments">
7878
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
7979
i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1
80-
hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000
8180
</bootargs>
8281
</board_private>
8382
</vm>

misc/acrn-config/xmls/config-xmls/generic/industry.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<bootargs desc="Specify kernel boot arguments">
3838
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
3939
i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1
40-
hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000
4140
</bootargs>
4241
</board_private>
4342
</vm>

misc/acrn-config/xmls/config-xmls/generic/sdc.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<bootargs desc="Specify kernel boot arguments">
3838
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
3939
i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1
40-
hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000
4140
</bootargs>
4241
</board_private>
4342
</vm>

misc/acrn-config/xmls/config-xmls/generic/sdc2.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<bootargs desc="Specify kernel boot arguments">
3838
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
3939
i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1
40-
hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000
4140
</bootargs>
4241
</board_private>
4342
</vm>

0 commit comments

Comments
 (0)