lenovo-yoga-5g: add cmdline to fix UFS (MR 4522)
This commit is contained in:
parent
474a3d2a89
commit
c1e4b238b1
2 changed files with 3 additions and 2 deletions
|
@ -34,6 +34,6 @@ nonfree_firmware() {
|
|||
|
||||
|
||||
sha512sums="
|
||||
1e5b4af16ebd8bfd383df43ee8b31567f2cb32be7f26e283ee8f7a176f938aafe13aee8a0c2390662fde43ffdef584126cd8b6836368a86c6c3aafcc01ff5ce8 deviceinfo
|
||||
6ce114352091fe995d47496e36c1aeca2b47e73b7991c0a9c5f8e315f8f0d3b122d3da0ef4ee0e355fc850d076abb0ee861c2fc4dcff596cf4b3d20df5251d86 deviceinfo
|
||||
a78aab94f673cb68a194d914fa0209366af4bfd6c610a1b923efb3fbc62efb34605d24b23f51b49ee1564975a32ef29c51f986ff63490dd604dd4869bbeadbbd modules-initfs
|
||||
"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue