All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre-Jean Texier <texier.pj2@gmail.com>
To: Ludovic Desroches <ludovic.desroches@microchip.com>
Cc: Biagio Montaruli <biagio.hkr@gmail.com>,
	Edgar Bonet <bonet@grenoble.cnrs.fr>,
	nicolas.ferre@microchip.com, thomas.petazzoni@bootlin.com,
	buildroot@buildroot.org, eugen.hristev@microchip.com
Subject: Re: [Buildroot] [PATCH 3/3] configs/{atmel, microchip}: bump at91bootstrap3 version
Date: Mon, 16 Aug 2021 19:44:02 +0200	[thread overview]
Message-ID: <4e07736e-186b-3256-53bc-7e645e58274a@gmail.com> (raw)
In-Reply-To: <20210816120418.427-4-ludovic.desroches@microchip.com>

Hi Ludovic,

Le 16/08/2021 à 14:04, Ludovic Desroches via buildroot a écrit :
> Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
> ---
>   configs/at91sam9260eknf_defconfig                      | 2 +-
>   configs/at91sam9g20dfc_defconfig                       | 2 +-
>   configs/at91sam9g45m10ek_defconfig                     | 2 +-
>   configs/at91sam9rlek_defconfig                         | 2 +-
>   configs/at91sam9x5ek_defconfig                         | 2 +-
>   configs/at91sam9x5ek_dev_defconfig                     | 2 +-
>   configs/at91sam9x5ek_mmc_defconfig                     | 2 +-
>   configs/at91sam9x5ek_mmc_dev_defconfig                 | 2 +-
>   configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig       | 2 +-
>   configs/atmel_sama5d2_xplained_mmc_defconfig           | 2 +-
>   configs/atmel_sama5d2_xplained_mmc_dev_defconfig       | 2 +-
>   configs/atmel_sama5d3_xplained_defconfig               | 2 +-
>   configs/atmel_sama5d3_xplained_dev_defconfig           | 2 +-
>   configs/atmel_sama5d3_xplained_mmc_defconfig           | 2 +-
>   configs/atmel_sama5d3_xplained_mmc_dev_defconfig       | 2 +-
>   configs/atmel_sama5d3xek_defconfig                     | 2 +-
>   configs/atmel_sama5d4_xplained_defconfig               | 2 +-
>   configs/atmel_sama5d4_xplained_dev_defconfig           | 2 +-
>   configs/atmel_sama5d4_xplained_mmc_defconfig           | 2 +-
>   configs/atmel_sama5d4_xplained_mmc_dev_defconfig       | 2 +-
>   configs/microchip_sam9x60ek_mmc_defconfig              | 2 +-
>   configs/microchip_sam9x60ek_mmc_dev_defconfig          | 2 +-
>   configs/microchip_sama5d27_wlsom1_ek_mmc_defconfig     | 2 +-
>   configs/microchip_sama5d27_wlsom1_ek_mmc_dev_defconfig | 2 +-
>   24 files changed, 24 insertions(+), 24 deletions(-)
> 
> diff --git a/configs/at91sam9260eknf_defconfig b/configs/at91sam9260eknf_defconfig
> index 807d0294e8..b795ad6eff 100644
> --- a/configs/at91sam9260eknf_defconfig
> +++ b/configs/at91sam9260eknf_defconfig
> @@ -21,7 +21,7 @@ BR2_TARGET_ROOTFS_UBI=y
>   BR2_TARGET_AT91BOOTSTRAP3=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
> -BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.10"
> +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.10.3"
>   BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="at91sam9260eknf_uboot"
>   BR2_TARGET_UBOOT=y
>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> diff --git a/configs/at91sam9g20dfc_defconfig b/configs/at91sam9g20dfc_defconfig
> index 7511c96fe9..46626d857a 100644
> --- a/configs/at91sam9g20dfc_defconfig
> +++ b/configs/at91sam9g20dfc_defconfig
> @@ -27,7 +27,7 @@ BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT=2047
>   BR2_TARGET_AT91BOOTSTRAP3=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
> -BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.10"
> +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.10.3"
>   BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="at91sam9g20eknf_uboot"
>   BR2_TARGET_UBOOT=y
>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> diff --git a/configs/at91sam9g45m10ek_defconfig b/configs/at91sam9g45m10ek_defconfig
> index c598527f96..bf0771bc14 100644
> --- a/configs/at91sam9g45m10ek_defconfig
> +++ b/configs/at91sam9g45m10ek_defconfig
> @@ -22,7 +22,7 @@ BR2_TARGET_ROOTFS_UBI=y
>   BR2_TARGET_AT91BOOTSTRAP3=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
> -BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.10"
> +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.10.3"
>   BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="at91sam9m10g45eknf_uboot"
>   BR2_TARGET_UBOOT=y
>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> diff --git a/configs/at91sam9rlek_defconfig b/configs/at91sam9rlek_defconfig
> index ba3a94c08c..5c0fdc5993 100644
> --- a/configs/at91sam9rlek_defconfig
> +++ b/configs/at91sam9rlek_defconfig
> @@ -22,7 +22,7 @@ BR2_TARGET_ROOTFS_UBI=y
>   BR2_TARGET_AT91BOOTSTRAP3=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
> -BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.10"
> +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.10.3"
>   BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="at91sam9rleknf_uboot"
>   BR2_TARGET_UBOOT=y
>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> diff --git a/configs/at91sam9x5ek_defconfig b/configs/at91sam9x5ek_defconfig
> index d544e277a7..70e2d94826 100644
> --- a/configs/at91sam9x5ek_defconfig
> +++ b/configs/at91sam9x5ek_defconfig
> @@ -16,7 +16,7 @@ BR2_TARGET_ROOTFS_UBI_SUBSIZE=2048
>   BR2_TARGET_AT91BOOTSTRAP3=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
> -BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.13"
> +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.10.3"
>   BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="at91sam9x5eknf_uboot"
>   BR2_TARGET_UBOOT=y
>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> diff --git a/configs/at91sam9x5ek_dev_defconfig b/configs/at91sam9x5ek_dev_defconfig
> index 5f777fbc72..bfa8e95941 100644
> --- a/configs/at91sam9x5ek_dev_defconfig
> +++ b/configs/at91sam9x5ek_dev_defconfig
> @@ -84,7 +84,7 @@ BR2_TARGET_ROOTFS_UBI_SUBSIZE=2048
>   BR2_TARGET_AT91BOOTSTRAP3=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
> -BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.13"
> +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.10.3"
>   BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="at91sam9x5eknf_uboot"
>   BR2_TARGET_UBOOT=y
>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> diff --git a/configs/at91sam9x5ek_mmc_defconfig b/configs/at91sam9x5ek_mmc_defconfig
> index 63a537bd9c..79a300a81b 100644
> --- a/configs/at91sam9x5ek_mmc_defconfig
> +++ b/configs/at91sam9x5ek_mmc_defconfig
> @@ -26,7 +26,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
>   BR2_TARGET_AT91BOOTSTRAP3=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
> -BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.13"
> +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.10.3"
>   BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="at91sam9x5eksd_uboot"
>   BR2_TARGET_UBOOT=y
>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> diff --git a/configs/at91sam9x5ek_mmc_dev_defconfig b/configs/at91sam9x5ek_mmc_dev_defconfig
> index 698cb9230a..2e1a5c7f59 100644
> --- a/configs/at91sam9x5ek_mmc_dev_defconfig
> +++ b/configs/at91sam9x5ek_mmc_dev_defconfig
> @@ -86,7 +86,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
>   BR2_TARGET_AT91BOOTSTRAP3=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
> -BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.13"
> +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.10.3"
>   BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="at91sam9x5eksd_uboot"
>   BR2_TARGET_UBOOT=y
>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> diff --git a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> index b608bac0c6..e85c38af50 100644
> --- a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> +++ b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> @@ -71,7 +71,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
>   BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
>   BR2_TARGET_AT91BOOTSTRAP3=y
>   BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL=y
> -BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,at91bootstrap,v3.9.2)/at91bootstrap3-v3.9.2.tar.gz"
> +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,at91bootstrap,v3.10.3)/at91bootstrap3-v3.10.3.tar.gz"
>   BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="sama5d27_som1_eksd_uboot"
>   BR2_TARGET_UBOOT=y
>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y


Works fine on my side:

AT91Bootstrap 3.10.3 (2021-08-16 19:05:08)

SDHC: fix in place for SAMA5D2 SoM VDDSDMMC over-consumption errata
SD/MMC: Image: Read file u-boot.bin to 0x23f00000
MMC: ADMA supported
SD: Card Capacity: High or Extended
SD: Specification Version 3.0X
SD/MMC: Done to load image
<debug_uart>

U-Boot 2020.01-linux4sam-2020.04 (Aug 16 2021 - 19:05:20 +0200)

CPU: SAMA5D27 1G bits DDR2 SDRAM
Crystal frequency:       24 MHz
...

So,

Tested-by: Pierre-Jean Texier <texier.pj2@gmail.com>

Thanks !

-- 
Pierre-Jean Texier
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

      reply	other threads:[~2021-08-16 17:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-16 12:04 [Buildroot] [PATCH 0/3] Fix Microchip breakage related to at91bootstrap Ludovic Desroches via buildroot
2021-08-16 12:04 ` [Buildroot] [PATCH 1/3] boot/at91bootstrap3: bump 3.x series to 3.10.3 Ludovic Desroches via buildroot
2021-08-16 12:04 ` [Buildroot] [PATCH 2/3] configs/acmesystems_*: bump at91bootstrap3 version Ludovic Desroches via buildroot
2021-08-17 21:19   ` Arnout Vandecappelle
2021-08-18 11:20     ` Ludovic Desroches via buildroot
2021-08-18 11:35       ` Arnout Vandecappelle
2021-08-18 11:39       ` Eugen.Hristev--- via buildroot
2021-08-18 18:39       ` Edgar Bonet
2021-08-16 12:04 ` [Buildroot] [PATCH 3/3] configs/{atmel, microchip}: " Ludovic Desroches via buildroot
2021-08-16 17:44   ` Pierre-Jean Texier [this message]

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=4e07736e-186b-3256-53bc-7e645e58274a@gmail.com \
    --to=texier.pj2@gmail.com \
    --cc=biagio.hkr@gmail.com \
    --cc=bonet@grenoble.cnrs.fr \
    --cc=buildroot@buildroot.org \
    --cc=eugen.hristev@microchip.com \
    --cc=ludovic.desroches@microchip.com \
    --cc=nicolas.ferre@microchip.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.