* Upgrade Meson64 u-boot to 2020.10
Tested on C1,C2 and C4
* Remove accidentaly added patch
* Remove patches that are not needed anymore and restore / adjust the one that is still needed for Lepotato
`CONFIG_RTL8188EU` seem no longer exist in config. Unable to find in menuconfig. Therefore removed.
@ThomasKaiser FYI: `CONFIG_CRYPTO_ZSTD` has been forced to `y` by `ZSWAP_COMPRESSOR_DEFAULT_ZSTD [=y] && <choice>`
* Add support for configuring CPU temperature offset
Some boards, such as the Orange Pi Zero LTS, report shifted CPU temperatures.
For more details, see https://forum.armbian.com/topic/11534-orange-pi-zero-lts-incorrect-temps-reported/
* Update armbian-motd.dpkg-dist
Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
Sound node recovered from Pull Request #408
Sound node name changed in line with tinkerboard & xt-q8l, cf. issue #1367
Also added missing i2s node, cf. http://rockchip.wikidot.com/hdmi-audio
HDMI audio now confirmed working on Miqi clone, Openhour Chameleon
* Document board config variables
Add brief descriptions for board config variables which lack an explanation
* Emphasize deprecated variables in board config README
"next" is deprecated with AR-8.
Add "(deprecated)" to the end of description for more clarity.
* Update board config variable descriptions
Remove descriptions which are related to deprecated branches.
Remove descriptions which are not relevant for board configuration.
Change description of BOOT_FDT_FILE variable with a more elaborate one.
* Update board config variable descriptions
Even though they are not used frequently;
add description for "BOOTCONFIG_LEGACY" and "BOOTCONFIG_CURRENT".
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>
Added 2 configuration parameters to armbian-zram-config.
First paramter (SWAP=) can explicitely disable zram swap (while leaving log and tmp untouched).
Second parameter (TMP_SIZE) can be used to explicitely set tmp ramdisk size.
The behaviour of existing configurations is not changed.
New function activate_zram() to initialize zram devices and parameters.
Changed script to use zramctl to more flexibly establish zram devices to use for log and tmp.
This also fixes issues which result from both armbian-zram-config and armbian-ramlog being hardcoded to use zram0
* Set image compression levels to maximum
This feature is used mainly by us or other distributors. An internal function. Compression time and CPU usage for this process is significantly increased but the size of the daily batch was decreased from 80Gb -> 50Gb. Mitigate upload speed bottleneck.
* Small improvement for internal build process
* Typo