Update board config targets (#4025)

This commit is contained in:
Igor Pečovnik 2022-07-29 18:24:29 +02:00 committed by GitHub
parent 1fdbab346a
commit 3f1bbd1951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 11 additions and 2 deletions

View File

@ -2,5 +2,6 @@
BOARD_NAME="Cubieboard"
BOARDFAMILY="sun4i"
BOOTCONFIG="Cubieboard_config"
BUILD_DESKTOP="no"
KERNEL_TARGET="legacy,current,edge"
MODULES_BLACKLIST="ir_lirc_codec lirc_dev sunxi-cir"

View File

@ -2,8 +2,8 @@
BOARD_NAME="FE-SOM-RK3399"
BOARDFAMILY="rk3399"
BOOTCONFIG="nanopc-t4-rk3399_defconfig"
BUILD_DESKTOP="no"
KERNEL_TARGET="legacy,current,edge"
FULL_DESKTOP="yes"
ASOUND_STATE="asound.state.rt5651"
BOOT_LOGO="desktop"
#BOOT_FDT_FILE="rockchip/fe-som-rk3399.dtb"
#BOOT_FDT_FILE="rockchip/fe-som-rk3399.dtb"

View File

@ -1,6 +1,7 @@
# Allwinner A33 quad core 1Gb SoC
BOARD_NAME="Lime A33"
BOARDFAMILY="sun8i"
BUILD_DESKTOP="no"
BOOTCONFIG="A33-OLinuXino_defconfig"
OVERLAY_PREFIX="sun8i-a33"
KERNEL_TARGET="legacy,current,edge"

View File

@ -1,5 +1,6 @@
# Allwinner A10 single core 1Gb SoC
BOARD_NAME="Mele A1000"
BOARDFAMILY="sun4i"
BUILD_DESKTOP="no"
BOOTCONFIG="Mele_A1000_defconfig"
KERNEL_TARGET="current,edge"

View File

@ -1,5 +1,6 @@
# Allwinner A20 dual core 1Gb SoC
BOARD_NAME="MK808C"
BOARDFAMILY="sun7i"
BUILD_DESKTOP="no"
BOOTCONFIG="MK808C_defconfig"
KERNEL_TARGET="legacy,current,edge"

View File

@ -1,5 +1,6 @@
# Allwinner A20 dual core 1Gb SoC
BOARD_NAME="SOM-A20"
BOARDFAMILY="sun7i"
BUILD_DESKTOP="no"
BOOTCONFIG="A20-Olimex-SOM-EVB_defconfig"
KERNEL_TARGET="current,edge"

View File

@ -5,5 +5,6 @@ BOOTCONFIG="A20-Olimex-SOM204-EVB-eMMC_defconfig"
MODULES_CURRENT="bonding g_serial gpio-ir-tx r8723bs"
MODULES_EDGE="bonding g_serial gpio-ir-tx r8723bs "
SERIALCON="ttyS0,ttyGS0"
BUILD_DESKTOP="no"
KERNEL_TARGET="current,edge"
PACKAGE_LIST_DESKTOP_BOARD="xfce4-power-manager xinput-calibrator"

View File

@ -1,5 +1,6 @@
# Allwinner A13 single core 512Mb SoM
BOARD_NAME="SoM A13"
BOARDFAMILY="sun5i"
BUILD_DESKTOP="no"
BOOTCONFIG="A13-OLinuXino_defconfig"
KERNEL_TARGET="current,edge"

View File

@ -1,5 +1,6 @@
# Allwinner A13 single core 512Mb
BOARD_NAME="A13-OLinuXino"
BOARDFAMILY="sun5i"
BUILD_DESKTOP="no"
BOOTCONFIG="A13-OLinuXino_defconfig"
KERNEL_TARGET="current,edge"

0
config/boards/orangepi3-lts.conf Executable file → Normal file
View File

View File

@ -3,3 +3,4 @@ BOARD_NAME="PineCube"
BOARDFAMILY="sun8i-v3s"
KERNEL_TARGET="current,edge"
BOOTCONFIG="pinecube_defconfig"
BUILD_DESKTOP="no"