Skip to content

Commit

Permalink
[NOT-FOR-UPSTREAM] add eswin target
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Jul 6, 2024
1 parent 4a2f712 commit d63b7af
Show file tree
Hide file tree
Showing 73 changed files with 91,096 additions and 0 deletions.
23 changes: 23 additions & 0 deletions target/linux/eswin/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2024 Han Gao <[email protected]>
#

include $(TOPDIR)/rules.mk

ARCH:=riscv64
BOARD:=eswin
BOARDNAME:=Eswin RISC-V boards
FEATURES:=ext4
KERNELNAME:=Image dtbs
SUBTARGETS:=win2030

KERNEL_PATCHVER:=6.6

include $(INCLUDE_DIR)/target.mk

define Target/Description
Build firmware images for the Eswin RISC-V boards
endef

$(eval $(call BuildTarget))
Loading

0 comments on commit d63b7af

Please sign in to comment.