Commit Graph

165 Commits

Author SHA1 Message Date
Igor Pecovnik
13badaf334 sunxi - add upstream patch 2021-02-13 22:30:59 +01:00
Igor Pecovnik
d2fe129f3a Update kernel config, add upstream patches 2021-02-11 17:23:41 +01:00
Igor Pecovnik
2b1306443d Remove deprecated patch 2021-02-05 11:27:39 +01:00
gentoo-root
7c85ffe28c mvebu: Patch kernel to fix SATA write performance regression (#2595)
* mvebu: Patch kernel to fix SATA write performance regression

Add an upstream patch that fixes SATA write speed regression that
appeared in kernel 5.9.

Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>

* Create 0001-Revert-block-simplify-set_init_blocksize-to-regain-l.patch

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2021-02-03 20:21:38 +01:00
guidol70
f5a9a1f227 Changing the ethernet eth0 phy-mode from rgmii to rgmii-id (like on Neo2 H5)
because only with mode rgmii-id the onboard ethernet-port can be used with kernel 5.9.x up to 5.10.10
Tested successfully on new compiled armbian buster current/dev images (on armbian-build-system)

see also https://forum.armbian.com/topic/16892-nanopi-a64-doesnt-connect-with-onboard-ethernetwifi-with-new-compiled-currentdev-image/?do=findComment&comment=118128
2021-01-26 17:12:09 +01:00
The-going
9af2eafac1 the patch-5.10.6-7 has aged and is no longer needed (#2554) 2021-01-18 15:29:39 +01:00
Igor Pecovnik
8849b83ec6 Add upstream patches 2021-01-14 22:00:34 +01:00
Igor Pecovnik
db7de90b24 Remove deprecated patches 2021-01-12 20:13:12 +01:00
Igor Pecovnik
151414ef49 Allwinner - add upstream patches 2021-01-10 16:16:58 +01:00
Igor Pecovnik
535650da96 Fix broken ethernet on Orangepi 2 2021-01-05 22:54:58 +01:00
Igor Pecovnik
95b0b601b7 Fix broken ethernet on Bananapi Pro 2021-01-05 22:45:51 +01:00
Igor Pecovnik
53bc9e481a Fix broken ethernet on FriendlyARM K1+
https://forum.armbian.com/topic/16691-again-a-no-ethernet-after-update-this-time-nanopi-k1-plus-with-5104-dev/
2021-01-05 21:38:07 +01:00
Igor Pečovnik
01024e20d5 Move sunxi current to 5.10.y (#2525) 2021-01-02 21:56:56 +01:00
lanefu
7bb5101977 AR-512 OPI3 ethernet related stuff (#2473)
* remove tx-rx delay patch

* remove rx-tx patch for sunxi-dev

* updated additional phy-mode configurations

* cleaned up erroneous patch

* fixed phy-mode for orangepi-zero-plus H5

* fixed phy-mode for zeropi and opi zero2 

Co-authored-by: 5kft <5kft@users.noreply.github.com>
2020-12-30 11:17:25 -05:00
Igor Pecovnik
c7cc1825cd Update wifi related patches and (temprally) disable 8188EU since it breaks K5.10.y 2020-12-28 21:52:45 +01:00
Igor Pecovnik
f913dd66ce Add upstream patch 2020-12-23 00:56:47 +01:00
Icenowy Zheng
c4d989f037 sunxi: fix PineCube Ethernet by removing conflicting patches from Olimex (#2493)
These patches are for Olimex S3-OLinuXino, which is not yet support by
Armbian.

Remove them to prevent DT node conflict.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
2020-12-22 20:13:02 +01:00
Igor Pečovnik
8192ac4d4d Upstream patches (#2474)
* Add xu4 current upstream patch
* Update sunxi legacy
* Update sunxi current
2020-12-16 23:33:51 +01:00
Lane Jennison
0cfd79fa07 remove tx-rx delay patch 2020-12-16 12:24:16 -05:00
Lane Jennison
f4a7a4c52c disabling 2020-12-16 12:23:56 -05:00
Igor Pecovnik
63114d1fc8 Remove deprecated patch 2020-12-11 16:36:58 +01:00
Igor Pečovnik
d0243775c9 Prep (#2413)
* Enable multicore compilation for headers compile.

* Remove deprecated part of the patch

* Remove deprecated patch
2020-12-05 01:04:41 +01:00
Igor Pečovnik
920247f56b Small maintenance tasks (#2412)
* Enable multicore compilation for headers compile.

* Upstream patches and config adjustement
2020-12-04 00:11:45 +01:00
Martin Ayotte
c5534178eb Fix missing H6 SPI pins 2020-11-30 21:01:57 -05:00
Icenowy Zheng
bce3a717a9 sunxi64: current/dev: add pine64-7inch-lcd overlay (#2395)
Add overlay for the 1024x600 7" LCD from Pine64 to use it on
pine64/pine64so boards.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
2020-11-30 16:49:15 +01:00
Icenowy Zheng
e19d014e00 Add Pine64 PineCube support (#2364)
* sunxi: kernel: current/dev: enable sun6i-csi and disable LL debug on UART0

The former is useful on some boards, e.g. PineCube.

The latter blocks boards that do not utilize UART0 from booting.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>

* sunxi: add new family sun8i-v3s

This family is intended for boards with V3/V3s/S3/S3L chips and low
DRAM capacity.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>

* sunxi: add PineCube board

This board features Sochip S3 SoC (Allwinner V3 die + co-packaged 128MiB
DRAM), and an OmniVision OV5640 camera is shipped with the board.

Add support for it. It could be used as an IP camera then.

Kernel support is only added to current/dev branch, with dev just using
mainline-merged DT and current using backported DT from 5.10-rc.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>

* sunxi: kernel: current/dev: add V3s OHCI/EHCI nodes

These are needed for USB host on V3s boards to work.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
2020-11-25 19:50:10 +01:00
Igor Pečovnik
a08539790d Remove broken part from patches (#2347)
* Remove broken part from patches
2020-11-14 20:49:32 +01:00
5kft
54c869dd44 [ sunxi-current ] remove deprecated patches 2020-11-10 14:01:42 -08:00
5kft
b01aa73366 [ sunxi ] minor patch updates: input section change fix for vfp 2020-11-06 08:32:20 -08:00
5kft
259cfff4b5 [ sunxi-current ] add temporary vfphw THUMB2 compilation workaround patch 2020-11-05 07:39:05 -08:00
5kft
cd092d8fdc [ sunxi-current ] add upstream patches 2020-11-05 06:59:58 -08:00
5kft
6788786057 [ sunxi-current ] migrate to kernel 5.9.x 2020-11-03 06:22:42 -08:00
5kft
a3e54dd7ac [ sunxi-current ] add upstream patches 2020-11-01 07:18:08 -08:00
5kft
cf19bdc978 [ sunxi-current ] add upstream patches 2020-10-29 08:10:47 -07:00
Igor Pecovnik
d7288a37ee sunxi - remove deprecated patches 2020-10-19 21:08:53 +02:00
Igor Pecovnik
8f06417da6 Add upstream patches for Odroid XU4 and ALlwinner's 2020-10-17 13:01:55 +02:00
5kft
b81a90c76b [ sunxi-current ] added revert of RTL8211E driver rx/tx delay config change
A new kernel change (see https://lkml.org/lkml/2020/9/16/1323) introduces
significant instabilities in the RTL8211E Ethernet interface; this patch
reverts that change so that the RTL8211E works reliably again.
2020-10-15 19:07:50 -07:00
5kft
688767a513 [ sunxi-current ] add upstream patches 2020-10-15 19:05:47 -07:00
5kft
c7e08fe52c [ sunxi-current ] remove deprecated patches 2020-10-12 07:43:18 -07:00
Werner
e9f172a572 Create patch-5.8.13-14.patch 2020-10-08 07:58:51 +02:00
Igor Pecovnik
159f913038 Bugfix - remove deprecated part of wifi 5.8.y patches 2020-10-04 09:29:18 +02:00
5kft
35c85295d3 [ sunxi-current ] upstream patch updates; updated default configs 2020-10-01 16:58:23 -07:00
Werner
8ae1f719c6 sunxi-current: add upstream patch 2020-09-28 17:43:43 +02:00
Igor Pecovnik
1d24dff26c Remove deprecated patch 2020-09-21 18:28:22 +02:00
5kft
3d812923ea [ sunxi-current ] bring kernel up to 5.8.10; adapt Wi-Fi patches for upstream changes 2020-09-17 20:32:34 -07:00
5kft
61e4b39303 [ sunxi ] add MP2143DJ regulator and status LEDs entries to the NanoPi NEO DT 2020-09-08 11:35:09 -07:00
Igor Pecovnik
979b8a822f Remove deprecated patch 2020-09-08 19:49:58 +02:00
Igor Pecovnik
59b53e6d1c Remove deprecated patch 2020-09-07 07:41:43 +02:00
5kft
a16e87045b [ sunxi ] add upstream patches, update configs 2020-09-05 07:51:50 -07:00
Werner
a1eedb70f8 Delete xxx-fix_broken_usbip.patch
fixed upstream
2020-09-03 17:37:14 +02:00