Skip to content

Commit

Permalink
Disable trusty for MTL BM boot
Browse files Browse the repository at this point in the history
Applied patch for disabling the trusty for MTL BM boot

Tracked-On: OAM-124501
Signed-off-by: simonami99 <[email protected]>
  • Loading branch information
simonami99 committed Sep 11, 2024
1 parent ffdfac8 commit 78ac363
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions caas/mixins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ product.mk: device.mk
[groups]
kernel: gmin64(useprebuilt=false,src_path=kernel/lts2023-chromium, loglevel=7, interactive_governor=false, relative_sleepstates=false, modules_in_bootimg=false, external_modules=,debug_modules=, use_bcmdhd=false, use_iwlwifi=false, extmod_platform=bxt, iwl_defconfig=, cfg_path=config-lts/lts2023-chromium, more_modules=true)
disk-bus: auto
boot-arch: project-celadon(uefi_arch=x86_64,fastboot=efi,ignore_rsci=true,disable_watchdog=true,watchdog_parameters=10 30,verity_warning=false,txe_bind_root_of_trust=false,bootloader_block_size=4096,verity_mode=false,disk_encryption=false,file_encryption=true,metadata_encryption=true,fsverity=true,target=caas,ignore_not_applicable_reset=true,self_usb_device_mode_protocol=true,usb_storage=true,live_boot=true,userdata_checkpoint=true,data_use_f2fs=true,trusty=true)
boot-arch: project-celadon(uefi_arch=x86_64,fastboot=efi,ignore_rsci=true,disable_watchdog=true,watchdog_parameters=10 30,verity_warning=false,txe_bind_root_of_trust=false,bootloader_block_size=4096,verity_mode=false,disk_encryption=false,file_encryption=true,metadata_encryption=true,fsverity=true,target=caas,ignore_not_applicable_reset=true,self_usb_device_mode_protocol=true,usb_storage=true,live_boot=true,userdata_checkpoint=true,data_use_f2fs=true)
sepolicy: enforcing
bluetooth: btusb(ivi=false)
audio: project-celadon
Expand Down Expand Up @@ -52,14 +52,14 @@ lights: true
power: true(power_throttle=true)
debug-usb-config: true(source_dev=dvcith-0-msc0)
intel_prop: true
tee: trusty(ref_target=celadon_64)
tee: false
memtrack: true
tpm: true
tpm: false
avx: auto
health: hal
slot-ab: true
abota-fw: true
firststage-mount: true(trusty=true)
firststage-mount: true
cpuset: autocores
usb-init: true
usb-audio-init: false
Expand Down

0 comments on commit 78ac363

Please sign in to comment.