Path: blob/next/external/config/sources/riscv64.conf
18111 views
#1# SPDX-License-Identifier: GPL-2.02#3# Copyright (c) 2013-2023 Igor Pecovnik, [email protected]4#5# This file is a part of the Armbian Build Framework6# https://github.com/armbian/build/7#8# 'common.conf' is already sourced when this arch is sourced.910ARCH='riscv64'11ARCHITECTURE='riscv'12KERNEL_SRC_ARCH='riscv'13QEMU_BINARY='qemu-riscv64-static'14GIT_SERVER="https://github.com/orangepi-xunlong"1516KERNEL_IMAGE_TYPE="Image"17NAME_KERNEL="Image"18NAME_INITRD="uInitrd"1920[[ -z $KERNEL_COMPILER ]] && KERNEL_COMPILER='riscv64-linux-gnu-'21[[ -z $UBOOT_COMPILER ]] && UBOOT_COMPILER='riscv64-linux-gnu-'22[[ -z $KERNEL_USE_GCC ]] && KERNEL_USE_GCC='> 8.0'23[[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0'24[[ -z $INITRD_ARCH ]] && INITRD_ARCH=riscv25[[ -z $BOOTDIR ]] && BOOTDIR="${SRC}/u-boot"26[[ -z $BOOTBRANCH ]] && BOOTBRANCH='branch:v2020.04'27[[ -z $KERNELDIR ]] && KERNELDIR="${SRC}/kernel"2829[[ -z $KERNELSOURCE ]] && KERNELSOURCE="${GIT_SERVER}/linux-orangepi.git"30[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-orangepi.git"3132true # make sure to exit with 0 status; this protects against shortcircuits etc above.333435