Re: [U-Boot] [RFC PATCH 1/1] Add support for pengwyn board

2014-01-27 Thread micro1183
Dear Wolfgang, thanks for your feedback. On 01/24/2014 03:12 PM, Wolfgang Denk wrote: > Dear micro1183, > > In message <52e2615c.1000...@gmail.com> you wrote: >> This patch adds support for the silica pengwyn board with AM335x SoC > > Your patch is line-wrapped and

[U-Boot] [RFC PATCH 1/1] Add support for pengwyn board

2014-01-24 Thread micro1183
This patch adds support for the silica pengwyn board with AM335x SoC Signed-off-by: Lothar Felten --- arch/arm/include/asm/arch-am33xx/ddr_defs.h | 16 ++ board/silica/pengwyn/Makefile | 13 + board/silica/pengwyn/board.c| 245 +++ board/silica/

Re: [U-Boot] [RFC PATCH] Add support for Micron MT29F8G08 8Gb NAND flash MID: 0x2c, DID: 0x38

2013-12-12 Thread micro1183
On 12/12/2013 01:24 AM, Scott Wood wrote: > On Wed, 2013-12-11 at 22:16 +0100, micro1183 wrote: >> On 12/11/2013 06:22 PM, Scott Wood wrote: >>> On Wed, 2013-12-11 at 12:02 +0100, micro1183 wrote: >>>> Microns MT29F8G08 8GBit flash is not identified correctly. >&g

[U-Boot] [RFC PATCH] Add support for Micron MT29F8G08 8Gb NAND flash MID: 0x2c, DID: 0x38

2013-12-11 Thread micro1183
Microns MT29F8G08 8GBit flash is not identified correctly. Manufacturer ID is 0x2c, device ID is 0x38 Signed-off-by: Lothar Felten CC: scottw...@freescale.com --- drivers/mtd/nand/nand_ids.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/n

Re: [U-Boot] [RFC PATCH] Add support for Micron MT29F8G08 8Gb NAND flash MID: 0x2c, DID: 0x38

2013-12-11 Thread micro1183
On 12/11/2013 06:22 PM, Scott Wood wrote: > On Wed, 2013-12-11 at 12:02 +0100, micro1183 wrote: >> Microns MT29F8G08 8GBit flash is not identified correctly. >> Manufacturer ID is 0x2c, device ID is 0x38 >> >> Signed-off-by: Lothar Felten >> CC: scottw...@freesc