add hinlink ht2 board (#6018)
* add hinlink ht2 board * select aic8800 driver * change board file
This commit is contained in:
parent
fae4f66439
commit
81c061bedd
20
config/boards/hinlink-ht2.csc
Normal file
20
config/boards/hinlink-ht2.csc
Normal file
@ -0,0 +1,20 @@
|
||||
# Rockchip RK3528 quad core 1-8GB SoC GBe eMMC USB3 Wifi Bt
|
||||
BOARD_NAME="HinLink HT2"
|
||||
BOARDFAMILY="rk35xx"
|
||||
BOOTCONFIG="hinlink_rk3528_defconfig"
|
||||
BOARD_MAINTAINER="hoochiwetech"
|
||||
KERNEL_TARGET="legacy"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3528-hinlink-ht2.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"
|
||||
}
|
||||
@ -8517,3 +8517,7 @@ CONFIG_WLAN_UWE5622=m
|
||||
CONFIG_SPRDWL_NG=m
|
||||
CONFIG_UNISOC_WIFI_PS=y
|
||||
CONFIG_TTY_OVERY_SDIO=m
|
||||
CONFIG_AIC_WLAN_SUPPORT=y
|
||||
CONFIG_AIC_FW_PATH="/lib/firmware/aic8800/SDIO/aic8800D80/"
|
||||
CONFIG_AIC8800_WLAN_SUPPORT=m
|
||||
CONFIG_AIC8800_BTLPM_SUPPORT=m
|
||||
|
||||
Loading…
Reference in New Issue
Block a user