MilhouseVH
fec79b5c13
config/functions: ln -sf is not always thread safe
2019-06-09 21:23:19 +01:00
MilhouseVH
41c5cd28f0
Merge pull request #3539 from CGarces/cleanup_wifi
...
cleanup: Remove code related to kernels 3.14 and 3.10 on WiFi drivers.
2019-06-09 14:55:02 +01:00
CvH
c09b069358
Merge pull request #3545 from jernejsk/aw_linux_patches
...
Allwinner: Various updates
2019-06-09 10:53:28 +02:00
Carlos Garces
2d51499d3b
RTL8192EU: Remove patches for old GCC versions.
2019-06-08 12:40:38 +02:00
Carlos Garces
3f75e52a7b
RTL8192CU: Remove patches for old kernels and GCC versions
2019-06-08 12:40:38 +02:00
Jernej Skrabec
a3878585eb
uboot_helper: Add OrangePi 3
2019-06-06 07:33:43 +02:00
Jernej Skrabec
85a1df135d
Allwinner: Add support for OrangePi 3 (H6)
2019-06-06 07:33:43 +02:00
MilhouseVH
17cda55c9f
Merge pull request #3523 from HiassofT/le10-initramfs-cleanup
...
cleanup initramfs build, drop support for kernel modules in initramfs
2019-06-05 15:46:53 +01:00
MilhouseVH
6739e26fd7
Merge pull request #3528 from HiassofT/le10-ati-remote
...
linux: drop ati_remote.conf modprobe file
2019-06-05 15:46:04 +01:00
Matthias Reichl
c7f2098c74
Merge pull request #3531 from MilhouseVH/le10_minor_cleanup
...
buildsystem: cleanup (addons) and fix (linux)
2019-06-05 09:41:44 +02:00
Jernej Skrabec
159d50dd47
brcmfmac_sdio-firmware: Update package
2019-06-04 20:18:50 +02:00
Jernej Skrabec
985ced6899
atf: Add fix for Allwinner H6 reboot issue
2019-06-04 20:18:50 +02:00
Jernej Skrabec
5f84764bf9
Allwinner: Rework patches
2019-06-04 20:18:50 +02:00
Jernej Skrabec
1846ac3948
ffmpeg: update request api patches
2019-06-04 20:18:50 +02:00
Jonas Karlman
5d2f206e5c
Merge pull request #3541 from jernejsk/fix_uboot
...
Fix U-Boot compilation when board config is missing
2019-06-01 11:20:03 +02:00
Jernej Skrabec
48aa4089dc
uboot_helper: Fix Allwinner boards and add NanoPi M1
2019-06-01 10:45:45 +02:00
Jernej Skrabec
81739f602f
u-boot: Fail if config is wrongly configured
2019-06-01 10:44:19 +02:00
Jernej Škrabec
47ba37aa70
Merge pull request #3507 from MilhouseVH/linux5.1.1+
...
linux (RPi/Generic/Allwinner): update to linux-5.1.5
2019-05-31 22:49:23 +02:00
Matthias Reichl
f6370fe64f
Merge pull request #3517 from MilhouseVH/le10_firmwares
...
kernel-firmware/intel-ucode: update to 20190514
2019-05-30 22:44:21 +02:00
kszaq
1f19b2b5e4
Merge pull request #3467 from Kwiboo/libmali-setup
...
libmali: add support for multiple so-files
2019-05-29 07:46:30 +02:00
MilhouseVH
aa7d22f05b
buildsystem: avoid process forks to init dashboard status file
...
A typical image build will update the dashboard 3500-4500 times. This change
avoids two process forks (cat, wc) per update, and the remaining $(< file) is
faster than $(cat file).
2019-05-29 02:12:42 +01:00
MilhouseVH
cd0e70eb65
buildsystem: replace $(cat file) with faster alternative
...
See: https://www.gnu.org/software/bash/manual/html_node/Command-Substitution.html
"
...
Bash performs the expansion by executing command in a subshell environment and replacing
the command substitution with the standard output of the command, with any trailing newlines
deleted. Embedded newlines are not deleted, but they may be removed during word splitting. The
command substitution $(cat file) can be replaced by the equivalent but faster $(< file).
"
Testing indicates var=$(< file) is twice as fast as var=$(cat file).
2019-05-29 01:04:45 +01:00
Jonas Karlman
d6e1e346f9
libmali: update to 4cbf211
...
Adds support for multiple so-files
2019-05-28 21:27:52 +00:00
MilhouseVH
27f23f4de3
linux (RPi): config options for 5.1.5 (64BIT_TIME)
2019-05-28 17:09:10 +01:00
MilhouseVH
c04dcdbd94
linux (RPi): update to linux-4b621fd (5.1.5)
2019-05-28 16:52:51 +01:00