diff mbox

imx6sabresd: bump kernel version to 3.10.17

Message ID 1402615551-21352-1-git-send-email-bisson.gary@gmail.com
State Changes Requested
Headers show

Commit Message

Gary Bisson June 12, 2014, 11:25 p.m. UTC
Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
---
 configs/freescale_imx6sabresd_defconfig | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Comments

Yann E. MORIN June 15, 2014, 11:01 a.m. UTC | #1
Gary, All,

On 2014-06-12 16:25 -0700, Gary Bisson spake thusly:
> Signed-off-by: Gary Bisson <bisson.gary@gmail.com>

Do not forget to resend these three kernel-bumps when the imx packages
are updated, since bumping the kernel will only be possible after the
userland has been updated (I am not sure an 'old' imx userland can talk
to a 'newer' imx kernel).

I've marked your four changes as "Changes Requested" in the patchwork.

Thanks! :-)

Regards,
Yann E. MORIN.

> ---
>  configs/freescale_imx6sabresd_defconfig | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/configs/freescale_imx6sabresd_defconfig b/configs/freescale_imx6sabresd_defconfig
> index 368e00b..16e4d0b 100644
> --- a/configs/freescale_imx6sabresd_defconfig
> +++ b/configs/freescale_imx6sabresd_defconfig
> @@ -9,15 +9,19 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_GIT=y
>  BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
> -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.0.35_4.1.0"
> -BR2_LINUX_KERNEL_DEFCONFIG="imx6"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.10.17_1.0.0_ga"
> +BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
> +BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
> +BR2_LINUX_KERNEL_DTS_SUPPORT=y
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"
>  
>  # filesystem
>  BR2_TARGET_ROOTFS_EXT2=y
>  
>  # bootloader
>  BR2_TARGET_UBOOT=y
> -BR2_TARGET_UBOOT_BOARDNAME="mx6q_sabresd"
> +BR2_TARGET_UBOOT_BOARDNAME="mx6qsabresd"
> +BR2_TARGET_UBOOT_FORMAT_IMX=y
>  BR2_TARGET_UBOOT_CUSTOM_GIT=y
>  BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
> -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.0.35_4.1.0"
> +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.10.17_1.0.0_ga"
> -- 
> 2.0.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Gary Bisson June 16, 2014, 6:31 a.m. UTC | #2
Hi Yann, all,

On Sun, Jun 15, 2014 at 4:01 AM, Yann E. MORIN <yann.morin.1998@free.fr>
wrote:

> Gary, All,
>
> On 2014-06-12 16:25 -0700, Gary Bisson spake thusly:
> > Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
>
> Do not forget to resend these three kernel-bumps when the imx packages
> are updated, since bumping the kernel will only be possible after the
> userland has been updated (I am not sure an 'old' imx userland can talk
> to a 'newer' imx kernel).
>

No problem, it makes complete sense. I'll try to submit something this week
for the freescale-imx package.
As a side note, current userland package (3.5.7) does not match the kernel
version (3.0.35) which causes seg fault on GPU apps (cf. Vivante examples).

Thanks!
Gary


> I've marked your four changes as "Changes Requested" in the patchwork.
>
> Thanks! :-)
>
> Regards,
> Yann E. MORIN.
>
> > ---
> >  configs/freescale_imx6sabresd_defconfig | 12 ++++++++----
> >  1 file changed, 8 insertions(+), 4 deletions(-)
> >
> > diff --git a/configs/freescale_imx6sabresd_defconfig
> b/configs/freescale_imx6sabresd_defconfig
> > index 368e00b..16e4d0b 100644
> > --- a/configs/freescale_imx6sabresd_defconfig
> > +++ b/configs/freescale_imx6sabresd_defconfig
> > @@ -9,15 +9,19 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
> >  BR2_LINUX_KERNEL=y
> >  BR2_LINUX_KERNEL_CUSTOM_GIT=y
> >  BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://
> git.freescale.com/imx/linux-2.6-imx.git"
> > -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.0.35_4.1.0"
> > -BR2_LINUX_KERNEL_DEFCONFIG="imx6"
> > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.10.17_1.0.0_ga"
> > +BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
> > +BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
> > +BR2_LINUX_KERNEL_DTS_SUPPORT=y
> > +BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"
> >
> >  # filesystem
> >  BR2_TARGET_ROOTFS_EXT2=y
> >
> >  # bootloader
> >  BR2_TARGET_UBOOT=y
> > -BR2_TARGET_UBOOT_BOARDNAME="mx6q_sabresd"
> > +BR2_TARGET_UBOOT_BOARDNAME="mx6qsabresd"
> > +BR2_TARGET_UBOOT_FORMAT_IMX=y
> >  BR2_TARGET_UBOOT_CUSTOM_GIT=y
> >  BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://
> git.freescale.com/imx/uboot-imx.git"
> > -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.0.35_4.1.0"
> > +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.10.17_1.0.0_ga"
> > --
> > 2.0.0
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot@busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
>
> --
>
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics'
> conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___
>       |
> | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There
> is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v
> conspiracy.  |
>
> '------------------------------^-------^------------------^--------------------'
>
diff mbox

Patch

diff --git a/configs/freescale_imx6sabresd_defconfig b/configs/freescale_imx6sabresd_defconfig
index 368e00b..16e4d0b 100644
--- a/configs/freescale_imx6sabresd_defconfig
+++ b/configs/freescale_imx6sabresd_defconfig
@@ -9,15 +9,19 @@  BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.0.35_4.1.0"
-BR2_LINUX_KERNEL_DEFCONFIG="imx6"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.10.17_1.0.0_ga"
+BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
+BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"
 
 # filesystem
 BR2_TARGET_ROOTFS_EXT2=y
 
 # bootloader
 BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="mx6q_sabresd"
+BR2_TARGET_UBOOT_BOARDNAME="mx6qsabresd"
+BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.0.35_4.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.10.17_1.0.0_ga"