Commit Graph

1733 Commits

Author SHA1 Message Date
MilhouseVH
26b120224b linux (Generic): update to linux-5.1-rc3 2019-05-09 19:43:30 +01:00
MilhouseVH
69edcc9952 linux (Generic): update to linux-5.1-rc2 2019-05-09 19:43:30 +01:00
MilhouseVH
6408d85005 linux (RPi/Generic): drop upstreamed patches 2019-05-09 18:31:26 +01:00
MilhouseVH
ed52038cfb linux (Generic): update to linux-5.1-rc1 2019-05-09 18:31:26 +01:00
MilhouseVH
7707a0a685 linux (Generic/RPi): drop backported rcmm-ir-decoder patches 2019-05-09 18:31:26 +01:00
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