BananaPi BPI-M4-Zero: update board and family config

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
Patrick Yavitz 2024-10-01 14:58:55 -04:00 committed by c0rnelius
parent 24f7c44e1b
commit 2ecb25e57f
2 changed files with 11 additions and 11 deletions

View File

@ -7,10 +7,10 @@ OVERLAY_PREFIX="sun50i-h616"
BOOT_LOGO="desktop"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
MODULES_BLACKLIST="rtw88_8821c rtw88_8821cu"
#MODULES_BLACKLIST="rtw88_8821c rtw88_8821cu"
FORCE_BOOTSCRIPT_UPDATE="yes"
BOOTBRANCH_BOARD="tag:v2024.01"
BOOTPATCHDIR="v2024.01"
BOOTBRANCH_BOARD="tag:v2024.04"
BOOTPATCHDIR="v2024.04"
function post_family_tweaks_bsp__bananapi_rtl_bt() {
if [[ -d "$SRC/packages/bsp/bananapi/rtl_bt" ]]; then

View File

@ -1,7 +1,7 @@
#
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (c) 2013-2023 Igor Pecovnik, igor@armbian.com
# Copyright (c) 2013-2024 Igor Pecovnik, igor@armbian.com
#
# This file is a part of the Armbian Build Framework
# https://github.com/armbian/build/
@ -15,13 +15,13 @@ GOVERNOR=ondemand
case $BRANCH in
current | edge)
BOOTSOURCE='https://source.denx.de/u-boot/u-boot.git'
BOOTBRANCH='branch:v2024.01'
ATFSOURCE='https://github.com/ARM-software/arm-trusted-firmware'
ATFBRANCH='tag:lts-v2.10.2'
ATF_PLAT="sun50i_h616"
ATF_TARGET_MAP='PLAT=sun50i_h616 DEBUG=1 bl31;;build/sun50i_h616/debug/bl31.bin'
BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd'
declare -g BOOTSOURCE='https://source.denx.de/u-boot/u-boot.git'
declare -g BOOTBRANCH="${BOOTBRANCH_BOARD}"
declare -g ATFSOURCE='https://github.com/ARM-software/arm-trusted-firmware'
declare -g ATFBRANCH='tag:lts-v2.10.2'
declare -g ATF_PLAT="sun50i_h616"
declare -g ATF_TARGET_MAP='PLAT=sun50i_h616 DEBUG=1 bl31;;build/sun50i_h616/debug/bl31.bin'
declare -g BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd'
;;
esac