Re: [U-Boot] [PATCH 6/7] tegra: add SPI SLINK driver

2013-01-11 Thread Stephen Warren
On 01/11/2013 11:44 AM, Allen Martin wrote: Add driver for tegra SPI SLINK style driver. This controller is similar to the tegra20 SPI SFLASH controller. The difference is that the SLINK controller is a genernal purpose SPI controller and the SFLASH controller is special purpose and can only

Re: [U-Boot] [PATCH 1/7] tegra: fdt: add apbdma node

2013-01-11 Thread Allen Martin
On Fri, Jan 11, 2013 at 04:08:55PM -0800, Stephen Warren wrote: On 01/11/2013 11:44 AM, Allen Martin wrote: Add apbdma node for tegra20 and tegra30, copied directly from tegra Linux dtsi files. diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi + apbdma: dma { +

Re: [U-Boot] [PATCH 2/7] tegra: spi: add fdt support to tegra SPI SFLASH driver

2013-01-11 Thread Allen Martin
On Fri, Jan 11, 2013 at 04:13:42PM -0800, Stephen Warren wrote: On 01/11/2013 11:44 AM, Allen Martin wrote: Add support for configuring tegra SPI driver from devicetree. Support is keyed off CONFIG_OF_CONTROL. Add entry in seaboard dts file for spi controller to describe seaboard spi.

Re: [U-Boot] [PATCH 4/7] tegra30: fdt: add SPI SLINK nodes

2013-01-11 Thread Allen Martin
On Fri, Jan 11, 2013 at 04:17:18PM -0800, Stephen Warren wrote: On 01/11/2013 11:44 AM, Allen Martin wrote: Add tegra30 SPI SLINK nodes to fdt. diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/tegra30.dtsi /* PERIPH_ID_I2C_DVC, CLK_M */ clocks = tegra_car

Re: [U-Boot] [PATCH 6/7] tegra: add SPI SLINK driver

2013-01-11 Thread Allen Martin
On Fri, Jan 11, 2013 at 04:22:46PM -0800, Stephen Warren wrote: On 01/11/2013 11:44 AM, Allen Martin wrote: Add driver for tegra SPI SLINK style driver. This controller is similar to the tegra20 SPI SFLASH controller. The difference is that the SLINK controller is a genernal purpose SPI

Re: [U-Boot] BDI3000 - Unprotect flash sectors

2013-01-11 Thread Sinan Akman
On 01/11/2013 02:41 AM, Waibel Georg wrote: Hello, i'm not sure if this is the right place for this question...however, here it is: i'm using a BDI3000 to program uboot to the flash (Spansion S29GL512P) on a MPC5200B base board. Erasing / Programming works fine as long as the flash sectors

Re: [U-Boot] [PATCH 1/7] tegra: fdt: add apbdma node

2013-01-11 Thread Stephen Warren
On 01/11/2013 08:19 PM, Allen Martin wrote: On Fri, Jan 11, 2013 at 04:08:55PM -0800, Stephen Warren wrote: On 01/11/2013 11:44 AM, Allen Martin wrote: Add apbdma node for tegra20 and tegra30, copied directly from tegra Linux dtsi files. diff --git a/arch/arm/dts/tegra20.dtsi

Re: [U-Boot] [PATCH 1/7] tegra: fdt: add apbdma node

2013-01-11 Thread Allen Martin
On Fri, Jan 11, 2013 at 10:07:41PM -0800, Stephen Warren wrote: On 01/11/2013 08:19 PM, Allen Martin wrote: On Fri, Jan 11, 2013 at 04:08:55PM -0800, Stephen Warren wrote: On 01/11/2013 11:44 AM, Allen Martin wrote: Add apbdma node for tegra20 and tegra30, copied directly from tegra Linux

<    1   2