since version 3.5.1 users reported issues with 4K displays not
initializing on every boot. after reverting to kernel/fw version used in
Lakka v3.5 the issue seems to be gone.
* mesa: update to 21.3.6
https://docs.mesa3d.org/relnotes/21.3.6.html
* rpi: update kernel/firmware to 1.20220120
* linux: update mainline kernel to 5.10.101
* rpi: rebase patch for non standard modes in VEC
* rpi4-aarch64: Add rpi4 aarch64 kernel config
This was created by copying the arm config and looking at the diff between:
https://github.com/raspberrypi/linux/blob/rpi-5.4.y/arch/arm/configs/bcm2711_defconfig
and
https://github.com/raspberrypi/linux/blob/rpi-5.4.y/arch/arm64/configs/bcm2711_defconfig
* rpi4-aarch64: Don't pass --enable-neon to retroarch as it makes the build fail
* rpi4-aarch64: Raspberry Pi dtb files are created in a different place for aarch64
* rpi4-aarch64: Build some rpi specific packages for aarch64 as well as arm
* rpi4-aarch64: RPi4 64-bit needs fixup4.dat to boot
I don't think this harms anything else
* rpi4-aarch64: Enable 64-bit mode and specify kernel filename in config.txt
This is a bit hacky.
We need to specify the kernel filename otherwise it expects it to be kernel8.img
* rpi4-aarch64: Fix RPi options for RPi4 aarch64
* rpi4-aarch64: update mupen64plus to aarch64 compatible version
* rpi4-aarch64: exclude cores that don't compile only for rpi-aarch64
* rpi4-aarch64: Update alsa-utils to overcome https://github.com/alsa-project/alsa-utils/issues/33
* rpi4-aarch64: Remove extra $ARCH arg from mk_arcade_joystick_rpi
* rpi4-aarch64: Fix ffmpeg compilation
* rpi4-aarch64: add new kernel conf
Created by copying the existing linux.arm.conf and applying the diffs between the official 32bit rpi kernel config and the official 64bit rpi kernel config
* rpi4-aarch64: improve kernel config
* rpi4: don't configure non-default audio_device
* Update mupen64plus_next
* rpi4-aarch64: turn off a load of debugging in the kernel
* Rpi4: Restructure and update rpi4 kernel to the latest 5.4.64
- New audio alsa config
- Increase gpu ram to 384mb
- Use the mesa 3d driver
* RPi4:Add bluez patch
* Bump bcm2835-driver
* Bump rpi-eeprom package to the latest
Bootloader version: 2020-09-03
VL805: 0138a1
* Bump rpi family bootloader
* rpi: use systemd for cpufreq tuning
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* Rpi4:Bump linux to v5.4.65
* Bump alsa-lib package to v1.2.3.1 and patch rpi4 hdmi support
Co-authored-by: Ian Leonard <antonlacon@gmail.com>
Apr 16 2020 and later firmwares cause boot issues on some RPi3s,
see eg:
https://forum.libreelec.tv/thread/22153-rpi3-updade-to-9-2-3-ending-in-black-screen/
Switch back to the Apr 15 firmware, which is also what Raspbian /
Raspberry Pi OS is shipping via apt for RPi0-3, until these issues
have been resolved.
Signed-off-by: Matthias Reichl <hias@horus.com>