2023-03-09 18:30:40 +01:00
|
|
|
#
|
|
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2013-2023 Igor Pecovnik, igor@armbian.com
|
|
|
|
|
#
|
|
|
|
|
# This file is a part of the Armbian Build Framework
|
|
|
|
|
# https://github.com/armbian/build/
|
|
|
|
|
#
|
2022-11-06 20:33:11 +01:00
|
|
|
# Important: LINUXFAMILY and ARCH are defined _before_ including the common family include
|
|
|
|
|
export UBOOT_USE_GCC="none"
|
|
|
|
|
export UEFI_GRUB_TERMINAL="gfxterm"
|
|
|
|
|
export LINUXFAMILY="riscv64"
|
|
|
|
|
export ARCH="riscv64"
|
|
|
|
|
source "${BASH_SOURCE%/*}/include/uefi_common.inc"
|
|
|
|
|
enable_extension "grub-riscv64"
|