From 7169248bf07fb5c598a1350e09efb07203185f7c Mon Sep 17 00:00:00 2001 From: Chang Rebecca Swee Fun Date: Mon, 22 Oct 2018 10:45:39 +0800 Subject: [PATCH] sos_bootargs_release.txt: enable guc firmware loading Change kernel boot cmdline to load GuC firmware for SOS. We want to enable GuC and HuC in Service OS and this is an effort to enable use cases across all boards. Tracked-on: #1638 Proposed-by: Charles, Daniel Signed-off-by: Chang, Rebecca Swee Fun --- devicemodel/samples/apl-mrb/sos_bootargs_release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/samples/apl-mrb/sos_bootargs_release.txt b/devicemodel/samples/apl-mrb/sos_bootargs_release.txt index a43341c30..71fe5f201 100644 --- a/devicemodel/samples/apl-mrb/sos_bootargs_release.txt +++ b/devicemodel/samples/apl-mrb/sos_bootargs_release.txt @@ -1 +1 @@ -console=tty0 module_blacklist=dwc3_pci i915.nuclear_pageflip=1 root=/dev/mmcblk1p1 rw rootwait quiet loglevel=3 no_timer_check consoleblank=0 i915.enable_initial_modeset=1 i915.tsd_init=7 i915.tsd_delay=2000 video=DP-1:d video=DP-2:d i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_guc_loading=0 i915.enable_guc_submission=0 i915.enable_preemption=1 i915.context_priority_mode=2 i915.enable_gvt=1 i915.enable_guc=0 cma=64M@0- +console=tty0 module_blacklist=dwc3_pci i915.nuclear_pageflip=1 root=/dev/mmcblk1p1 rw rootwait quiet loglevel=3 no_timer_check consoleblank=0 i915.enable_initial_modeset=1 i915.tsd_init=7 i915.tsd_delay=2000 video=DP-1:d video=DP-2:d i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_preemption=1 i915.context_priority_mode=2 i915.enable_gvt=1 i915.enable_guc=0x02 cma=64M@0-