Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Albert ARIBAUD
Hi Heiko, On Thu, 01 Aug 2013 08:02:42 +0200, Heiko Schocher wrote: > > I suppose you could. It seems conceptually /far/ simpler to just scan > > the DT once up-front rather than having to defer all this stuff until > > on the other hand we ring for every ms boot time ... and here we want > to

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Heiko Schocher
Hello Stephen, Am 01.08.2013 07:39, schrieb Stephen Warren: On 07/31/2013 10:32 PM, Heiko Schocher wrote: Hello Stephen, Am 31.07.2013 21:31, schrieb Stephen Warren: On 07/30/2013 11:46 PM, Heiko Schocher wrote: ... Hmm.. each i2c adapter has its own init function ... why the tegra driver do

[U-Boot] [U-boot] soft interrupt handler question

2013-07-31 Thread TigerLiu
Hi, experts: Does U-boot support soft interrupt handler? In start.S : ... software_interrupt: get_bad_stack bad_save_user_regs bl do_software_interrupt ... Not include resore_user_regs function such as irq_restore_user_regs. Best wishes, _

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Stephen Warren
On 07/31/2013 10:32 PM, Heiko Schocher wrote: > Hello Stephen, > > Am 31.07.2013 21:31, schrieb Stephen Warren: >> On 07/30/2013 11:46 PM, Heiko Schocher wrote: >> ... >>> Hmm.. each i2c adapter has its own init function ... why the tegra >>> driver do not use it? And do the necessary inits in it?

Re: [U-Boot] [PATCH] i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED

2013-07-31 Thread Heiko Schocher
Hello Marek, Am 31.07.2013 13:03, schrieb Marek Vasut: In case only the CONFIG_SYS_I2C_SPEED is set in configuration file, the CONFIG_SYS_I2C_SOFT_SPEED is defined as CONFIG_SYS_I2C_SPEED. The CONFIG_SYS_I2C_SOFT_SPEED is then used throughout the driver. Unfortunatelly, due to a typo in the dri

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Heiko Schocher
Hello Stephen, Am 31.07.2013 21:41, schrieb Stephen Warren: On 07/31/2013 02:31 AM, Heiko Schocher wrote: Am 31.07.2013 10:16, schrieb Albert ARIBAUD: On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote: ... In the present instance, I'd rather we either: - removed dependency on DT et

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Heiko Schocher
Hello Stephen, Am 31.07.2013 21:31, schrieb Stephen Warren: On 07/30/2013 11:46 PM, Heiko Schocher wrote: ... Hmm.. each i2c adapter has its own init function ... why the tegra driver do not use it? And do the necessary inits in it? So we initialize an adapater only if we use it, which is also

Re: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Hyungwon Hwang
To heiko and minkyu, I'm very sorry. It was my first time to contribute my code to open-source community, and it was my mistake not to be familiar with the convention in this community. I read the article in the link which minkyu sent me. It was very helpful. Thank you. I'll be more careful ne

Re: [U-Boot] [PATCH] spi: Add support SH Queued SPI driver

2013-07-31 Thread Nobuhiro Iwamatsu
Hi, Thank you for your review. 2013/7/31 Tom Rini : > On Wed, Jul 31, 2013 at 04:50:58PM +0900, Nobuhiro Iwamatsu wrote: > >> This patch adds a driver for Renesas SoC's Queued SPI bus. >> This supports with 8 bits per transfer to use with SPI flash. >> >> Signed-off-by: Kouei Abe >> Signed-off-b

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

2013-07-31 Thread Nobuhiro Iwamatsu
Hi, Thank you for your review. 2013/7/31 Michal Simek : > On 07/31/2013 09:43 AM, Nobuhiro Iwamatsu wrote: >> Add support for Spansion S25FL512S_256K SPI flash. >> >> Signed-off-by: Nobuhiro Iwamatsu >> --- >> drivers/mtd/spi/spansion.c | 8 >> 1 file changed, 8 insertions(+) >> >> dif

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-07-31 Thread Robert Nelson
On Wed, Jul 31, 2013 at 6:01 PM, Rob Herring wrote: > Dennis, > > On Thu, Jul 25, 2013 at 4:13 PM, wrote: >> From: Dennis Gilmore >> >> Signed-off-by: Dennis Gilmore >> --- >> include/configs/wandboard.h | 42 +++--- >> 1 file changed, 39 insertions(+), 3 d

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-07-31 Thread Rob Herring
Dennis, On Thu, Jul 25, 2013 at 4:13 PM, wrote: > From: Dennis Gilmore > > Signed-off-by: Dennis Gilmore > --- > include/configs/wandboard.h | 42 +++--- > 1 file changed, 39 insertions(+), 3 deletions(-) > > diff --git a/include/configs/wandboard.h b/inclu

Re: [U-Boot] [PATCH v3 7/7] ARM: OMAP5-uevm: Add usb device reset API

2013-07-31 Thread Marek Vasut
Dear Dan Murphy, > Marek > > On 07/17/2013 11:30 PM, Marek Vasut wrote: > > Dear Dan Murphy, > > > >> Add the call back to reset the LAN9730 after > >> the FEAT_POWER has been called. > >> > >> Signed-off-by: Dan Murphy > >> --- > >> v3 - Added this patch to separate the patch series - > >> ht

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek, > > In message <1375220281-11132-6-git-send-email-ma...@denx.de> you wrote: > > ... > > > + /* Program the SmartLCD controller */ > > + writel(LCDIF_CTRL1_RECOVER_ON_UNDERFLOW, ®s->hw_lcdif_ctrl1_set); > > + > > + writel(0x03030202, ®s->hw_lcdif_timing);

Re: [U-Boot] [PATCH v3 7/7] ARM: OMAP5-uevm: Add usb device reset API

2013-07-31 Thread Dan Murphy
Marek On 07/17/2013 11:30 PM, Marek Vasut wrote: > Dear Dan Murphy, > >> Add the call back to reset the LAN9730 after >> the FEAT_POWER has been called. >> >> Signed-off-by: Dan Murphy >> --- >> v3 - Added this patch to separate the patch series - >> http://patchwork.ozlabs.org/patch/258229/ >> >

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Stephen Warren
On 07/31/2013 02:31 AM, Heiko Schocher wrote: > Am 31.07.2013 10:16, schrieb Albert ARIBAUD: >> On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote: ... In the present instance, I'd rather we either: - removed dependency on DT etc. by using "hard-coded" low level I2C r

Re: [U-Boot] [PATCH 06/11] ARM: mxs: Add SanDisk Sansa Fuze+ board

2013-07-31 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <1375220281-11132-7-git-send-email-ma...@denx.de> you wrote: > > diff --git a/board/sandisk/sansa_fuze_plus/Makefile > > b/board/sandisk/sansa_fuze_plus/Makefile new file mode 100644 > > index 000..5e46e4c > > --- /dev/null > > +++ b/boar

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Wolfgang Denk
Dear Albert, In message <20130731090644.2b4ce215@lilith> you wrote: > > > On some boards, yes. For example, if they store the environment in an > > I2C attached EEPROM. Then you need I2C support early, before console, > > to read for example the baudrate setting. > > Thanks, so some I2C reads a

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Stephen Warren
On 07/30/2013 11:46 PM, Heiko Schocher wrote: ... > Hmm.. each i2c adapter has its own init function ... why the tegra > driver do not use it? And do the necessary inits in it? So we > initialize an adapater only if we use it, which is also a rule > for u-boot ... > > I have no hw, but it should b

Re: [U-Boot] [PATCH 06/11] ARM: mxs: Add SanDisk Sansa Fuze+ board

2013-07-31 Thread Wolfgang Denk
Dear Marek Vasut, In message <1375220281-11132-7-git-send-email-ma...@denx.de> you wrote: > > diff --git a/board/sandisk/sansa_fuze_plus/Makefile > b/board/sandisk/sansa_fuze_plus/Makefile > new file mode 100644 > index 000..5e46e4c > --- /dev/null > +++ b/board/sandisk/sansa_fuze_plus/Makefi

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Wolfgang Denk
Dear Marek, In message <1375220281-11132-6-git-send-email-ma...@denx.de> you wrote: > ... > + /* Program the SmartLCD controller */ > + writel(LCDIF_CTRL1_RECOVER_ON_UNDERFLOW, ®s->hw_lcdif_ctrl1_set); > + > + writel(0x03030202, ®s->hw_lcdif_timing); Please don't use such magic number

[U-Boot] [PATCH 2/2] powerpc: Print hardcoded size like print_size() does

2013-07-31 Thread Shruti Kanetkar
Makes the startup output more consistent Signed-off-by: Shruti Kanetkar Acked-by: Andy Fleming --- arch/powerpc/cpu/mpc85xx/cpu.c | 2 +- arch/powerpc/cpu/mpc85xx/cpu_init.c | 14 +++--- arch/powerpc/cpu/mpc86xx/cpu.c | 6 +++--- arch/powerpc/cpu/mpc8xx/video.c | 4 ++--

[U-Boot] [PATCH 1/2] powerpc: Use print_size() where appropriate

2013-07-31 Thread Shruti Kanetkar
Makes the startup output more consistent Signed-off-by: Shruti Kanetkar Acked-by: Andy Fleming --- arch/powerpc/cpu/mpc824x/cpu.c | 8 +++- arch/powerpc/cpu/mpc85xx/cpu_init.c | 8 +--- arch/powerpc/cpu/mpc8xx/cpu.c | 24 +++- arch/powerpc/cpu/mpc8xxx/dd

Re: [U-Boot] fw_printenv (uboot2011.12) 'Warning: Bad CRC, using default environment'

2013-07-31 Thread Andreas Bießmann
Dear Andy Neubi, On 31.07.13 15:26, Andy Neubi wrote: > hi, > i'm using the uboot-tools (fw_printenv) to readout the env-settings of my > beagleboard-XM uboot. unfortunately i always getthe 'Warning: Bad CRC, using > default environment' msg please configure your MUA to wrap at about 78 chars

Re: [U-Boot] [PATCH 10/11] ARM: mxs: Enable 4x6 font for X-Fi3

2013-07-31 Thread Stefano Babic
Hi Marek, On 31/07/2013 17:15, Marek Vasut wrote: >> >> This patch should be squashed with 5/11 because you add a new file. > > I explicitly keep it this way , see the cover letter. You could apply first 6 > patches and after Anatolij checks the font stuff, the rest can be applied. Or > if > I

Re: [U-Boot] [PATCH 10/11] ARM: mxs: Enable 4x6 font for X-Fi3

2013-07-31 Thread Marek Vasut
Dear Stefano Babic, > On 30/07/2013 23:38, Marek Vasut wrote: > > This device has a very small screen and thus can benefit from using > > smaller font. Enable it. > > > > Signed-off-by: Marek Vasut > > Cc: Fabio Estevam > > Cc: Otavio Salvador > > Cc: Stefano Babic > > --- > > > > include/c

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Marek Vasut
Dear Stefano Babic, > Hi Marek, > > On 31/07/2013 15:22, Marek Vasut wrote: > >> Question: is there anything wrong to move it into mxsfb_system_setup() ? > >> I would prefer to avoid adding a new not documented CONFIG_ only to set > >> a bit... > > > > Yes, the order in which the LCD is configur

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Marek Vasut
Dear Stefano Babic, [...] > > @@ -0,0 +1,47 @@ > > +# > > +# (C) Copyright 2000-2006 > > +# Wolfgang Denk, DENX Software Engineering, w...@denx.de. > > +# > > +# See file CREDITS for list of people who contributed to this > > +# project. > > +# > > +# This program is free software; you can redist

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Stefano Babic
Hi Marek, On 31/07/2013 15:22, Marek Vasut wrote: >> >> Question: is there anything wrong to move it into mxsfb_system_setup() ? >> I would prefer to avoid adding a new not documented CONFIG_ only to set >> a bit... > > Yes, the order in which the LCD is configured must be preserved as-is. > O

Re: [U-Boot] [PATCH 10/11] ARM: mxs: Enable 4x6 font for X-Fi3

2013-07-31 Thread Stefano Babic
On 30/07/2013 23:38, Marek Vasut wrote: > This device has a very small screen and thus can benefit from using > smaller font. Enable it. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Otavio Salvador > Cc: Stefano Babic > --- > include/configs/xfi3.h |1 + > 1 file changed, 1 in

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Stefano Babic
Hi Marek, On 30/07/2013 23:37, Marek Vasut wrote: > Add STMP3780-based XFi3 board. This board is a small PMP device > sporting a CPU which was later rebranded to i.MX233 . Currently > supported is USB gadget mode and both external SD and internal > Phison SD-NAND bridge . > > Signed-off-by: Marek

Re: [U-Boot] [PATCH 0/7] USB: XHCI: Add xHCI host controller stack driver

2013-07-31 Thread Dan Murphy
Vivek On 07/31/2013 08:55 AM, Vivek Gautam wrote: > Did you have an updated patch set for the xHCI code? > At this point of time, we would have one or two fixes on top of this > version of patches for xHCI. > I can post those patches patches based on this series, so that you can > just pick up th

Re: [U-Boot] [PATCH 0/7] USB: XHCI: Add xHCI host controller stack driver

2013-07-31 Thread Vivek Gautam
Hi Dan, On Wed, Jul 31, 2013 at 6:31 PM, Dan Murphy wrote: > Vivek > On 07/02/2013 07:59 AM, Vivek Gautam wrote: >> This change adds necessary xHCI host controller stack layer. >> This stack will eventually interact with SoC specific USB 3.0 >> controller drivers to enable USB 3.0 support on dif

[U-Boot] fw_printenv (uboot2011.12) 'Warning: Bad CRC, using default environment'

2013-07-31 Thread Andy Neubi
hi, i'm using the uboot-tools (fw_printenv) to readout the env-settings of my beagleboard-XM uboot. unfortunately i always getthe 'Warning: Bad CRC, using default environment' msg [root@buildroot ~]# cat /proc/mtd dev:size erasesize namemtd0: 0008 0002 "X-Loader"mtd1: 001e 000

Re: [U-Boot] [PATCH v2 3/3] arm, am335x: add support for 3 siemens boards

2013-07-31 Thread Tom Rini
On Tue, Jul 30, 2013 at 09:13:26AM +0200, Heiko Schocher wrote: > Hello Lokesh, > > Am 30.07.2013 07:39, schrieb Lokesh Vutla: > >Hi Heiko, > >On Tuesday 30 July 2013 10:39 AM, Heiko Schocher wrote: > >>add support for the am335x based boards from siemens: > >> > [...] > >>- [U-Boot] net, phy, cps

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Marek Vasut
Dear Stefano Babic, > Hi Marek, > > On 30/07/2013 23:37, Marek Vasut wrote: > > Add hook that allow configuring SmartLCD attached the MXS LCDIF > > controller operating in System-Mode. This hook can be overriden > > by a platform-specific SmartLCD programming routine, which writes > > the SmartLC

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Stefano Babic
Hi Marek, On 30/07/2013 23:37, Marek Vasut wrote: > Add hook that allow configuring SmartLCD attached the MXS LCDIF > controller operating in System-Mode. This hook can be overriden > by a platform-specific SmartLCD programming routine, which writes > the SmartLCD specific values into it's registe

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Heiko Schocher
Hello Simon, Am 31.07.2013 14:30, schrieb Simon Glass: Hi, On Wed, Jul 31, 2013 at 3:38 AM, Albert ARIBAUD wrote: Hi Heiko, On Wed, 31 Jul 2013 10:31:12 +0200, Heiko Schocher wrote: Hello Albert, Am 31.07.2013 10:16, schrieb Albert ARIBAUD: Hi Heiko, On Wed, 31 Jul 2013 09:36:19 +0200,

Re: [U-Boot] [PATCH 0/7] USB: XHCI: Add xHCI host controller stack driver

2013-07-31 Thread Dan Murphy
Vivek On 07/02/2013 07:59 AM, Vivek Gautam wrote: > This change adds necessary xHCI host controller stack layer. > This stack will eventually interact with SoC specific USB 3.0 > controller drivers to enable USB 3.0 support on different boards. > > Based on 'master' branch of u-boot-usb tree. > > T

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Otavio Salvador
On Tue, Jul 30, 2013 at 8:36 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Tue, Jul 30, 2013 at 7:46 PM, Marek Vasut wrote: >> > Dear Otavio Salvador, >> > >> > [...] >> > >> >> > + mxsfb_write_register(0x36, 0xaf); >> >> > + mxsfb_write_register(0x37, 0); >> >> > + mxs

Re: [U-Boot] Change of NDS32 Custodian

2013-07-31 Thread Tom Rini
On Wed, Jul 31, 2013 at 04:04:42PM +0800, Macpaul Lin wrote: > Hi, > > Here is a short announcement about a change in the U-boot NDS32 custodian. > > I have no longer working in Andes Technology Corporation and cannot > provide the community the best support on NDS32 architecture. > Kuan-Yu Kuo

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Simon Glass
Hi, On Wed, Jul 31, 2013 at 3:38 AM, Albert ARIBAUD wrote: > Hi Heiko, > > On Wed, 31 Jul 2013 10:31:12 +0200, Heiko Schocher wrote: > > > Hello Albert, > > > > Am 31.07.2013 10:16, schrieb Albert ARIBAUD: > > > Hi Heiko, > > > > > > On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote: > >

Re: [U-Boot] [PATCH] spi: Add support SH Queued SPI driver

2013-07-31 Thread Tom Rini
On Wed, Jul 31, 2013 at 04:50:58PM +0900, Nobuhiro Iwamatsu wrote: > This patch adds a driver for Renesas SoC's Queued SPI bus. > This supports with 8 bits per transfer to use with SPI flash. > > Signed-off-by: Kouei Abe > Signed-off-by: Nobuhiro Iwamatsu [snip] > +/* > + * drivers/spi/sh_qspi.

Re: [U-Boot] [PATCH 2/5] SPDX-License-Identifier: fixing some problematic GPL-2.0 files

2013-07-31 Thread Tom Rini
On Sun, Jul 28, 2013 at 10:12:44PM +0200, Wolfgang Denk wrote: > Unlike the other patches in this series so far, this commit fixes a > ambiguity in the license terms for some OMAP files: the code was > originally derived from the Linux kernel sources, where it was clearly > marked as GPL-2.0 (i.

Re: [U-Boot] [PATCH v2] sandbox: block driver using host file/device as backing store

2013-07-31 Thread Simon Glass
Hi Henrik, On Sun, Jun 16, 2013 at 7:39 PM, Henrik Nordström < hen...@henriknordstrom.net> wrote: > sön 2013-06-16 klockan 07:50 -0700 skrev Simon Glass: > > > Did you send a new version? I might have missed it. > > Not yet. Work got in a bit of a panic mode and then been ill for a > while. Not f

[U-Boot] [PATCH] powerpc/mpc85xx:Avoid hardcoded init for serdes block 1 & 2

2013-07-31 Thread Prabhakar Kushwaha
It is not necessary for all processor to have serdes block 1 & 2. They may have only one serdes block. So, put serdes block 1 & 2 related code under defines Signed-off-by: Prabhakar Kushwaha --- arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 16 arch/powerpc/include/asm/con

[U-Boot] [PATCH] i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED

2013-07-31 Thread Marek Vasut
In case only the CONFIG_SYS_I2C_SPEED is set in configuration file, the CONFIG_SYS_I2C_SOFT_SPEED is defined as CONFIG_SYS_I2C_SPEED. The CONFIG_SYS_I2C_SOFT_SPEED is then used throughout the driver. Unfortunatelly, due to a typo in the driver, instead of defining CONFIG_SYS_I2C_SOFT_SPEED, an CON

Re: [U-Boot] Change of NDS32 Custodian

2013-07-31 Thread Marek Vasut
Dear Macpaul Lin, > Hi, > > Here is a short announcement about a change in the U-boot NDS32 custodian. > > I have no longer working in Andes Technology Corporation and cannot > provide the community the best support on NDS32 architecture. > Kuan-Yu Kuo (a.k.a. Ken Kuo) will be the next custodian

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Marek Vasut
Dear Jim Lin, > On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote: > > Dear Jim Lin, > > > > > On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: > > > > Dear Jim Lin, > > > > > > > > In message <1374226576-13401-2-git-send-email-ji...@nvidia.com> you wrote: > > > > > TFTP booting is sl

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Marek Vasut
Dear Heiko Schocher, > Hello Marek, > > Am 30.07.2013 23:37, schrieb Marek Vasut: > > Add STMP3780-based XFi3 board. This board is a small PMP device > > sporting a CPU which was later rebranded to i.MX233 . Currently > > supported is USB gadget mode and both external SD and internal > > Phison S

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

2013-07-31 Thread Michal Simek
On 07/31/2013 09:43 AM, Nobuhiro Iwamatsu wrote: > Add support for Spansion S25FL512S_256K SPI flash. > > Signed-off-by: Nobuhiro Iwamatsu > --- > drivers/mtd/spi/spansion.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Jim Lin
On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote: > Dear Jim Lin, > > > On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: > > > Dear Jim Lin, > > > > > > In message <1374226576-13401-2-git-send-email-ji...@nvidia.com> you wrote: > > > > TFTP booting is slow when a USB keyboard is instal

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Jim Lin
On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote: > Dear Jim Lin, > > > On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: > > > Dear Jim Lin, > > > > > > In message <1374226576-13401-2-git-send-email-ji...@nvidia.com> you wrote: > > > > TFTP booting is slow when a USB keyboard is instal

Re: [U-Boot] KVM on ARM Chromebook

2013-07-31 Thread Alexander Spyridakis
On 31 July 2013 09:27, Marc Zyngier wrote: > Thanks for putting this together. One remark though: > > I don't see any code in u-boot to handle errata specific to the A15 > revision used by the Exynos5250. The original Chromebook kernel takes care > of this (it runs in secure mode), but as you're

Re: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Minkyu Kang
Dear Hyungwon Hwang. On 31/07/13 17:25, Hyungwon Hwang wrote: > Hello, Heiko. > > I think that function l5f31188_display_enable() is needed to wrap up function > l5f31188_display_on(). > > Function l5f31188_display_enable() is used as an interface to external side, > especially to MIPI DSI dri

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Jim Lin
On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: > Dear Jim Lin, > > In message <1374226576-13401-2-git-send-email-ji...@nvidia.com> you wrote: > > TFTP booting is slow when a USB keyboard is installed and > > stdin has usbkbd added. > > This fix is to change Ctrl-C polling for USB keyboard

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Albert ARIBAUD
Hi Heiko, On Wed, 31 Jul 2013 10:31:12 +0200, Heiko Schocher wrote: > Hello Albert, > > Am 31.07.2013 10:16, schrieb Albert ARIBAUD: > > Hi Heiko, > > > > On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote: > > > >>> On the other hand, it may be hard to immediately know what functions >

Re: [U-Boot] KVM on ARM Chromebook

2013-07-31 Thread Marc Zyngier
On 2013-07-30 18:07, Alexander Spyridakis wrote: Hi Alexander, Since there was much interest, as of late, to see KVM/ARM running on Samsung's Exynos5250 Chromebook, and given the fact that we are not aware of any current work done on this, we take the opportunity to inform you that you can t

[U-Boot] Pull request: u-boot-blackfin

2013-07-31 Thread Sonic Zhang
Hi Tom, Please pull the following patches from u-boot-blackfin into your tree. Thanks The following changes since commit 6a19cc9df0ff76273cecd3cd72323a73ff44e8de: cfi_flash: Add prototypes of overridable functions (2013-07-30 09:11:54 +0200) are available in the git repository at: git:/

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Heiko Schocher
Hello Albert, Am 31.07.2013 10:16, schrieb Albert ARIBAUD: Hi Heiko, On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote: On the other hand, it may be hard to immediately know what functions throughout U-boot are safe to call from within board_init_f(); maybe we should start thinking ab

[U-Boot] [PATCH v2] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Hyungwon Hwang
This is u-boot driver for L5F31188 panel. I tested it in the board based on MIPI DSI with EXYNOS4 series, and it worked well. Changes in V2: - Replaced license header by SPDX-License-Identifier. Signed-off-by: Hyungwon Hwang Signed-off-by: Donghwa Lee --- drivers/video/Makefile |

Re: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Hyungwon Hwang
Hello, Heiko. I think that function l5f31188_display_enable() is needed to wrap up function l5f31188_display_on(). Function l5f31188_display_enable() is used as an interface to external side, especially to MIPI DSI driver. But function l5f31188_display_on() is used as an internal function in t

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Albert ARIBAUD
Hi Heiko, On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote: > > On the other hand, it may be hard to immediately know what functions > > throughout U-boot are safe to call from within board_init_f(); maybe we > > should start thinking about checking and marking these, the simplest > > wa

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

2013-07-31 Thread Nobuhiro Iwamatsu
Add support for Spansion S25FL512S_256K SPI flash. Signed-off-by: Nobuhiro Iwamatsu --- drivers/mtd/spi/spansion.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c index 47a4897..a7dc096 100644 --- a/drivers/mtd/spi/spansion.c ++

[U-Boot] Change of NDS32 Custodian

2013-07-31 Thread Macpaul Lin
Hi, Here is a short announcement about a change in the U-boot NDS32 custodian. I have no longer working in Andes Technology Corporation and cannot provide the community the best support on NDS32 architecture. Kuan-Yu Kuo (a.k.a. Ken Kuo) will be the next custodian of u-boot-nds32 branch. Thanks

[U-Boot] [PATCH] spi: Add support SH Queued SPI driver

2013-07-31 Thread Nobuhiro Iwamatsu
This patch adds a driver for Renesas SoC's Queued SPI bus. This supports with 8 bits per transfer to use with SPI flash. Signed-off-by: Kouei Abe Signed-off-by: Nobuhiro Iwamatsu --- drivers/spi/Makefile | 1 + drivers/spi/sh_qspi.c | 204 ++ d

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Heiko Schocher
Hello Albert, Am 31.07.2013 09:06, schrieb Albert ARIBAUD: Hi Wolfgang, On Wed, 31 Jul 2013 07:18:21 +0200, Wolfgang Denk wrote: Dear Albert ARIBAUD, In message<20130731000921.724f5c71@lilith> you wrote: board_init_f() is supposed to initialize just enough of the system to allow relocati

Re: [U-Boot] [PATCH] config.mk: Add -Wundef to CFLAGS

2013-07-31 Thread Albert ARIBAUD
Hi Masahiro, On Wed, 31 Jul 2013 11:45:18 +0900, Masahiro Yamada wrote: > Hello Albert > > > Will the patch cause some targets to break? > > I don't think so > because -Wundef option just prints warnings. > > > GCC manual says: > -Wundef > Warn if an undefined identifier is evaluated in an

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Albert ARIBAUD
Hi Wolfgang, On Wed, 31 Jul 2013 07:18:21 +0200, Wolfgang Denk wrote: > Dear Albert ARIBAUD, > > In message <20130731000921.724f5c71@lilith> you wrote: > > > > board_init_f() is supposed to initialize just enough of the system to > > allow relocation. Is initializing i2c necessary in this cont