mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
now hypervisor will support to hide ignored PCI device from SOS, it need not modify SOS PCI driver to support this feature. Tracked-On: #1923 Signed-off-by: Minggui Cao <minggui.cao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
23 lines
489 B
Plaintext
23 lines
489 B
Plaintext
module_blacklist=dwc3_pci
|
|
no_timer_check
|
|
console=tty0
|
|
console=ttyS2
|
|
quiet loglevel=3
|
|
consoleblank=0
|
|
root=/dev/mmcblk1p1 rw rootwait
|
|
i915.nuclear_pageflip=1
|
|
i915.enable_initial_modeset=1
|
|
i915.avail_planes_per_pipe=0x01010F
|
|
i915.domain_plane_owners=0x011111110000
|
|
i915.enable_gvt=1
|
|
i915.enable_guc=0x02
|
|
video=DP-1:d
|
|
video=DP-2:d
|
|
hvlog=2M@0x6de00000
|
|
cma=64M@0-
|
|
memmap=0x400000$0x6da00000
|
|
ramoops.mem_address=0x6da00000
|
|
ramoops.mem_size=0x400000
|
|
ramoops.console_size=0x200000
|
|
reboot_panic=p,w
|