Commit graph

3299 commits

Author SHA1 Message Date
Piotr Szczepanik
d0716cecd0
Switched rockchip64-dev to linux v5.10-rc6 2020-12-01 21:04:03 +01:00
lanefu
76aad7802c
Use armbian mirrors for downloads (#2400)
* switch to ARBIAN_MIRROR var for downloads
Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2020-12-01 14:43:38 +01:00
Igor Pecovnik
d5171276a9 Enable EHCI support for Meson64 kernel family
Possibly fix for HC4
2020-12-01 08:30:32 +01:00
Tony
95e8b6de84
Update meson-g12b.conf (#2389)
The mainline kernel is filling up logs about the ttyS0, it should be ttyaml0 on mainline as is inherited from meson64_common.inc, only overridden in case of legacy kernel.
2020-11-30 08:05:21 +01:00
JMCC
bf6a850707
Merge pull request #2391 from armbian/add-kvim2
Several improvements to support meson-gxm
2020-11-28 21:37:17 +01:00
Oleg
ccbc888b3f
add dts rk3328-roc-pc, fix WIFI and USB 3.0 rk3328 (#2390) 2020-11-28 16:52:34 +01:00
JMCC
eb1beec350 Add Khadas Vim2 csc 2020-11-28 14:58:10 +00:00
JMCC
2f9fe39633 Add new function for gxl/gxm ATF using amlogic-boot-fip repo 2020-11-28 14:58:10 +00:00
Jannis
53906b386c
Merge pull request #2352 from armbian/AR-526
[AR-526] Moving mvebu-dev to lk5.9
2020-11-27 08:36:50 +01:00
Igor Pečovnik
62fbc2ad92
Enable building Pinecube images (#2384) 2020-11-27 00:37:14 +01:00
heaterC
ddf7d92c69
change bionic64to focal64 (#2371) 2020-11-25 19:54:02 +01:00
Piotr Szczepanik
d418e595cf
Switched rockchip64-dev to 5.10.0-rc (#2378) 2020-11-25 19:53:19 +01:00
Igor Pečovnik
62c27823a6
Move Rockchip 32b to 5.9.y (#2339)
* Move Rockchip 32b to 5.9.y
* Disable broken patches
2020-11-25 19:50:47 +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
Pander
1509e77ef0
enabled s5k4ec camera sensor module (#2381) 2020-11-25 19:47:28 +01:00
Igor Pecovnik
1d04894f50 Adjust build targets 2020-11-25 11:11:02 +01:00
Heisath
87aa3de522 Merge branch 'master' into AR-526 2020-11-25 09:43:23 +01:00
Aditya Prayoga
a3beb9b5a3
Helios64: Update fan configuration, enable network LED and enable UPS timer (#2376)
* update fancontrol configuration

* Enable network activity led, default to eth0

* Do not disable auto poweron on power loss event

* Added UPS timer

Provide timer to poweroff system after 600 s (10 minutes) of power loss
event. If power restored within that time window, cancel the timer.

* Use different service for legacy

LK 4.4 does not have ledtrig-netdev, so it will cause the service to
fail.

* Use 10m instead 600 seconds in UPS timer

Systemd time can use m suffix for minutes. Use this to make it easier to
read.
2020-11-25 14:18:29 +07:00
Igor Pecovnik
f5e4c08274 Disable ZSMALLOC_PGTABLE_MAPPING for 64bit as well
https://github.com/armbian/build/pull/2377
2020-11-24 13:18:18 +01:00
Icenowy Zheng
db23c66715
sunxi: current/dev: disable ZSMALLOC_PGTABLE_MAPPING (#2377)
Although enabling this feature can have performance gain, this is
proven to be broken on new kernels and is dropped in linux-next now
in git commit 80bf194625f5.

Disable this to fix ZRAM issues and get future proof on this feature.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
2020-11-24 13:07:29 +01:00
Igor Pečovnik
e833e2589c
Move Odroid C4 from legacy u-boot toward mainline (#2350)
- move Odroid C4 from legacy u-boot toward mainline
- get rid of dirty legacy u-boot code
- get rid of FAT boot partition
- briefly tested
- both kernels can operate with one standard boot script
- add upstream patch and adjust config
- fix console
- don't clock C4 too high by default
2020-11-22 13:47:41 +01:00
Igor Pecovnik
e52ac7890c sunxi: add upstream patches and update config 2020-11-22 09:21:51 +01:00
Jack Chen
4f72e3e1a3
rockchip: enable the CONFIG_F2FS_FS_SECURITY option (#2363)
Without this option enabled, we will not be able to use the setcap tool to set file capabilities on a F2FS partition.

Signed-off-by: Jack Chen <redchenjs@live.com>
2020-11-20 09:21:54 +01:00
Heisath
3c507567e6 Merge branch 'master' into AR-526 2020-11-19 16:57:52 +01:00
Oleg
469e7cda9d
Add Firefly Station M1 and P1 (#2361) 2020-11-18 22:32:40 +01:00
Heisath
78ac91461c Disable clearfogbase dev uboot 2020-11-16 13:05:01 +01:00
Heisath
6a37b993a8 Update mvebu-dev kernel config 2020-11-16 11:12:25 +01:00
Heisath
5606958963 Merge branch 'master' into AR-526 2020-11-16 10:59:03 +01:00
Igor Pečovnik
4b317e548f
Add Z28PRO to the mainline kernel as a link to rock64 (#2346)
Working good enough.
2020-11-14 19:29:00 +01:00
Igor Pečovnik
74ce2bb92a
Update configs (#2345)
* Update configs
2020-11-14 16:47:12 +01:00
Igor Pečovnik
3da10e96e7
Point rockchip 32b legacy kernel sources to our repisitory (#2344)
Branch was removed at main Rockchip repo.
2020-11-14 10:46:45 +01:00
paolo
9080d453e0 Moving rk322x-current to linux 5.9.y
Removed default-sample-phase property for base rk322x-box device tree
Enabled spdif out for rk322x-current and -dev flavours
Removed reserved node in device tree, u-boot v2020.10 and OPTEE autoconfigure reserved zones automatically
2020-11-13 19:40:52 +00:00
Heisath
a570bc3dbd Fix double uboot config 2020-11-13 08:33:51 +01:00
Heisath
db109effdf set mvebu-dev to lk5.9 2020-11-13 08:29:16 +01:00
Heisath
a343bab4c6 Set mvebu-dev to mvebu-current as a starting point 2020-11-13 08:24:54 +01:00
Michael Klein
8201109bde
linux-sunxi-{current,dev}.config: enable CONFIG_RFKILL_INPUT (#2323)
* linux-sunxi-{current,dev}.config: enable CONFIG_RFKILL_INPUT

* Update linux-meson64-legacy.config

* Update linux-rk322x-current.config

* Update linux-rk322x-dev.config

* Update linux-rk322x-legacy.config

* Update linux-rk3399-legacy.config

* Update linux-rockchip64-legacy.config

* Update linux-rockchip-current.config

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2020-11-12 16:20:56 +01:00
Igor Pečovnik
f42b9ff551
RockpiS: add upstream patches and fix broken u-boot patch (#2335) 2020-11-12 15:56:40 +01:00
PeterFalken
6e1e905d5e
Enable all iSCSI modules (IBLOCK,FILEIO,PSCSI) on all platforms - complements PR #2332 (#2333)
* Enable TARGET_CORE module  to run & publish iSCSI targets on armbian.

* Enable all iSCSI modules (IBLOCK,FILEIO,PSCSI) on all platforms.

* Revert "Enable all iSCSI modules (IBLOCK,FILEIO,PSCSI) on all platforms."

This reverts commit 7ab3882e0cf2999e290e12fe0581003e8771fbe1.

* Enable all iSCSI modules (IBLOCK,FILEIO,PSCSI) on all platforms.

Co-authored-by: Luis Garcia <luis@Disgaea.local>
2020-11-12 03:37:37 -05:00
PeterFalken
76eb66a73f
Enable TARGET_CORE module to run & publish iSCSI targets on armbian. (#2332) 2020-11-11 19:26:53 -05:00
Piotr Szczepanik
e36ce875b0
Switched rockchip64-current to linux 5.9.y (#2309) 2020-11-10 21:43:13 +01:00
5kft
822930adf9
[ sunxi-legacy ] add upstream patches 2020-11-08 08:02:31 -08:00
Igor Pecovnik
b06d3485f8 Adjust build targets 2020-11-08 13:31:02 +01:00
Igor Pečovnik
f2756e3b59
Add Odroid HC4 to mainline kernel (#2319)
* Add Odroid HC4 to mainline kernel

- remove legacy target
- add reset / power off support
- change HC4 from .wip -> .conf
- adjust patches

* Enable HC4 legacy kernel too.

* Add groovy target for HC4

* Adjust targets
2020-11-08 12:13:22 +01:00
Igor Pečovnik
699194b129
Updates for Odroid XU4 DEV kernel branch (#2320)
* Update patchset from latest HK mainline branch

* Remove unneeded patch

* Remove

* Enable LCD drivers that are used by HK and cleanup
2020-11-08 10:35:34 +01:00
Daniel Mehrwald
9e777bb6a0
Fix: Panfrost conflict with Mali build in driver (#2318) 2020-11-07 19:54:04 +01:00
Igor Pečovnik
e5565e6a09
Bump imx6 to 5.9.y (#2312)
Tested on Cubox i4
2020-11-06 13:44:37 +01:00
Igor Pečovnik
732c071dcb
Bump Odroid XU4 kernels (#2310)
and add upstream patches.
2020-11-06 09:00:31 +01:00
Songmin Li
66fddf39d0
Enable ISCSI_TCP so we can running iscsi client on armbian. (#2300) 2020-11-05 22:04:39 +01:00
Igor Pečovnik
aa2bc7e9a4
Add Odroid HC4 legacy WIP target (#2304)
- fix broken patch
- add upstream patch
2020-11-05 22:03:52 +01:00
Igor Pečovnik
dbd5c956fb
Move meson / Odroid C1 to 5.9.y (#2308)
* Move Meson64 to 5.9.y

HDMI audio works on C4 and N2, tested desktop builds

* Move Meson Family (Odroid C1) to 5.9.y

Tested
2020-11-05 22:02:53 +01:00