Re: [U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution

2013-11-01 Thread Heiko Schocher
Hello Lukasz, Am 31.10.2013 18:25, schrieb Lukasz Majewski: Dear All, As a follow up from u-boot's mini-summit at ELCE 2013, I would like to once again share the new format of dfu_alt_info env variable (for those who couldn't attend). dfu_alt_info_cleanup:

Re: [U-Boot] [PATCH] configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards

2013-11-01 Thread Stefano Babic
Hi Rob, On 31/10/2013 19:47, Rob Herring wrote: On 10/31/2013 12:08 PM, Stefano Babic wrote: On 31/10/2013 17:46, Fabio Estevam wrote: There is no real benefit in adding the board name into U-boot's prompt. Use the simple = prompt across FSL boards. It would make more sense to apply my

Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2013-11-01 Thread Zhang Haijun
Hi, Antonious How about this patch? Could you give some advice? 于 2013/10/21 17:23, Zhang Haijun 写道: Hi, Babic Thanks. This patch is test on PPC. Regards, Haijun 于 2013/10/21 17:19, Stefano Babic 写道: Hi, On 21/10/2013 10:23, Zhang Haijun wrote: Hi, all Who can give some comments?

Re: [U-Boot] [PATCH] configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards

2013-11-01 Thread Stefano Babic
Hi Tom, On 31/10/2013 19:53, Tom Rini wrote: On 10/31/2013 02:47 PM, Rob Herring wrote: On 10/31/2013 12:08 PM, Stefano Babic wrote: On 31/10/2013 17:46, Fabio Estevam wrote: There is no real benefit in adding the board name into U-boot's prompt. Use the simple = prompt across FSL

Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2013-11-01 Thread Pantelis Antoniou
Hi Zhang, I'll take a look at it over the weekend. Regards -- Pantelis On Nov 1, 2013, at 9:44 AM, Zhang Haijun wrote: Hi, Antonious How about this patch? Could you give some advice? 于 2013/10/21 17:23, Zhang Haijun 写道: Hi, Babic Thanks. This patch is test on PPC.

Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2013-11-01 Thread Zhang Haijun
:-) Thanks. 于 2013/11/1 15:45, Pantelis Antoniou 写道: Hi Zhang, I'll take a look at it over the weekend. Regards -- Pantelis On Nov 1, 2013, at 9:44 AM, Zhang Haijun wrote: Hi, Antonious How about this patch? Could you give some advice? 于 2013/10/21 17:23, Zhang Haijun 写道: Hi, Babic

[U-Boot] [PATCH v2 3/7] arm: atmel: the offset of MULA is 18 in sama5d3

2013-11-01 Thread Bo Shen
The offset of MULA field in PLLA register in sama5d3 is 18, and the length only 7 bits. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: - None arch/arm/include/asm/arch-at91/at91_pmc.h |4 1 file changed, 4 insertions(+) diff --git

[U-Boot] [PATCH v2 7/7] spl: mmc: FAT support boot u-boot

2013-11-01 Thread Bo Shen
Enable SPL support which can load u-boot from SD card in FAT format. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: - Move spl related code to at91-common folder arch/arm/cpu/armv7/Makefile |2 +- arch/arm/cpu/at91-common/Makefile| 32

[U-Boot] [PATCH v2 2/7] arm: atmel: sama5: correct the error define of DIV

2013-11-01 Thread Bo Shen
Correct the error define of DIV. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: - None arch/arm/include/asm/arch-at91/at91_pmc.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91_pmc.h

[U-Boot] [PATCH v2 6/7] arm: atmel: add ddr2 initialization function

2013-11-01 Thread Bo Shen
The MPDDRC supports different type of SDRAM This patch add ddr2 initialization function Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: - None arch/arm/cpu/armv7/at91/Makefile |1 + arch/arm/cpu/armv7/at91/mpddrc.c | 123 +

[U-Boot] [PATCH v2 4/7] arm: atmel: sama5d3: early enable PIO peripherals

2013-11-01 Thread Bo Shen
Enable the PIO peripherals early than other peripherals. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: - None board/atmel/sama5d3xek/sama5d3xek.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/board/atmel/sama5d3xek/sama5d3xek.c

[U-Boot] [PATCH v2 0/7] arm: atmel: sama5d3: enable spl boot from SD card

2013-11-01 Thread Bo Shen
This patch series enable spl boot from SD card, it only can boot u-boot itself. Changes in v2: - Move spl related code to at91-common folder Bo Shen (7): arm: atmel: sama5d3: correct the ID for DBGU and PIT arm: atmel: sama5: correct the error define of DIV arm: atmel: the offset of MULA

[U-Boot] [PATCH v2 5/7] arm: atmel: add plla and mck initialize function

2013-11-01 Thread Bo Shen
Add plla and mck initialize function. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: - None arch/arm/cpu/armv7/at91/clock.c | 27 ++ arch/arm/include/asm/arch-at91/at91_common.h |2 ++ 2 files changed, 29 insertions(+) diff --git

[U-Boot] [PATCH v2 1/7] arm: atmel: sama5d3: correct the ID for DBGU and PIT

2013-11-01 Thread Bo Shen
As the DBGU and PIT has its own ID on sama5d3 SoC, while not share with SYS ID. So, correct them. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: - None arch/arm/cpu/armv7/at91/sama5d3_devices.c |2 +- arch/arm/cpu/armv7/at91/timer.c |2 +- 2 files changed, 2

[U-Boot] [PATCH] ColdFire: fix some typoes for CF platform

2013-11-01 Thread Jason Jin
Signed-off-by: Jason Jin jason@freescale.com --- include/configs/M5253DEMO.h | 2 +- include/configs/M54455EVB.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index 240bc7e..4c3e633 100644 ---

Re: [U-Boot] [PATCH v2 7/7] spl: mmc: FAT support boot u-boot

2013-11-01 Thread Wolfgang Denk
Dear Bo Shen, In message 1383292590-4308-8-git-send-email-voice.s...@atmel.com you wrote: Enable SPL support which can load u-boot from SD card in FAT format. I am sorry, but both the Subject: and the commit message are totally cryptic to me - what does this mean? Is this a bug fix, or a new

[U-Boot] [PATCH] net/phy: Fix the phy id mask of AR8031

2013-11-01 Thread Chunhe Lan
The both AR8031 and AR8035 belong to Atheros 803x serial PHY. So the phy id mask of AR8031 is the same to the phy id mask of AR8035. The right mask value is 0x4f. This patch has been tested on the P1010 and P1023. Signed-off-by: Chunhe Lan chunhe@freescale.com Cc: Joe Hershberger

Re: [U-Boot] [PATCH v2 7/7] spl: mmc: FAT support boot u-boot

2013-11-01 Thread Bo Shen
Hi Wolfgang Denk, On 11/1/2013 17:18, Wolfgang Denk wrote: Dear Bo Shen, In message 1383292590-4308-8-git-send-email-voice.s...@atmel.com you wrote: Enable SPL support which can load u-boot from SD card in FAT format. I am sorry, but both the Subject: and the commit message are totally

[U-Boot] [CBP5850-EVB] relocate_code question

2013-11-01 Thread TigerLiu
Hi, experts: Currently, uboot will relcoate itself to dram's high end in crt0.S . So, i don't want to relocate uboot.bin , how to do it? Just del b relocate_code in crt0.S ? What else needed to do ? Best wishes, ___ U-Boot mailing list

[U-Boot] [PATCH v2] configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards

2013-11-01 Thread Fabio Estevam
There is no real benefit in adding the board name into U-boot's prompt, so remove the custom CONFIG_SYS_PROMPT definitions so that the standard = prompt is used across FSL boards. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Remove CONFIG_SYS_PROMPT

[U-Boot] Festival Shutdown : U-Boot Digest, Vol 66, Issue 1

2013-11-01 Thread hemal . patel
Hi, Due to Diwali Festival, SLS will be closed from Oct. 31th to Nov. 6th. We will return on Nov. 7th to the office. For urgent matter please call on 001-408-852-0067. For more information about Diwali: http://en.wikipedia.org/wiki/Diwali Regards, Hemal Patel

Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-11-01 Thread myan
Hi Tom, On 10/31/2013 07:31 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/31/2013 05:56 AM, myan wrote: Will this go into master in this merge window ? And I noticed there are some changes to common do_bootm, which reqiures adjustment to vxworks subcommand

Re: [U-Boot] Festival Shutdown : U-Boot Digest, Vol 66, Issue 1

2013-11-01 Thread Robert P. J. Day
On Fri, 1 Nov 2013, hemal.pa...@slscorp.com wrote: Hi, Due to Diwali Festival, SLS will be closed from Oct. 31th to Nov. 6th. We will return on Nov. 7th to the office. For urgent matter please call on 001-408-852-0067. For more information about Diwali: http://en.wikipedia.org/wiki/Diwali

[U-Boot] [PATCH 5/5] cgtqmx6eval: Change FDT loading address to avoid overlaping

2013-11-01 Thread Otavio Salvador
The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/cgtqmx6eval.h | 2 +- 1 file

[U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: Change FDT loading address to avoid overlaping

2013-11-01 Thread Otavio Salvador
The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot. Signed-off-by: Otavio Salvador ota...@ossystems.com.br Tested-by: Daiane Angolini

[U-Boot] [PATCH 2/5] wandboard: Change FDT loading address to avoid overlaping

2013-11-01 Thread Otavio Salvador
The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/wandboard.h | 2 +- 1 file

[U-Boot] [PATCH 4/5] nitrogen6x: Change FDT loading address to avoid overlaping

2013-11-01 Thread Otavio Salvador
The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/nitrogen6x.h | 2 +- 1 file

[U-Boot] [PATCH 3/5] udoo: Change FDT loading address to avoid overlaping

2013-11-01 Thread Otavio Salvador
The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/udoo.h | 2 +- 1 file

Re: [U-Boot] [PATCH 4/5] nitrogen6x: Change FDT loading address to avoid overlaping

2013-11-01 Thread Marek Vasut
Dear Otavio Salvador, The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot. Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---

Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-11-01 Thread Tom Rini
On Fri, Nov 01, 2013 at 03:44:10PM +0800, myan wrote: Hi Tom, On 10/31/2013 07:31 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/31/2013 05:56 AM, myan wrote: Will this go into master in this merge window ? And I noticed there are some changes to common

Re: [U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: Change FDT loading address to avoid overlaping

2013-11-01 Thread Fabio Estevam
Hi Otavio, On Fri, Nov 1, 2013 at 9:25 AM, Otavio Salvador ota...@ossystems.com.br wrote: The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot. Care to

Re: [U-Boot] [PATCH 3/5] udoo: Change FDT loading address to avoid overlaping

2013-11-01 Thread Wolfgang Denk
Dear Otavio Salvador, In message 1383305158-26019-3-git-send-email-ota...@ossystems.com.br you wrote: The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot.

Re: [U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: Change FDT loading address to avoid overlaping

2013-11-01 Thread Otavio Salvador
On Fri, Nov 1, 2013 at 10:25 AM, Fabio Estevam feste...@gmail.com wrote: Hi Otavio, On Fri, Nov 1, 2013 at 9:25 AM, Otavio Salvador ota...@ossystems.com.br wrote: The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it

Re: [U-Boot] [PATCH 3/5] udoo: Change FDT loading address to avoid overlaping

2013-11-01 Thread Otavio Salvador
On Fri, Nov 1, 2013 at 10:40 AM, Wolfgang Denk w...@denx.de wrote: Dear Otavio Salvador, In message 1383305158-26019-3-git-send-email-ota...@ossystems.com.br you wrote: The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap;

Re: [U-Boot] [PATCH 4/5] nitrogen6x: Change FDT loading address to avoid overlaping

2013-11-01 Thread Otavio Salvador
On Fri, Nov 1, 2013 at 10:19 AM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot.

Re: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled

2013-11-01 Thread Vidya Sagar
On 10/31/2013 11:58 PM, wrote: From: Tom Warren Sent: Thursday, October 31, 2013 9:38 PM To: Vidya Sagar; u-boot@lists.denx.de Cc: Stephen Warren; Vidya Sagar; Tom Warren Subject: RE: [PATCH] tegra: allow build to succeed with SPL disabled Vidya,

Re: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled

2013-11-01 Thread Vidya Sagar
On 10/31/2013 11:58 PM, wrote: From: Tom Warren Sent: Thursday, October 31, 2013 9:38 PM To: Vidya Sagar;u-boot@lists.denx.de Cc: Stephen Warren; Vidya Sagar; Tom Warren Subject: RE: [PATCH] tegra: allow build to succeed with SPL disabled Vidya,

Re: [U-Boot] [PATCH 4/5] nitrogen6x: Change FDT loading address to avoid overlaping

2013-11-01 Thread Marek Vasut
Dear Otavio Salvador, On Fri, Nov 1, 2013 at 10:19 AM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in

Re: [U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: Change FDT loading address to avoid overlaping

2013-11-01 Thread Fabio Estevam
On Fri, Nov 1, 2013 at 11:00 AM, Otavio Salvador ota...@ossystems.com.br wrote: I am quoting the original commit change: ENGR00268032 config/sabre_common: change the fdt_addr to a high address current the fdt_addr is just 16MB offset from the ddr base address, which will cause

[U-Boot] [PATCH] board: powerpc: convert more makefiles to Kbuild style

2013-11-01 Thread Tom Rini
Cc: Masahiro Yamada yamad...@jp.panasonic.com Cc: Wolfgang Denk w...@denx.de Cc: Kim Phillips kim.phill...@freescale.com Cc: York Sun york...@freescale.com Signed-off-by: Tom Rini tr...@ti.com --- board/freescale/t1040qds/Makefile | 36 +---

[U-Boot] [PATCH] board/keymile/kmp204x/Makefile: Convert to SPDX tag

2013-11-01 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- board/keymile/kmp204x/Makefile | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/board/keymile/kmp204x/Makefile b/board/keymile/kmp204x/Makefile index 1fdb346..64eb37c 100644 --- a/board/keymile/kmp204x/Makefile +++

Re: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled

2013-11-01 Thread Vidya Sagar
-Original Message- From: Tom Warren Sent: Thursday, October 31, 2013 9:38 PM To: Vidya Sagar; u-boot@lists.denx.de Cc: Stephen Warren; Vidya Sagar; Tom Warren Subject: RE: [PATCH] tegra: allow build to succeed with SPL disabled Vidya, -Original Message- From: Vidya

Re: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled

2013-11-01 Thread Vidya Sagar
-Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Thursday, October 31, 2013 9:59 PM To: Vidya Sagar; u-boot@lists.denx.de Cc: Stephen Warren; Tom Warren Subject: Re: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled On 10/31/2013 03:21

Re: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled

2013-11-01 Thread Stephen Warren
On 11/01/2013 11:27 AM, Vidya Sagar wrote: Tom Warren wrote at Thursday, October 31, 2013 9:38 PM: If so, then: Acked-by: Tom Warren twar...@nvidia.com -- nvpublic I've run ./MAKEALL -v nvidia and didn't see any issue. You want ./MAKEALL -s tegra, since not all Tegra boards were created by

Re: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled

2013-11-01 Thread Stephen Warren
On 11/01/2013 11:29 AM, Vidya Sagar wrote: -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Thursday, October 31, 2013 9:59 PM To: Vidya Sagar; u-boot@lists.denx.de Cc: Stephen Warren; Tom Warren Subject: Re: [U-Boot] [PATCH] tegra: allow build to

Re: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled

2013-11-01 Thread Vidya Sagar
-Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Friday, November 01, 2013 11:05 PM To: Vidya Sagar; Tom Warren; u-boot@lists.denx.de Cc: Tom Warren; Stephen Warren Subject: Re: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled On

Re: [U-Boot] [PATCH] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-11-01 Thread Mateusz Kulikowski
Dear Andreas Bießmann, On 29.10.2013 10:12, Andreas Bießmann wrote: + +/*define the area offsets*/ +dataflash_protect_t area_list[NB_DATAFLASH_AREA] = { +{0x, 0x1FFF, FLAG_PROTECT_SET, 0, Bootstrap}, +{0x2000, 0x3FFF, FLAG_PROTECT_CLEAR, 0, Environment}, +

Re: [U-Boot] [PATCH 3/5] udoo: Change FDT loading address to avoid overlaping

2013-11-01 Thread Wolfgang Denk
Dear Otavio Salvador, In message CAP9ODKpGwQMN0udK_V_o=q759sdbn7yg1xnr2bpqyikxxzy...@mail.gmail.com you wrote: Please look at the other patch where Fabio and I are discussing about this commit log. In fact it is not meaningless but current FSL fork of U-Boot 2013.04 for 3.10.9-1.0.0 BSP. It

[U-Boot] [PATCH v2] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-11-01 Thread Mateusz Kulikowski
Add support for USB-A9263 board manufactured by Calao Systems (http://www.calao-systems.com/). Code is based on old U-Boot sources (2010.09) released by Calao and existing AT92SAM9263-EK code. Signed-off-by: Mateusz Kulikowski mateusz.kulikow...@gmail.com --- board/calao/usb_a9263/Makefile|