Skip to content

Commit

Permalink
add mangopi m28k board (#6121)
Browse files Browse the repository at this point in the history
* add mangopi m28k board
  • Loading branch information
sputnik2019 authored Jan 1, 2024
1 parent a4d3dcb commit 900309e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/boards/mangopi-m28k.csc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Rockchip RK3528 quad core 1-8GB SoC GBe eMMC PCIE Wifi Bt
BOARD_NAME="Mangopi M28K"
BOARDFAMILY="rk35xx"
BOOTCONFIG="hinlink_rk3528_defconfig"
BOARD_MAINTAINER="sputnik2019"
KERNEL_TARGET="legacy"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3528-mangopi-m28k.dtb"
BOOT_SCENARIO="spl-blobs"
WIREGUARD="no"
IMAGE_PARTITION_TABLE="gpt"
BOOTFS_TYPE="ext4"
# Override family config for this board; let's avoid conditionals in family config.
function post_family_config__hinlink-h28k_use_vendor_uboot() {
BOOTSOURCE='https://github.com/rockchip-linux/u-boot.git'
BOOTBRANCH='commit:32640b0ada9344f91e7a407576568782907161cd'
BOOTPATCHDIR="legacy/board_hinlink-h28k"
}

0 comments on commit 900309e

Please sign in to comment.