armbian-build/config/boards/uefi-riscv64.csc
Igor Pecovnik 7e8a64f4ec Board vendors adjustements for generic targets
Failback to SoC and not use generic as this is reserved for UEFI while none of those are close to that.
2025-12-20 22:02:06 +01:00

8 lines
263 B
Plaintext

# riscv64 via UEFI for all UEFI-enabled boards
declare -g BOARD_NAME="UEFI riscv64"
declare -g BOARD_VENDOR="generic"
declare -g BOARDFAMILY="uefi-riscv64"
declare -g BOARD_MAINTAINER=""
declare -g KERNEL_TARGET="current,edge,legacy"
declare -g SERIALCON="ttyS0"