meta-raspberrypi/recipes-kernel/linux
Carlos Alberto Lopez Perez 0a4a68dba6 linux-raspberrypi: stop setting powersave as the default CPU governor
* The defconfigs from the RPi Kernel set `powersave` as the default
  CPU governor, which is a bad idea as that reduces performance by
  setting the CPU frequency to the minimum one.

* In case of a Yocto build user-space is not configured by default
  to change the CPU governor, so `powersave` will remain the CPU
  governor and it will slow down everything.

* I submitted a fix for those defconfigs to upstream here:
  https://github.com/raspberrypi/linux/pull/5666
  However, we shouldn't wait until that is accepted and backported
  to all the stable branches (if ever is).

* This patch unsets the selection of `powersave` as the default CPU
  governor.

* Then the CPU governor that will be selected as default after this
  patch will be the Linux's default one that is either `ondemand` or
  `schedutil` depending on the Kernel version.

Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
2023-10-25 20:44:38 +01:00
..
files linux-raspberrypi: stop setting powersave as the default CPU governor 2023-10-25 20:44:38 +01:00
linux-raspberrypi_5.15.bb linux-raspberrypi_5.15.bb: Upgrade to 5.15.92 2023-03-01 23:44:52 +00:00
linux-raspberrypi_6.1.bb linux-raspberrypi: Upgrade 6.1 release to latest point release 6.1.54 2023-09-22 10:39:52 +01:00
linux-raspberrypi-dev.bb recipes: Update SRC_URI protocols for github 2021-11-07 21:30:23 +00:00
linux-raspberrypi-v7_5.15.bb Add support for a ARMv7 machine supporting multiple Raspberry Pi boards 2022-09-14 20:39:18 +01:00
linux-raspberrypi-v7_6.1.bb linux-raspberrypi: Add recipes for 6.1 kernel 2023-03-24 07:32:08 +00:00
linux-raspberrypi-v7.inc Add support for a ARMv7 machine supporting multiple Raspberry Pi boards 2022-09-14 20:39:18 +01:00
linux-raspberrypi.inc linux-raspberrypi: stop setting powersave as the default CPU governor 2023-10-25 20:44:38 +01:00