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_
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:
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.
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
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
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
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
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
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
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
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
> -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
>
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
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
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
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
101 - 116 of 116 matches
Mail list logo