Commit Graph

1208 Commits

Author SHA1 Message Date
Daniel Mehrwald
67f946b6d7
Add: enable support for small TFT LCD display modules (e.g Cloudshell2) (#2022) 2020-06-15 23:51:08 +02:00
Paolo
8f9f12065e
[RK3288] Bump rockchip-dev to kernel 5.7 (#2018)
* Moved rockchip-dev to kernel 5.7, removed already upstreamed patch (1016), adjusted conflicting patch (1015)
Most kernel configuration answer left at default, notables:
 - Wireguard (as module)
 - Zswap default compression set to LZO
 - RK3288 GPIOMEM (as module)
 - Enabled some new DMABUF bits (heaps, cmas)
 - Hantro driver
 - F2FS compression

* Disabled rx/tx dma for uarts, on my board causes system freeze during bluetooth initialization. Don't know if they ever worked, tried to enable them ages ago and they were already not working
2020-06-14 22:59:24 +02:00
Piotr Szczepanik
c7c2996b06
Switched rockchip64 dev target to kernel 5.7 (#2021) 2020-06-14 22:33:26 +02:00
5kft
1d45bf59f9
[ sunxi64-dev ] enable the eBPF system call interface and enable eBPF cgroup attachment for sunxi64
This change addresses issue AR-309.
2020-06-13 08:23:16 -07:00
5kft
538c526190
[ sunxi64-current ] enable the eBPF system call interface and enable eBPF cgroup attachment for sunxi64
This change addresses issue AR-309.
2020-06-12 16:56:50 -07:00
5kft
f75695016b
[ sunxi-current ] add upstream patches 2020-06-10 15:13:27 -07:00
wahlm
ddad2293c2
SUNXI(64): define DRM_SUN4I as module (#2012) 2020-06-10 08:01:24 +02:00
5kft
9e51b2af08
[ sunxi-current ] add upstream patches 2020-06-07 07:02:27 -07:00
5kft
c5b787f4ab
[ sunxi-current ] add upstream patches 2020-06-03 07:21:07 -07:00
5kft
6fe3196d50
[ sunxi-current ] add upstream patches 2020-05-27 12:22:18 -07:00
Igor Pečovnik
fe36958241
Add Odroid C4 legacy build (#1983) 2020-05-25 19:22:16 +02:00
briaeros
3e671feb99
Espressobin: Activation of HIDDEV (#1980)
Some UPS (eaton, APS, ...) use usb generic  HID to communicates.

Co-authored-by: alpha <alpha@oni.bria007.homelinux.net>
2020-05-22 00:25:51 +02:00
Igor Pečovnik
99f6bef7de
Attach Meson64 CURRENT to 5.6.y and make DEV = CURRENT at this point. (#1956)
* Attach Meson64 CURRENT to 5.6.y and make DEV = CURRENT at this point.

There is a lot of changes to 5.7.y and can be done after release or by someone that feels a need for this right now.

* Delete meson64_fclk_div3.patch

this fix has been upstream for some time, I had issues with it on 5.4, which is why it had been removed there.

* [ meson64 current ] kconfig tweak

disable Rockchip SoC drivers

* [ meson64 current ] remove rockchip patches

* [ meson64 current ] disable CMA patch GX

* [ meson64 current] add libretech cc audio patch

This brings the dts even with the khilman 5.8/integ branch which includes all of the audio changes.  The kernel is registering audio devices, however nothing comes out.  committed in case someone wants to spend time debugging/testing theories.

* fix permissions

was editing from another machine, accidental change of permissions in the patch

* Set default mixer settings

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* [ meson64 current ] GXL audio commit

This moves to the mainline patches and covers le potato and la frite.  Adjusted asound config to handle a commonized sound card name.

* [ meson64 current ] add gxbb audio WIP

Playback is too fast, a clock setting is off somewhere.

* Update kernel configs

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

Co-authored-by: Tony <tonymckahan@gmail.com>
2020-05-22 00:17:08 +02:00
Grimorka
3da7f698ce
Enable external RTC (#1979)
* Update linux-rockchip64-dev.config

* Update linux-rockchip64-current.config
2020-05-21 18:35:05 +02:00
Jorik Jonker
c6662dcc3b
[ mvebu64 ] [dev] Enable hw/sw watchdog timer (#1977)
In recent kernels the Armada 37XX platform received kernel support for
watchdog timers. Let's have Armbian supply the modules for it.
2020-05-20 21:10:28 -04:00
5kft
441e25aefe
[ sunxi-current ] add upstream patches 2020-05-20 07:17:31 -07:00
5kft
7c5c1d5cb3
[ sunxi-current ] add upstream patches 2020-05-17 17:41:19 -07:00
Igor Pečovnik
702259ea7d
Enable USB on Udoo board (#1973)
* Enable USB on Udoo
2020-05-17 18:38:51 +02:00
Igor Pečovnik
a0f9d7af80
Move imx6 current to 5.6.y (#1903)
* Move imx6 current to 5.6.y
* Config update
2020-05-17 18:35:21 +02:00
Werner
55940eb18d
[rockchip-legacy] Enable (#1962)
Also set dm-crypt to M since I do not see a reason to compile it in by default.
2020-05-15 21:51:02 +02:00
Igor Pečovnik
f054caca02
Switching Odroid C1 boot partition to FAT (#1964)
* Switching Odroid C1 boot partition to FAT

U-boot FAT driver is very unstable and there is no wish to dig into u-boot. Seems like a sane workaround @plntyk

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* Add notes for separate boot partitions

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* Typo

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* Bugfix: use zImage for converting to uImage since on FAT partitions we use move

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* Cleanup C1 boot scripts

We have no plans to ever support legacy kernel again. Removing related things

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* A bit more radical change. Moving meson current to (new) legacy, current to 5.6.y and dev to some development branch / commit.

* Remove unneded patch

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2020-05-15 21:50:26 +02:00
5kft
4aa2b6bc83
[ sunxi-current ] add upstream patches 2020-05-10 08:47:12 -07:00
Piotr Szczepanik
d479e98a56
Added dev target support for NanoPi R2S (#1953) 2020-05-08 23:09:11 +02:00
Werner
f342ca08d4
[sunxi64-current] Enabel RTL8723DS WiFI (#1947)
Does not make much sense to include the driver and then not building it.
bf34c72c53/lib/compilation-prepare.sh (L396)
2020-05-07 10:49:35 +02:00
5kft
bf34c72c53
[ sunxi-current ] add upstream patches 2020-05-06 16:59:16 -07:00
5kft
ab96d0193d
[ sunxi-current ] add upstream patches 2020-05-05 10:57:50 -07:00
useful64
d4960c7ab7
Enable CONFIG_DRM_DW_HDMI_CEC on rockchip64 (#1942)
Enable CONFIG_DRM_DW_HDMI_CEC, this allows using cec on the hdmi port. The cec0 device is created by loading the dw_hdmi_cec module.
2020-05-05 19:05:36 +02:00
Igor Pečovnik
3c61732ce6
Attach XU4 DEV to Chewit DEV branch (#1944) 2020-05-05 19:04:23 +02:00
Igor Pecovnik
fb4da478e3
Enable RTL8723DS for all kernels
Driver troubles were fixed upstream and now it builds everywhere

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2020-05-03 11:35:37 +02:00
Igor Pecovnik
aaaff2493c
Enable AUFS on DEV kernels 2020-05-03 01:12:31 +02:00
plntyk
483d7e96a7
Fix odroidc1 (#1932)
* enable and change odroidc1 config
remove EOS
enable current and dev config
meson-current: update config
meson-dev: update config
Signed-off-by: Dirk Neukirchen <plntyk.arm@plntyk.name>

* meson-current meson-dev: reduce Kernel size

with default loading locations in u-boot
the uImage can be too large and will be partly overwritten
with the loaded dtb leading to boot failues due to wrong checksum

Signed-off-by: Dirk Neukirchen <plntyk.arm@plntyk.name>

* odroid-c1: change default loglevel

Signed-off-by: Dirk Neukirchen <plntyk.arm@plntyk.name>

* meson: fix odroidc1 boot and create uImage

without uImage the board will not boot
take the already used hack (?) from
general-kernel-odroidn2-current.patch
since KERNEL_IMAGE_TYPE does not work as expected

Signed-off-by: Dirk Neukirchen <plntyk.arm@plntyk.name>

* Update targets.conf

* Update targets.conf

* Update targets.conf

* Making a bigger diff

* Removing build_minimal

One can choose what to build, while build targets are defined elsewhere

* Governor interactive n/a

* Updating config

Cause of changes in boot.ini we don't need to worry about size. After few tests, no problems sighted.

Tested running Docker.

* Adjust dev config too

Tested.

* Update odroidc1.conf

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2020-05-03 00:39:52 +02:00
5kft
276e805b90
[ sunxi-current ] add upstream patches 2020-05-02 07:00:55 -07:00
Igor Pecovnik
5dc73c14f9
Update kernel configs 2020-04-30 21:41:06 +02:00
Igor Pecovnik
80242e357d
Removing critical kernel config options
Tested on Nanopi Neo2 @5kft

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2020-04-30 20:58:33 +02:00
5kft
01186b3a83
[ sunxi64-current ] updated kernel config for new erratum 2020-04-30 07:55:56 -07:00
Werner
2ba36e237c
Update linux-sunxi-dev.config (#1930)
No changes from upstream
2020-04-30 14:24:36 +02:00
Igor Pecovnik
459675ed38
Sunxi kernel booting bugfix
@5kft

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2020-04-30 12:07:04 +02:00
useful64
153f6fa63e
Enable CONFIG_DRM_DW_HDMI_CEC (#1929)
Enable CONFIG_DRM_DW_HDMI_CEC, this allows using cec on the hdmi port. The cec0 device is created by loading the dw_hdmi_cec module
2020-04-29 22:04:48 +02:00
5kft
ba34ad6d28
[ sunxi-current ] add upstream patches 2020-04-29 11:03:36 -07:00
Igor Pecovnik
329815eb0a
Merge branch 'master' of https://github.com/armbian/build 2020-04-29 12:28:08 +02:00
Igor Pecovnik
1343b9aec8
Bugfix: adjust mvebu-current kernel config
It boots up properly now @boards-marvell

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2020-04-29 12:27:29 +02:00
Igor Pečovnik
716bd3b9dc
Reverting mvebu64 to K4.19 (#1926)
It doesn't want to boot on 5.4.y. Adjusting kernel config, fix Docker dependency problem, move few other minor fixes from openwrt and closing https://github.com/armbian/build/issues/1453
2020-04-29 01:04:10 +02:00
Igor Pecovnik
bba8a86238
Meson64 - patch adjustements
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2020-04-27 18:33:19 +02:00
Igor Pečovnik
fea2ecb9f9
WIP: Merge kernel features from upstream (#1856)
* Merge kernel features from upstream part 1
* Update Rockchip and sunxi64
* Adding common features for mvebu and mvebu64
* add upstream patch character device -> media driver (#1877)
* meson64 and sunxi with current
* modified config character device -> media driver
* add upstream patch character device -> media driver
* add upstream patch character device -> media driver
* set sunxi-current kernel config to allow for tc classification (#1876)
* Updated kernel configs

Co-authored-by: MalikSiraj <37216310+MalikSiraj@users.noreply.github.com>
Co-authored-by: ChrisDumont <chrisdumont@telus.net>
2020-04-27 12:22:55 +02:00
Alexandre Relange
bd0314ceb8
sunxi-configs: enable OV5640 (#1921)
* sunxi-dev-config: enable OV5640

enables camera OV5640 on sunxi platform.
The OV5640 is a standard camera for Nanopi Duo2.
http://wiki.friendlyarm.com/wiki/index.php/NanoPi_Duo2

* sunxi-current-config: enable OV5640

enables camera OV5640 on sunxi platform.
The OV5640 is a standard camera for Nanopi Duo2.
http://wiki.friendlyarm.com/wiki/index.php/NanoPi_Duo2
2020-04-27 08:55:17 +02:00
Piotr Szczepanik
7ae180b112 Enabled gpio-ir-recv and uinput in current - based on https://github.com/armbian/build/pull/1917 2020-04-26 22:25:26 +02:00
Piotr Szczepanik
d57d815818 Enable rk805 pinctrl to fix leds behaviour of Rock64 2020-04-26 19:58:24 +02:00
useful64
c25a1b96b0
Update linux-rockchip64-dev.config (#1917)
Enable uinput for IR receiver on rock64 as in legacy branch
2020-04-25 20:09:40 +02:00
useful64
94b48b5298
Update linux-rockchip64-dev.config (#1916)
Enable IR receiver for rock64 as in legacy branch.
2020-04-25 18:00:12 +02:00
Igor Pecovnik
d1f35ba227
Rootfs cache recreation
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2020-04-23 22:53:30 +02:00