Port-RISCV archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Star64
I spotted that support for the Pine64 Star64 had been added to u-boot
as part of the config for the VisionFive2.
Built it, put everything on an sdcard and it boots.
I have local diffs to eqos(4) to add control of the offloading features,
didn't commit it previously as I couldn't test whether jumbo frames
would still work.
Are people working on any other drivers for the JH7110? Or suggestions
on what is the highest priority driver that hasn't been started.
Diff for the u-boot package:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/u-boot-visionfive2/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile 17 Jun 2024 20:59:29 -0000 1.1
+++ Makefile 3 Dec 2024 12:15:34 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2024/06/17 20:59:29 skrll Exp $
UBOOT_TARGET= visionfive2
-UBOOT_VERSION= 2024.04
+UBOOT_VERSION= 2024.10
UBOOT_CONFIG= starfive_visionfive2_defconfig
UBOOT_BIN= spl/u-boot-spl.bin.normal.out u-boot.itb
@@ -13,6 +13,8 @@
MAKE_ENV+= OPENSBI=${WRKSRC}/fw_dynamic.bin
+.include "../../devel/libuuid/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
.include "../../sysutils/opensbi-visionfive2/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-riscv64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index