Commit graph

3 commits

Author SHA1 Message Date
graysky 241a2c5683 core/linux-rpi to 5.15.68-1
Bump to latest upstream version and remove rootfstype=ext4 from /boot/cmdline.txt
2022-09-16 14:50:43 -04:00
graysky 4e550fef50 core/linux-rpi: slim down cmdline.txt
Removed the following parameters:
1. selinux=0
2. plymouth.enable=0
3. smsc95xx.turbo_mode=N
4. dwc_otg.lpm_enable=0
5. kgdboc=serial0,115200

Notes:
1. force not loading SELinux infrastructure which we currently do not supply
2. force disabling of plymouth which I think we do not supply
3. avoided network issues under heavy load circa 2012 likely no longer needed
4. turned off link power management which may have prevented issues with shitty
   drivers in older kernels likely not an issue on a modern kernel tree
5. enabled debugging over the serial console which is unnecessary for most
   user... advanced users will likely be savvy enough with cmdline.txt to
   edit it to match their needs
2022-09-03 16:42:24 -04:00
graysky 44aa69a103 add core/linux-rpi (previously linux-raspberrypi4) 2021-11-26 15:52:07 -05:00