15d740b746
* Add u-boot build with a lot of patches that makes the display work in u-boot for boot selection * Upgrade the rockchip kernel to 5.11 mainline with config for the rk3399 devices built-in * Make the rockpro64 and pinebook pro use the newer kernel [ci:skip-build]
9 lines
414 B
Text
9 lines
414 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
|