mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
- `risc-v`: rework RichNeese's boards, reduce families, move tweaks to boards - `risc-v`/`starfive`: `CONFIG_MOTORCOMM_PHY=m` for the onboard Ethernet - `risc-v`/`starfive`: use mainline kernel 6.1.y, with StarFive's rebased patches against `v6.1.5` - from https://github.com/starfive-tech/linux/commits/visionfive - contention point: `1022-soc-sifive-ccache-Add-StarFive-JH71x0-support.patch` which I merged half-assed, need review/fixes? - `risc-v`/`starfive`: update kernel config, sans changes - `risc-v`/`starfive`: switch from `grub` to `extlinux` - `risc-v`/`starfive`: new `starfive` family with their (vendor) kernel Co-authored-by: Richard Neese <r.neese@gmail.com>
9 lines
292 B
Plaintext
9 lines
292 B
Plaintext
# RISC-V Nezha D1
|
|
BOARD_NAME="Nezha"
|
|
BOARDFAMILY="d1"
|
|
KERNEL_TARGET="edge"
|
|
BOOT_FDT_FILE="all winner/sun20i-d1-nezha.dtb"
|
|
SRC_EXTLINUX="yes"
|
|
SRC_CMDLINE="console=ttyS0,115200n8 console=tty0 earlycon=sbi cma=96M rootflags=data=writeback stmmaceth=chain_mode:1 rw"
|
|
BOOTCONFIG="nezha_defconfig"
|