samsung-w767: add cmdline to fix UFS (MR 4522)

This commit is contained in:
Anton Bambura 2023-10-30 11:59:16 +02:00
parent c1e4b238b1
commit ab3b6098fe
No known key found for this signature in database
GPG key ID: 1441EAFE8D7F4C2D
2 changed files with 3 additions and 2 deletions

View file

@ -34,6 +34,6 @@ nonfree_firmware() {
sha512sums="
d39ff6d4c5eba60c556e55b2897a4f4669e816f5d73e8eec3b65cb73de4fe7756df9878744f2cc72c3ee8b1c4f0275192d05dc3ce1973b17ccf7bcf28f20eaab deviceinfo
3cec42f2018ed1694101d7c4be03c1e1b518a8ce422b1c840cf7b030a882236e521906afa60626b34c3d0d579b7d43ea315ff8942fea65c32ac09dc5706c3e16 deviceinfo
23ade4e4526fa1445240219d227f34a445a3298b63c15fca751eea7c5ba0306ce3a76e4ddee341f9aa6f0e02a7f9d3d0ebb4dda0aec8ae0585dd8f6de7483c85 modules-initfs
"

View file

@ -19,7 +19,8 @@ deviceinfo_screen_height="1080"
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_kernel_cmdline="efi=novamap clk_ignore_unused pd_ignore_unused console=null"
# most parameters from: https://github.com/jhovold/linux/wiki/X13s#kernel-command-line
deviceinfo_kernel_cmdline="console=null iommu.passthrough=0 iommu.strict=0 pcie_aspm.policy=powersupersave clk_ignore_unused pd_ignore_unused arm64.nopauth efi=noruntime"
deviceinfo_generate_systemd_boot="true"
deviceinfo_boot_filesystem="fat32"
deviceinfo_partition_type="gpt"