Failback to SoC and not use generic as this is reserved for UEFI while none of those are close to that.
8 lines
263 B
Plaintext
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"
|