Commit Graph

1659 Commits

Author SHA1 Message Date
kszaq
a87ec6817b 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-05-04 01:43:44 +02:00
kszaq
33e4a6a6df 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-05-04 01:43:11 +02:00
kszaq
42a4f1c69d 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-05-04 01:43:01 +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