Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Javad Rahimipetroudi <javad321javad@gmail.com>
Cc: Jagan Teki <jagan@amarulasolutions.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 3/7] configs/pine64_defconfig: bump Uboot version to 2023.04
Date: Sat, 4 Nov 2023 14:37:02 +0100	[thread overview]
Message-ID: <20231104143702.667728af@windsurf> (raw)
In-Reply-To: <20231104072458.7369-3-javad321javad@gmail.com>

On Sat,  4 Nov 2023 10:54:54 +0330
Javad Rahimipetroudi <javad321javad@gmail.com> wrote:

> The Uboot version has upgraded to 2023.04.
> Furthermore, the custom itb was no longer required. So it has been deleted.

Where is it deleted? I don't see anything related in this commit.

> diff --git a/configs/pine64_defconfig b/configs/pine64_defconfig
> index 8d2324260c..b567462f5d 100644
> --- a/configs/pine64_defconfig
> +++ b/configs/pine64_defconfig
> @@ -16,15 +16,17 @@ 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="2019.01"
> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.04"
>  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="pine64_plus"
>  BR2_TARGET_UBOOT_NEEDS_DTC=y
>  BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
> +BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
>  BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
>  BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
>  BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
>  BR2_TARGET_UBOOT_SPL=y
> -BR2_TARGET_UBOOT_SPL_NAME="spl/sunxi-spl.bin"
> +BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
> +BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="SCP=/dev/null"

These should most likely have some explanations in the commit log.

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2023-11-04 13:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-04  7:24 [Buildroot] [PATCH 1/7] configs/pine64_defconfig: bump Linux version to 6.1 Linux Kernel and Header version upgraded to 6.1.50 LTS Javad Rahimipetroudi
2023-11-04  7:24 ` [Buildroot] [PATCH 2/7] configs/pine64_defconfig: bump ATF version to v2.9 Javad Rahimipetroudi
2023-11-04  7:24 ` [Buildroot] [PATCH 3/7] configs/pine64_defconfig: bump Uboot version to 2023.04 Javad Rahimipetroudi
2023-11-04 13:37   ` Thomas Petazzoni via buildroot [this message]
2023-11-04  7:24 ` [Buildroot] [PATCH 4/7] configs/pine64_defconfig: add dynamic mdev To add networking support, dynamic mdev is required to load network drivers Javad Rahimipetroudi
2023-11-04 13:38   ` Thomas Petazzoni via buildroot
2023-11-04  7:24 ` [Buildroot] [PATCH 5/7] configs/pine64_defconfig: remove unnecessary configs Javad Rahimipetroudi
2023-11-04  7:24 ` [Buildroot] [PATCH 6/7] board/pine64/genimage.cfg: rename uboot bin image The generated image name modified according to uboot output Javad Rahimipetroudi
2023-11-04 13:38   ` Thomas Petazzoni via buildroot
2023-11-04  7:24 ` [Buildroot] [PATCH 7/7] board/pine64/genimage.cfg: remove unnecessary partition for itb For minimal booting, uboot.itf is no longer required, so the correspondig partition deleted Javad Rahimipetroudi
2023-11-04 13:40   ` Thomas Petazzoni via buildroot
2023-11-04 13:50     ` Javad Rahimipetroudi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231104143702.667728af@windsurf \
    --to=buildroot@buildroot.org \
    --cc=jagan@amarulasolutions.com \
    --cc=javad321javad@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox