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.
* 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>
* 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.
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>
- 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
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>
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
* 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>