Commit Graph

7 Commits

Author SHA1 Message Date
Miguel Bernal Marin 1b4a4a1421 cmdline-sos: drop initcall_debug and old kvm-intel.nested
Requested-by: "Zhang, Wenling" <wenling.zhang@intel.com>
2019-09-10 13:49:49 -05:00
Miguel Bernal Marin fa87062e55 cmdline: update to use OVMF
Since now ACRN is using OVMF to launch UOS, it will greatly
simplify setup steps if we could upstream kernel cmdline to RTVM/UOS/SOS
kernel cmdline. We are using below cmdline for validation every day.

Requested-by: "Xie, Nanlin" <nanlin.xie@intel.com>
2019-08-30 11:58:43 -05:00
Miguel Bernal Marin 9bc6339e75 cmdline: split cmdline file to easy change review 2019-08-21 16:18:33 -05:00
Miguel Bernal Marin 0f8ef58ddc cmdline: add mising rw flag 2019-08-21 16:16:04 -05:00
Randy G. Duran f70d339ccb fix for PKT-2447 where video playback fails 2019-08-21 16:12:37 -05:00
Miguel Bernal Marin a995b9d07d config: sos: do not reboot after some minutes
With the current configuration the SOS is rebooting after some minutes,
updating the cmdline gfx parameters solves the issue.

Changes made:

The following options were removed:

i915.fastboot=1
i915.enable_initial_modeset=1

The following options were added:

i915.nuclear_pageflip=1
i915.domain_plane_owners=0x011111110000
i915.enable_gvt=1
i915.enable_guc=0

The following options were updated:

i915.avail_planes_per_pipe=0x00000F  -> 0x01010F
2019-04-04 12:39:25 -06:00
Miguel Bernal Marin 250beb2de5 Initial Commit 2018-10-05 15:07:08 -05:00