Use GCC for several mainline sources

Create sunxi64_common.inc sources file for future use
This commit is contained in:
zador-blood-stained 2016-12-23 17:58:41 +03:00
parent ee94a13741
commit a6c444d57c
4 changed files with 11 additions and 4 deletions

View File

@ -25,6 +25,8 @@ case $BRANCH in
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
KERNELBRANCH=$MAINLINE_KERNEL_BRANCH
KERNELDIR=$MAINLINE_KERNEL_DIR
KERNEL_ALT_GCC='> 6.1'
;;
esac

View File

@ -24,6 +24,9 @@ case $BRANCH in
BOOTDIR=$MAINLINE_UBOOT_DIR
BOOTPATCHDIR='u-boot-odroidxu4-next'
BOOTENV_FILE='odroidxu4-next.txt'
UBOOT_ALT_GCC='> 6.1'
HAS_UUID_SUPPORT=yes
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE

View File

@ -1,3 +1,6 @@
source "${BASH_SOURCE%/*}/sunxi64_common.inc"
BOOTSOURCE='https://github.com/zador-blood-stained/u-boot-pine64-armbian.git'
BOOTDIR='u-boot-pine64'
@ -25,18 +28,15 @@ case $BRANCH in
BOOTSCRIPT='boot-pine64-next.cmd:boot.cmd'
BOOTENV_FILE='pine64-next.txt'
BOOTPATCHDIR='u-boot-pine64-dev'
UBOOT_TARGET_MAP=';;u-boot-with-spl.bin'
KERNELSOURCE='https://github.com/Icenowy/linux'
KERNELBRANCH='branch:ice-a64-v6.1'
KERNELDIR='linux-pine64-dev'
GOVERNOR=schedutil
UBOOT_TARGET_MAP=';;u-boot-with-spl.bin'
;;
esac
ARCH=arm64
KERNEL_IMAGE_TYPE=Image
CPUMIN=480000
CPUMAX=1200000

View File

@ -0,0 +1,2 @@
ARCH=arm64
KERNEL_IMAGE_TYPE=Image