Re: [U-Boot] [PATCH] mx6slevk: Add SPI NOR flash support

2014-04-11 Thread Sam Catch
Works like a charm now. Thanks for the update. U-Boot is awesome! On Fri, Apr 11, 2014 at 6:39 AM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com mx6slevk has a m25p32 SPI NOR flash connected to ESCSPI port. Add support for it. Signed-off-by:

[U-Boot] board/freescale/mx6slevk: Add support for SPI NOR on the Freescale MCIMX6SLEVK Board

2014-04-10 Thread Sam Catch
I hope this email is now in the right format. Hi All, I am trying to add support for the SPI NOR device on the Freescale MCIMX6SLEVK Board. I have created a patch that should enable support but the u-boot probe command still does not find the device. The process fails during the ECSPI

[U-Boot] Add support for SPI NOR on the Freescale MCIMX6SLEVK Board

2014-04-09 Thread Sam Catch
I am trying to add support for the SPI NOR device on the Freescale MCIMX6SLEVK Board. I have created a patch that should enable support ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Add support for SPI NOR on the Freescale MCIMX6SLEVK Board

2014-04-09 Thread Sam Catch
I am trying to add support for the SPI NOR device on the Freescale MCIMX6SLEVK Board. I have created a patch that should enable support but the probe command does not find the device. The process fails during the ECSPI transfer. I have tried the following patch to the latest git master of