Allwinner: Bump ATF to 2.9.0

This commit is contained in:
Gunjan Gupta 2023-06-25 00:47:27 +05:30 committed by Igor
parent e4f9f637a6
commit 5715b12d2f
4 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,6 @@ BOOTCONFIG="orangepi_3_lts_defconfig"
KERNEL_TARGET="current,edge"
MODULES="sprdbt_tty sprdwl_ng"
MODULES_BLACKLIST_LEGACY="bcmdhd"
ATFBRANCH="tag:v2.2"
CRUSTCONFIG="h6_defconfig"
function post_family_tweaks_bsp__orangepi3-lts_BSP() {

View File

@ -5,7 +5,6 @@ BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_3_defconfig"
KERNEL_TARGET="legacy,current,edge"
FULL_DESKTOP="yes"
ATFBRANCH="tag:v2.2"
CRUSTCONFIG="h6_defconfig"
function post_family_tweaks_bsp__orangepi3_BSP() {

View File

@ -4,7 +4,6 @@ BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_one_plus_defconfig"
KERNEL_TARGET="legacy,current,edge"
ATFBRANCH="tag:v2.2"
CRUSTCONFIG="h6_defconfig"
function post_family_tweaks_bsp__orangepioneplus_BSP() {

View File

@ -9,6 +9,7 @@
enable_extension "sunxi-tools"
declare -g ARCH=arm64
declare -g ATF_TARGET_MAP="PLAT=$ATF_PLAT DEBUG=1 bl31;;build/$ATF_PLAT/debug/bl31.bin"
declare -g ATFBRANCH="tag:v2.9.0"
declare -g BOOTDELAY=1
declare -g BOOTPATCHDIR="${BOOTPATCHDIR:-"u-boot-sunxi"}"
declare -g BOOTBRANCH="${BOOTBRANCH:-"tag:v2023.04"}"