[U-Boot] [PATCH v4 27/36] sf: probe: Add support for MX25L25635F

2013-09-24 Thread Jagannadha Sutradharudu Teki
Add support for Macronix MX25L25635F SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v4: - none Changes for v3: - none Changes for v2: - none drivers/mtd/spi/spi_flash_probe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi/spi_

[U-Boot] [PATCH v4 05/36] sf: probe: Add support for GD25* flash parts

2013-09-24 Thread Jagannadha Sutradharudu Teki
Added GD25* parts are which are avilable in spi_flash_probe_legacy.c. Updated the sector_size attributes as per the flash parts. Looks fine for with this sector_size for computing the size of flash. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v4: - none Changes for v3:

Re: [U-Boot] [PATCH v4 00/36] sf: Add common probe and extended/quad read/write cmds support

2013-09-24 Thread thomas.langer
Hello Jagan, Am 24.09.2013 20:38, schrieb Jagannadha Sutradharudu Teki: > This patch series is a combination of > "sf: Add common probe support" > "sf: Add support for extended/quad read and write commands" > http://www.mail-archive.com/u-boot@lists.denx.de/msg121668.html > http://u-boot.10912.n7.

Re: [U-Boot] [U-boot]question: why write bbt and search bbt use different ops mode in nand_bbt.c in U-boot 2013.04?

2013-09-24 Thread Scott Wood
On Tue, 2013-09-24 at 10:13 +0800, tiger...@viatech.com.cn wrote: > It's confused that search BBT and write BBT uses different mtd ops > mode. And also data will not be valid if U-boot uses mtd ops > MTD_OOB_RAW during reading and no software ECC is implemented. > > I also noticed that in U-boot2

Re: [U-Boot] [PATCH v4 31/36] sf: Add extended read commands support

2013-09-24 Thread thomas.langer
Hello Jagan, Am 24.09.2013 20:36, schrieb Jagannadha Sutradharudu Teki: > diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c > index ea39d1a..0ac9fab 100644 > --- a/drivers/spi/spi.c > +++ b/drivers/spi/spi.c > @@ -7,6 +7,7 @@ > #include > #include > #include > +#include > > void *spi_do

[U-Boot] [PATCH] Prevent null pointer dereference originating in cmd_pxe.c

2013-09-24 Thread Steven A. Falco
Pass a valid cmdtp into do_tftpb(), do_ext2load(), and do_get_fat(), to avoid possible crashes due to null pointer dereferencing. Signed-off-by: Steven A. Falco --- Commit d7884e047d08447dfd1374e9fa2fdf7ab36e56f5 does not go far enough. There is still at least one call chain that can result i

Re: [U-Boot] [PATCH 1/3] mtd:Increase ecc bytes to support 8K page size NAND

2013-09-24 Thread Scott Wood
On Tue, 2013-09-24 at 13:46 +0530, Prabhakar Kushwaha wrote: > To support 8 bit ECC for 8K page size NAND flash, number of ecc bytes > required are more than 128. > > so increase eccpos array to support 256 entries. > > Signed-off-by: Prabhakar Kushwaha > --- > > Based upon git://git.denx.de/u

Re: [U-Boot] [PATCH] powerpc/c29xpcie: add DDR ECC on off config setting

2013-09-24 Thread Scott Wood
On Tue, 2013-09-24 at 16:19 +0800, Po Liu wrote: > c29xpcie REV_A board DDR ECC chip has bad impedance in hardware, > force that kind of board to be DDR ECC off when booting. > Other version board config ECC on/off by hwconfig=fsl_ddr:ecc=on > in uboot enviroment. Why does the Rev A workaround req

Re: [U-Boot] Not able to get the prints in the do_irq handler

2013-09-24 Thread TigerLiu
Hi, balaji: >I am facing the typical problem relating to prints in the do_irq handler of >versatile based u-boot. I dont know what is the problem. Though i am >getting the prints normally in super visor context but not able to get the >prints in the interrupt context. Please can you tell me if it i

Re: [U-Boot] [PATCH V2] drivers:power:max77693: add support for new multi function pmic max77693

2013-09-24 Thread Minkyu Kang
Dear Piotr Wilczek, On 24/09/13 23:31, Piotr Wilczek wrote: > This patch add support for new multi function pmic max77693. > The driver is split into three modules: pmic, muic and fuelgage. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > > Changes for

Re: [U-Boot] [PATCH V6 0/3] Introduce Samsung's new board Trats2

2013-09-24 Thread Minkyu Kang
On 20/09/13 22:01, Piotr Wilczek wrote: > This patchset add support for a new Samsung board Trats2. > Multi i2c file is updated for third soft I2C adapter for Trats2 board > Battery support is added for Trats2. > > This patchset depends on: > http://patchwork.ozlabs.org/patch/245307/ > > Changes

Re: [U-Boot] [u-boot-release] [PATCH 3/3] board/c29xpcie: Add support of 8K page size NAND flash

2013-09-24 Thread Liu Shengzhou-B36685
> -Original Message- > From: u-boot-release-boun...@linux.freescale.net [mailto:u-boot-release- > boun...@linux.freescale.net] On Behalf Of Kushwaha Prabhakar-B32579 > Sent: Tuesday, September 24, 2013 4:17 PM > To: u-boot@lists.denx.de > Cc: Wood Scott-B07421; Kushwaha Prabhakar-B32579 >

Re: [U-Boot] [RFC 4/5] SPL:Defines function required to env read for IFC & env_nand

2013-09-24 Thread Prabhakar Kushwaha
On 09/23/2013 11:49 PM, Scott Wood wrote: On Wed, 2013-09-18 at 16:40 +0530, Prabhakar Kushwaha wrote: Thanks Scott for taking time and reviewing the RFC patch. Please find my reply in-lined. On 09/17/2013 05:23 AM, Scott Wood wrote: On Mon, 2013-09-16 at 21:35 +0530, Prabhakar Kushwaha wrote

Re: [U-Boot] [u-boot-release] [PATCH 3/3] board/c29xpcie: Add support of 8K page size NAND flash

2013-09-24 Thread Prabhakar Kushwaha
On 09/25/2013 08:09 AM, Liu Shengzhou-B36685 wrote: -Original Message- From: u-boot-release-boun...@linux.freescale.net [mailto:u-boot-release- boun...@linux.freescale.net] On Behalf Of Kushwaha Prabhakar-B32579 Sent: Tuesday, September 24, 2013 4:17 PM To: u-boot@lists.denx.de Cc: Wood S

[U-Boot] [PATCH 1/1] am33xx: add CONFIG_SYS_NAND_DEVICE_WIDTH to determine NAND device bus-width

2013-09-24 Thread Pekon Gupta
NAND driver needs to know bus-width of the connected NAND device, in order to perform proper I/O and initialize itself. Currently there is no CONFIG option to provide this information to NAND driver. - SPL NAND driver does not have framework to parse ONFI parameter page. - NAND drivers which cannot

Re: [U-Boot] [PATCH] I2C: Zynq: Support for 0-length register address

2013-09-24 Thread Michal Simek
On 09/24/2013 06:32 PM, Michael Burr wrote: >> Fixed bug with alen == 0 in 'i2c_write', 'i2c_read' > Further minor corrections: >> Write 'address' register before 'data' register. >> Write 'transfer_size' register before 'address' register. This is still not acceptable format (I mean reply in comm

<    1   2