All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1
@ 2019-07-10 16:21 Pierre-Jean Texier
  2019-07-10 16:21 ` [Buildroot] [PATCH] configs/atmel_sama5d27_som1: add rng-tools package Pierre-Jean Texier
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Pierre-Jean Texier @ 2019-07-10 16:21 UTC (permalink / raw)
  To: buildroot

This commit :
	- bumps Linux & U-Boot to linux4sam_6.1.
	- bumps at91bootstrap to v3.8.13

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
Logs:

AT91Bootstrap 3.8.13 (mercredi 10 juillet 2019, 17:56:19 (UTC+0200))

SDHC: fix in place for SAMA5D2 SoM VDDSDMMC over-consumption errata
SD/MMC: Image: Read file u-boot.bin to 0x23f00000
...

U-Boot 2019.04-linux4sam_6.1 (Jul 10 2019 - 17:47:29 +0200)

CPU: SAMA5D27 1G bits DDR2 SDRAM
Crystal frequency:       24 MHz
CPU clock        :      492 MHz
Master clock     :      164 MHz
DRAM:  128 MiB
MMC:   sdio-host at a0000000: 0, sdio-host at b0000000: 1
...

Starting kernel ...

Booting Linux on physical CPU 0x0
Linux version 4.19.56-linux4sam-6.1

...
Welcome to Buildroot
buildroot login: root

 configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
index fc9ce8c..ed25f04 100644
--- a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
+++ b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
@@ -3,7 +3,7 @@ BR2_cortex_a5=y
 BR2_ARM_ENABLE_NEON=y
 BR2_ARM_ENABLE_VFP=y
 BR2_ARM_INSTRUCTIONS_THUMB2=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
 BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
 BR2_PTHREAD_DEBUG=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
@@ -12,7 +12,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/atmel/sama5d27_som1_ek_mmc/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,linux-at91,linux4sam_6.0)/linux-linux4sam_6.0.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,linux-at91,linux4sam_6.1)/linux-linux4sam_6.1.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="sama5"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91-sama5d27_som1_ek"
@@ -71,13 +71,13 @@ 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.12"
+BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.13"
 BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="sama5d27_som1_eksd_uboot"
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_6.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_6.1"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d27_som1_ek_mmc"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH] configs/atmel_sama5d27_som1: add rng-tools package
  2019-07-10 16:21 [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1 Pierre-Jean Texier
@ 2019-07-10 16:21 ` Pierre-Jean Texier
  2019-07-11  8:51   ` Ludovic Desroches
  2019-07-14 13:14   ` Thomas Petazzoni
  2019-07-11  8:51 ` [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1 Ludovic Desroches
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 10+ messages in thread
From: Pierre-Jean Texier @ 2019-07-10 16:21 UTC (permalink / raw)
  To: buildroot

More entropy is required at boot time for the ssh
daemon to start.

So, enable rngd which feeds the entropy to the kernel
entropy tool.

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
index ed25f04..f1abf83 100644
--- a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
+++ b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
@@ -41,6 +41,7 @@ BR2_PACKAGE_WILC1000_FIRMWARE=y
 BR2_PACKAGE_DEVMEM2=y
 BR2_PACKAGE_EVTEST=y
 BR2_PACKAGE_I2C_TOOLS=y
+BR2_PACKAGE_RNG_TOOLS=y
 BR2_PACKAGE_SETSERIAL=y
 BR2_PACKAGE_SPI_TOOLS=y
 BR2_PACKAGE_USBUTILS=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1
  2019-07-10 16:21 [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1 Pierre-Jean Texier
  2019-07-10 16:21 ` [Buildroot] [PATCH] configs/atmel_sama5d27_som1: add rng-tools package Pierre-Jean Texier
@ 2019-07-11  8:51 ` Ludovic Desroches
  2019-07-14 13:14 ` Thomas Petazzoni
  2019-07-26 14:27 ` Thomas Petazzoni
  3 siblings, 0 replies; 10+ messages in thread
From: Ludovic Desroches @ 2019-07-11  8:51 UTC (permalink / raw)
  To: buildroot

On Wed, Jul 10, 2019 at 06:21:12PM +0200, Pierre-Jean Texier wrote:
> 
> This commit :
> 	- bumps Linux & U-Boot to linux4sam_6.1.
> 	- bumps at91bootstrap to v3.8.13
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>

Thanks

> ---
> Logs:
> 
> AT91Bootstrap 3.8.13 (mercredi 10 juillet 2019, 17:56:19 (UTC+0200))
> 
> SDHC: fix in place for SAMA5D2 SoM VDDSDMMC over-consumption errata
> SD/MMC: Image: Read file u-boot.bin to 0x23f00000
> ...
> 
> U-Boot 2019.04-linux4sam_6.1 (Jul 10 2019 - 17:47:29 +0200)
> 
> CPU: SAMA5D27 1G bits DDR2 SDRAM
> Crystal frequency:       24 MHz
> CPU clock        :      492 MHz
> Master clock     :      164 MHz
> DRAM:  128 MiB
> MMC:   sdio-host at a0000000: 0, sdio-host at b0000000: 1
> ...
> 
> Starting kernel ...
> 
> Booting Linux on physical CPU 0x0
> Linux version 4.19.56-linux4sam-6.1
> 
> ...
> Welcome to Buildroot
> buildroot login: root
> 
>  configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> index fc9ce8c..ed25f04 100644
> --- a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> +++ b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> @@ -3,7 +3,7 @@ BR2_cortex_a5=y
>  BR2_ARM_ENABLE_NEON=y
>  BR2_ARM_ENABLE_VFP=y
>  BR2_ARM_INSTRUCTIONS_THUMB2=y
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
>  BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
>  BR2_PTHREAD_DEBUG=y
>  BR2_TOOLCHAIN_BUILDROOT_CXX=y
> @@ -12,7 +12,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
>  BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/atmel/sama5d27_som1_ek_mmc/genimage.cfg"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,linux-at91,linux4sam_6.0)/linux-linux4sam_6.0.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,linux-at91,linux4sam_6.1)/linux-linux4sam_6.1.tar.gz"
>  BR2_LINUX_KERNEL_DEFCONFIG="sama5"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91-sama5d27_som1_ek"
> @@ -71,13 +71,13 @@ 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.12"
> +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.13"
>  BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="sama5d27_som1_eksd_uboot"
>  BR2_TARGET_UBOOT=y
>  BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
>  BR2_TARGET_UBOOT_CUSTOM_GIT=y
>  BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_6.0"
> +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_6.1"
>  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d27_som1_ek_mmc"
>  BR2_TARGET_UBOOT_NEEDS_DTC=y
>  BR2_PACKAGE_HOST_DOSFSTOOLS=y
> -- 
> 2.7.4
> 
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH] configs/atmel_sama5d27_som1: add rng-tools package
  2019-07-10 16:21 ` [Buildroot] [PATCH] configs/atmel_sama5d27_som1: add rng-tools package Pierre-Jean Texier
@ 2019-07-11  8:51   ` Ludovic Desroches
  2019-07-14 13:14   ` Thomas Petazzoni
  1 sibling, 0 replies; 10+ messages in thread
From: Ludovic Desroches @ 2019-07-11  8:51 UTC (permalink / raw)
  To: buildroot

On Wed, Jul 10, 2019 at 06:21:13PM +0200, Pierre-Jean Texier wrote:
> External E-Mail
> 
> 
> More entropy is required at boot time for the ssh
> daemon to start.
> 
> So, enable rngd which feeds the entropy to the kernel
> entropy tool.
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>

Nice!

Ludovic
> ---
>  configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> index ed25f04..f1abf83 100644
> --- a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> +++ b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> @@ -41,6 +41,7 @@ BR2_PACKAGE_WILC1000_FIRMWARE=y
>  BR2_PACKAGE_DEVMEM2=y
>  BR2_PACKAGE_EVTEST=y
>  BR2_PACKAGE_I2C_TOOLS=y
> +BR2_PACKAGE_RNG_TOOLS=y
>  BR2_PACKAGE_SETSERIAL=y
>  BR2_PACKAGE_SPI_TOOLS=y
>  BR2_PACKAGE_USBUTILS=y
> -- 
> 2.7.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1
  2019-07-10 16:21 [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1 Pierre-Jean Texier
  2019-07-10 16:21 ` [Buildroot] [PATCH] configs/atmel_sama5d27_som1: add rng-tools package Pierre-Jean Texier
  2019-07-11  8:51 ` [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1 Ludovic Desroches
@ 2019-07-14 13:14 ` Thomas Petazzoni
  2019-07-26 14:27 ` Thomas Petazzoni
  3 siblings, 0 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2019-07-14 13:14 UTC (permalink / raw)
  To: buildroot

On Wed, 10 Jul 2019 18:21:12 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> This commit :
> 	- bumps Linux & U-Boot to linux4sam_6.1.
> 	- bumps at91bootstrap to v3.8.13
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
> Logs:

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH] configs/atmel_sama5d27_som1: add rng-tools package
  2019-07-10 16:21 ` [Buildroot] [PATCH] configs/atmel_sama5d27_som1: add rng-tools package Pierre-Jean Texier
  2019-07-11  8:51   ` Ludovic Desroches
@ 2019-07-14 13:14   ` Thomas Petazzoni
  1 sibling, 0 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2019-07-14 13:14 UTC (permalink / raw)
  To: buildroot

On Wed, 10 Jul 2019 18:21:13 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> More entropy is required at boot time for the ssh
> daemon to start.
> 
> So, enable rngd which feeds the entropy to the kernel
> entropy tool.
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
>  configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1
  2019-07-10 16:21 [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1 Pierre-Jean Texier
                   ` (2 preceding siblings ...)
  2019-07-14 13:14 ` Thomas Petazzoni
@ 2019-07-26 14:27 ` Thomas Petazzoni
  2019-07-28 12:33   ` Pierre-Jean Texier
  3 siblings, 1 reply; 10+ messages in thread
From: Thomas Petazzoni @ 2019-07-26 14:27 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 10 Jul 2019 18:21:12 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> This commit :
> 	- bumps Linux & U-Boot to linux4sam_6.1.
> 	- bumps at91bootstrap to v3.8.13
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>

Following this bump, the atmel_sama5d27_som1_ek_mmc_dev_defconfig no
longer builds:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/259847527

You need to add:
 
  BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y

Could you test this and send a patch ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1
  2019-07-26 14:27 ` Thomas Petazzoni
@ 2019-07-28 12:33   ` Pierre-Jean Texier
  2019-07-30 12:21     ` Thomas Petazzoni
  0 siblings, 1 reply; 10+ messages in thread
From: Pierre-Jean Texier @ 2019-07-28 12:33 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

Le 26/07/2019 ? 16:27, Thomas Petazzoni a ?crit?:
> Following this bump, the atmel_sama5d27_som1_ek_mmc_dev_defconfig no
> longer builds:
> 
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/259847527
> 
> You need to add:
>   
>    BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
> 
> Could you test this and send a patch ?

Interesting, I hadn't encountered this problem.
I'll send a patch to fix this issue.

Thanks !

Pierre-Jean

> 
> Thanks!
> 
> Thomas

-- 
Pierre-Jean Texier
Embedded Linux Engineer
https://koncepto.io

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1
  2019-07-28 12:33   ` Pierre-Jean Texier
@ 2019-07-30 12:21     ` Thomas Petazzoni
  2019-07-30 18:16       ` Pierre-Jean Texier
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Petazzoni @ 2019-07-30 12:21 UTC (permalink / raw)
  To: buildroot

Hello Pierre-Jean,

On Sun, 28 Jul 2019 14:33:27 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> Le 26/07/2019 ? 16:27, Thomas Petazzoni a ?crit?:
> > Following this bump, the atmel_sama5d27_som1_ek_mmc_dev_defconfig no
> > longer builds:
> > 
> >    https://gitlab.com/buildroot.org/buildroot/-/jobs/259847527
> > 
> > You need to add:
> >   
> >    BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
> > 
> > Could you test this and send a patch ?  
> 
> Interesting, I hadn't encountered this problem.
> I'll send a patch to fix this issue.

If you have the OpenSSL development package installed on your system,
then indeed you don't see the problem. However, the defconfigs are
tested in a Docker container, with just the minimal dependencies needed
by Buildroot to run, and these dependencies do not include OpenSSL
development files. This explains why you have not seen the issue.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1
  2019-07-30 12:21     ` Thomas Petazzoni
@ 2019-07-30 18:16       ` Pierre-Jean Texier
  0 siblings, 0 replies; 10+ messages in thread
From: Pierre-Jean Texier @ 2019-07-30 18:16 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

Le 30/07/2019 ? 14:21, Thomas Petazzoni a ?crit?:
> If you have the OpenSSL development package installed on your system,
> then indeed you don't see the problem. However, the defconfigs are
> tested in a Docker container, with just the minimal dependencies needed
> by Buildroot to run, and these dependencies do not include OpenSSL
> development files. This explains why you have not seen the issue.

Indeed, thanks for the clarifications.

Regards,

Pierre-Jean

> 
> Best regards,
> 
> Thomas
-- 
Pierre-Jean Texier
Embedded Linux Engineer
https://koncepto.io

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-07-30 18:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 16:21 [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1 Pierre-Jean Texier
2019-07-10 16:21 ` [Buildroot] [PATCH] configs/atmel_sama5d27_som1: add rng-tools package Pierre-Jean Texier
2019-07-11  8:51   ` Ludovic Desroches
2019-07-14 13:14   ` Thomas Petazzoni
2019-07-11  8:51 ` [Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1 Ludovic Desroches
2019-07-14 13:14 ` Thomas Petazzoni
2019-07-26 14:27 ` Thomas Petazzoni
2019-07-28 12:33   ` Pierre-Jean Texier
2019-07-30 12:21     ` Thomas Petazzoni
2019-07-30 18:16       ` Pierre-Jean Texier

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.