fbcaef0ae8
* Add the fusb302 module in initfs for the keyboard and touchpad * Add cmdline params for improving stability fw_devlink was switched on by default in kernel 5.13, and is rumored to have issues. The others might improve nvme stability. * Disable wifi powersave * Clean up modules in the deviceinfo
9 lines
499 B
Text
9 lines
499 B
Text
timeout 10
|
|
default POSTMARKETOS
|
|
menu title boot prev kernel
|
|
|
|
label POSTMARKETOS
|
|
kernel /vmlinuz-postmarketos-rockchip
|
|
fdt /dtbs-postmarketos-rockchip/rockchip/rk3399-pinebook-pro.dtb
|
|
initrd /initramfs-postmarketos-rockchip
|
|
append console=tty0 console=ttyS2,1500000n8 panic=10 coherent_pool=1M video=HDMI-A-1:1920x1080@60 video=eDP-1:1920x1080@60 loglevel=5 mem_sleep_default=s2idle PMOS_NO_OUTPUT_REDIRECT fw_devlink=off nvme_core.default_ps_max_latency_us=5500 pcie_aspm.policy=performance
|