Commit Graph

4893 Commits

Author SHA1 Message Date
Jernej Skrabec
2cc9f509dd Allwinner: u-boot: add OrangePi 3 LTS support 2023-02-08 18:02:40 +01:00
Jernej Skrabec
35c10745fd Allwinner: linux: update OrangePi 3 LTS patch 2023-02-08 18:02:11 +01:00
Jernej Skrabec
9fdc091a5e atf: Fix regulators for Allwinner, again
This time is done with upstream fix, so it should stick.
2023-02-08 09:11:18 +01:00
CvH
6c709f0dd9 Generic-legacy: use Generic-legacy addons 2023-02-05 21:14:24 +01:00
Matthias Reichl
5a02115f31 RPi: add distroconfig-composite.txt files
This allows users to easily enable composite video out by changing
the include in config.txt.

Signed-off-by: Matthias Reichl <hias@horus.com>
2023-02-03 16:02:21 +01:00
Matthias Reichl
813e9a29bb RPi2: increase CMA size to 384MB
The default of 256MB often leads to kodi crashes because mesa driver can't
allocate memory for textures / images.

Signed-off-by: Matthias Reichl <hias@horus.com>
2023-02-03 16:02:21 +01:00
Jernej Skrabec
eff5fb71af Allwinner: u-boot: Add missing patches for H2+ 2023-01-29 09:23:34 +01:00
CvH
52462e741c Merge pull request #7418 from heitbaum/kernel61
linux: update to 6.1.y
2023-01-28 11:41:53 +01:00
Matthias Reichl
5225072715 RPi: update kodi deinterlace patches
sync with latest version from popcornmix, mark callback as threadsafe
to get rid of ffmpeg warning

Signed-off-by: Matthias Reichl <hias@horus.com>
2023-01-25 21:34:43 +01:00
Rudi Heitbaum
bda61ac67d linux: add GCC11_NO_ARRAY_BOUNDS to .config 2023-01-24 08:16:41 +00:00
Rudi Heitbaum
eda306780f linux (Samsung): tidy .config for auto set options 2023-01-24 08:13:08 +00:00
Rudi Heitbaum
01638fbe76 linux (Rockchip RK3288): tidy .config for auto set options 2023-01-24 08:12:58 +00:00
Rudi Heitbaum
c152a353d0 linux (Allwinner aarch64): tidy .config for auto set options 2023-01-24 08:12:19 +00:00
CvH
f3ef15214d Merge pull request #7409 from HiassofT/le11-kernel-6.1.4
linux (RPi): update to 6.1.7
2023-01-19 21:04:04 +01:00
Matthias Reichl
853411febb linux (RPi): config options for 6.1.6-2c11bb0
Signed-off-by: Matthias Reichl <hias@horus.com>
2023-01-19 20:56:29 +01:00
Matthias Reichl
0b00a0db69 linux (RPi): config options for 6.1.4-b5d289f
Signed-off-by: Matthias Reichl <hias@horus.com>
2023-01-19 20:56:29 +01:00
CvH
c9e386c1c5 Merge pull request #7336 from heitbaum/netfilter
kernel_options: add Netfilter section
2023-01-19 19:59:45 +01:00
CvH
d344687ffa Merge pull request #7337 from heitbaum/docker-kcc
kernel_options: add Docker section
2023-01-19 19:58:36 +01:00
Christian Hewitt
a283803c54 Merge pull request #7376 from mglae/le11_options_additional
options: allow using  ADDITIONAL_DRIVERS and ADDITIONAL_PACKAGES of distribution
2023-01-18 23:18:10 +04:00
Christian Hewitt
bb294733eb linux: bump Amlogic kernel to 6.1.y 2023-01-16 08:26:11 +00:00
Christian Hewitt
46a791284d amlogic: add CONFIG_EFI_LOADER to u-boot config 2023-01-16 08:26:11 +00:00
Christian Hewitt
57249674d9 amlogic: add ffmpeg patches for improved HEVC seek 2023-01-16 08:25:55 +00:00
mglae
3c34476045 options: allow using ADDITIONAL_DRIVERS in distributions file for all projects 2023-01-13 19:39:21 +01:00
mglae
1582234188 options: allow using ADDITIONAL_PACKAGES in distributions file for all projects 2023-01-13 19:32:15 +01:00
Rudi Heitbaum
bd80779d30 linux (Allwinner): Bluetooth: btrtl: Add support for RTL8822BS UART
Found in some variants of Tanix TX6

Before:
[    7.512876] rtw_8822bs mmc2:0001:1: Firmware version 27.2.0, H2C version 13
[    8.219545] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[    8.430833] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[    8.430866] Bluetooth: hci0: RTL: unknown IC info, lmp subver 8822, hci rev 000b, hci ver 0007
After:
[    8.958224] rtw_8822bs mmc2:0001:1: Firmware version 27.2.0, H2C version 13
[    9.017294] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[    9.021399] Bluetooth: hci0: RTL: rom_version status=0 version=2
[    9.021428] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822bs_fw.bin
[    9.024180] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822bs_config.bin
[    9.048050] Bluetooth: hci0: RTL: cfg_sz 25, total sz 23101
[   10.316891] Bluetooth: hci0: RTL: fw version 0xaa6c133c
2023-01-10 09:03:56 +00:00