[U-Boot] [PATCH] buildman: Allow make flags to be specified for each board

2013-05-25 Thread Simon Glass
There are a few make options such as BUILD_TAG which can be provided when building U-Boot. Provide a way for buildman to pass these flags to make also. The flags should be in a [make-flags] section and arranged by target name (the 'target' column in boards.cfg. See the README for more details.

[U-Boot] Micron eMMC problem on sabre SD like card

2013-05-25 Thread jean-francois simon
Hi, We have a new design that is based on Freescale SABRE SD card. We see that accesses made to the eMMC (Micron MTFC64GJVDN-4M ) are not working. We have placed the eMMC on SD3 (SD4 on Sabre SD). We want to use it in 8bit bus width, DDR, fast speed. The very first command sent to the device

Re: [U-Boot] [PATCH v2] sf: winbond: Add support for W25PXX SPI flash

2013-05-25 Thread Jagan Teki
On Fri, May 24, 2013 at 6:39 AM, Kuo-Jung Su dant...@gmail.com wrote: From: Kuo-Jung Su dant...@faraday-tech.com Add support for Winbond's W25PXX SPI flash. These devices is used on Faraday A369 evaluation board. Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com CC: Jagan Teki

Re: [U-Boot] [PATCH] SF: Add Spansion S25FL064P IDs

2013-05-25 Thread Jagan Teki
On Mon, Feb 4, 2013 at 11:30 PM, Marek Vasut ma...@denx.de wrote: Hi, was this ever applied? I see SPI flash patches are completely ignored. This is a S25FL064A successor. It supports up to 104MHz bus speed. Signed-off-by: Marek Vasut ma...@denx.de Cc: Heiko Schocher h...@denx.de Cc:

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2013-05-25 Thread Tom Rini
On Fri, May 24, 2013 at 05:17:48PM -0500, Andy Fleming wrote: The following changes since commit 53237afe5b64abe7b17fbfed958f3dc83f503ffa: cmd_mem: fix cp command (2013-05-24 10:38:08 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git master

Re: [U-Boot] [PATCH] sf: spansion: Add support for S25FL128S

2013-05-25 Thread Jagan Teki
On Tue, Feb 5, 2013 at 8:22 AM, Xie Xiaobo x@freescale.com wrote: SPANSION recommend S25FL128S supersedes S25FL129P, and the two flash memory have the same device ID and Memory architecture. So they can use the same config parameters. Signed-off-by: Xie Xiaobo x@freescale.com ---

Re: [U-Boot] [PATCH 4/4] sf: winbond: Add support for W25Q256

2013-05-25 Thread Jagan Teki
On Sat, Feb 23, 2013 at 5:09 PM, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com wrote: Add support for Winbond W25Q256 SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- drivers/mtd/spi/winbond.c |5 + 1 files changed, 5

Re: [U-Boot] [PATCH 0/4] sf: Accessing 16MBytes flashes in existing 3-byte addr mode.

2013-05-25 Thread Jagan Teki
On Sat, Feb 23, 2013 at 5:08 PM, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com wrote: The current implementation in spi_flash supports 3-byte address mode due to this up to 16MB amount of flash is able to access for those flashes which has an actual size of 16MB. List