All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 5/5] configs/solidrun_macchiatobin_marvell: bump component versions
       [not found] ` <20180914153326.19346-6-thomas.petazzoni@bootlin.com>
@ 2018-09-16  4:21   ` Baruch Siach
  2018-09-16  8:15     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Baruch Siach @ 2018-09-16  4:21 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Fri, Sep 14, 2018 at 05:33:26PM +0200, Thomas Petazzoni wrote:
> Bump Linux to armada-18.09, U-Boot to armada-18.09.1 and ATF to
> armada-18.09.4.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
>  configs/solidrun_macchiatobin_marvell_defconfig | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/configs/solidrun_macchiatobin_marvell_defconfig b/configs/solidrun_macchiatobin_marvell_defconfig
> index acc8d1589e..4b52e47945 100644
> --- a/configs/solidrun_macchiatobin_marvell_defconfig
> +++ b/configs/solidrun_macchiatobin_marvell_defconfig
> @@ -7,7 +7,8 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for Marvell MacchiatoBin"
>  BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
>  BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
>  BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/MarvellEmbeddedProcessors/atf-marvell.git"
> -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="43965481990fd92e9666cf9371a8cf478055ec7c"
> +# This commit corresponds to release armada-18.09.4
> +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="711ecd32afe465b38052b5ba374c825b158eea18"
>  BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="a80x0_mcbin"
>  BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y
>  BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33=y
> @@ -20,14 +21,15 @@ BR2_TARGET_MV_DDR_MARVELL=y
>  BR2_TARGET_UBOOT=y
>  BR2_TARGET_UBOOT_CUSTOM_GIT=y
>  BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/MarvellEmbeddedProcessors/u-boot-marvell"
> -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="u-boot-2017.03-armada-17.10"
> +# This commit corresponds to armada-18.09.1, based on u-boot 2018.03
> +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="8fe403172c58440bcfbb3724242301c0108eff5b"
>  BR2_TARGET_UBOOT_BOARDNAME="mvebu_mcbin-88f8040"
>  BR2_TARGET_UBOOT_NEEDS_DTC=y
>  
>  # Kernel
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,MarvellEmbeddedProcessors,linux-marvell,linux-4.4.52-armada-17.10)/linux-linux-4.4.52-armada-17.10.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,MarvellEmbeddedProcessors,linux-marvell,linux-4.4.52-armada-17.10)/linux-linux-4.4.120-armada-18.09.tar.gz"

Why not bump to linux-4.14.22-armada-18.09? Is there any missing functionality 
in that release?

>  BR2_LINUX_KERNEL_DEFCONFIG="mvebu_v8_lsp"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  BR2_LINUX_KERNEL_INTREE_DTS_NAME="marvell/armada-8040-mcbin"

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 5/5] configs/solidrun_macchiatobin_marvell: bump component versions
  2018-09-16  4:21   ` [Buildroot] [PATCH 5/5] configs/solidrun_macchiatobin_marvell: bump component versions Baruch Siach
@ 2018-09-16  8:15     ` Thomas Petazzoni
  2018-09-16  9:31       ` Baruch Siach
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2018-09-16  8:15 UTC (permalink / raw)
  To: buildroot

Hello Baruch,

On Sun, 16 Sep 2018 07:21:41 +0300, Baruch Siach wrote:

> >  # Kernel
> >  BR2_LINUX_KERNEL=y
> >  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> > -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,MarvellEmbeddedProcessors,linux-marvell,linux-4.4.52-armada-17.10)/linux-linux-4.4.52-armada-17.10.tar.gz"
> > +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,MarvellEmbeddedProcessors,linux-marvell,linux-4.4.52-armada-17.10)/linux-linux-4.4.120-armada-18.09.tar.gz"  
> 
> Why not bump to linux-4.14.22-armada-18.09? Is there any missing functionality 
> in that release?

My understanding is that 4.4 is the BSP version that Marvell considers
complete and stable, which has received full QA testing. 4.14 is still
in development, and will be fully ready by the end of the year.
Therefore, in this defconfig using vendor-provided versions of the
components, it probably makes sense to stick to 4.4 for now ?

Best regards,

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

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

* [Buildroot] [PATCH 5/5] configs/solidrun_macchiatobin_marvell: bump component versions
  2018-09-16  8:15     ` Thomas Petazzoni
@ 2018-09-16  9:31       ` Baruch Siach
  0 siblings, 0 replies; 4+ messages in thread
From: Baruch Siach @ 2018-09-16  9:31 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Sun, Sep 16, 2018 at 10:15:01AM +0200, Thomas Petazzoni wrote:
> On Sun, 16 Sep 2018 07:21:41 +0300, Baruch Siach wrote:
> > >  # Kernel
> > >  BR2_LINUX_KERNEL=y
> > >  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> > > -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,MarvellEmbeddedProcessors,linux-marvell,linux-4.4.52-armada-17.10)/linux-linux-4.4.52-armada-17.10.tar.gz"
> > > +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,MarvellEmbeddedProcessors,linux-marvell,linux-4.4.52-armada-17.10)/linux-linux-4.4.120-armada-18.09.tar.gz"  
> > 
> > Why not bump to linux-4.14.22-armada-18.09? Is there any missing functionality 
> > in that release?
> 
> My understanding is that 4.4 is the BSP version that Marvell considers
> complete and stable, which has received full QA testing. 4.14 is still
> in development, and will be fully ready by the end of the year.
> Therefore, in this defconfig using vendor-provided versions of the
> components, it probably makes sense to stick to 4.4 for now ?

Sounds reasonable to me. The commit log should probably include this 
information.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 0/5] Update MacchiatoBin defconfigs
       [not found] <20180914153326.19346-1-thomas.petazzoni@bootlin.com>
       [not found] ` <20180914153326.19346-6-thomas.petazzoni@bootlin.com>
@ 2018-10-11  7:32 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-10-11  7:32 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 14 Sep 2018 17:33:21 +0200, Thomas Petazzoni wrote:

> Thomas Petazzoni (5):
>   boot/mv-ddr-marvell: bump version to armada-18.09.2
>   boot/binaries-marvell: bump version to marvell-armada-18.06
>   boot/arm-trusted-firmware: don't pass TARGET_CONFIGURE_OPTS when
>     building
>   configs/solidrun_macchiatobin_mainline: bump component versions
>   configs/solidrun_macchiatobin_marvell: bump component versions

I've applied the entire series, after updating the commit log of the
last patch to indicate why we stick to Linux 4.4 and not switch to
Marvell provided Linux 4.14, as was requested by Baruch.

Best regards,

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

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

end of thread, other threads:[~2018-10-11  7:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180914153326.19346-1-thomas.petazzoni@bootlin.com>
     [not found] ` <20180914153326.19346-6-thomas.petazzoni@bootlin.com>
2018-09-16  4:21   ` [Buildroot] [PATCH 5/5] configs/solidrun_macchiatobin_marvell: bump component versions Baruch Siach
2018-09-16  8:15     ` Thomas Petazzoni
2018-09-16  9:31       ` Baruch Siach
2018-10-11  7:32 ` [Buildroot] [PATCH 0/5] Update MacchiatoBin defconfigs Thomas Petazzoni

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.