[U-Boot] i.MX(6) dcache status?

2012-07-31 Thread Dirk Behme
Hi, now, after U-Boot v2012.07 is released, I'd like to ask what's the status the dcache support for i.MX(6)? Is it safe to enable CONFIG_SYS_DCACHE_OFF now? E.g. for the SabreLite [1]? And if so, do we have to enable CONFIG_MMC_BOUNCE_BUFFER, too? Opinions? Many thanks and best regards

Re: [U-Boot] i.MX(6) dcache status?

2012-07-31 Thread Dirk Behme
On 31.07.2012 07:56, Dirk Behme wrote: Hi, now, after U-Boot v2012.07 is released, I'd like to ask what's the status the dcache support for i.MX(6)? Is it safe to enable CONFIG_SYS_DCACHE_OFF now? Arg, inverted logic ;) I meant 'disable/remove' CONFIG_SYS_DCACHE_OFF here. I.e. is it save

Re: [U-Boot] [PATCH 2/2] kirkwood: Add support for the D-Link DNS-320

2012-07-31 Thread Prafulla Wadaskar
-Original Message- From: Jamie Lentin [mailto:j...@lentin.co.uk] Sent: 31 July 2012 03:26 To: u-boot@lists.denx.de Cc: Prafulla Wadaskar; albert.u.b...@aribaud.net; ub...@lukaperkov.net; Jamie Lentin Subject: [PATCH 2/2] kirkwood: Add support for the D-Link DNS-320 Extend dnskw

Re: [U-Boot] [PATCH] lsxl: support power switch

2012-07-31 Thread Prafulla Wadaskar
-Original Message- From: Michael Walle [mailto:mich...@walle.cc] Sent: 31 July 2012 02:17 To: u-boot@lists.denx.de Cc: Michael Walle; Prafulla Wadaskar Subject: [PATCH] lsxl: support power switch This patch restores the Linkstation's original behaviour when powering off. Once

Re: [U-Boot] [PATCH v4 0/6] tegra: Add NAND flash support

2012-07-31 Thread Thierry Reding
On Sun, Jul 29, 2012 at 11:53:24PM -0700, Simon Glass wrote: This series adds NAND flash support to Tegra and enables it on Seaboard. Included here is a proposed device tree binding with most of the properties private to nvidia,. The binding includes information about the NAND controller as

[U-Boot] [PATCH 1/2] cmd_nand: dump: Align data and OOB buffers

2012-07-31 Thread Thierry Reding
In order for cache invalidation and flushing to work properly, the data and OOB buffers must be aligned to full cache lines. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- common/cmd_nand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 2/2] tegra: Enable NAND on TEC

2012-07-31 Thread Thierry Reding
This commit enables NAND support on the Tamonten Evaluation Carrier and adds the corresponding device tree nodes. Furthermore, the U-Boot environment can now be stored in NAND. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- board/avionic-design/dts/tegra20-tec.dts | 11

[U-Boot] Help with u-boot

2012-07-31 Thread Андрей Борисович
Hello Help make a u-bottles for sti7109 for mb442 motherboards and Linux to boot in 32bit mode. (now loaded in 29bit mode) Thanks in advance. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3 1/7] dfu:usb: Support for g_dnl composite download gadget.

2012-07-31 Thread Lukasz Majewski
Composite USB download gadget support (g_dnl) for download functions. This code works on top of composite gadget. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Marek Vasut ma...@denx.de --- Changes for v2: - G_DNL_{VENDOR_NUM,

[U-Boot] [PATCH v3 0/7] dfu:usb: DFU support via USB Download gadget

2012-07-31 Thread Lukasz Majewski
Those patches add support for composite USB download gadget. This gadget (at least for now) is equipped with DFU download function. A separate DFU back-end and front-end have been added. Back-end is placed at ./drivers/dfu directory. The front-end is implemented as USB function. The back-end is

[U-Boot] [PATCH v3 3/7] dfu: DFU backend implementation

2012-07-31 Thread Lukasz Majewski
New, separate driver at ./drivers/dfu has been added. It allows platform and storage independent operation of DFU. It has been extended to use new MMC level of command abstraction. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc:

[U-Boot] [PATCH v3 5/7] dfu:cmd: Support for DFU u-boot command

2012-07-31 Thread Lukasz Majewski
Support for u-boot's dfu interface dev [list] command. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Marek Vasut ma...@denx.de --- Changes for v2: - None Changes for v3: - Remove unnecessary initialization to NULL of dynamic

[U-Boot] [PATCH v3 4/7] dfu: MMC specific routines for DFU operation

2012-07-31 Thread Lukasz Majewski
Support for MMC storage devices to work with DFU framework. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Marek Vasut ma...@denx.de --- Changes for v2: - None Changes for v3: - Provide special abstraction layer

[U-Boot] [PATCH v3 2/7] dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget

2012-07-31 Thread Lukasz Majewski
Support for f_dfu USB function. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Marek Vasut ma...@denx.de --- Changes for v2: - Replace kzalloc and kfree with free and calloc - Reorganization of calloc calls - Misspelling

[U-Boot] [PATCH v3 6/7] arm:trats: Support for USB UDC driver at TRATS board.

2012-07-31 Thread Lukasz Majewski
Support for USB UDC driver at trats board. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Marek Vasut ma...@denx.de Cc: Minkyu Kang mk7.k...@samsung.com --- Changes for v2: - replace puts to debug --- board/samsung/trats/trats.c

[U-Boot] [PATCH v3 7/7] arm:trats: Enable g_dnl composite USB gadget with embedded DFU function on TRATS

2012-07-31 Thread Lukasz Majewski
Enable the g_dnl composite USB gadget driver with embedded DFU function on it. It now uses the composite gadget framework to support download specific USB functions (like enabled DFU or USB Mass Storage). Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park

Re: [U-Boot] [PATCH 1/2] cmd_nand: dump: Align data and OOB buffers

2012-07-31 Thread Simon Glass
+Scott On Tue, Jul 31, 2012 at 7:21 AM, Thierry Reding thierry.red...@avionic-design.de wrote: In order for cache invalidation and flushing to work properly, the data and OOB buffers must be aligned to full cache lines. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de Acked-by:

[U-Boot] [PATCH 1/2] add ST PSD4256G6V to table of supported legacy flashs

2012-07-31 Thread Mike Frysinger
The BF533-EZKIT boards have this old ST flash. Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/jedec_flash.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers/mtd/jedec_flash.c b/drivers/mtd/jedec_flash.c index 2350f36..b6cb037 100644 ---

[U-Boot] [PATCH 2/2] Blackfin: bf533-ezkit: convert to CFI flash driver

2012-07-31 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- board/bf533-ezkit/Makefile|2 +- board/bf533-ezkit/bf533-ezkit.c | 22 +- board/bf533-ezkit/flash-defines.h | 124 -- board/bf533-ezkit/flash.c | 489 -

Re: [U-Boot] [U-Boot-DM] List of offending drivers

2012-07-31 Thread Mike Frysinger
On Friday 27 July 2012 00:41:45 Wolfgang Denk wrote: Marek Vasut wrote: Check the following list, it's the list of drivers scattered (misplaced) across the tree. The list is not complete and might be inaccurate. But it should give a good impression of what I'm going to break soon:

Re: [U-Boot] [PATCH v2] Add support for Bluegiga APX4 Development Kit

2012-07-31 Thread Lauri Hintsala
Hello Stefano, Could you review the patch? Thanks! Best Regards, Lauri Hintsala On 07/09/2012 04:14 PM, Veli-Pekka Peltola wrote: This adds support for Bluegiga APX4 Development Kit. It is built around Freescale i.MX28. Currently supported features are: ethernet, I2C, MMC, RTC and USB. APX4

Re: [U-Boot] [PATCH] dm: mips: Import libgcc components from Linux

2012-07-31 Thread Mike Frysinger
On Friday 27 July 2012 15:10:00 Marek Vasut wrote: Dear Mike Frysinger, On Friday 27 July 2012 14:35:25 Marek Vasut wrote: --- a/arch/mips/lib/Makefile +++ b/arch/mips/lib/Makefile @@ -34,6 +34,8 @@ else COBJS-y += bootm.o endif +COBJS-y += ashldi3.o ashrdi3.o

[U-Boot] [i2c] Pull request

2012-07-31 Thread Heiko Schocher
Hello Wolfgang, The following changes since commit b98b611502f5e0a85a1f8e15cf46c470cb105614: Merge branch 'next' of git://git.denx.de/u-boot (2012-07-30 20:39:52 +0200) are available in the git repository at: git://git.denx.de/u-boot-i2c.git master Holger Brunck (2): i2c: deblock

Re: [U-Boot] [PATCH 1/2] COMMON: Add __stringify() function

2012-07-31 Thread Mike Frysinger
On Saturday 28 July 2012 15:57:33 Wolfgang Denk wrote: Marek Vasut wrote: include/common.h |7 +++ 1 file changed, 7 insertions(+) We have similar things already, and we don't add dead code - you add a macro without users here. It's used in 2/2 ... what macro do

Re: [U-Boot] building u-boot inside buildroot

2012-07-31 Thread Mike Frysinger
On Sunday 29 July 2012 08:43:00 Sabri Altunbas wrote: I installed buildroot as my embedded linux environment. For first time I can build u-boot. But if i change a c-file and try to recompile u-boot. It doesn,t work. Buildroot doesn,t notice this changing and does nothing. this is a buildroot

Re: [U-Boot] [PATCH v3 6/7] arm:trats: Support for USB UDC driver at TRATS board.

2012-07-31 Thread Minkyu Kang
On 31 July 2012 15:37, Lukasz Majewski l.majew...@samsung.com wrote: Support for USB UDC driver at trats board. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Marek Vasut ma...@denx.de Cc: Minkyu Kang mk7.k...@samsung.com

Re: [U-Boot] [PATCH v3 7/7] arm:trats: Enable g_dnl composite USB gadget with embedded DFU function on TRATS

2012-07-31 Thread Minkyu Kang
On 31 July 2012 15:37, Lukasz Majewski l.majew...@samsung.com wrote: Enable the g_dnl composite USB gadget driver with embedded DFU function on it. It now uses the composite gadget framework to support download specific USB functions (like enabled DFU or USB Mass Storage). Signed-off-by:

Re: [U-Boot] [PATCH 01/17] omap3/omap4/omap5/am33xx: Use a common running_from_sdram function

2012-07-31 Thread R, Sricharan
Hi Tom, [snip..] diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/include/asm/arch-omap5/omap.h index 7f05cb5..c697e0b 100644 --- a/arch/arm/include/asm/arch-omap5/omap.h +++ b/arch/arm/include/asm/arch-omap5/omap.h @@ -39,11 +39,6 @@ #define OMAP54XX_L4_WKUP_BASE

[U-Boot] [PATCH] remove usb_test_unit_ready from usb_stor_read+usb_stor_write

2012-07-31 Thread James Shimer
From: Jim Shimer jamesshi...@motorola.com --- common/usb_storage.c |4 1 file changed, 4 insertions(+) diff --git a/common/usb_storage.c b/common/usb_storage.c index bdc306f..c5c37a4 100644 --- a/common/usb_storage.c +++ b/common/usb_storage.c @@ -1074,12 +1074,14 @@ unsigned long

[U-Boot] [PATCH] fix out of tree building with kallsyms

2012-07-31 Thread Mike Frysinger
The call to SYSTEM_MAP assumes that the u-boot output is in $PWD when it really should be in $(obj). This fixes building out of tree. Signed-off-by: Mike Frysinger vap...@gentoo.org --- Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index

Re: [U-Boot] [PATCH 1/2] add ST PSD4256G6V to table of supported legacy flashs

2012-07-31 Thread Stefan Roese
On Tuesday 31 July 2012 09:38:32 Mike Frysinger wrote: The BF533-EZKIT boards have this old ST flash. Signed-off-by: Mike Frysinger vap...@gentoo.org Acked-by: Stefan Roese s...@denx.de Mike, do you intend to push this via your blackfin repo? If yes, then please go ahead. Otherwise I'll

Re: [U-Boot] [RESEND] [PATCH 0/2] kirkwood: Generalise dns325 support, include dns320

2012-07-31 Thread Jamie Lentin
On Mon, 30 Jul 2012, Prafulla Wadaskar wrote: Dear Jamie Lentin -Original Message- From: Jamie Lentin [mailto:j...@lentin.co.uk] Sent: 31 July 2012 03:26 To: u-boot@lists.denx.de Cc: Prafulla Wadaskar; albert.u.b...@aribaud.net; ub...@lukaperkov.net; Jamie Lentin Subject: [RESEND]

Re: [U-Boot] [PATCH 2/2] kirkwood: Add support for the D-Link DNS-320

2012-07-31 Thread Jamie Lentin
On Mon, 30 Jul 2012, Prafulla Wadaskar wrote: -Original Message- From: Jamie Lentin [mailto:j...@lentin.co.uk] Sent: 31 July 2012 03:26 To: u-boot@lists.denx.de Cc: Prafulla Wadaskar; albert.u.b...@aribaud.net; ub...@lukaperkov.net; Jamie Lentin Subject: [PATCH 2/2] kirkwood: Add

Re: [U-Boot] [PATCH 9/9] mx6qsabrelite: Add splaschscreen support

2012-07-31 Thread Dirk Behme
Hi Fabio, On 31.05.2012 19:24, Fabio Estevam wrote: Add splaschscreen support. It was used a Hannstar 1024 x 768 LVDS panel that can be connected to the mx6qsabrelite board. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- I understand this patch will need to be improved, but I

Re: [U-Boot] [PATCH v4 4/6] tegra: fdt: Add NAND definitions to fdt

2012-07-31 Thread Simon Glass
Hi Scott, On Mon, Jul 30, 2012 at 11:49 PM, Scott Wood scottw...@freescale.com wrote: On 07/30/2012 01:53 AM, Simon Glass wrote: Add a flash node to handle the NAND, including memory timings and page / block size information. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2:

Re: [U-Boot] [PATCH v4 3/6] tegra: fdt: Add NAND controller binding and definitions

2012-07-31 Thread Simon Glass
Hi Scott, On Tue, Jul 31, 2012 at 12:05 AM, Scott Wood scottw...@freescale.com wrote: On 07/30/2012 01:53 AM, Simon Glass wrote: diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi index f95be58..d936b1e 100644 --- a/arch/arm/dts/tegra20.dtsi +++ b/arch/arm/dts/tegra20.dtsi

Re: [U-Boot] [PATCH v3 06/18] tegra: fdt: Add LCD definitions for Tegra

2012-07-31 Thread Simon Glass
+Thierry Hi, On Thu, Jul 12, 2012 at 4:25 PM, Simon Glass s...@chromium.org wrote: Add LCD definitions and also a proposed binding for LCD displays. The PWM is as per what will likely be committed to linux-next soon. The displaymode binding comes from a proposal here:

Re: [U-Boot] [PATCH v3 0/18] tegra: Add display driver and LCD support for Seaboard

2012-07-31 Thread Simon Glass
Hi Thierry, On Thu, Jul 19, 2012 at 8:58 AM, Thierry Reding thierry.red...@avionic-design.de wrote: On Thu, Jul 12, 2012 at 08:25:00AM -0700, Simon Glass wrote: This series adds support for the Tegra2x's display peripheral. This supports the LCD display on Seaboard and we use this to enable

[U-Boot] [PATCH v2 0/4] DaVinci DA8xx: tidy up clock IDs

2012-07-31 Thread Laurence Withers
This small series of patches tidies up the clock IDs that are used to interact with the PLL controllers on the DaVinci DA8xx processors. It more clearly defines the structure and meaning of the IDs and untangles some model-specific code that can't be shared among the family. This tidying allows

[U-Boot] [PATCH v2 2/4] DaVinci DA850: UART2 clock ID comes from ASYNC3

2012-07-31 Thread Laurence Withers
On the DA830, UART2's clock is derived from PLL controller 0 output 2. On the DA850, it is in the ASYNC3 group, and may be switched between PLL controller 0 or 1. Fix the definition of the ID to match. Signed-off-by: Laurence Withers lwith...@guralp.com Cc: Tom Rini tr...@ti.com Cc: Prabhakar Lad

[U-Boot] [PATCH v2 1/4] DaVinci DA8xx: tidy up clock ID definition

2012-07-31 Thread Laurence Withers
Tidy up the clock IDs defined for the DA8xx SOCs. With this new structure in place, it is clear how to define new clock IDs, and how these map to the numbers presented in the technical reference manual. Signed-off-by: Laurence Withers lwith...@guralp.com Cc: Tom Rini tr...@ti.com Cc: Prabhakar

[U-Boot] [PATCH v2 3/4] DaVinci DA8xx: replace magic number for DDR speed

2012-07-31 Thread Laurence Withers
Replace a magic number for the DDR2/mDDR PHY clock ID with a proper definition. In addition, don't request this clock ID on DA830 hardware, which does not have a DDR2/mDDR PHY (or associated PLL controller). Signed-off-by: Laurence Withers lwith...@guralp.com Cc: Tom Rini tr...@ti.com Cc:

[U-Boot] [PATCH v2 4/4] DaVinci DA8xx: fix set_cpu_clk_info()

2012-07-31 Thread Laurence Withers
For the DA8xx family of SoCs, the set_cpu_clk_info() function was not initialising the DSP frequency, leading to 'bdinfo' command output such as: [...snip...] ARM frequency = 300 MHz DSP frequency = -536870913 MHz DDR frequency = 300 MHz This commit provides a separate implementation of

[U-Boot] [PATCH] Blackfin: adjust asm constraints with NMI workaround

2012-07-31 Thread Mike Frysinger
Newer gcc versions will sometimes use a Preg when r constraints, but that'll fail if we use an Ireg in the assignment. So force the code to always use a Dreg. This also fixes early boot crashes for older Blackfin parts when compiled with gcc-4.5. This version ends up selecting the same register

[U-Boot] [PATCH] Blackfin: initcode: mark uncommon code paths as unlikely

2012-07-31 Thread Mike Frysinger
Putting memory into self refresh only happens when doing development, not during the normal course of things, so mark those code paths as unlikely. Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/blackfin/cpu/initcode.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)

Re: [U-Boot] [PATCH v3 06/18] tegra: fdt: Add LCD definitions for Tegra

2012-07-31 Thread Thierry Reding
On Tue, Jul 31, 2012 at 10:27:23AM +0100, Simon Glass wrote: +Thierry Hi, On Thu, Jul 12, 2012 at 4:25 PM, Simon Glass s...@chromium.org wrote: Add LCD definitions and also a proposed binding for LCD displays. The PWM is as per what will likely be committed to linux-next soon. The

Re: [U-Boot] [PATCH v2] Add support for Bluegiga APX4 Development Kit

2012-07-31 Thread Stefano Babic
On 09/07/2012 15:14, Veli-Pekka Peltola wrote: This adds support for Bluegiga APX4 Development Kit. It is built around Freescale i.MX28. Currently supported features are: ethernet, I2C, MMC, RTC and USB. APX4 has only one ethernet port. Signed-off-by: Veli-Pekka Peltola

[U-Boot] [PATCH 1/8] EXYNOS5: Add pinmux support for SPI

2012-07-31 Thread Rajeshwari Shinde
This patch adds pinmux support for SPI channels Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/cpu/armv7/exynos/pinmux.c| 51 - arch/arm/include/asm/arch-exynos/periph.h |5 +++ arch/arm/include/asm/arch-exynos/pinmux.h |3 ++

[U-Boot] [PATCH 0/8] EXYNOS5: Enable SPI support

2012-07-31 Thread Rajeshwari Shinde
This patch set adds SPI driver for EXYNOS5 and enables same. This patchset is based on top of latest V7 I2C patches which are merged in u-boot-i2c. url for same: http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/136058 Rajeshwari Shinde (8): EXYNOS5: Add pinmux support for SPI SPI:

[U-Boot] [PATCH 3/8] EXYNOS: Add clock for SPI.

2012-07-31 Thread Rajeshwari Shinde
This patch adds api to calculate and set the clock for SPI channels Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/cpu/armv7/exynos/clock.c | 122 arch/arm/include/asm/arch-exynos/clk.h |

[U-Boot] [PATCH 2/8] SPI: Add W25Q32 to Winbond SPI flash table

2012-07-31 Thread Rajeshwari Shinde
Daisy has a different Winbond part as compared to the SMDK. Add the part details to the SPI flash table. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- drivers/mtd/spi/winbond.c |8 1 files changed, 8

[U-Boot] [PATCH 5/8] SPI: Add SPI slave mode flag

2012-07-31 Thread Rajeshwari Shinde
This patch adds a new SPI mode flags for SPI slave mode. It enables slave mode in a SPI interface, and is set/clear in spi_setup_slave() from the mode parameter. Signed-off-by: Padmavathi Venna padm...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- include/spi.h |

[U-Boot] [PATCH 4/8] EXYNOS5: Add base address for SPI.

2012-07-31 Thread Rajeshwari Shinde
Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/include/asm/arch-exynos/cpu.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h index 0e6ea87..89c2dd3 100644 ---

[U-Boot] [PATCH 7/8] EXYNOS5: Enable SPI

2012-07-31 Thread Rajeshwari Shinde
This patch enables SPI driver for EXYNOS5. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- board/samsung/smdk5250/smdk5250.c |3 +++ include/configs/smdk5250.h| 23 ++- 2 files changed, 25 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH 6/8] SPI: Add SPI Driver for EXYNOS.

2012-07-31 Thread Rajeshwari Shinde
This patch adds SPI driver for EXYNOS. Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Padmavathi Venna padm...@samsung.com Signed-off-by: Gabe Black gabebl...@google.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/include/asm/arch-exynos/spi.h | 78

[U-Boot] [PATCH 8/8] EXYNOS5: Enable SPI booting.

2012-07-31 Thread Rajeshwari Shinde
This patch enables SPI Booting for EXYNOS5 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- board/samsung/smdk5250/Makefile |2 +- board/samsung/smdk5250/{mmc_boot.c = spl_boot.c} | 31 +++- include/configs/smdk5250.h|

Re: [U-Boot] [RESEND] [PATCH 0/2] kirkwood: Generalise dns325 support, include dns320

2012-07-31 Thread Prafulla Wadaskar
-Original Message- From: Jamie Lentin [mailto:j...@lentin.co.uk] Sent: 31 July 2012 14:01 To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; albert.u.b...@aribaud.net; ub...@lukaperkov.net Subject: RE: [RESEND] [PATCH 0/2] kirkwood: Generalise dns325 support, include dns320 On

Re: [U-Boot] [PATCH] lsxl: support power switch

2012-07-31 Thread Michael Walle
On Tue, July 31, 2012 07:59, Prafulla Wadaskar wrote: -Original Message- From: Michael Walle [mailto:mich...@walle.cc] Sent: 31 July 2012 02:17 To: u-boot@lists.denx.de Cc: Michael Walle; Prafulla Wadaskar Subject: [PATCH] lsxl: support power switch This patch restores the

[U-Boot] [PATCH 0/8 V2] EXYNOS5: Enable SPI support

2012-07-31 Thread Rajeshwari Shinde
This patch set adds SPI driver for EXYNOS5 and enables same. This patchset is based on top of latest V7 I2C patches which are merged in u-boot-i2c. url for same: http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/136058 Changes in V2: - Correted the Commit message. Rajeshwari

[U-Boot] [PATCH 1/8 V2] EXYNOS5: Add pinmux support for SPI

2012-07-31 Thread Rajeshwari Shinde
This patch adds pinmux support for SPI channels Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - None. arch/arm/cpu/armv7/exynos/pinmux.c| 51 - arch/arm/include/asm/arch-exynos/periph.h |5 +++

[U-Boot] [PATCH 3/8 V2] EXYNOS: Add clock for SPI.

2012-07-31 Thread Rajeshwari Shinde
This patch adds api to calculate and set the clock for SPI channels Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - None arch/arm/cpu/armv7/exynos/clock.c | 122

[U-Boot] [PATCH 2/8 V2] SPI: Add W25Q32 to Winbond SPI flash table

2012-07-31 Thread Rajeshwari Shinde
SMDK EVT1 has a different Winbond part added its part details to the SPI flash table. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - Corrected the commit message. drivers/mtd/spi/winbond.c |8

[U-Boot] [PATCH 4/8 V2] EXYNOS5: Add base address for SPI.

2012-07-31 Thread Rajeshwari Shinde
Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - None arch/arm/include/asm/arch-exynos/cpu.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h index

[U-Boot] [PATCH 5/8] SPI: Add SPI slave mode flag

2012-07-31 Thread Rajeshwari Shinde
This patch adds a new SPI mode flags for SPI slave mode. It enables slave mode in a SPI interface, and is set/clear in spi_setup_slave() from the mode parameter. Signed-off-by: Padmavathi Venna padm...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2:

[U-Boot] [PATCH 6/8 V2] SPI: Add SPI Driver for EXYNOS.

2012-07-31 Thread Rajeshwari Shinde
This patch adds SPI driver for EXYNOS. Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Padmavathi Venna padm...@samsung.com Signed-off-by: Gabe Black gabebl...@google.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - None.

[U-Boot] [PATCH 8/8 V2] EXYNOS5: Enable SPI booting.

2012-07-31 Thread Rajeshwari Shinde
This patch enables SPI Booting for EXYNOS5 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - None. board/samsung/smdk5250/Makefile |2 +- board/samsung/smdk5250/{mmc_boot.c = spl_boot.c} | 31 +++-

[U-Boot] [PATCH 7/8 V2] EXYNOS5: Enable SPI

2012-07-31 Thread Rajeshwari Shinde
This patch enables SPI driver for EXYNOS5. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - None. board/samsung/smdk5250/smdk5250.c |3 +++ include/configs/smdk5250.h| 23 ++- 2 files changed, 25 insertions(+), 1

Re: [U-Boot] [PATCH v2] Add support for Bluegiga APX4 Development Kit

2012-07-31 Thread Lauri Hintsala
On 07/31/2012 01:26 PM, Stefano Babic wrote: I see no problems in your patch - I will push it into the -next branch. Thanks, We'll continue developing. Lauri ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] lsxl: support power switch

2012-07-31 Thread Prafulla Wadaskar
-Original Message- From: Michael Walle [mailto:mich...@walle.cc] Sent: 31 July 2012 16:22 To: Prafulla Wadaskar Cc: Michael Walle; u-boot@lists.denx.de Subject: RE: [PATCH] lsxl: support power switch On Tue, July 31, 2012 07:59, Prafulla Wadaskar wrote: -Original

Re: [U-Boot] [PATCH v2] Add support for Bluegiga APX4 Development Kit

2012-07-31 Thread Stefano Babic
On 09/07/2012 15:14, Veli-Pekka Peltola wrote: This adds support for Bluegiga APX4 Development Kit. It is built around Freescale i.MX28. Currently supported features are: ethernet, I2C, MMC, RTC and USB. APX4 has only one ethernet port. Signed-off-by: Veli-Pekka Peltola

Re: [U-Boot] i.MX(6) dcache status?

2012-07-31 Thread Marek Vasut
Dear Dirk Behme, On 31.07.2012 07:56, Dirk Behme wrote: Hi, now, after U-Boot v2012.07 is released, I'd like to ask what's the status the dcache support for i.MX(6)? Is it safe to enable CONFIG_SYS_DCACHE_OFF now? Arg, inverted logic ;) I meant 'disable/remove'

Re: [U-Boot] [PATCH 5/8] SPI: Add SPI slave mode flag

2012-07-31 Thread Mike Frysinger
On Tuesday 31 July 2012 06:42:37 Rajeshwari Shinde wrote: This patch adds a new SPI mode flags for SPI slave mode. It enables slave mode in a SPI interface, and is set/clear in spi_setup_slave() from the mode parameter. there is no such functionality in the current SPI API. if you want to

Re: [U-Boot] [PATCH 1/2] add ST PSD4256G6V to table of supported legacy flashs

2012-07-31 Thread Mike Frysinger
On Tuesday 31 July 2012 04:50:17 Stefan Roese wrote: On Tuesday 31 July 2012 09:38:32 Mike Frysinger wrote: The BF533-EZKIT boards have this old ST flash. Signed-off-by: Mike Frysinger vap...@gentoo.org Acked-by: Stefan Roese s...@denx.de Mike, do you intend to push this via your

Re: [U-Boot] i.MX35PDK: Starting U-Boot from serial NOR-Flash

2012-07-31 Thread Michael Hornung
On Thu, Jul 26, 2012 at 10:32 PM, Fabio Estevam feste...@gmail.com wrote: Hi Michael, Hi Fabio, good to hear from you. On Tue, Jul 10, 2012 at 4:08 PM, Hornung, Michael mhorn...@init-ka.de wrote: gd-bd-bi_baudrate = gd-baudrate; /* Ram ist board specific, so move it to

Re: [U-Boot] [PATCH 1/2] COMMON: Add __stringify() function

2012-07-31 Thread Marek Vasut
Dear Mike Frysinger, On Saturday 28 July 2012 15:57:33 Wolfgang Denk wrote: Marek Vasut wrote: include/common.h |7 +++ 1 file changed, 7 insertions(+) We have similar things already, and we don't add dead code - you add a macro without users here. It's

Re: [U-Boot] [PATCH 1/2] COMMON: Add __stringify() function

2012-07-31 Thread Mike Frysinger
On Tuesday 31 July 2012 09:55:55 Marek Vasut wrote: Dear Mike Frysinger, On Saturday 28 July 2012 15:57:33 Wolfgang Denk wrote: Marek Vasut wrote: include/common.h |7 +++ 1 file changed, 7 insertions(+) We have similar things already, and we don't add dead

Re: [U-Boot] [PATCH 1/2] COMMON: Add __stringify() function

2012-07-31 Thread Marek Vasut
Dear Mike Frysinger, On Tuesday 31 July 2012 09:55:55 Marek Vasut wrote: Dear Mike Frysinger, On Saturday 28 July 2012 15:57:33 Wolfgang Denk wrote: Marek Vasut wrote: include/common.h |7 +++ 1 file changed, 7 insertions(+) We have similar things

Re: [U-Boot] [PATCH 1/2] COMMON: Add __stringify() function

2012-07-31 Thread Mike Frysinger
On Tuesday 31 July 2012 10:08:51 Marek Vasut wrote: Dear Mike Frysinger, On Tuesday 31 July 2012 09:55:55 Marek Vasut wrote: Dear Mike Frysinger, would be good to import linux/stringify.h (rather than adding these macros to common.h) and converting all consumers over to that.

Re: [U-Boot] Building u-boot for iMX28 and getting error in mkimage of missing command line parameter CONFIG_IMX_CONFIG

2012-07-31 Thread Bill
That did it! Thanks. Bill On 7/30/2012 3:59 PM, Fabio Estevam wrote: On Mon, Jul 30, 2012 at 3:53 PM, Billbsou...@techsi.com wrote: Progress! I switched all the references from ttyAMA0... to ttyAM0. Also changed netargs too. Now it starts to boot linux but hangs right after the line

[U-Boot] Pull request u-boot-blackfin.git (sf branch)

2012-07-31 Thread Mike Frysinger
The following changes since commit b98b611502f5e0a85a1f8e15cf46c470cb105614: Merge branch 'next' of git://git.denx.de/u-boot (2012-07-30 20:39:52 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git sf for you to fetch changes up to

Re: [U-Boot] [PATCH 01/17] omap3/omap4/omap5/am33xx: Use a common running_from_sdram function

2012-07-31 Thread Tom Rini
On 07/31/2012 01:33 AM, R, Sricharan wrote: Hi Tom, [snip..] diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/include/asm/arch-omap5/omap.h index 7f05cb5..c697e0b 100644 --- a/arch/arm/include/asm/arch-omap5/omap.h +++ b/arch/arm/include/asm/arch-omap5/omap.h @@ -39,11 +39,6

Re: [U-Boot] [PATCH 01/17] omap3/omap4/omap5/am33xx: Use a common running_from_sdram function

2012-07-31 Thread R, Sricharan
Hi Tom, On Tue, Jul 31, 2012 at 8:43 PM, Tom Rini tr...@ti.com wrote: On 07/31/2012 01:33 AM, R, Sricharan wrote: Hi Tom, [snip..] diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/include/asm/arch-omap5/omap.h index 7f05cb5..c697e0b 100644 ---

[U-Boot] early_malloc outline

2012-07-31 Thread Tomas Hlavacek
Hello all! In u-boot-dm mailinglist we had a discussion about implementation of early_malloc (not only) for U-Boot Driver Model. The intention is to have a simple malloc() function in the early stage of init before relocation and before RAM is up and running. There was an experimental patch that

Re: [U-Boot] [PATCH 1/2] cmd_nand: dump: Align data and OOB buffers

2012-07-31 Thread Stephen Warren
On 07/31/2012 12:21 AM, Thierry Reding wrote: In order for cache invalidation and flushing to work properly, the data and OOB buffers must be aligned to full cache lines. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de You probably want to CC the NAND maintainer, Scott Wood (I

Re: [U-Boot] [PATCH 2/2] tegra: Enable NAND on TEC

2012-07-31 Thread Stephen Warren
On 07/31/2012 12:21 AM, Thierry Reding wrote: This commit enables NAND support on the Tamonten Evaluation Carrier and adds the corresponding device tree nodes. Furthermore, the U-Boot environment can now be stored in NAND. diff --git a/include/configs/tec.h b/include/configs/tec.h +/*

Re: [U-Boot] [PATCH 01/17] omap3/omap4/omap5/am33xx: Use a common running_from_sdram function

2012-07-31 Thread Tom Rini
On 07/31/2012 08:27 AM, R, Sricharan wrote: Hi Tom, On Tue, Jul 31, 2012 at 8:43 PM, Tom Rini tr...@ti.com wrote: On 07/31/2012 01:33 AM, R, Sricharan wrote: Hi Tom, [snip..] diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/include/asm/arch-omap5/omap.h index

Re: [U-Boot] [PATCH 01/17] omap3/omap4/omap5/am33xx: Use a common running_from_sdram function

2012-07-31 Thread R, Sricharan
Correct. DRAM_ADDR_SPACE_END should be 0x for OMAP5. Thanks, Sricharan On Tue, Jul 31, 2012 at 9:12 PM, Tom Rini tr...@ti.com wrote: On 07/31/2012 08:27 AM, R, Sricharan wrote: Hi Tom, On Tue, Jul 31, 2012 at 8:43 PM, Tom Rini tr...@ti.com wrote: On 07/31/2012 01:33 AM, R,

Re: [U-Boot] [PATCH v2 1/2] bcm: Add GPIO driver

2012-07-31 Thread Vikram Narayanan
Hello Stephen, On 7/15/2012 10:53 PM, Stephen Warren wrote: On 07/11/2012 02:37 PM, Vikram Narayanan wrote: Driver for BCM2835 SoC. This gives the basic functionality of setting/clearing the output. diff --git a/arch/arm/include/asm/arch-bcm2835/gpio.h

[U-Boot] [PATCH] tegra: harmony: fix comments for environment config options

2012-07-31 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com The environment is now stored in NAND, so update the comment to say so, rather than saying it's not stored. Signed-off-by: Stephen Warren swar...@nvidia.com --- Tom, feel free to just squash this into my patch that added environment support to Harmony if

Re: [U-Boot] [PATCH v2 1/2] bcm: Add GPIO driver

2012-07-31 Thread Stephen Warren
On 07/31/2012 09:46 AM, Vikram Narayanan wrote: On 7/15/2012 10:53 PM, Stephen Warren wrote: On 07/11/2012 02:37 PM, Vikram Narayanan wrote: Driver for BCM2835 SoC. This gives the basic functionality of setting/clearing the output. diff --git a/arch/arm/include/asm/arch-bcm2835/gpio.h

Re: [U-Boot] [PATCH] tegra: harmony: fix comments for environment config options

2012-07-31 Thread Tom Warren
Stephen/Thierry, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Tuesday, July 31, 2012 8:47 AM To: Tom Warren Cc: Thierry Reding; U-Boot Mailing List; Stephen Warren Subject: [PATCH] tegra: harmony: fix comments for environment config options From:

[U-Boot] [PATCH v2] net: Make netconsole src and dest ports configurable

2012-07-31 Thread Joe Hershberger
It is desirable to use different port numbers for sending and receiving packets with netconsole in the case where you have more than one device on the local subnet with netconsole enabled for broadcast. When they use the same port for both, any output from one will look like input to the other.

[U-Boot] [PATCH v2] net: Make the netconsole buffer size configurable

2012-07-31 Thread Joe Hershberger
Allow a board to configure a larger buffer for netconsole, but leave the default. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Mike Frysinger vap...@gentoo.org --- doc/README.NetConsole|2 ++ drivers/net/netconsole.c |8 ++-- 2 files changed, 8 insertions(+), 2

Re: [U-Boot] [PATCH v2 1/2] bcm: Add GPIO driver

2012-07-31 Thread Vikram Narayanan
On 7/31/2012 9:22 PM, Stephen Warren wrote: On 07/31/2012 09:46 AM, Vikram Narayanan wrote: On 7/15/2012 10:53 PM, Stephen Warren wrote: On 07/11/2012 02:37 PM, Vikram Narayanan wrote: Driver for BCM2835 SoC. This gives the basic functionality of setting/clearing the output. diff --git

Re: [U-Boot] [u-boot-arm/next RESEND PATCH 0/3] OMAP3: igep00x0: add nand flash and SPL support

2012-07-31 Thread Javier Martinez Canillas
On Mon, Jul 30, 2012 at 7:06 PM, Tom Rini tr...@ti.com wrote: On Sat, Jul 28, 2012 at 01:19:31PM +0200, Javier Martinez Canillas wrote: IGEP-based boards can have two different flash memories, a OneNAND or a NAND device. Since u-boot still lacks of a device model to be the able to look at

Re: [U-Boot] [PATCH v3 06/18] tegra: fdt: Add LCD definitions for Tegra

2012-07-31 Thread Stephen Warren
On 07/31/2012 03:27 AM, Simon Glass wrote: On Thu, Jul 12, 2012 at 4:25 PM, Simon Glass s...@chromium.org wrote: Add LCD definitions and also a proposed binding for LCD displays. The PWM is as per what will likely be committed to linux-next soon. The displaymode binding comes from a proposal

Re: [U-Boot] [PATCH 1/2] cmd_nand: dump: Align data and OOB buffers

2012-07-31 Thread Scott Wood
On 07/31/2012 10:40 AM, Stephen Warren wrote: On 07/31/2012 12:21 AM, Thierry Reding wrote: In order for cache invalidation and flushing to work properly, the data and OOB buffers must be aligned to full cache lines. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de You

Re: [U-Boot] [PATCH] env_nand: align NAND buffers

2012-07-31 Thread Scott Wood
On 07/31/2012 10:59 AM, Tom Warren wrote: Scott, -Original Message- From: Scott Wood [mailto:scottw...@freescale.com] Sent: Monday, July 30, 2012 4:01 PM To: Stephen Warren Cc: Tom Warren; Simon Glass; U-Boot Mailing List; Stephen Warren Subject: Re: [PATCH] env_nand: align NAND

Re: [U-Boot] [PATCH v3 5/7] dfu:cmd: Support for DFU u-boot command

2012-07-31 Thread Stephen Warren
On 07/31/2012 12:37 AM, Lukasz Majewski wrote: Support for u-boot's dfu interface dev [list] command. +U_BOOT_CMD(dfu, CONFIG_SYS_MAXARGS, 1, do_dfu, + Device Firmware Upgrade, + interface dev [list]\n + - device firmware upgrade on a device dev\n + attached to

Re: [U-Boot] [PATCH 2/2] kirkwood: Add support for the D-Link DNS-320

2012-07-31 Thread Stefan Herbrechtsmeier
Am 31.07.2012 11:01, schrieb Jamie Lentin: On Mon, 30 Jul 2012, Prafulla Wadaskar wrote: -Original Message- From: Jamie Lentin [mailto:j...@lentin.co.uk] Sent: 31 July 2012 03:26 To: u-boot@lists.denx.de Cc: Prafulla Wadaskar; albert.u.b...@aribaud.net; ub...@lukaperkov.net; Jamie

  1   2   >