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 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 Acked-by: Simon Glass > --- > common/cmd_nand.c | 4 ++-- > 1 file

[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 --- 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 --- a/drivers/mtd/jedec_flash

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

2012-07-31 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- 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 - include/configs/bf533-ezkit.h | 14

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 +

[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 i2

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

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 wrote: > Support for USB UDC driver at trats board. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Marek Vasut > Cc: Minkyu Kang > > --- > Changes for v2: > - replace puts to debug > --- > board/samsung/trats/trats.c |8 +

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 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: Lukasz Majewski > Sig

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 0x4

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

2012-07-31 Thread James Shimer
From: Jim Shimer --- 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 usb_stor_read(int device, uns

[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 --- Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb37ea1..3605ab8 1006

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 Acked-by: Stefan Roese Mike, do you intend to push this via your blackfin repo? If yes, then please go ahead. Otherwise I'll queue it up for upstreaming.

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] [PAT

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 supp

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 --- I understand this patch will need to be improved, but I am posting it now, so that o

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 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 >> --- >> Changes in v2: >> - Update NAND binding to

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 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 >> @@ -204,4 +204

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 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: > > http://lists.freedesktop.org/ar

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 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 console >> output in U-Boot on

[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 th

[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 Cc: Tom Rini Cc: Prabhakar Lad --- Changes in v2: - Re-order

[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 Cc: Tom Rini Cc: Prabhakar Lad --- Changes in v2: - Re-orde

[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 Cc: Tom Rini Cc: Prabhakar Lad --- Changes in v2: - Re

[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 s

[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 registe

[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 --- arch/blackfin/cpu/initcode.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch

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 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 di

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 > Signed-off-by:

[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 --- 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 ++ 3 files changed, 58 inse

[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: Add

[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 Signed-off-by: Rajeshwari Shinde --- arch/arm/cpu/armv7/exynos/clock.c | 122 arch/arm/include/asm/arch-exynos/clk.h |4 +- 2 files changed, 125 insertions(+

[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 Signed-off-by: Rajeshwari Shinde --- drivers/mtd/spi/winbond.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/spi

[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 Signed-off-by: Rajeshwari Shinde --- include/spi.h |1 + 1 files changed, 1 insertions(+), 0 del

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

2012-07-31 Thread Rajeshwari Shinde
Signed-off-by: Rajeshwari Shinde --- 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 --- a/arch/arm/include/asm/arch-

[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 --- board/samsung/smdk5250/smdk5250.c |3 +++ include/configs/smdk5250.h| 23 ++- 2 files changed, 25 insertions(+), 1 deletions(-) diff --git a/board/samsung/smdk5250/smdk5250.c b/boa

[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 Signed-off-by: Padmavathi Venna Signed-off-by: Gabe Black Signed-off-by: Rajeshwari Shinde --- arch/arm/include/asm/arch-exynos/spi.h | 78 ++ drivers/spi/Makefile |1 + drivers/spi/exynos_spi.c

[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 --- board/samsung/smdk5250/Makefile |2 +- board/samsung/smdk5250/{mmc_boot.c => spl_boot.c} | 31 +++- include/configs/smdk5250.h|5 +++ 3 files change

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 >

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 re

[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 Shind

[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 --- Changes in V2: - None. 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 |

[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 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None arch/arm/cpu/armv7/exynos/clock.c | 122 arch/arm/include/asm/arch-exynos/clk.h |4 +- 2 f

[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 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Corrected the commit message. drivers/mtd/spi/winbond.c |8 1 files changed, 8 insertions(+), 0 dele

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

2012-07-31 Thread Rajeshwari Shinde
Signed-off-by: Rajeshwari Shinde --- 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 0e6ea87..89c2dd3 100644 --

[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 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None. include/spi.h |1 + 1 files

[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 Signed-off-by: Padmavathi Venna Signed-off-by: Gabe Black Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None. arch/arm/include/asm/arch-exynos/spi.h | 78 ++ drivers/spi/Makefile |1 +

[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 --- Changes in V2: - None. board/samsung/smdk5250/Makefile |2 +- board/samsung/smdk5250/{mmc_boot.c => spl_boot.c} | 31 +++- include/configs/smdk5250.h

[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 --- Changes in V2: - None. board/samsung/smdk5250/smdk5250.c |3 +++ include/configs/smdk5250.h| 23 ++- 2 files changed, 25 insertions(+), 1 deletions(-) diff --git a/board/sam

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: > > > > > >> -

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 > Signed-off-by:

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' CONFIG_S

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 > > Acked-by: Stefan Roese > > Mike, do you intend to push this via your blackfin repo? If yes,

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 wrote: > Hi Michael, Hi Fabio, good to hear from you. > > On Tue, Jul 10, 2012 at 4:08 PM, Hornung, Michael wrote: > >> gd->bd->bi_baudrate = gd->baudrate; >> /* Ram ist board specific, so move it to board code ... */ >> - d

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 u

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 alread

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(+) > > > > > >

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

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, Bill 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 of: mxs_cpu_in

[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 b54d1f26ff216ef08307b

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 >> @@

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 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 >>> --- a/arch/arm/include/asm/arch

[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 a

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 You probably want to CC the NAND maintainer, Scott Wood (I have here) so he can ack thi

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 > +/* E

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 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 7f0

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 wrote: > On 07/31/2012 08:27 AM, R, Sricharan wrote: >> Hi Tom, >> >> On Tue, Jul 31, 2012 at 8:43 PM, Tom Rini wrote: >>> On 07/31/2012 01:33 AM, R, Sricharan wrote: H

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 b/arch/arm/include/asm/arch-bcm2835/gp

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

2012-07-31 Thread Stephen Warren
From: Stephen Warren 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 --- Tom, feel free to just squash this into my patch that added environment support to Harmony if you want. include/configs/harmony.h

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/

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 > >

[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. T

[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 Cc: Mike Frysinger --- doc/README.NetConsole|2 ++ drivers/net/netconsole.c |8 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/README.NetCons

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 a/ar

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 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 >> ru

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 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 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 > > You probably want to CC the NAND

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:

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 [list]" command. > +U_BOOT_CMD(dfu, CONFIG_SYS_MAXARGS, 1, do_dfu, > + "Device Firmware Upgrade", > + " [list]\n" > + " - device firmware upgrade on a device \n" > + "attached to interface \n" > +

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 Le

[U-Boot] [PATCH v3 0/2] Add GPIO driver for BCM2835 SoC

2012-07-31 Thread Vikram Narayanan
Also, add the driver to the raspberrypi default config Cc: Stephen Warren Cc: Albert Aribaud Vikram Narayanan (2): gpio: bcm2835: Add GPIO driver rbpi: Add BCM2835 GPIO driver for raspberry pi Changes from v2: Incorporate further comments from Stephen Warren Changes from v1: Incorporat

[U-Boot] [PATCH v3 1/2] gpio: bcm2835: Add GPIO driver

2012-07-31 Thread Vikram Narayanan
Driver for BCM2835 SoC. This gives the basic functionality of setting/clearing the output. Signed-off-by: Vikram Narayanan --- arch/arm/include/asm/arch-bcm2835/gpio.h | 71 drivers/gpio/Makefile|1 + drivers/gpio/bcm2835_gpio.c |

[U-Boot] [PATCH v3 2/2] rbpi: Add BCM2835 GPIO driver for raspberry pi

2012-07-31 Thread Vikram Narayanan
Add the driver to the default config Signed-off-by: Vikram Narayanan --- include/configs/rpi_b.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h index f547027..d4bbccc 100644 --- a/include/configs/rpi_b.h +++ b/include/

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

2012-07-31 Thread Thierry Reding
On Tue, Jul 31, 2012 at 09:40:54AM -0600, Stephen Warren wrote: > 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

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

2012-07-31 Thread Thierry Reding
On Tue, Jul 31, 2012 at 08:52:34AM -0700, Tom Warren wrote: > 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 > > Subjec

[U-Boot] [PATCH] mx28evk: Turn on caches

2012-07-31 Thread Fabio Estevam
Turn on data and instruction caches. Signed-off-by: Fabio Estevam --- include/configs/mx28evk.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 54d21e6..5f145d1 100644 --- a/include/configs/mx28evk.h +++ b/incl

[U-Boot] mx53loco hangs on 2012.07

2012-07-31 Thread Fabio Estevam
Hi, Just tried 2012.07 on a mx53loco and this is what I got: U-Boot 2012.07 (Jul 31 2012 - 15:21:51) Board: MX53 LOCO I2C: ready DRAM: 1 GiB WARNING: Caches not enabled CPU: Freescale i.MX53 family rev2.0 at 1000 MHz Reset cause: POR MMC: FSL_SDHC: 0, FSL_SDHC: 1 (Hangs here) Have anyon

Re: [U-Boot] mx53loco hangs on 2012.07

2012-07-31 Thread Robert Nelson
On Tue, Jul 31, 2012 at 1:25 PM, Fabio Estevam wrote: > Hi, > > Just tried 2012.07 on a mx53loco and this is what I got: > > U-Boot 2012.07 (Jul 31 2012 - 15:21:51) > > Board: MX53 LOCO > I2C: ready > DRAM: 1 GiB > WARNING: Caches not enabled > CPU: Freescale i.MX53 family rev2.0 at 1000 MHz

[U-Boot] [PATCH 00/11] Support for ST-Ericsson snowball board

2012-07-31 Thread mathieu . poirier
From: "Mathieu J. Poirier" This set adds support for the ST-Ericsson u8500 based snowball board. Doing so it moves u8500-href code around to allow for code reuse between boards. It was sent out during the 12.07 cycle but never received an official ACK. John Rigby (1): u8500: Separating mmc c

[U-Boot] [PATCH 02/11] u8500: Moving prcmu to cpu directory

2012-07-31 Thread mathieu . poirier
From: "Mathieu J. Poirier" This is to allow the prcmu functions to be used by multiple u8500-based processors. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/Makefile |2 +- arch/arm/cpu/armv7/u8500/prcmu.c| 164 +++

[U-Boot] [PATCH 03/11] snowball: Adding architecture dependent initialisation

2012-07-31 Thread mathieu . poirier
From: "Mathieu J. Poirier" Enabling timers and clocks in PRCMU and cleaning up mailbox. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/Makefile |2 +- arch/arm/cpu/armv7/u8500/cpu.c | 41 +++ arch/arm/cpu/

[U-Boot] [PATCH 04/11] snowball: Adding CPU clock initialisation

2012-07-31 Thread mathieu . poirier
From: "Mathieu J. Poirier" Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/clock.c| 34 +++ arch/arm/cpu/armv7/u8500/cpu.c |2 + arch/arm/include/asm/arch-u8500/clock.h |5 +--- 3 files changed, 37 ins

[U-Boot] [PATCH 05/11] snowball: Moving to ux500.v2 addess scheme for PRCMU access

2012-07-31 Thread mathieu . poirier
From: "Mathieu J. Poirier" Addresses between ux500.v1 and ux500.v2 have changed slightly, hence mandating a review of the PRCMU access methods. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/prcmu.c | 91 +++- arch/arm

[U-Boot] [PATCH 07/11] u8500: Moving processor-specific functions to cpu area.

2012-07-31 Thread mathieu . poirier
From: "Mathieu J. Poirier" Functions such as providing power to the MMC device and reading the processor version register should be in the cpu area for access by multiple u8500-based boards. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/cpu.c

[U-Boot] [PATCH 08/11] u8500: Enabling power to MMC device on AB8500 V2

2012-07-31 Thread mathieu . poirier
From: "Mathieu J. Poirier" Register mapping has changed on power control chip between the first and second revision. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/cpu.c | 89 arch/arm/include/asm/arch-u8500/har

[U-Boot] [PATCH 10/11] armv7: Adding cpu specific cache managmenent

2012-07-31 Thread mathieu . poirier
From: "Mathieu J. Poirier" Some CPU (i.e u8500) need more cache management before launching the Linux kernel. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/cpu.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/armv

  1   2   >