armbian-build/config/sources/families/include/mvebu-clearfog.inc
Igor Pečovnik de26797423
Move all legacy u-boot patches under one general legacy folder (#4386)
* Move all legacy u-boot patches under one general legacy folder

* Move 32b Rockchip under 2022.04 and legacy for Miqi

Tested

* Move Rock 3A patch dir under legacy

* Move / merge meson64 patch folder into v2022.07

Merge 2022.04 (mainly Rockchip 32) into 2022.07, tested

* Remove not needed patch

* Add last kernel version to config
2022-11-06 20:32:46 +01:00

40 lines
1.2 KiB
PHP

case $BRANCH in
legacy | current)
# Check https://developer.solid-run.com/knowledge-base/a388-u-boot
# for advanced config options
BOOTSOURCE='https://github.com/SolidRun/u-boot'
BOOTBRANCH='branch:v2018.01-solidrun-a38x'
BOOTDIR='u-boot-armada'
BOOTPATCHDIR='legacy/u-boot-clearfog'
BOOTSCRIPT='boot-mvebu.cmd:boot.cmd'
UBOOT_TARGET_MAP=";sdhc;u-boot-spl-sdhc.kwb:u-boot.mmc
;mmc;u-boot-spl-mmc.kwb:u-boot.emmc
;spi;u-boot-spl-spi.kwb:u-boot.flash
;sata;u-boot-spl-sata.kwb:u-boot.sata
;uart;u-boot-spl-uart.kwb:u-boot.uart"
;;
edge)
# Check https://developer.solid-run.com/knowledge-base/a388-u-boot
# for advanced config options
BOOTSOURCE='https://github.com/SolidRun/u-boot'
BOOTBRANCH='branch:v2018.01-solidrun-a38x'
BOOTDIR='u-boot-armada'
BOOTPATCHDIR='legacy/u-boot-clearfog'
BOOTSCRIPT='boot-mvebu.cmd:boot.cmd'
UBOOT_TARGET_MAP=";sdhc;u-boot-spl-sdhc.kwb:u-boot.mmc
;mmc;u-boot-spl-mmc.kwb:u-boot.emmc
;spi;u-boot-spl-spi.kwb:u-boot.flash
;sata;u-boot-spl-sata.kwb:u-boot.sata
;uart;u-boot-spl-uart.kwb:u-boot.uart"
if [[ $BOARD == clearfogbase ]]; then
OVERLAY_PREFIX='armada-388-clearfog-base'
else
OVERLAY_PREFIX='armada-388-clearfog'
fi
;;
esac