All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 14/14] defconfig/wandboard: update kernel + bootlaoder
Date: Tue, 1 Jul 2014 00:34:41 +0200	[thread overview]
Message-ID: <20140630223440.GE3560@free.fr> (raw)
In-Reply-To: <cf148e58a53cf0c55c12e211c4367363bdf1dc0f.1404164261.git.yann.morin.1998@free.fr>

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
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-06-30 22:34 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-30 21:52 [Buildroot] [PATCH 0/14 v3] freescale: update userspace packages (branch yem/fsl-imx) Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 01/14] freescale-imx: bump to version 3.10.17-1.0.0 Yann E. MORIN
2014-07-11  6:14   ` Arnout Vandecappelle
2014-07-11 16:36     ` Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 02/14] freescale-imx: update imx-lib package Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 03/14] freescale-imx: change platform choice to be common Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 04/14] package/gpu-viv-bin-mx6q: only available for i.MX6Q Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 05/14] freescale-imx: add imx-vpu package Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 06/14] libfslvpuwrap: bump to version 1.0.46 Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 07/14] libfslcodec: bump to version 3.0.11 Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 08/14] libfslparser: " Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 09/14] gst-fsl-plugins: " Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 10/14] package/gst-fsl-plugins: add default platform Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 11/14] imx6sabresd: bump kernel version to 3.10.17 Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 12/14] imx6sololiteevk: " Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 13/14] nitrogen6x: " Yann E. MORIN
2014-07-10 17:18   ` [Buildroot] [PATCH] nitrogen6x: include .dtb files for compatible variants Eric Nelson
2014-07-10 17:28     ` Yann E. MORIN
2014-07-10 18:22       ` Gary Bisson
2014-07-10 18:35         ` [Buildroot] Boundary U-Boot files (was [PATCH] nitrogen6x: include .dtb files...) Eric Nelson
2014-07-11  6:10           ` Arnout Vandecappelle
2014-07-15 21:16     ` [Buildroot] [PATCH] nitrogen6x: include .dtb files for compatible variants Thomas Petazzoni
2014-07-15 21:29       ` Eric Nelson
2014-06-30 21:52 ` [Buildroot] [PATCH 14/14] defconfig/wandboard: update kernel + bootlaoder Yann E. MORIN
2014-06-30 22:34   ` Yann E. MORIN [this message]
2014-07-07 15:22   ` Hadrien Boutteville
2014-07-07 16:35     ` Yann E. MORIN
2014-07-01 21:36 ` [Buildroot] [PATCH 0/14 v3] freescale: update userspace packages (branch yem/fsl-imx) Thomas Petazzoni
2014-07-07 15:07 ` Hadrien Boutteville
2014-07-07 17:11   ` Gary Bisson
2014-07-08  6:46     ` Gary Bisson
2014-07-08 14:23       ` Hadrien Boutteville
2014-07-08 16:31         ` Gary Bisson
2014-07-15 21:16 ` Thomas Petazzoni

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=20140630223440.GE3560@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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.