core/linux-armv7 to 4.11.0-2

This commit is contained in:
Kevin Mihelich 2017-05-12 01:02:27 +00:00
parent 79b4592bb2
commit aeddf3dbba
11 changed files with 65 additions and 30 deletions

View file

@ -1,7 +1,7 @@
From e043ee82e371ded84d2940af53f0f3b0e549236d Mon Sep 17 00:00:00 2001 From 9113c0187d68d3d6bb1f6069ba86a37a4e4f97de Mon Sep 17 00:00:00 2001
From: Willy Tarreau <w@xxxxxx> From: Willy Tarreau <w@xxxxxx>
Date: Sun, 2 Dec 2012 19:59:28 +0100 Date: Sun, 2 Dec 2012 19:59:28 +0100
Subject: [PATCH 1/9] ARM: atags: add support for Marvell's u-boot Subject: [PATCH 01/10] ARM: atags: add support for Marvell's u-boot
Marvell uses a specific atag in its u-boot which includes among other Marvell uses a specific atag in its u-boot which includes among other
information the MAC addresses for up to 4 network interfaces. information the MAC addresses for up to 4 network interfaces.

View file

@ -1,8 +1,8 @@
From 9192225b0bee8ed45131f4c311ee2eb41d3f5327 Mon Sep 17 00:00:00 2001 From 6271ea4f21b8b175cfa3a64b18501bb7e8d140d6 Mon Sep 17 00:00:00 2001
From: Willy Tarreau <w@xxxxxx> From: Willy Tarreau <w@xxxxxx>
Date: Sun, 2 Dec 2012 19:56:58 +0100 Date: Sun, 2 Dec 2012 19:56:58 +0100
Subject: [PATCH 2/9] ARM: atags/fdt: retrieve MAC addresses from Marvell boot Subject: [PATCH 02/10] ARM: atags/fdt: retrieve MAC addresses from Marvell
loader boot loader
The atags are parsed and if a Marvell atag is found, up to 4 MAC The atags are parsed and if a Marvell atag is found, up to 4 MAC
addresses are extracted there and assigned to node aliases eth0..3 addresses are extracted there and assigned to node aliases eth0..3

View file

@ -1,7 +1,7 @@
From e028a068903ac27bff5161f13deca6012e8ee885 Mon Sep 17 00:00:00 2001 From 58251af3f3bcc92521fc65ca9448dda679f371f0 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org> From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Fri, 5 Sep 2014 15:41:19 -0600 Date: Fri, 5 Sep 2014 15:41:19 -0600
Subject: [PATCH 3/9] SMILE Plug device tree file Subject: [PATCH 03/10] SMILE Plug device tree file
This adds a dts file for the SMILE Plug, which only differs from the Mirabox This adds a dts file for the SMILE Plug, which only differs from the Mirabox
dts with the LED definitions. dts with the LED definitions.

View file

@ -1,7 +1,7 @@
From 0a8ba03a102df867bb031e84c7fcf531f240cc96 Mon Sep 17 00:00:00 2001 From 26bad4f64f00a5b4a197a1cf6d0cde1a02f9cb0b Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org> From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Fri, 5 Sep 2014 15:43:56 -0600 Date: Fri, 5 Sep 2014 15:43:56 -0600
Subject: [PATCH 4/9] fix mvsdio eMMC timing Subject: [PATCH 04/10] fix mvsdio eMMC timing
These changes from Globalscale change the MMC timing to allow the eMMC versions These changes from Globalscale change the MMC timing to allow the eMMC versions
of the Mirabox and SMILE Plug to work. of the Mirabox and SMILE Plug to work.

View file

@ -1,7 +1,8 @@
From 7c54d4049580474d6860f2f9d8cd53513ec48289 Mon Sep 17 00:00:00 2001 From fad9500067807862b0984973e3ec3182f585c4a7 Mon Sep 17 00:00:00 2001
From: popcornmix <popcornmix@gmail.com> From: popcornmix <popcornmix@gmail.com>
Date: Tue, 18 Feb 2014 01:43:50 -0300 Date: Tue, 18 Feb 2014 01:43:50 -0300
Subject: [PATCH 5/9] net/smsc95xx: Allow mac address to be set as a parameter Subject: [PATCH 05/10] net/smsc95xx: Allow mac address to be set as a
parameter
--- ---
drivers/net/usb/smsc95xx.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/net/usb/smsc95xx.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++

View file

@ -1,7 +1,7 @@
From 7b10094b018ea22ae0e933098a961987b326252a Mon Sep 17 00:00:00 2001 From 863b1ec078f908fdfab6f9b9900e54973754fbad Mon Sep 17 00:00:00 2001
From: dobatog <dobatog@gmail.com> From: dobatog <dobatog@gmail.com>
Date: Thu, 26 Feb 2015 12:32:27 +0100 Date: Thu, 26 Feb 2015 12:32:27 +0100
Subject: [PATCH 6/9] ARM: TLV320AIC23 SoC Audio Codec: Fix errors reported Subject: [PATCH 06/10] ARM: TLV320AIC23 SoC Audio Codec: Fix errors reported
related to input routing signals. related to input routing signals.
The following patch, based on stable v3.19, corrects the errors that are reported in the boot trace in reference to the Input Signals of the audio codec TLV320AIC23: The following patch, based on stable v3.19, corrects the errors that are reported in the boot trace in reference to the Input Signals of the audio codec TLV320AIC23:

View file

@ -1,7 +1,7 @@
From c9e324cee27e70fac2dd77adffd33445eae9ced5 Mon Sep 17 00:00:00 2001 From 14f39f3c5fef7502486827ff68d649e0f47cbbd3 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org> From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sat, 14 Feb 2015 12:32:27 +0100 Date: Sat, 14 Feb 2015 12:32:27 +0100
Subject: [PATCH 7/9] set default cubietruck led triggers Subject: [PATCH 07/10] set default cubietruck led triggers
Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org> Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
--- ---

View file

@ -1,7 +1,7 @@
From 45353496c9a480c745fda93f552e6e0ffb417d51 Mon Sep 17 00:00:00 2001 From f51a9920e9836ae341787d4524bb9790547ef921 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org> From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Thu, 11 Aug 2016 00:42:37 -0600 Date: Thu, 11 Aug 2016 00:42:37 -0600
Subject: [PATCH 8/9] exynos4412-odroid: set higher minimum buck2 regulator Subject: [PATCH 08/10] exynos4412-odroid: set higher minimum buck2 regulator
voltage voltage
Set a higher minimum voltage to help reboot issue. Set a higher minimum voltage to help reboot issue.

View file

@ -1,7 +1,7 @@
From f0527d9a7d142e36dedeea473c996bd53eef00a1 Mon Sep 17 00:00:00 2001 From f667bdbe066d7c8ec99e0f52cc9fd1eae0f5b6bb Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org> From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sat, 25 Feb 2017 19:39:51 -0700 Date: Sat, 25 Feb 2017 19:39:51 -0700
Subject: [PATCH 9/9] disable USB3 port on ODROID-XU Subject: [PATCH 09/10] disable USB3 port on ODROID-XU
Ports report over-current condition and are non-operable. Ports report over-current condition and are non-operable.

View file

@ -0,0 +1,31 @@
From a986bc8d10b57b3261f712327fd477c6f09ff414 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sun, 7 May 2017 13:32:25 -0600
Subject: [PATCH 10/10] ARM: dove: enable ethernet on D3Plug
Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
---
arch/arm/boot/dts/dove-d3plug.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/dove-d3plug.dts b/arch/arm/boot/dts/dove-d3plug.dts
index f5f59bb5a534..b0ad0bbf6818 100644
--- a/arch/arm/boot/dts/dove-d3plug.dts
+++ b/arch/arm/boot/dts/dove-d3plug.dts
@@ -60,6 +60,13 @@
&uart0 { status = "okay"; };
&sata0 { status = "okay"; };
&i2c0 { status = "okay"; };
+&mdio { status = "okay"; };
+&eth { status = "okay"; };
+
+&ethphy {
+ compatible = "marvell,88e1310";
+ reg = <1>;
+};
/* Samsung M8G2F eMMC */
&sdio0 {
--
2.12.2

View file

@ -8,7 +8,7 @@ _srcname=linux-4.11
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="ARMv7 multi-platform" _desc="ARMv7 multi-platform"
pkgver=4.11.0 pkgver=4.11.0
pkgrel=1 pkgrel=2
rcnrel=armv7-x0 rcnrel=armv7-x0
arch=('armv7h') arch=('armv7h')
url="http://www.kernel.org/" url="http://www.kernel.org/"
@ -27,6 +27,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'0007-set-default-cubietruck-led-triggers.patch' '0007-set-default-cubietruck-led-triggers.patch'
'0008-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch' '0008-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch'
'0009-disable-USB3-port-on-ODROID-XU.patch' '0009-disable-USB3-port-on-ODROID-XU.patch'
'0010-ARM-dove-enable-ethernet-on-D3Plug.patch'
'config' 'config'
'kernel.its' 'kernel.its'
'kernel.keyblock' 'kernel.keyblock'
@ -35,15 +36,16 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'99-linux.hook') '99-linux.hook')
md5sums=('251a5deee0fa6daf3f356b1bbda9eab8' md5sums=('251a5deee0fa6daf3f356b1bbda9eab8'
'57eddb3aee93070a2be1a735f35e6770' '57eddb3aee93070a2be1a735f35e6770'
'35050d4086083976228b1aad40eb9685' 'e3025634513b4e76f280768a20bc8e16'
'b1f82c5ab2c1f49839a55f3bfd79e3b4' 'bc7ced14bd4dcc9e5ebfb39791a696d8'
'7d2eb3a79013bbcc9eac8aae14ec95ed' '8e4187645e1abc78798e4b58960f7f8f'
'887172b2dbca6a024d2fc7dd2865ca17' '4f1909990d16def2693876d62e370c51'
'cc15319d42d3dac4225523ee319f0b4e' 'c27816e523f1bd6432ec1966c89d3f8e'
'5be4c09f985310ec1c157621a1e0bb8e' '4cb1abc196fcd4bcf20128f893978849'
'7902ffb9e4e48cd3426777d6fb3f2e9b' '6f2a72c08edc24191001d3ce77e238a9'
'3cd8942f980b0e85eb832168d086988b' '9a6ca27f3a4035a0e1c0cd0a93f63ce4'
'9f62b9c953a01b64b7dcf2e90aac6e37' '1d69d4bb563bbd9b12cf23371b1d1419'
'eef6e37ace0d9bb9dd8e23459f0eb3e9'
'87f000b1f2c75c21aee754f49927e4ad' '87f000b1f2c75c21aee754f49927e4ad'
'4f2379ed84258050edb858ee8d281678' '4f2379ed84258050edb858ee8d281678'
'61c5ff73c136ed07a7aadbf58db3d96a' '61c5ff73c136ed07a7aadbf58db3d96a'
@ -70,6 +72,7 @@ prepare() {
git apply ../0007-set-default-cubietruck-led-triggers.patch git apply ../0007-set-default-cubietruck-led-triggers.patch
git apply ../0008-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch git apply ../0008-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch
git apply ../0009-disable-USB3-port-on-ODROID-XU.patch git apply ../0009-disable-USB3-port-on-ODROID-XU.patch
git apply ../0010-ARM-dove-enable-ethernet-on-D3Plug.patch
cat "${srcdir}/config" > ./.config cat "${srcdir}/config" > ./.config
@ -338,7 +341,7 @@ _package-d3plug() {
depends=('linux-armv7') depends=('linux-armv7')
provides=('linux-armv7-uimage') provides=('linux-armv7-uimage')
conflicts=('linux-armv7-uimage') conflicts=('linux-armv7-uimage')
#replaces=('linux-d3plug') replaces=('linux-d3plug')
cd "${srcdir}/${_srcname}" cd "${srcdir}/${_srcname}"