# # 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/ # ARCH="arm64" LINUXFAMILY="sun55iw3-syterkit" enable_extension "syterkit-allwinner" case "${BRANCH}" in legacy) KERNELSOURCE='https://github.com/AvaotaSBC/linux.git' # This is Allwinner's new BSP kernel, # which consists of a specific version of the mainline kernel source code and a folder containing BSP driver source code files. KERNELBRANCH="branch:linux-5.15" declare -g KERNEL_MAJOR_MINOR="5.15" KERNELPATCHDIR="sun55iw3-syterkit-${BRANCH}" LINUXCONFIG="linux-sun55iw3-syterkit-${BRANCH}" ;; esac write_uboot_platform() { display_alert "The sun55iw3 platform does not have mainline or vendor u-boot available for booting Armbian." display_alert "Instead, Syterkit is used as the bootloader: https://github.com/YuzukiHD/SyterKit" }