MilhouseVH
8a7f1edad0
buildsystem: die if a kernel config is not available
2019-06-22 21:09:13 +01:00
MilhouseVH
95422fadf0
linux: should have been kept
2019-06-19 19:06:58 +01:00
kszaq
3c36022773
linux: drop amlogic-3.14 kernel, drop building Android kernel image
2019-06-19 19:06:40 +01:00
Jernej Skrabec
ecfc4182fb
Drop KERNEL_UBOOT_EXTRA_TARGET, it's never used
2019-06-15 06:26:29 +01:00
MilhouseVH
89c4916d11
linux (RPi/Generic/Allwinner): revert faulty Bluetooth commit
...
https://forum.kodi.tv/showthread.php?tid=343069&pid=2858940#pid2858940
https://forum.kodi.tv/showthread.php?tid=343068&pid=2859150#pid2859150
2019-06-15 06:26:29 +01:00
MilhouseVH
076d6c901a
linux (Generic): update to 5.1.9
2019-06-15 06:26:29 +01:00
MilhouseVH
6400a8cb7e
linux: avoid building host and target concurrently
2019-06-13 22:12:21 +01:00
Matthias Reichl
5cdbdf0303
linux: drop ati_remote.conf modprobe file
...
Disabling mouse support in the driver not only makes the mouse
feature of the remote non-functional but also results in a kernel
crash when a pressing a mouse button on the remote.
See https://forum.libreelec.tv/thread/17562-le-9-0-2-freeze-when-ati-remote-is-used/
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-13 22:12:21 +01:00
kszaq
1122893a50
linux: restore original KERNEL_TARGET after creating uImage
2019-06-13 22:12:20 +01:00
kszaq
ffdd6878a3
linux: use PKG_UIMAGE_*ADDR for the used address
...
If a package is sources multiple times, the destination address
may be recalculated and overwritten a few times. Prevent this by
using PKG-prefixed variables for results.
Thanks to MilhouseVH for suggesting this.
2019-06-13 22:12:20 +01:00
kszaq
4ef5e73ae6
linux: abort building arm64 uImage if KERNEL_UIMAGE_LOADADDR or KERNEL_UIMAGE_ENTRYADDR is not set
...
If either of these values is not set, resulting uImage
will not load properly. Abort if these are not set.
2019-06-13 22:12:20 +01:00
kszaq
69f3db483e
linux: amend uimage load address for proper decompression
...
When kernel image is compressed, it is first loaded
to RAM at load address specified in command line,
then unpacks to loadaddr provided by uImage.
For decompressed image not to overwrite compressed
data, uncompressed image load address needs to be
shifted by compressed image size + 1 MiB alignment.
2019-06-13 22:12:20 +01:00
Matthias Reichl
707655ced2
linux (RPi): switch to 4.19.50
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-12 23:07:58 +02:00
kszaq
3f23092e24
linux: if building uImage, build mkimage first
2019-05-03 15:14:56 +02:00
kszaq
2b4f957638
linux: support creating uImage for arm64
...
arm64 target does not support creating uImage.
Build Image first, then wrap it using u-boot's mkimage.
Requires defining UIMAGE_LOADADDR and UIMAGE_ENTRYADDR
in project options.
2019-04-18 21:28:27 +02:00
Christian Hewitt
20eaca6026
Merge pull request #2431 from Kwiboo/pkg-stamp
...
Add PKG_STAMP to trigger a package rebuild
2019-04-12 16:03:05 +04:00
Jernej Škrabec
13bd9b8829
Merge pull request #3375 from MilhouseVH/linux5.0.2+
...
linux (RPi/Generic): update to linux-5.0.7
2019-04-10 22:30:36 +02:00
MilhouseVH
3648538ea1
linux (RPi): update to linux-75b821b (5.0.7)
2019-04-08 21:08:30 +01:00
MilhouseVH
196acd56e8
linux (Generic): update to linux-5.0.7
2019-04-06 00:03:47 +01:00
kszaq
b458bf4e84
linux: rename gcc-linaro to gcc-arm
2019-04-03 22:48:28 +02:00
kszaq
a16579b131
Rename KERNEL_LINARO_TOOLCHAIN to KERNEL_TOOLCHAIN
...
in case there is a need to use non-Linaro toolchain.
2019-04-03 22:00:47 +02:00
Matthias Reichl
2c2da36cf5
linux: remove obsolete perf build flags
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-04-03 14:09:02 +01:00
Matthias Reichl
6c81019654
linux (Generic): drop obsolete libelf detection patch
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-04-03 14:09:02 +01:00
MilhouseVH
bcde849238
linux (Generic): update to linux-5.0.6
2019-04-03 12:47:37 +01:00
MilhouseVH
a065db25d4
linux (RPi): update to linux-29f2be6 (5.0.5)
2019-04-02 13:23:40 +01:00
Jonas Karlman
8d1d480c31
linux: add PKG_STAMP with make targets
2019-04-01 20:58:13 +00:00
MilhouseVH
20f7ac039f
linux (Generic): update to linux-5.0.5
2019-03-27 12:14:04 +00:00
MilhouseVH
5f1ca7d94a
linux (Generic): drop hda patch
...
@hiassoft:
"
It was added about 6 years ago, in early kernel 3.x days, probably meant to fix an issue with Nvidia ION, but rejected upstream - see discussion here
https://mailman.alsa-project.org/pipermail/alsa-devel/2013-February/059570.html
I think we should drop it as it could cause issues. If there's some issue remaining it needs to be handled properly without downstream patches
"
2019-03-27 10:13:06 +00:00
Matthias Reichl
ea767f15f5
linux: add patch to improve Xbox DVD remote performance
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-24 10:46:14 +01:00
Matthias Reichl
fdf75059dd
linux: add backport patch to add RCMM IR decoder
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-24 10:45:57 +01:00
MilhouseVH
811fda8c3a
linux (Generic): update to linux-5.0.4
2019-03-23 19:41:45 +00:00
Christian Hewitt
820d962a92
linux: remove amlogic-3.10 patch dir
2019-03-23 14:23:55 +04:00
MilhouseVH
874e90a9f2
linux (RPi): update to linux-1bcd1a4 (5.0.3)
2019-03-21 22:26:36 +00:00
MilhouseVH
59542de778
linux (Generic): update to linux-5.0.3
2019-03-19 18:12:41 +00:00
MilhouseVH
31fc0fbbea
linux (RPi): update to linux-709198a (5.0.2)
2019-03-17 08:47:25 +00:00
MilhouseVH
c592a3d797
linux (Generic): update to linux-5.0.2
2019-03-14 04:58:13 +00:00
MilhouseVH
6fac6a507a
linux (RPi): update to linux-19b5327 (5.0.1)
2019-03-12 21:18:01 +00:00
MilhouseVH
a189061f18
linux (Generic): update to linux-5.0.1
2019-03-12 02:59:37 +00:00
MilhouseVH
dcad02ee8c
linux (RPi): update to linux-00794df (5.0)
2019-03-12 02:58:49 +00:00
MilhouseVH
4ad2f97319
linux (Generic): update to linux-5.0
2019-03-12 02:58:47 +00:00
MilhouseVH
d2ba4b3d32
linux (RPi): update to linux-f1bbe31 (5.0-rc8)
2019-03-12 02:38:12 +00:00
MilhouseVH
3541be4e6e
linux (Generic): update to linux-5.0-rc8
2019-03-12 02:38:12 +00:00
MilhouseVH
2a83735936
linux (RPi): update to linux-deff4d8 (5.0-rc7)
2019-03-12 02:38:12 +00:00
MilhouseVH
e556a72918
linux (Generic): update to linux-5.0-rc7
2019-03-12 02:38:12 +00:00
MilhouseVH
dc588e462c
linux (RPi): update to linux-61f0bf6 (5.0-rc6)
2019-03-12 02:38:11 +00:00
MilhouseVH
7a92ab26ae
linux (Generic): update to linux-5.0-rc6
2019-03-12 02:38:11 +00:00
MilhouseVH
245b0e6be2
linux (RPi): update to linux-da568e0 (5.0-rc5)
2019-03-12 02:38:11 +00:00
MilhouseVH
ff8534bbb5
linux (Generic): update to linux-5.0-rc5
2019-03-12 02:38:11 +00:00
MilhouseVH
6776f9028b
linux (Generic): update to linux-5.0-rc4
2019-03-12 02:38:11 +00:00
MilhouseVH
34fb94bdb9
linux (RPi): update to linux-b525187 (5.0-rc3)
2019-03-12 02:38:11 +00:00