From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id ABADBCD37BB for ; Sat, 16 Sep 2023 12:37:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 6612B83B5A; Sat, 16 Sep 2023 12:37:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 6612B83B5A X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E5pyOhOoquY0; Sat, 16 Sep 2023 12:37:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 9BCCE83B44; Sat, 16 Sep 2023 12:37:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 9BCCE83B44 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 69BC31BF578 for ; Sat, 16 Sep 2023 12:36:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 435CE60B32 for ; Sat, 16 Sep 2023 12:36:56 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 435CE60B32 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2emfP5t3ZEVT for ; Sat, 16 Sep 2023 12:36:55 +0000 (UTC) Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by smtp3.osuosl.org (Postfix) with ESMTPS id 60D1660B26 for ; Sat, 16 Sep 2023 12:36:55 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 60D1660B26 Received: from ymorin.is-a-geek.org (unknown [IPv6:2a01:cb19:8b44:b00:9162:d12f:41c1:9c3]) (Authenticated sender: yann.morin.1998@free.fr) by smtp2-g21.free.fr (Postfix) with ESMTPSA id B07F82003DE; Sat, 16 Sep 2023 14:36:51 +0200 (CEST) Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Sat, 16 Sep 2023 14:36:51 +0200 Date: Sat, 16 Sep 2023 14:36:51 +0200 From: "Yann E. MORIN" To: Marcin Niestroj Message-ID: <20230916123651.GA2571@scaer> References: <20230916070111.2982780-1-m.niestroj@grinn-global.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230916070111.2982780-1-m.niestroj@grinn-global.com> User-Agent: Mutt/1.5.22 (2013-10-16) X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1694867813; bh=2KcF7cVbff6/vcahEkC2SP4cUuZIHZR/i1h4ePTa8JI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X3p5WgSlxXo6/93gYxsMuR1NZpmHJD7r0buZnU/D+JW75WleHRL753HITH+vLztbW 9wcXqL0rlJQvSt7aSphPqNHJ8O/8uYBcm0m1AUur4jvqMxUYQ0Udqb2GzP3xjAu8UH Av5ly81vEQPdrXQew3+3NCx5RoRXYYx/DeESs4Trih8ZeNnoKmMksIEjwxzMd9lsS6 nGPGjGWZVyLtwjuGvvi+W71XFak7UqVnoc2UvTd7fK0PdjY2TJ0wlLSqZjK0Ok3lZe 5W2hTWT7DOtSExWi83zKoFQ/JkBpMqW8L2wugPHKIrJ2LB3baJBhJgj2kK0jppA6Wy 15Zelhr+MXiig== X-Mailman-Original-Authentication-Results: smtp3.osuosl.org; dkim=pass (2048-bit key) header.d=free.fr header.i=@free.fr header.a=rsa-sha256 header.s=smtp-20201208 header.b=X3p5WgSl Subject: Re: [Buildroot] [PATCH] configs/orangepi_zero_plus: bump ATF/U-Boot/Linux X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Marcin, All, On 2023-09-16 09:01 +0200, Marcin Niestroj spake thusly: > Signed-off-by: Marcin Niestroj Applied to master, thanks. Regards, Yann E. MORIN. > --- > configs/orangepi_zero_plus_defconfig | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/configs/orangepi_zero_plus_defconfig b/configs/orangepi_zero_plus_defconfig > index 26a25bd9f8..c564d8a342 100644 > --- a/configs/orangepi_zero_plus_defconfig > +++ b/configs/orangepi_zero_plus_defconfig > @@ -9,7 +9,7 @@ BR2_SYSTEM_DHCP="eth0" > # Firmware > BR2_TARGET_ARM_TRUSTED_FIRMWARE=y > BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y > -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.5" > +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.9" > BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50i_a64" > BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y > > @@ -17,7 +17,7 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y > BR2_TARGET_UBOOT=y > BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y > BR2_TARGET_UBOOT_CUSTOM_VERSION=y > -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.01" > +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.07.02" > BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero_plus" > BR2_TARGET_UBOOT_NEEDS_DTC=y > BR2_TARGET_UBOOT_NEEDS_OPENSSL=y > @@ -31,7 +31,7 @@ BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="SCP=/dev/null" > # Kernel > BR2_LINUX_KERNEL=y > BR2_LINUX_KERNEL_CUSTOM_VERSION=y > -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.4" > +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.53" > BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y > BR2_LINUX_KERNEL_DTS_SUPPORT=y > BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h5-orangepi-zero-plus" > -- > 2.42.0 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot