Commit graph

406 commits

Author SHA1 Message Date
Demetris Ierokipides
ca117e6caa RPi: Bump to 5.10.39 2021-05-25 20:47:23 +03:00
Demetris Ierokipides
833c433141 bcm2835-bootloader: update manually to v5.10.36 until they tag a release 2021-05-18 22:34:18 +03:00
Demetris Ierokipides
2bbd8bb8db Partially Revert "Rpi kernel update (#1298)"
This reverts commit d2628f10d1.
2021-05-17 19:43:08 +03:00
David Lawson
d2628f10d1
Rpi kernel update (#1298)
* rpi: update kernel to 5.10.36

* rpi: remove bcm2835-driver and just get everything from bcm2835-bootloader
2021-05-17 00:30:34 +03:00
Demetris Ierokipides
d945dee036 Remedy broken packages 2021-05-15 02:47:39 +03:00
Ntemis
0ed6f44419 bcm2835-bootloader: upgrade to v1.20210430 2021-05-14 02:02:20 +03:00
David Lawson
e21ccc1dd1
Slice off slice (#1274) 2021-04-23 02:33:10 +03:00
David Lawson
cdd770d78f
Rpi kernel update to hopefully fix composite out (#1273)
* rpi: update kernel

* Remove Gamegirl support
2021-04-23 01:31:36 +03:00
David G. F
70a35525e8
Move bootloader config patch for consistency (#1258)
This makes all copies of the file identical. This hopefully fixes #1242
2021-04-12 21:35:39 +03:00
David Lawson
f951292b51
rpi: update to 5.10.27 and update firmware (#1257) 2021-04-12 00:18:04 +03:00
David Lawson
16658d2eff
rpi4-aarch64: set arm_64bit and kernel in distroconfig.txt (#1064)
This ensures that it gets added and taken away as expected if a user upgrades from one to the other
2020-10-17 23:57:32 +03:00
David Lawson
1bd927e074
Rpi4 aarch64 (#1022)
* 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
2020-10-04 17:15:17 +03:00
Demetris Ierokipides
466db8827a
Rpi4 total upgrade WIP (#1040)
* 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>
2020-09-23 00:37:21 +03:00
Ntemis
1c22a82854 Merge branch 'libreelec-9.2' of github.com:LibreELEC/LibreELEC.tv 2020-09-09 01:31:43 +03:00
Matthias Reichl
96056bfd22 Revert "RPi4: update to firmware 66fc5ea"
This reverts commit 2a3c5fd8a5.
2020-08-17 13:03:36 +02:00
Ntemis
48a2bf14ea Merge branch 'libreelec-9.2' of github.com:LibreELEC/LibreELEC.tv 2020-07-23 20:42:53 +03:00
Matthias Reichl
2a3c5fd8a5 RPi4: update to firmware 66fc5ea
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-07-02 19:59:29 +02:00
Matthias Reichl
aed7171ace RPi4: update to firmware 2b76cfc
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-06-26 22:56:32 +02:00
Matthias Reichl
04a6b86c37 bcm2835-bootloader: revert to pre-common firmware on RPi0-3
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>
2020-06-17 14:04:44 +02:00
Ntemis
961e759bc3 Merge branch 'libreelec-9.2' of github.com:LibreELEC/LibreELEC.tv into lakka-9.2 2020-06-15 16:20:09 +03:00
Matthias Reichl
6eb56353e1 RPi: update to firmware cb2b95d
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-06-11 00:37:44 +02:00
Matthias Reichl
545a3c8fef RPi: update to firmware 2ebdbbb
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-06-06 21:06:19 +02:00
Matthias Reichl
b01743b2ea RPi: update to firmware f382cc1
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-06-03 20:30:55 +02:00
Matthias Reichl
ccf5126912 RPi: update to firmware 62fc8c0
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-05-27 16:42:43 +02:00
Matthias Reichl
6b700cec52 RPi: update to firmware a6c9b6b
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-05-24 20:38:40 +02:00
MilhouseVH
e8cbfd8544 RPi: update to firmware 7449540 2020-05-12 19:27:17 +02:00
MilhouseVH
1d7e1cafa7 RPi: update to firmware 7eff9f6 2020-05-02 10:43:57 +02:00
MilhouseVH
7dc2832dfd RPi: update to firmware 20354be 2020-04-27 18:14:10 +02:00
MilhouseVH
1c61a2c625 RPi: update to firmware 929ba7e 2020-04-21 10:14:01 +02:00
MilhouseVH
c13b14ca00 RPi: update to firmware 7317fa2 2020-04-20 10:29:55 +02:00
MilhouseVH
17f466aaea RPi: update to firmware 84523e0 2020-04-17 22:00:56 +02:00
MilhouseVH
9f5368e6ea RPi: update to firmware 11a76e0 2020-04-16 21:09:49 +02:00
MilhouseVH
b17719236c RPi: update to firmware 9e3c23c 2020-04-15 13:42:25 +02:00
MilhouseVH
989622fe32 RPi: update to firmware dd8cbec 2020-04-08 00:12:51 +02:00
MilhouseVH
4ff4d2ca74 RPi: update to firmware c2c6ce8 2020-04-01 18:54:53 +02:00
MilhouseVH
f68e3e72fa RPi: update to firmware 5574077 2020-03-26 20:00:10 +01:00
MilhouseVH
988af35036 RPi: update to firmware 9e21935 2020-03-10 18:23:20 +01:00
MilhouseVH
e994d9ca75 RPi: update to firmware 163d84c 2020-03-06 21:36:45 +01:00
MilhouseVH
2a764c82c6 RPi: update to firmware bf83b50 2020-03-06 10:58:24 +01:00
MilhouseVH
5f4a2563be RPi: update to firmware 02bff4e 2020-02-20 22:28:45 +01:00
MilhouseVH
475e4829dd RPi: update to firmware f4b5869 2020-02-12 15:40:48 +01:00
MilhouseVH
29328988d3 RPi: update to firmware 88afa9a 2020-02-10 19:34:59 +01:00
MilhouseVH
e3e5770a31 RPi: update to firmware 154e61a 2020-02-07 20:19:20 +01:00
MilhouseVH
5a9c9e2727 RPi: update to firmware 04c6e41 2020-02-06 22:39:10 +01:00
MilhouseVH
2438e5a0b7 RPi: update to firmware 63bdbe0 2020-01-31 17:34:38 +01:00
MilhouseVH
667ac4a718 RPi: update to firmware 01ecfd2 2020-01-31 17:34:38 +01:00
MilhouseVH
9cffe263f1 RPi: update to firmware be2713b 2020-01-31 17:34:38 +01:00
MilhouseVH
64fdc40a21 RPi: update to firmware d5b8d8d 2020-01-31 17:34:38 +01:00
MilhouseVH
c85978a499 RPi: update to firmware 62a0d75 2020-01-31 17:34:38 +01:00
MilhouseVH
3db71a02f4 RPi: update to firmware dc56225 2020-01-31 17:34:38 +01:00