From 503ba57fcc30cd8f7e4c03d672fb8d764dcda223 Mon Sep 17 00:00:00 2001 From: amazingfate Date: Sat, 4 May 2024 00:52:48 +0800 Subject: [PATCH] add armsom-sige1 support --- config/boards/armsom-sige1.csc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/boards/armsom-sige1.csc diff --git a/config/boards/armsom-sige1.csc b/config/boards/armsom-sige1.csc new file mode 100644 index 0000000000..6e481900c1 --- /dev/null +++ b/config/boards/armsom-sige1.csc @@ -0,0 +1,19 @@ +# Rockchip RK3528 quad core 1-8GB SoC GBe eMMC USB3 Wifi Bt +BOARD_NAME="ArmSoM Sige1" +BOARDFAMILY="rk35xx" +BOOTCONFIG="hinlink_rk3528_defconfig" +BOARD_MAINTAINER="amazingfate" +KERNEL_TARGET="vendor" +FULL_DESKTOP="yes" +BOOT_LOGO="desktop" +BOOT_FDT_FILE="rockchip/rk3528-armsom-sige1.dtb" +BOOT_SCENARIO="spl-blobs" +WIREGUARD="no" +IMAGE_PARTITION_TABLE="gpt" + +# Override family config for this board; let's avoid conditionals in family config. +function post_family_config__armsom-sige1_use_vendor_uboot() { + BOOTSOURCE='https://github.com/rockchip-linux/u-boot.git' + BOOTBRANCH='commit:32640b0ada9344f91e7a407576568782907161cd' + BOOTPATCHDIR="legacy/board_hinlink-h28k" +}