armbian-build/config/sources/mvebu.conf
zador-blood-stained a6c444d57c Use GCC for several mainline sources
Create sunxi64_common.inc sources file for future use
2016-12-23 17:58:41 +03:00

46 lines
1.1 KiB
Plaintext

BOOTSOURCE='https://github.com/SolidRun/u-boot-armada38x'
BOOTBRANCH='branch:u-boot-2013.01-15t1-clearfog'
BOOTDIR='u-boot-armada'
BOOTPATCHDIR='u-boot-armada'
BOOTSCRIPT="boot-marvell.cmd:boot.cmd"
UBOOT_TARGET_MAP="u-boot.mmc;;u-boot.mmc u-boot-uart.mmc
u-boot.sata;sata;u-boot.sata u-boot-uart.sata
u-boot.flash;spi;u-boot.flash u-boot-uart.flash"
UBOOT_NEEDS_GCC='< 5.0'
UBOOT_COMPILER="arm-linux-gnueabi-"
BOOTENV_FILE='clearfog-default.txt'
HAS_UUID_SUPPORT=yes
case $BRANCH in
default)
KERNELSOURCE='https://github.com/moonman/linux-stable'
KERNELBRANCH='branch:linux-4.4.y-marvell'
KERNELDIR='linux-armada-lts'
;;
next)
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
KERNELBRANCH=$MAINLINE_KERNEL_BRANCH
KERNELDIR=$MAINLINE_KERNEL_DIR
KERNEL_ALT_GCC='> 6.1'
;;
esac
CPUMIN=800000
CPUMAX=1600000
GOVERNOR=ondemand
write_uboot_platform()
{
dd if=$1/u-boot.mmc of=$2 bs=512 seek=1 status=noxfer > /dev/null 2>&1
}
family_tweaks()
{
chroot $CACHEDIR/$SDCARD /bin/bash -c "apt-get -y -qq remove --auto-remove lirc linux-sound-base alsa-base alsa-utils bluez>/dev/null 2>&1"
}