From: Gary Thomas <gary@mlbassoc.com>
To: Liu Ting <ting.liu@freescale.com>,
"meta-freescale@yoctoproject.org"
<meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm][PATCH v3 04/13] u-boot-ls1: update to revision v2015.01-630-g6ba8eed
Date: Tue, 21 Jul 2015 08:14:43 -0600 [thread overview]
Message-ID: <55AE53D3.70408@mlbassoc.com> (raw)
In-Reply-To: <BY1PR03MB1372BE5109109A38C6A7419293840@BY1PR03MB1372.namprd03.prod.outlook.com>
On 2015-07-21 08:08, Liu Ting wrote:
> A branch was created :)
> http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/log/?h=sdk-v1.8.x
Thanks!
>
>> -----Original Message-----
>> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
>> bounces@yoctoproject.org] On Behalf Of Gary Thomas
>> Sent: Tuesday, July 21, 2015 9:59 PM
>> To: meta-freescale@yoctoproject.org
>> Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH v3 04/13] u-boot-ls1:
>> update to revision v2015.01-630-g6ba8eed
>>
>> Ping.
>>
>> On 2015-07-08 04:12, Gary Thomas wrote:
>>> On 2015-07-07 02:16, b28495@freescale.com wrote:
>>>> From: Ting Liu <ting.liu@freescale.com>
>>>>
>>>> Changes:
>>>> 1. Rebased on git://git.denx.de/u-boot.git v2015.01-487-gab92da9 2.
>>>> Applied another 143 FSL/backported patches (git log ab92da9..) 3. add
>>>> DEPENDS on dtc-native as u-boot brings in device tree files 4. use
>>>> u-boot-with-spl-pbl.bin for nand 5. replace with u-boot-dtb.bin when
>>>> swapping the image endianness
>>>>
>>>> Signed-off-by: Ting Liu <ting.liu@freescale.com>
>>>> ---
>>>> .../u-boot/{u-boot-ls1_2014.07.bb => u-boot-ls1_2015.01.bb} | 9
>> +++++----
>>>> 1 file changed, 5 insertions(+), 4 deletions(-)
>>>> rename recipes-bsp/u-boot/{u-boot-ls1_2014.07.bb =>
>>>> u-boot-ls1_2015.01.bb} (83%)
>>>>
>>>> diff --git a/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
>>>> b/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb
>>>> similarity index 83%
>>>> rename from recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
>>>> rename to recipes-bsp/u-boot/u-boot-ls1_2015.01.bb
>>>> index ad1dd4b..d68a326 100644
>>>> --- a/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
>>>> +++ b/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb
>>>> @@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = " \
>>>> file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
>>>> "
>>>>
>>>> -SRCBRANCH = "sdk-v1.7.x"
>>>> +SRCBRANCH = "master"
>>>> SRC_URI = "git://git.freescale.com/ppc/sdk/u-
>> boot.git;branch=${SRCBRANCH}"
>>>> -SRCREV = "659b6a23a8b1f3026200bc6352dbacef53f4dcb1"
>>>> +SRCREV = "6ba8eedbcdc4b063f59a63e6288b938af739e8ad"
>>>
>>> Do you know why this latest SDK doesn't have it's own branch?
>>
>> Previous SDK releases had their own branch. Why doesn't this one?
>> It makes it more difficult to track the repo for non-Freescale LS1 boards.
>>
>>>
>>>>
>>>> LOCALVERSION ?= "-${SRCBRANCH}"
>>>>
>>>> @@ -20,7 +20,7 @@ S = "${WORKDIR}/git"
>>>>
>>>> inherit fsl-u-boot-localversion
>>>>
>>>> -DEPENDS += "change-file-endianess-native"
>>>> +DEPENDS += "change-file-endianess-native dtc-native"
>>>> PROVIDES += "u-boot"
>>>>
>>>> do_compile_append () {
>>>> @@ -28,9 +28,10 @@ do_compile_append () {
>>>> then
>>>> for config in ${UBOOT_MACHINE}; do
>>>> case "${config}" in
>>>> - *spi*) tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl
>> ${S}/${config}/u-boot.bin ${S}/${config}/u-boot.swap.bin 8
>>>> + *spi*) tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl
>>>> + ${S}/${config}/u-boot-dtb.bin ${S}/${config}/u-boot.swap.bin 8
>>>> mv ${S}/${config}/u-boot.swap.bin ${S}/u-boot-
>> ${type}.${UBOOT_SUFFIX};;
>>>> *sdcard*) mv
>>>> ${S}/${config}/u-boot-with-spl-pbl.bin ${S}/${config}/u-boot.bin;;
>>>> + *nand*) mv ${S}/u-boot-with-spl-pbl.bin
>>>> + ${S}/u-boot.bin;;
>>>> esac
>>>> done
>>>> fi
>>>>
>>>
>>
>> --
>> ------------------------------------------------------------
>> Gary Thomas | Consulting for the
>> MLB Associates | Embedded world
>> ------------------------------------------------------------
>> --
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
next prev parent reply other threads:[~2015-07-21 14:14 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-07 8:16 [meta-fsl-arm][PATCH v3 00/13] patches for qoriq fsl-sdk-v1.8 b28495
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 01/13] linux-ls1: update to revision f488de6 b28495
2015-07-07 13:10 ` Daiane Angolini
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 02/13] linux-ls1: package zImage into kernel-images b28495
2015-07-07 13:11 ` Daiane Angolini
2015-07-07 13:13 ` Otavio Salvador
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 03/13] u-boot-ls1: merge .inc into the recipe b28495
2015-07-07 13:14 ` Daiane Angolini
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 04/13] u-boot-ls1: update to revision v2015.01-630-g6ba8eed b28495
2015-07-08 10:12 ` Gary Thomas
2015-07-21 13:58 ` Gary Thomas
2015-07-21 14:08 ` Liu Ting
2015-07-21 14:14 ` Gary Thomas [this message]
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 05/13] ls1021aqds: remove as it is not supported b28495
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 06/13] ls1021atwr: update lquart/secure-boot UBOOT_CONFIG b28495
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 07/13] rcw: update to revision 426f7a6 b28495
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 08/13] qemu: upgrade to v2.2.0 plus fsl patches b28495
2015-07-07 13:33 ` Daiane Angolini
2015-07-07 14:26 ` Liu Ting
2015-07-07 14:30 ` Otavio Salvador
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 09/13] asf: update to revision 62ba10a b28495
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 10/13] asf: use KBUILD_OUTPUT to point to build-artifacts b28495
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 11/13] cst: update to revision 6f57c86 b28495
2015-07-07 13:41 ` Daiane Angolini
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 12/13] rename ls-base.inc -> qoriq-arm.inc b28495
2015-07-07 8:16 ` [meta-fsl-arm][PATCH v3 13/13] layer.conf: include layer-specific bb files b28495
2015-07-07 11:43 ` Gary Thomas
2015-07-07 12:14 ` Otavio Salvador
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=55AE53D3.70408@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=meta-freescale@yoctoproject.org \
--cc=ting.liu@freescale.com \
/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.