Re: [U-Boot] [U-Boot,PATCHv4] Optimized nand_read_buf for kirkwood

2013-11-14 Thread Holger Brunck
Hi Scott, On 11/14/2013 02:31 AM, Scott Wood wrote: On Mon, Aug 26, 2013 at 02:10:56PM +0200, Phil Sutter wrote: From: Nico Erfurth n...@erfurth.eu The basic idea is taken from the linux-kernel, but further optimized. First align the buffer to 8 bytes, then use ldrd/strd to read and store

Re: [U-Boot] [U-Boot,v5,09/11] S3C24XX: Add NAND Flash driver

2013-11-14 Thread José Miguel Gonçalves
Hi Scott, This patch series was missed by Minkyu when I posted it one year ago. I've promised to rebase it on the latest u-boot tree, but still did not have time for doing it; http://lists.denx.de/pipermail/u-boot/2013-September/163467.html Best regards, José Gonçalves On 14-11-2013 01:56,

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Tapani Utriainen
SPL works also on TAO-3530 rev Cx (using mmc and Tsunami baseboard). Tested-by: Tapani Utriainen tap...@technexion.com On Tue, 12 Nov 2013 13:15:00 +0100 Stefan Roese s...@denx.de wrote: Add SPL support for the Technexion TAO3530 SOM to replace x-loader. Tested with the Thunder baseboard.

[U-Boot] [PATCH v5] ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board

2013-11-14 Thread Alban Bedel
Add support for the new Tamonten™ NG platform from Avionic Design. Currently only I2C, MMC, USB and ethernet have been tested. Signed-off-by: Alban Bedel alban.be...@avionic-design.de --- V3: * Removed the retries from pmu_write() * Removed the not strictly needed power init V4: * Removed the

[U-Boot] [[PATCH v2]pandaboard: 0/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Hardik
From: Hardik Patel hardik.pa...@volansystech.com This patch adds Elpida DDR2 RAM support for Pandaboard-ES Rev-B3 board. We need to use emif_regs_elpida_400_mhz_1cs struct to dump timings required for Elpida RAM on Pandaboard-ES Rev-B3. So, we detected Pandaboard-ES Rev-B3, and put a check to

[U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Hardik
From: Hardik Patel hardik.pa...@volansystech.com Signed-off-by: Hardik Patel hardik.pa...@volansystech.com --- arch/arm/cpu/armv7/omap4/sdram_elpida.c |2 +- board/ti/panda/panda.c | 24 2 files changed, 25 insertions(+), 1 deletion(-) diff --git

[U-Boot] [[PATCH v2]pandaboard: 0/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Hardik
From: Hardik Patel hardik.pa...@volansystech.com This patch adds Elpida DDR2 RAM support for Pandaboard-ES Rev-B3 board. We need to use emif_regs_elpida_400_mhz_1cs struct to dump timings required for Elpida RAM on Pandaboard-ES Rev-B3. So, we detected Pandaboard-ES Rev-B3, and put a check to

Re: [U-Boot] [PATCH] mx6: Add initial support for Carrier1 mx6solo board

2013-11-14 Thread Fabio Estevam
Hi Stefano, On Wed, Nov 13, 2013 at 6:12 PM, Fabio Estevam feste...@gmail.com wrote: Hi Stefano, On Sat, Nov 2, 2013 at 4:41 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com Solid Run designed the Carrier1 board based on mx6q/dl/solo. Add the

Re: [U-Boot] [PATCH v3 5/6] arm: atmel: add ddr2 initialization function

2013-11-14 Thread Bo Shen
Hi Andreas, On 11/14/2013 03:42 PM, Andreas Bießmann wrote: Hi Bo, On 11/14/2013 07:40 AM, Bo Shen wrote: On 11/13/2013 09:03 PM, Andreas Bießmann wrote: On 11/06/2013 06:29 AM, Bo Shen wrote: snip +static void atmel_mpddr_op(int mode, u32 ram_address) static inline, could give the

[U-Boot] NAND BBI swap on iMX53

2013-11-14 Thread Luca Ellero
Hi all, I've noticed that mxc_nand driver doesn't implement BBI swap for reading factory marked bad blocks on NAND devices, as suggested by Freescale: https://community.freescale.com/servlet/JiveServlet/download/329191-260869/AN_MX_NAND_BAD_BLOCK.pdf BBI swap is implemented in Freescale iMX53

Re: [U-Boot] [PATCH] mx6: Add initial support for Carrier1 mx6solo board

2013-11-14 Thread Stefano Babic
On 14/11/2013 11:12, Fabio Estevam wrote: I would like to send another patch that depends on this one. Could you please let me know if you think this one looks good? Actually please discard this one. Will need to send a v2 soon. Ok, understood. Stefano --

[U-Boot] tr

2013-11-14 Thread Frank Ihle
Hi everybody I'm writing you since you have been mentioned in the README as help I got this ARM9 SAM9G25, and i try to use it with embedded linux, I already made the images but there's an Error on the target while booting which says No NandFlash detected ! and afterwards it continues with

[U-Boot] [PATCH] phy: introduce structure fixed-link

2013-11-14 Thread shh.xie
From: Shaohui Xie shaohui@freescale.com fixed-link is used in kernel for PHY-less MAC, so introduce this structure that U-boot can use it to fixup dtb dynamically. Signed-off-by: Shaohui Xie shaohui@freescale.com --- include/phy.h | 8 1 file changed, 8 insertions(+) diff

[U-Boot] [PATCH 1/4] net/fman: Add support for 10GEC3 and 10GEC4

2013-11-14 Thread Shengzhou Liu
There are more than two 10GEC in single FMAN in some SoCs(e.g. T2080). This patch adds support for 10GEC3 and 10GEC4. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- Against master branch of upstream. arch/powerpc/include/asm/fsl_serdes.h | 2 ++

[U-Boot] [PATCH 2/4] powerpc/mpc85xx: Add T2080/T2081 SoC support

2013-11-14 Thread Shengzhou Liu
Add support for Freescale T2080/T2081 SoC. T2080 includes the following functions and features: - Four dual-threads 64-bit Power architecture e6500 cores, up to 1.8GHz - 2MB L2 cache and 512KB CoreNet platform cache (CPC) - Hierarchical interconnect fabric - One 32-/64-bit DDR3/3L SDRAM memory

[U-Boot] [PATCH 4/4] t2080qds/ramboot: enable PBL tool for t2080qds

2013-11-14 Thread Shengzhou Liu
Add the default RCW(0x66_0x16) and PBI configure file for T2080QDS board, so we can use PBL tool to generate the ramboot image to support boot from NAND/SPI/SD. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- Against master branch of upstream. board/freescale/t2080qds/t2080_pbi.cfg

Re: [U-Boot] [U-Boot,PATCHv4] Optimized nand_read_buf for kirkwood

2013-11-14 Thread Phil Sutter
Scott, On Wed, Nov 13, 2013 at 07:31:02PM -0600, Scott Wood wrote: On Mon, Aug 26, 2013 at 02:10:56PM +0200, Phil Sutter wrote: From: Nico Erfurth n...@erfurth.eu The basic idea is taken from the linux-kernel, but further optimized. First align the buffer to 8 bytes, then use

Re: [U-Boot] [PATCH 3/4] powerpc/t2080qds: add support for t2080qds board

2013-11-14 Thread Wolfgang Denk
Dear Shengzhou Liu, In message 1384428739-31299-1-git-send-email-shengzhou@freescale.com you wrote: The T2080QDS is a high-performance computing evaluation, development and test platform supporting the T2080 QorIQ Power Architecture processor. This commit has a number of checkpatch

[U-Boot] [PATCH 0/2] env export fixes

2013-11-14 Thread Pierre Aubert
These patches fix two issues in the export of environment variables with CRC calculation. Pierre Aubert (2): hashtable: fix the export lenght computation. env export fix: compute the CRC on the real lenght of the exported variables. common/cmd_nvedit.c |5 +++-- lib/hashtable.c

[U-Boot] [PATCH 2/2] env export fix: compute the CRC on the real lenght of the exported variables.

2013-11-14 Thread Pierre Aubert
Signed-off-by: Pierre Aubert p.aub...@staubli.com --- common/cmd_nvedit.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index 5bcc324..c32a932 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -922,14 +922,15 @@

[U-Boot] [PATCH 1/2] hashtable: fix the export lenght computation.

2013-11-14 Thread Pierre Aubert
The room for the '=' and the sep char was reserved twice. Signed-off-by: Pierre Aubert p.aub...@staubli.com --- lib/hashtable.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/hashtable.c b/lib/hashtable.c index 4356b23..480d207 100644 --- a/lib/hashtable.c +++

[U-Boot] [PATCH][RESEND 0/2] get_ram_size incorrectly returns long, should be unsigned long

2013-11-14 Thread Oliver Schinagl
From: Oliver Schinagl oli...@schinagl.nl This is a resond of the previous patch I offered as an RFC. There was some talk on the list but nothing related to the code in question. This patchset is split in two, one that modifies get_ram_size() and a second one that updates all invocations of

[U-Boot] [PATCH][RESEND 1/2] get_ram_size incorrectly returns long, should be unsigned long

2013-11-14 Thread Oliver Schinagl
From: Oliver Schinagl oli...@schinagl.nl One of the parameters that gets passed to the Linux kernel is the physical continuous RAM size. The type for this datum is phys_size_t which is hiding its real data type, unsigned long. get_ram_size however returns long and thus can not only report

Re: [U-Boot] [PATCH 13/14] ARM: AM43xx: GP_EVM: Add support for DDR3

2013-11-14 Thread Tom Rini
On Wed, Nov 13, 2013 at 09:08:29AM -0500, Vaibhav Bedia wrote: On Wed, Nov 13, 2013 at 3:48 AM, Lokesh Vutla lokeshvu...@ti.com wrote: [...] I checked with hardware folks. There is no register or some way to tell if VTT is present. It is not added in EEPROM also and I have no answer why

Re: [U-Boot] [PATCH 13/14] ARM: AM43xx: GP_EVM: Add support for DDR3

2013-11-14 Thread Tom Rini
On Wed, Nov 13, 2013 at 12:50:50PM -0500, Vaibhav Bedia wrote: Hi Sekhar :) On Wed, Nov 13, 2013 at 11:08 AM, Sekhar Nori nsek...@ti.com wrote: Hi Vaibhav, On 11/13/2013 7:38 PM, Vaibhav Bedia wrote: On Wed, Nov 13, 2013 at 3:48 AM, Lokesh Vutla lokeshvu...@ti.com wrote: [...] I

[U-Boot] [UBOOT][PATCH 0/2] misc fix for memory mapped support, dra config

2013-11-14 Thread Sourav Poddar
Hi Jagan, Here are the miscellaneous fix and config update for dra7 qspi flash. Patch series adds: Add BAR config in dra7 config file. Set spi controller device control registers before doing a memory mapped read. Patches available here: git://gitorious.org/u-boot-shared/u-boot-qspi.git

[U-Boot] [UBOOT][PATCH 2/2] driver: mtd: sf_ops: claim bus while doing memcpy

2013-11-14 Thread Sourav Poddar
claim spi bus while doing memory copy, this will set up the spi controller device control register before doing a memory read. Signed-off-by: Sourav Poddar sourav.pod...@ti.com Tested-by: Yebio Mesfin ymes...@ti.com --- drivers/mtd/spi/sf_ops.c |6 ++ 1 files changed, 6 insertions(+), 0

[U-Boot] [UBOOT][PATCH 1/2] config: dra7_evm: Add Bank Address Register(BAR) config

2013-11-14 Thread Sourav Poddar
Add config to support bank address register. Signed-off-by: Sourav Poddar sourav.pod...@ti.com Tested-by: Yebio Mesfin ymes...@ti.com --- include/configs/dra7xx_evm.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/dra7xx_evm.h

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Robert Nelson
On Thu, Nov 14, 2013 at 4:06 AM, Hardik hardik.pa...@volansystech.com wrote: From: Hardik Patel hardik.pa...@volansystech.com Signed-off-by: Hardik Patel hardik.pa...@volansystech.com --- arch/arm/cpu/armv7/omap4/sdram_elpida.c |2 +- board/ti/panda/panda.c | 24

[U-Boot] [UBOOT][PATCH 3/5] sf: macronix: Add support for MX66L51235F

2013-11-14 Thread Sourav Poddar
From: Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- drivers/mtd/spi/sf_probe.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[U-Boot] [UBOOT][PATCH 1/5] am43xx: add qspi support

2013-11-14 Thread Sourav Poddar
Add QSPI definitions and clock configuration support. Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- arch/arm/cpu/armv7/am33xx/clock_am43xx.c |1 + arch/arm/include/asm/arch-am33xx/cpu.h |4 +++- arch/arm/include/asm/arch-am33xx/omap.h |1 + 3 files changed, 5

[U-Boot] [UBOOT][PATCH 5/5] am43xx: add delay before xfer

2013-11-14 Thread Sourav Poddar
Without this delay, write/read is failing. Looks like, the WIP always remain set and hence a timeout occurs leading to the error. Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- Hi Jagan, This patch seems to be necessary for read/write. I tested by changing few timing variables, but it did

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Michael Trimarchi
Hi On Thu, Nov 14, 2013 at 11:06 AM, Hardik hardik.pa...@volansystech.com wrote: From: Hardik Patel hardik.pa...@volansystech.com Signed-off-by: Hardik Patel hardik.pa...@volansystech.com --- arch/arm/cpu/armv7/omap4/sdram_elpida.c |2 +- board/ti/panda/panda.c | 24

[U-Boot] [UBOOT][PATCH 0/5] qspi: Add AM437x support

2013-11-14 Thread Sourav Poddar
The patch series add support for enabling qspi on AM43xx at uboot. Testing done: - Wrote a uImage to the flash, read it back and boot the kernel. Jagannadha Sutradharudu Teki (1): sf: macronix: Add support for MX25L51235F Sourav Poddar (4): am43xx: add qspi support

[U-Boot] [UBOOT][PATCH 2/5] am437x_epos_evm: add SPL API, QSPI, and serial flash support

2013-11-14 Thread Sourav Poddar
Enables support for SPI SPL, QSPI and Spansion serial flash device on the EVM. Configures pin muxes for QSPI mode. Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- board/ti/am43xx/mux.c| 11 +++ include/configs/am43xx_evm.h | 20 2 files changed, 31

[U-Boot] [UBOOT][PATCH 4/5] qspi/spi: Add AM43xx specifics changes

2013-11-14 Thread Sourav Poddar
Add AM43xx specific changes. Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- drivers/spi/ti_qspi.c | 26 +++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/drivers/spi/ti_qspi.c b/drivers/spi/ti_qspi.c index 5a5b482..5666250 100644 ---

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 05:06 AM, Hardik wrote: From: Hardik Patel hardik.pa...@volansystech.com Signed-off-by: Hardik Patel hardik.pa...@volansystech.com --- arch/arm/cpu/armv7/omap4/sdram_elpida.c |2 +- board/ti/panda/panda.c |

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 11:28 AM, Michael Trimarchi wrote: Hi On Thu, Nov 14, 2013 at 5:19 PM, Tom Rini tr...@ti.com wrote: On 11/14/2013 05:06 AM, Hardik wrote: From: Hardik Patel hardik.pa...@volansystech.com Signed-off-by: Hardik Patel

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Michael Trimarchi
Hi On Thu, Nov 14, 2013 at 5:19 PM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 05:06 AM, Hardik wrote: From: Hardik Patel hardik.pa...@volansystech.com Signed-off-by: Hardik Patel hardik.pa...@volansystech.com ---

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Tom Rini
On Tue, Nov 12, 2013 at 01:15:00PM +0100, Stefan Roese wrote: Add SPL support for the Technexion TAO3530 SOM to replace x-loader. Tested with the Thunder baseboard. Currently this is only tested with the TAO3530 SOM revision (Ax/Bx). Tested by booting via MMC and NAND. Signed-off-by:

Re: [U-Boot] [PATCH 2/2] env export fix: compute the CRC on the real lenght of the exported variables.

2013-11-14 Thread Wolfgang Denk
Dear Pierre Aubert, In message 1384434720-11214-3-git-send-email-p.aub...@staubli.com you wrote: Signed-off-by: Pierre Aubert p.aub...@staubli.com --- common/cmd_nvedit.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c

Re: [U-Boot] [PATCH 1/2] hashtable: fix the export lenght computation.

2013-11-14 Thread Wolfgang Denk
Dear Pierre Aubert, In message 1384434720-11214-2-git-send-email-p.aub...@staubli.com you wrote: The room for the '=' and the sep char was reserved twice. Are you sure? Keep in mind that the termination of the list is a _double_ NUL byte. IIRC this is what we do here. Best regards, Wolfgang

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Stefan Roese
Hi Tom, On 14.11.2013 18:18, Tom Rini wrote: On Tue, Nov 12, 2013 at 01:15:00PM +0100, Stefan Roese wrote: Add SPL support for the Technexion TAO3530 SOM to replace x-loader. Tested with the Thunder baseboard. Currently this is only tested with the TAO3530 SOM revision (Ax/Bx). Tested by

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 12:47 PM, Stefan Roese wrote: Hi Tom, On 14.11.2013 18:18, Tom Rini wrote: On Tue, Nov 12, 2013 at 01:15:00PM +0100, Stefan Roese wrote: Add SPL support for the Technexion TAO3530 SOM to replace x-loader. Tested with the

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Stefan Roese
On 14.11.2013 19:16, Tom Rini wrote: Add SPL support for the Technexion TAO3530 SOM to replace x-loader. Tested with the Thunder baseboard. Currently this is only tested with the TAO3530 SOM revision (Ax/Bx). Tested by booting via MMC and NAND. Signed-off-by: Stefan Roese s...@denx.de Cc:

[U-Boot] [PATCH] i.MX6: nitrogen6x: update memory configuration files to use macros

2013-11-14 Thread Eric Nelson
This patch updates the memory configuration files for the Nitrogen6X boards to use macros to define the output for imximage. This allows re-use of the same files of register/value pairs to be included from C as a pre-cursor to run-time detection of the memory size on a board. Signed-off-by: Eric

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Hardik Patel
On Thu, Nov 14, 2013 at 10:02 PM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 11:28 AM, Michael Trimarchi wrote: Hi On Thu, Nov 14, 2013 at 5:19 PM, Tom Rini tr...@ti.com wrote: On 11/14/2013 05:06 AM, Hardik wrote: From: Hardik Patel

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Michael Trimarchi
Hi On Thu, Nov 14, 2013 at 7:43 PM, Hardik Patel hardik.pa...@volansystech.com wrote: On Thu, Nov 14, 2013 at 10:02 PM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 11:28 AM, Michael Trimarchi wrote: Hi On Thu, Nov 14, 2013 at 5:19 PM, Tom

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 01:43 PM, Hardik Patel wrote: On Thu, Nov 14, 2013 at 10:02 PM, Tom Rini tr...@ti.com mailto:tr...@ti.com wrote: On 11/14/2013 11:28 AM, Michael Trimarchi wrote: Hi On Thu, Nov 14, 2013 at 5:19 PM, Tom Rini tr...@ti.com

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Tue, Nov 12, 2013 at 03:14:13PM -0200, Otavio Salvador wrote: [snip] What I think it'd be possible to get working would be: Custodians would have Submit rights Custodians would have +2 review rights Normal people would have +1 review rights CI system could have the +1 for verified

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Nishanth Menon
On 11/14/2013 04:06 AM, Hardik wrote: From: Hardik Patel hardik.pa...@volansystech.com Add some details about the change - commit message is usually suggested as a good thing to have. [...] diff --git a/board/ti/panda/panda.c b/board/ti/panda/panda.c index c104024..5a7f80a 100644 ---

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 01:41:48PM -0600, Nishanth Menon wrote: On 11/14/2013 04:06 AM, Hardik wrote: From: Hardik Patel hardik.pa...@volansystech.com Add some details about the change - commit message is usually suggested as a good thing to have. [...] diff --git

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Tue, Nov 12, 2013 at 11:46:35AM -0800, Vadim Bendebury () wrote: Hello Wolfgang, [snip] Can you not pick up the patches directly from the mailing list? I mean, we know of the problems patchwork has (like silently dropping certain base64 / utf8 encoded messages), so we should rather

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Otavio Salvador
On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini tr...@ti.com wrote: On Tue, Nov 12, 2013 at 03:14:13PM -0200, Otavio Salvador wrote: [snip] What I think it'd be possible to get working would be: Custodians would have Submit rights Custodians would have +2 review rights Normal people would have

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini tr...@ti.com wrote: On Tue, Nov 12, 2013 at 03:14:13PM -0200, Otavio Salvador wrote: [snip] What I think it'd be possible to get working would be: Custodians would have Submit

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Otavio Salvador
On Thu, Nov 14, 2013 at 6:17 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini tr...@ti.com wrote: On Tue, Nov 12, 2013 at 03:14:13PM -0200, Otavio Salvador wrote: [snip] What I think it'd be

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Nishanth Menon
On 11/14/2013 01:41 PM, Nishanth Menon wrote: On 11/14/2013 04:06 AM, Hardik wrote: From: Hardik Patel hardik.pa...@volansystech.com Add some details about the change - commit message is usually suggested as a good thing to have. Forgot to mention that you might want a better $subject here.

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 06:30:00PM -0200, Otavio Salvador wrote: On Thu, Nov 14, 2013 at 6:17 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini tr...@ti.com wrote: On Tue, Nov 12, 2013 at 03:14:13PM

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Otavio Salvador
On Thu, Nov 14, 2013 at 6:58 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 14, 2013 at 06:30:00PM -0200, Otavio Salvador wrote: On Thu, Nov 14, 2013 at 6:17 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: On Thu, Nov 14, 2013 at 5:27 PM, Tom

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 12:59:05PM -0800, Vadim Bendebury () wrote: On Thu, Nov 14, 2013 at 11:54 AM, Tom Rini tr...@ti.com wrote: On Tue, Nov 12, 2013 at 11:46:35AM -0800, Vadim Bendebury () wrote: Hello Wolfgang, [snip] Can you not pick up the patches directly from the

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Otavio Salvador
On Thu, Nov 14, 2013 at 7:13 PM, Vadim Bendebury (вб) vben...@google.com wrote: On Thu, Nov 14, 2013 at 12:17 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini tr...@ti.com wrote: On Tue, Nov 12, 2013 at

Re: [U-Boot] [PATCH] i.MX6: nitrogen6x: update memory configuration files to use macros

2013-11-14 Thread Marek Vasut
Dear Eric Nelson, This patch updates the memory configuration files for the Nitrogen6X boards to use macros to define the output for imximage. This allows re-use of the same files of register/value pairs to be included from C as a pre-cursor to run-time detection of the memory size on a

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 07:00:09PM -0200, Otavio Salvador wrote: On Thu, Nov 14, 2013 at 6:58 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 14, 2013 at 06:30:00PM -0200, Otavio Salvador wrote: On Thu, Nov 14, 2013 at 6:17 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 14, 2013 at 06:06:49PM

Re: [U-Boot] [PATCH V2] imx: Define common routines to set cpu and board environment variables

2013-11-14 Thread Marek Vasut
Dear Eric Nelson, +Albert, Tom These can be used in bootcmd to produce DTB file names. set_board_env() allows over-ride for use when a developing custom DTB files. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- V2 adds void to the function declarations and definitions

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Otavio Salvador
On Thu, Nov 14, 2013 at 7:17 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 14, 2013 at 12:59:05PM -0800, Vadim Bendebury () wrote: On Thu, Nov 14, 2013 at 11:54 AM, Tom Rini tr...@ti.com wrote: On Tue, Nov 12, 2013 at 11:46:35AM -0800, Vadim Bendebury () wrote: Hello Wolfgang,

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 01:13:37PM -0800, Vadim Bendebury () wrote: On Thu, Nov 14, 2013 at 12:17 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini tr...@ti.com wrote: On Tue, Nov 12, 2013 at

Re: [U-Boot] [U-Boot, v1, 1/4] mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus width

2013-11-14 Thread Scott Wood
On Thu, 2013-11-14 at 04:32 +, Gupta, Pekon wrote: From: Scott Wood [mailto:scottw...@freescale.com] On Tue, Sep 10, 2013 at 06:57:05PM +0530, pekon gupta wrote: From: Matthieu CASTET matthieu.cas...@parrot.com This patch is slightly modified from following linux patch

Re: [U-Boot] [PATCH] i.MX6: nitrogen6x: update memory configuration files to use macros

2013-11-14 Thread Eric Nelson
Hi Marek, On 11/14/2013 02:20 PM, Marek Vasut wrote: Dear Eric Nelson, This patch updates the memory configuration files for the Nitrogen6X boards to use macros to define the output for imximage. This allows re-use of the same files of register/value pairs to be included from C as a

Re: [U-Boot] [PATCH V2] imx: Define common routines to set cpu and board environment variables

2013-11-14 Thread Eric Nelson
Thanks Marek, On 11/14/2013 02:22 PM, Marek Vasut wrote: Dear Eric Nelson, +Albert, Tom These can be used in bootcmd to produce DTB file names. set_board_env() allows over-ride for use when a developing custom DTB files. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- V2

Re: [U-Boot] [PATCH 2/2] powerpc/t104xrdb: Add T1042RDB_PI board support

2013-11-14 Thread Scott Wood
On Mon, 2013-10-07 at 15:18 +0530, Priyanka Jain wrote: +#ifdef CONFIG_CMD_KGDB +#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */ +#define CONFIG_KGDB_SER_INDEX2 /* which serial port to use */ +#endif Don't copy and paste random stuff without

Re: [U-Boot] [PATCH v5] ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board

2013-11-14 Thread Stephen Warren
On 11/14/2013 02:58 AM, Alban Bedel wrote: Add support for the new Tamonten™ NG platform from Avionic Design. Currently only I2C, MMC, USB and ethernet have been tested. Reviewed-by: Stephen Warren swar...@nvidia.com It's odd to take patch v4 3/3, revise that, and just repost that one patch,

Re: [U-Boot] [PATCH V2] imx: Define common routines to set cpu and board environment variables

2013-11-14 Thread Marek Vasut
Hi Eric, Thanks Marek, On 11/14/2013 02:22 PM, Marek Vasut wrote: Dear Eric Nelson, +Albert, Tom These can be used in bootcmd to produce DTB file names. set_board_env() allows over-ride for use when a developing custom DTB files. Signed-off-by: Eric Nelson

Re: [U-Boot] [PATCH] i.MX6: nitrogen6x: update memory configuration files to use macros

2013-11-14 Thread Marek Vasut
Dear Eric Nelson, Hi Marek, On 11/14/2013 02:20 PM, Marek Vasut wrote: Dear Eric Nelson, This patch updates the memory configuration files for the Nitrogen6X boards to use macros to define the output for imximage. This allows re-use of the same files of register/value pairs to be

Re: [U-Boot] fdt performance

2013-11-14 Thread Scott Wood
On Thu, 2013-10-17 at 16:27 -0600, Simon Glass wrote: Hi Aaron, On Thu, Oct 17, 2013 at 12:24 AM, Aaron Williams aaron.willi...@caviumnetworks.com wrote: Hi all, In our bootloader based off of 2013.07 we make extensive use of the flat device tree. In profiling our bootloader in our

Re: [U-Boot] fdt performance

2013-11-14 Thread Simon Glass
Hi Scott, On Thu, Nov 14, 2013 at 4:36 PM, Scott Wood scottw...@freescale.com wrote: On Thu, 2013-10-17 at 16:27 -0600, Simon Glass wrote: Hi Aaron, On Thu, Oct 17, 2013 at 12:24 AM, Aaron Williams aaron.willi...@caviumnetworks.com wrote: Hi all, In our bootloader based off of

Re: [U-Boot] [U-Boot,PATCHv4] Optimized nand_read_buf for kirkwood

2013-11-14 Thread Scott Wood
On Thu, 2013-11-14 at 09:18 +0100, Holger Brunck wrote: Hi Scott, On 11/14/2013 02:31 AM, Scott Wood wrote: On Mon, Aug 26, 2013 at 02:10:56PM +0200, Phil Sutter wrote: From: Nico Erfurth n...@erfurth.eu The basic idea is taken from the linux-kernel, but further optimized. First

Re: [U-Boot] [PATCH V2] imx: Define common routines to set cpu and board environment variables

2013-11-14 Thread Eric Nelson
On 11/14/2013 04:30 PM, Marek Vasut wrote: Hi Eric, Thanks Marek, On 11/14/2013 02:22 PM, Marek Vasut wrote: Dear Eric Nelson, snip I'm just hoping to get a trivial amount of machinery so a boot script can figure out which of a set of DTBs to load: imx6q-nitrogen6x.dtb,

Re: [U-Boot] [U-Boot, 1/3, v5] mtd: move update nand_ecclayout structure

2013-11-14 Thread Scott Wood
On Fri, Oct 04, 2013 at 01:47:58PM +0530, Prabhakar Kushwaha wrote: nand_ecclayout is present in mtd.h at Linux. Move this structure to mtd.h to comply with Linux. Also, increase the ecc placement locations to 640 to suport device having writesize/oobsize of 8KB/640B. This means that the

Re: [U-Boot] [PATCH 07/10 V6] DTS: Add dts support for SMDK5420

2013-11-14 Thread Rajeshwari Birje
Hi Minkyu Kang, On Thu, Nov 14, 2013 at 7:31 AM, Minkyu Kang proms...@gmail.com wrote: Dear Rajeshwari, On 13 November 2013 13:26, Rajeshwari Birje rajeshwari.bi...@gmail.com wrote: Hi Minkyu Kang, Thank you for comments. On Wed, Nov 13, 2013 at 8:47 AM, Minkyu Kang proms...@gmail.com

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

2013-11-14 Thread Bo Shen
This patch series enable spl boot from SD card, it only can boot u-boot itself. Changes in v4: - Using blank replace table after defined - Align the register define with datasheet - constify the ram_address and ddr configuration value - Add comments to DDR refresh timing register.

[U-Boot] [PATCH v4 2/7] arm: at91: pm9261: remove undefined bit in mckr

2013-11-14 Thread Bo Shen
The PLLADIV2 bit is not defined in at91sam9261 SoC, so remove it. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v4: - New Changes in v3: - None Changes in v2: - None include/configs/pm9261.h |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git

[U-Boot] [PATCH v4 3/7] arm: atmel: sama5d3: correct the error define of DIV

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

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

2013-11-14 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 v4: - None Changes in v3: - None Changes in v2: - None arch/arm/cpu/armv7/at91/sama5d3_devices.c |2 +-

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

2013-11-14 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 v4: - Using blank replace table after defined - Align the register define with datasheet - constify the ram_address and ddr configuration value

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

2013-11-14 Thread Bo Shen
Enable the PIO peripherals early than other peripherals. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v4: - None Changes in v3: - Correct the clock enable code, the ID can not OR Changes in v2: - None board/atmel/sama5d3xek/sama5d3xek.c |6 ++ 1 file changed, 6

[U-Boot] [PATCH v4 4/7] arm: atmel: sama5d3: the offset of MULA is 18

2013-11-14 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 v4: - None Changes in v3: - None Changes in v2: - None arch/arm/include/asm/arch-at91/at91_pmc.h |4 1 file changed, 4 insertions(+)

[U-Boot] [PATCH v4 7/7] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-14 Thread Bo Shen
Enable Atmel sama5d3xek boart spl boot support, which can load u-boot from SD card with FAT file system. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v4: - Add comments to DDR refresh timing register. Changes in v3: - Move plla and mck configure to spl.c file Changes in v2:

[U-Boot] [PATCH v15 02/10] cmd_pxe: remove compiling warnings

2013-11-14 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- common/cmd_pxe.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c index db6b156..c27ec35 100644 --- a/common/cmd_pxe.c +++ b/common/cmd_pxe.c

[U-Boot] [PATCH v15 00/10] arm64 patch

2013-11-14 Thread fenghua
From: David Feng feng...@phytium.com.cn Changes for v15: - modify boot process, u-boot will run at the highest exception level until it prepare jump to OS. - Fix a few bugs in cache.S.These bug is reported by York Sun york...@freescale.com and Scott Wood scottw...@freescale.com.

[U-Boot] [PATCH v15 03/10] add weak entry definition

2013-11-14 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- include/linux/linkage.h |4 1 file changed, 4 insertions(+) diff --git a/include/linux/linkage.h b/include/linux/linkage.h index 39c712e..7435fcd 100644 --- a/include/linux/linkage.h +++

[U-Boot] [PATCH v15 04/10] arm64: Add tool to statically apply RELA relocations

2013-11-14 Thread fenghua
From: Scott Wood scottw...@freescale.com ARM64 uses the newer RELA-style relocations rather than the older REL. RELA relocations have an addend in the relocation struct, rather than expecting the loader to read a value from the location to be updated. While this is beneficial for ordinary

[U-Boot] [PATCH v15 01/10] fdt_support: 64bit initrd start address support

2013-11-14 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- common/fdt_support.c | 66 ++ 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/common/fdt_support.c b/common/fdt_support.c index

[U-Boot] [PATCH v15 05/10] arm64: Turn u-boot.bin back into an ELF file after relocate-rela

2013-11-14 Thread fenghua
From: Scott Wood scottw...@freescale.com While performing relocations on u-boot.bin should be good enough for booting on real hardware, some simulators insist on booting an ELF file (and yet don't perform ELF relocations), so convert the relocated binary back into an ELF file. This can go away

[U-Boot] [PATCH v15 06/10] arm64: Make checkarmreloc accept arm64 relocations

2013-11-14 Thread fenghua
From: Scott Wood scottw...@freescale.com Signed-off-by: Scott Wood scottw...@freescale.com Signed-off-by: David Feng feng...@phytium.com.cn --- Makefile | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 44546ff..01e1268 100644 ---

[U-Boot] [PATCH v15 10/10] arm64: MAKEALL, filter armv8 boards from LIST_arm

2013-11-14 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- MAKEALL | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/MAKEALL b/MAKEALL index 80cd4f8..213383d 100755 --- a/MAKEALL +++ b/MAKEALL @@ -368,6 +368,12 @@

[U-Boot] [PATCH v15 08/10] arm64: generic board support

2013-11-14 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- common/board_f.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index f0664bc..d918e4b 100644 --- a/common/board_f.c +++

[U-Boot] [PATCH v15 09/10] arm64: board support of vexpress_aemv8a

2013-11-14 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn Signed-off-by: Bhupesh Sharma bhupesh.sha...@freescale.com --- board/armltd/vexpress64/Makefile |8 ++ board/armltd/vexpress64/vexpress64.c | 56 ++ boards.cfg |

Re: [U-Boot] [PATCH V2] imx: Define common routines to set cpu and board environment variables

2013-11-14 Thread Marek Vasut
Dear Eric Nelson, On 11/14/2013 04:30 PM, Marek Vasut wrote: Hi Eric, Thanks Marek, On 11/14/2013 02:22 PM, Marek Vasut wrote: Dear Eric Nelson, snip I'm just hoping to get a trivial amount of machinery so a boot script can figure out which of a set of DTBs to

Re: [U-Boot] [UBOOT][PATCH 0/5] qspi: Add AM437x support

2013-11-14 Thread Sourav Poddar
On Thursday 14 November 2013 09:09 PM, Sourav Poddar wrote: The patch series add support for enabling qspi on AM43xx at uboot. Testing done: - Wrote a uImage to the flash, read it back and boot the kernel. Jagannadha Sutradharudu Teki (1): sf: macronix: Add support for

[U-Boot] [PATCH 0/9 v8] EXYNOS5420: Add SMDK5420 board support

2013-11-14 Thread Rajeshwari S Shinde
This patch adds basic board support for SMDK5420 board. These patches are tested for booting fine on EVT1 SMDK5420. Changes in V2: - Corrected a compilation issue for SMDK5420. Changes in V3: - Add patch to support variable size SPL support - Add patch to disable SMU for

  1   2   >