diff mbox

[14/14] defconfig/wandboard: update kernel + bootlaoder

Message ID cf148e58a53cf0c55c12e211c4367363bdf1dc0f.1404164261.git.yann.morin.1998@free.fr
State Rejected
Headers show

Commit Message

Yann E. MORIN June 30, 2014, 9:52 p.m. UTC
A newer kernel is needed, so we are aligned with what the Freescale
userland (imx-lib + imx=vpu) supports.

Also, update U-Boot to use the mainline repository, since:
  - the u-boot-imx tree is a developper's tree
  - it is not advertised on the U-Boot git home (http://git.denx.de/)
  - the wandboard in mainline is fully supported
  - there is no changeset relevant to the wandboard in the u-boot-imx
    tree

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Gary Bisson <bisson.gary@gmail.com>
Cc: Hadrien Boutteville <hadrien.boutteville@gmail.com>
---
 configs/wandboard_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Yann E. MORIN June 30, 2014, 10:34 p.m. UTC | #1
Gary, All,

On 2014-06-30 23:52 +0200, Yann E. MORIN spake thusly:
> A newer kernel is needed, so we are aligned with what the Freescale
> userland (imx-lib + imx=vpu) supports.
> 
> Also, update U-Boot to use the mainline repository, since:
>   - the u-boot-imx tree is a developper's tree
>   - it is not advertised on the U-Boot git home (http://git.denx.de/)
>   - the wandboard in mainline is fully supported
>   - there is no changeset relevant to the wandboard in the u-boot-imx
>     tree
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Gary Bisson <bisson.gary@gmail.com>
> Cc: Hadrien Boutteville <hadrien.boutteville@gmail.com>
> ---
>  configs/wandboard_defconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
> index 996a70a..6bf436e 100644
> --- a/configs/wandboard_defconfig
> +++ b/configs/wandboard_defconfig
> @@ -7,8 +7,8 @@ BR2_TARGET_ROOTFS_EXT2_4=y
>  BR2_TARGET_UBOOT=y
>  BR2_TARGET_UBOOT_BOARDNAME="wandboard_dl"
>  BR2_TARGET_UBOOT_CUSTOM_GIT=y
> -BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.denx.de/u-boot-imx.git"
> -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="326ea986ac150acdc7656d57fca647db80b50158"
> +BR2_TARGET_UBOOT_CUSTOM_REPO_URL="http://git.denx.de/u-boot.git"
> +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2014.07-rc3"

In retrospect, this should have been just v2014.04: it has all that is
needed for the wandboard; v2014.07-rc3 only adds support for an optional
LCD display, support for which is completely superfluous in our case.

Regards,
Yann E. MORIN.

>  BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
>  BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.imx"
>  BR2_TARGET_UBOOT_ENVIMAGE=y
> @@ -16,7 +16,7 @@ BR2_TARGET_UBOOT_ENVIMAGE_SOURCE="board/wandboard/uboot-env.txt"
>  BR2_TARGET_UBOOT_ENVIMAGE_SIZE="0x2000"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_GIT=y
> -BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://repo.or.cz/wandboard.git"
> -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="86429847b5152f040f190015faedcac49b243328"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/wandboard-org/linux"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="9d567e4f285e80bc332e79f0636259bc05a4ee3b"
>  BR2_LINUX_KERNEL_DEFCONFIG="wandboard"
>  BR2_LINUX_KERNEL_INSTALL_TARGET=y
> -- 
> 1.9.1
>
Hadrien Boutteville July 7, 2014, 3:22 p.m. UTC | #2
Hello Yann,

There is a typo in the commit title : "bootloader" ;-).

On Mon, 30 Jun 2014 23:52:14 +0200, Yann E. Morin wrote:
[...]
>  BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
>  BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.imx"

Is it still necessary to specify this custom name instead of using
BR2_TARGET_UBOOT_FORMAT_IMX ?

>  BR2_TARGET_UBOOT_ENVIMAGE=y
> @@ -16,7 +16,7 @@ BR2_TARGET_UBOOT_ENVIMAGE_SOURCE="board/wandboard/uboot-env.txt"
>  BR2_TARGET_UBOOT_ENVIMAGE_SIZE="0x2000"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_GIT=y
> -BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://repo.or.cz/wandboard.git"
> -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="86429847b5152f040f190015faedcac49b243328"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/wandboard-org/linux"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="9d567e4f285e80bc332e79f0636259bc05a4ee3b"
>  BR2_LINUX_KERNEL_DEFCONFIG="wandboard"
>  BR2_LINUX_KERNEL_INSTALL_TARGET=y

Regards,

Hadrien
Yann E. MORIN July 7, 2014, 4:35 p.m. UTC | #3
Hadrien, All,

On 2014-07-07 17:22 +0200, Hadrien Boutteville spake thusly:
> There is a typo in the commit title : "bootloader" ;-).

OK.

> On Mon, 30 Jun 2014 23:52:14 +0200, Yann E. Morin wrote:
> [...]
> >  BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
> >  BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.imx"
> 
> Is it still necessary to specify this custom name instead of using
> BR2_TARGET_UBOOT_FORMAT_IMX ?

Ah, indeed. I merely hand-edited the defconfig to set the new versions.

Will adapt before re-spinning.

Regards,
Yann E. MORIN.
diff mbox

Patch

diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
index 996a70a..6bf436e 100644
--- a/configs/wandboard_defconfig
+++ b/configs/wandboard_defconfig
@@ -7,8 +7,8 @@  BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="wandboard_dl"
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
-BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.denx.de/u-boot-imx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="326ea986ac150acdc7656d57fca647db80b50158"
+BR2_TARGET_UBOOT_CUSTOM_REPO_URL="http://git.denx.de/u-boot.git"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2014.07-rc3"
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.imx"
 BR2_TARGET_UBOOT_ENVIMAGE=y
@@ -16,7 +16,7 @@  BR2_TARGET_UBOOT_ENVIMAGE_SOURCE="board/wandboard/uboot-env.txt"
 BR2_TARGET_UBOOT_ENVIMAGE_SIZE="0x2000"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://repo.or.cz/wandboard.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="86429847b5152f040f190015faedcac49b243328"
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/wandboard-org/linux"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="9d567e4f285e80bc332e79f0636259bc05a4ee3b"
 BR2_LINUX_KERNEL_DEFCONFIG="wandboard"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y