Jernej Škrabec
4a82fd0f70
Merge pull request #3434 from MilhouseVH/linux5.0.7+
...
linux (RPi/Generic/Allwinner): update to linux-5.0.13
2019-05-08 01:15:28 +02:00
MilhouseVH
84a2e9cad5
linux (RPi): update to linux-403bf7d (5.0.13)
2019-05-07 16:58:55 +01:00
MilhouseVH
efb916df6c
linux (Generic/Allwinner): update to linux-5.0.13
2019-05-05 16:12:38 +01:00
MilhouseVH
00ce5d55d5
Merge pull request #3478 from kszaq/arm64_uimage_gzbz
...
linux: support creating gz/bz2 uImage for arm64
2019-05-04 20:32:21 +01:00
MilhouseVH
d97ea10c3d
linux: should have been kept
2019-05-04 18:28:10 +01:00
MilhouseVH
f3bbac83c2
linux (Generic/Allwinner): update to linux-5.0.12
2019-05-04 15:06:06 +01:00
MilhouseVH
87980ba81b
linux (Generic/Allwinner): update to linux-5.0.11
2019-05-04 15:06:06 +01:00
MilhouseVH
b689a73003
linux (RPi): update to linux-b684894 (5.0.10)
2019-05-04 15:06:06 +01:00
MilhouseVH
1b94a3a9e9
linux (Generic/Allwinner): update to linux-5.0.10
2019-05-04 15:06:06 +01:00
MilhouseVH
e09230b4e1
linux (RPi): update to linux-444dada (5.0.9)
2019-05-04 15:06:06 +01:00
MilhouseVH
512218d0c7
linux (Generic/Allwinner): update to linux-5.0.9
2019-05-04 15:06:06 +01:00
MilhouseVH
fa31b6b6c7
linux (RPi): update to linux-eab843c (5.0.8)
2019-05-04 15:06:06 +01:00
MilhouseVH
8fa9c21e14
linux (Generic/Allwinner): update to linux-5.0.8
2019-05-04 15:06:06 +01:00
CvH
9ba70c2b8d
Merge pull request #3483 from MilhouseVH/le10_equality_fixup
...
packages: use single = not == for string comparison
2019-05-04 07:35:51 +02:00
CvH
851f654777
Merge pull request #3458 from kszaq/drop_aml_3.14
...
Goodbye Amlogic 3.14
2019-05-04 07:22:11 +02:00
MilhouseVH
b8780a0275
packages: use single = not ==
2019-05-04 01:29:55 +01:00
kszaq
f38106de7a
linux: support creating gz/bz2 uImage for arm64
...
When building kernel image, suffixes are 'gz' and 'bz2'.
mkimage requires them to be 'gzip' and 'bzip2'.
2019-05-04 02:03:51 +02:00
kszaq
502e4de5b5
linux: restore original KERNEL_TARGET after creating uImage
2019-05-04 01:45:52 +02:00
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
bc7b73de04
linux: drop amlogic-3.14 kernel, drop building Android kernel image
2019-05-04 00:02:46 +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