Re: [U-Boot] The way the list manages patch submission

2012-08-03 Thread Karl O. Pinc
On 08/03/2012 05:46:56 PM, Wolfgang Denk wrote: > I have no diea why there are two people (Karl and Any) appear to have > problems with list delivery - I cannot see any such problems. As far > as I can tell, all their messages have been properly delivered to the > list and the archives. I tend to

Re: [U-Boot] [PATCH 2/2] ARM: tegra: fix Ventana standalone build

2012-08-03 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Friday, August 03, 2012 9:55 AM > To: Tom Warren > Cc: Allen Martin; Thierry Reding; Simon Glass; U-Boot Mailing List; Stephen > Warren > Subject: [PATCH 2/2] ARM: tegra: fix Ventana standalone buil

Re: [U-Boot] pull request for u-boot-tegra/master

2012-08-03 Thread Tom Warren
Albert, Has this been pulled into ARM master? I don't think I saw a response from you, but I might have missed it. Thanks, Tom On Mon, Jul 30, 2012 at 1:07 PM, Tom Warren wrote: > Albert, > > Please pull u-boot-tegra/master into ARM master. Thanks! > > The following changes since commit f8f09d

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

2012-08-03 Thread Mike Frysinger
On Thursday 02 August 2012 09:55:24 Lukasz Majewski wrote: > Dear Mike Frysinger, > > On Tuesday 31 July 2012 02:36:59 Lukasz Majewski wrote: > > > +{ > > > + int i = 0; > > > + > > > + for (; *s; s++) > > > + if (*s == ';') > > > + i++; > > > + > > > + return ++i; > > > +}

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-03 Thread Benoît Thébaudeau
Dear Wolfgang Denk, On Fri, Jul 27, 2012 at 04:29:41 PM, Wolfgang Denk wrote: > Dear =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?=, > > In message > <845266616.705298.1343398892482.javamail.r...@advansee.com> you > wrote: > > > > On Sat, Jul 21, 2012 at 07:23:57 PM, Mike Frysinger wrote: > > > Acked-b

Re: [U-Boot] [PATCH] md5: Export step-by-step API

2012-08-03 Thread Benoît Thébaudeau
Dear Wolfgang Denk, On Fri, Jul 20, 2012 at 04:44:03 PM, Mike Frysinger wrote: > Acked-by: Mike Frysinger > -mike Can you apply it now that the merge window is open? Thanks in advance. Best regards, Benoît ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] rtc: imxdi: Initial support

2012-08-03 Thread Benoît Thébaudeau
On Fri, Jul 20, 2012 at 04:24:38 PM, Benoît Thébaudeau wrote: > Add support for Freescale's i.MX DryIce RTC, present on i.MX25. > > Signed-off-by: Benoît Thébaudeau > Cc: Wolfgang Denk > Cc: Stefano Babic > --- > .../drivers/rtc/Makefile |1 + > /dev/null => u-boo

Re: [U-Boot] [PATCH] rtc: pcf8563: Make century compatible with Linux

2012-08-03 Thread Benoît Thébaudeau
On Fri, Jul 20, 2012 at 04:05:36 PM, Benoît Thébaudeau wrote: > This driver uses the century bit of this RTC in the opposite way > Linux does. > From Linux's rtc-pcf8563.c: > /* >* The meaning of MO_C bit varies by the chip type. >* From PCF8563 datasheet: this bit is toggled

Re: [U-Boot] [PATCH] part_mac: dcache: allocate cacheline-aligned buffers

2012-08-03 Thread Benoît Thébaudeau
On Fri, Jul 13, 2012 at 09:31:03 PM, Benoît Thébaudeau wrote: > This patch forces the correct alignment for DMA operations of buffers > used by > part_mac.c. > > Signed-off-by: Benoît Thébaudeau > Cc: Wolfgang Denk > --- > {u-boot.orig => u-boot}/disk/part_mac.c | 68 > +++---

Re: [U-Boot] [PATCH v2 2/5] ehci-hcd: Boost transfer speed

2012-08-03 Thread Benoît Thébaudeau
Dear Marek Vasut, On Tue, Jul 31, 2012 at 03:06:00 AM, Benoît Thébaudeau wrote: > > > Marek, what do you think? > > > > Had a good evening with the EHCI r10 spec, hope I answered most of > > your > > questions. > > Yes, thanks. Sorry again for the delay. I still have a few urgent issues to addr

Re: [U-Boot] The way the list manages patch submission

2012-08-03 Thread Wolfgang Denk
Dear Graeme Russ, In message <501c4672.7060...@gmail.com> you wrote: > > emails over, I think, about 100kB need approval before being forwarded to > the list. Wolfgang, since these appear to be rather rare, can this limit be > dropped, at least for a little while to test the impact? I see no rea

Re: [U-Boot] The way the list manages patch submission

2012-08-03 Thread Graeme Russ
Hi Karl & Andy, On 08/04/2012 06:43 AM, Andy Sharp wrote: > I think it's a matter of the list software isn't sending emails to the > original sender, regardless of the setting for that user. The same > happened to me with a patch set I sent on Wednesday. They all went to the > list, based on loo

Re: [U-Boot] [PATCH 01/11 v2] snowball: Add support for ux500 based snowball board

2012-08-03 Thread Tom Rini
On 08/03/2012 02:05 PM, mathieu.poir...@linaro.org wrote: > From: "Mathieu J. Poirier" > > Signed-off-by: Mathieu Poirier > Signed-off-by: John Rigby > --- > Changes for v2: >- Got rid of obsolete "prcmu.o". >- Using "get_ram_size" to determine memory size. >- Got rid of "__iomem" i

Re: [U-Boot] The way the list manages patch submission

2012-08-03 Thread Karl O. Pinc
On 08/03/2012 03:43:50 PM, Andy Sharp wrote: > I think it's a matter of the list software isn't sending emails to > the > original sender, regardless of the setting for that user. It seems only to affect patches sent to the list, not regular emails like this one. I don't think it has to do wit

[U-Boot] [PATCH v2] net: Improve the speed of netconsole

2012-08-03 Thread Joe Hershberger
Previously u-boot would initialize the network interface for every network operation and then shut it down again. This makes sense for most operations where the network in not known to be needed soon after the operation is complete. In the case of netconsole, it will use the network for every int

Re: [U-Boot] The way the list manages patch submission

2012-08-03 Thread Andy Sharp
I think it's a matter of the list software isn't sending emails to the original sender, regardless of the setting for that user. The same happened to me with a patch set I sent on Wednesday. They all went to the list, based on looking in the online archive, even though I never got those emails in

Re: [U-Boot] [PATCH 01/11] snowball: Add support for ux500 based snowball board

2012-08-03 Thread Tom Rini
On 08/03/2012 12:32 PM, Mathieu Poirier wrote: > Thanks for the review - see my comments below. > > Mathieu. > > On 12-08-03 08:46 AM, Tom Rini wrote: >> On Tue, Jul 31, 2012 at 12:59:23PM -0600, mathieu.poir...@linaro.org wrote: >> >>> From: "Mathieu J. Poirier" >>> >>> Signed-off-by: Mathieu P

Re: [U-Boot] [PATCH 01/11] snowball: Add support for ux500 based snowball board

2012-08-03 Thread Mathieu Poirier
Thanks for the review - see my comments below. Mathieu. On 12-08-03 08:46 AM, Tom Rini wrote: > On Tue, Jul 31, 2012 at 12:59:23PM -0600, mathieu.poir...@linaro.org wrote: > >> From: "Mathieu J. Poirier" >> >> Signed-off-by: Mathieu Poirier >> Signed-off-by: John Rigby > [snip] >> +++ b/board

Re: [U-Boot] Board-specific commands unintentionally linked into SPL?

2012-08-03 Thread Tom Rini
On Fri, Aug 03, 2012 at 06:40:58PM +0200, Daniel Schwierzeck wrote: > Hi Tyler, > > 2012/8/3 Tyler Olmstead : > > > Yes, the #ifndef works perfectly for me. However, I also agree with > > your sentiment regarding build magic, which is why I wonder if > > removing the $GEN_UBOOT linker magic from

Re: [U-Boot] [U-Boot-DM] [PATCH 10/10] dm: Select CONFIG_SPL_GPIO_SUPPORT on OMAP

2012-08-03 Thread Marek Vasut
Dear Tom Rini, > On Tue, Jul 24, 2012 at 12:03:22AM +0200, Marek Vasut wrote: > > Dear Tom Rini, > > > > > On Sat, Jul 21, 2012 at 05:02:27PM +0200, Marek Vasut wrote: > > > > This fixes the breakage with SPL on most OMAP boards after the GPIO > > > > driver was moved. > > > > > > > > Signed-off

[U-Boot] The way the list manages patch submission

2012-08-03 Thread Karl O. Pinc
Hi, As a beginner here I have to say it's really surprising the way the list disappears patches sent to the list. Usually when you send an email you expect it to be delivered. I'm sure you have your reasons for this behavior but I thought I'd comment anyway. As a suggestion, if the patch won't

[U-Boot] [PATCH v2] README: Add handy kermit primer

2012-08-03 Thread Karl O. Pinc
Add doc/README.kermit. Mention in README. Signed-off-by: Karl O. Pinc --- Thanks for the guidance. Turns out the wiki has an even better guide. (It does not mention entering commands interactively. Oh well.) P.S. I'm not sure I'm threading this right. I'm threading to the original patch subm

[U-Boot] [PATCH 2/2] ARM: tegra: fix Ventana standalone build

2012-08-03 Thread Stephen Warren
From: Stephen Warren Ventana always pulls in files from the Seaboard directory, so needs to mkdir $(obj)../seaboard unconditionally. This fixes: git clean -f -d -x ./MAKEALL ventana "MAKEALL -s tegra20" passes without this change, because Seaboard happens to be built before Ventana, and hence t

[U-Boot] [PATCH 1/2] ARM: tegra: remove redundant mkdirs from board Makefiles

2012-08-03 Thread Stephen Warren
From: Stephen Warren None of harmony, seaboard, ventana, whistler directly build files from ../common/, so there's no need to mkdir the obj directory for such files. Signed-off-by: Stephen Warren --- board/nvidia/harmony/Makefile |4 board/nvidia/seaboard/Makefile |4 board/

Re: [U-Boot] [PATCH] README: Add handy kermit primer

2012-08-03 Thread Wolfgang Denk
Dear "Karl O. Pinc", In message <1344010828-1548-1-git-send-email-...@meme.com> you wrote: > README: Add handy kermit primer > > Signed-off-by: Karl O. Pinc > --- > Add handy primer on using C-Kermit to the README > to make kermit juicyer for minicom users. Thanks - but pleasemove this into a s

Re: [U-Boot] Board-specific commands unintentionally linked into SPL?

2012-08-03 Thread Daniel Schwierzeck
Hi Tyler, 2012/8/3 Tyler Olmstead : > Yes, the #ifndef works perfectly for me. However, I also agree with > your sentiment regarding build magic, which is why I wonder if > removing the $GEN_UBOOT linker magic from the SPL makefile wouldn't be > the best approach. If this was done, then my U-Boot

Re: [U-Boot] [PATCH 0/5] light updates of common pci code; some pci ids

2012-08-03 Thread Wolfgang Denk
Dear Andrew Sharp, In message <1343860040-30941-1-git-send-email-andywy...@gmail.com> you wrote: > [PATCH 1/5] pci: fix errant data types and corresponding access functions > [PATCH 2/5] [cosmetic] pci: clean up some whitespace and formatting > [PATCH 3/5] pci: minor cleanup of CONFIG_PCI_PNP usag

[U-Boot] [PATCH] README: Add handy kermit primer

2012-08-03 Thread Karl O. Pinc
README: Add handy kermit primer Signed-off-by: Karl O. Pinc --- Add handy primer on using C-Kermit to the README to make kermit juicyer for minicom users. I don't know if you really want this. It does seem a bit offtopic. But I need to look at this every time I start kermit so thought it might

[U-Boot] Please pull u-boot-ti/master

2012-08-03 Thread Tom Rini
Hello, The following changes since commit 30a5f098e261b00b9c3ce43b8d4a641e106d26a0: Revert "arm: armv7: add compile option -mno-unaligned-access if available" (2012-07-29 11:19:37 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti master for you to fetch changes up

Re: [U-Boot] [U-Boot-DM] [PATCH 10/10] dm: Select CONFIG_SPL_GPIO_SUPPORT on OMAP

2012-08-03 Thread Tom Rini
On Tue, Jul 24, 2012 at 12:03:22AM +0200, Marek Vasut wrote: > Dear Tom Rini, > > > On Sat, Jul 21, 2012 at 05:02:27PM +0200, Marek Vasut wrote: > > > This fixes the breakage with SPL on most OMAP boards after the GPIO > > > driver was moved. > > > > > > Signed-off-by: Marek Vasut > > > Cc: Wolf

Re: [U-Boot] [PATCH v3 0/8] CPSW switch plus SPL net support

2012-08-03 Thread Tom Rini
On Wed, Jul 25, 2012 at 02:22:15AM +0400, Ilya Yanok wrote: > > These patches add CPSW switch driver and enable support for it > on TI AM335x based boards. This version is rebased on top of > u-boot-ti/next. Also now CPSW driver uses internal controller > memory for DMA descriptors so coherent all

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

2012-08-03 Thread Tom Rini
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 > run-time which memory type is available on a the board, a b

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

2012-08-03 Thread Tom Rini
On Tue, Jul 31, 2012 at 09:30:33AM +, Laurence Withers wrote: > 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 > m

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

2012-08-03 Thread Tom Rini
On Tue, Jul 31, 2012 at 09:30:35AM +, Laurence Withers wrote: > 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: Laur

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

2012-08-03 Thread Tom Rini
On Tue, Jul 31, 2012 at 09:30:34AM +, Laurence Withers wrote: > 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: Lau

[U-Boot] [PATCH v2] README: Reference nand monitor commands in U-Boot README

2012-08-03 Thread Karl O. Pinc
Reference nand monitor commands in U-Boot README Signed-off-by: Karl O. Pinc --- Resend of patch to ease review/commit process. Changes for v2: - include a commit message - Change message subject to "README:" instead of "cosmetic:" README |1 + 1 files changed, 1 insertions(+), 0 delet

Re: [U-Boot] Merging the pogo_e02 and sheevaplug code

2012-08-03 Thread Karl O. Pinc
On 08/03/2012 01:48:02 AM, Prafulla Wadaskar wrote: > > > > -Original Message- > > From: Karl O. Pinc [mailto:k...@meme.com] > > Sent: 02 August 2012 23:07 > > To: Prafulla Wadaskar > > Cc: u-boot@lists.denx.de; david.c.pu...@gmail.com > > Subject: Re: Merging the pogo_e02 and sheevaplug

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

2012-08-03 Thread Stephen Warren
On 08/03/2012 12:13 AM, Lukasz Majewski wrote: > Dear Stephen Warren, > >> Again, this is confusing two different kinds of partitions. >> >> There are HW-level partitions/regions/areas within the eMMC HW itself. >> You need to send commands to the eMMC device to select whether >> read/write comman

Re: [U-Boot] [PATCH 01/11] snowball: Add support for ux500 based snowball board

2012-08-03 Thread Tom Rini
On Tue, Jul 31, 2012 at 12:59:23PM -0600, mathieu.poir...@linaro.org wrote: > From: "Mathieu J. Poirier" > > Signed-off-by: Mathieu Poirier > Signed-off-by: John Rigby [snip] > +#define CONFIG_SYS_BAUDRATE_TABLE{ 9600, 19200, 38400, 57600, 115200 } [snip] > +#define CONFIG_SYS_PROMPT_HUSH_P

Re: [U-Boot] [PATCH V3 4/4] ARM: add Raspberry Pi model B board, using BCM2835 SoC

2012-08-03 Thread Tom Rini
On Thu, Aug 02, 2012 at 11:23:29PM -0600, Stephen Warren wrote: > The Raspberry Pi model B uses the BCM2835 SoC, has 256MB of RAM, > contains an SMSC 9512 USB LAN/Hub chip, and various IO connectors. > For more details, see http://www.raspberrypi.org/. > > Various portions (cache enable, MACH_TYP

Re: [U-Boot] [PATCH 01/11] snowball: Add support for ux500 based snowball board

2012-08-03 Thread Tom Rini
On Tue, Jul 31, 2012 at 12:59:23PM -0600, mathieu.poir...@linaro.org wrote: > From: "Mathieu J. Poirier" > > Signed-off-by: Mathieu Poirier > Signed-off-by: John Rigby [snip] > +++ b/board/st-ericsson/snowball/Makefile [snip] > +#prcmu.o Drop please. [snip] > +++ b/board/st-ericsson/snowball

[U-Boot] [PATCH] spi: Fix merge conflicts - Makefile

2012-08-03 Thread Michal Simek
The patch "spi: tegra2: rename tegra2_spi.* to tegra_spi.*" (sha1: edffa63d3d6e76991998789f9fcbaa483731ca65) renamed tegra2_spi.c to tegra_spi.c and the patch "Merge branch 'master' of git://git.denx.de/u-boot-microblaze" (sha1: d978780b2e676c005460cd561f4f15b5220bdf49) has wrongly resolved confi

Re: [U-Boot] Pull request - microblaze

2012-08-03 Thread Michal Simek
Dear Wolfgang Denk, On 07/31/2012 10:07 PM, Wolfgang Denk wrote: Dear Michal Simek, In message <50176ca2.6000...@monstr.eu> you wrote: Please pull these patches to your repository. There will be one simple merge conflict around SPI makefile which is easy to resolve. Maybe it's easy for you

Re: [U-Boot] [PATCH] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-03 Thread Markus Hubig
On Thu, Aug 02, 2012 at 03:28:30PM +0200, Markus Hubig wrote: > On Wed, Aug 01, 2012 at 10:21:04PM +0200, Andreas Bießmann wrote: > > On 01.08.12 21:28, Markus Hubig wrote: > > > On Wed, Aug 01, 2012 at 11:58:22AM +0200, Andreas Bießmann wrote: > > >>> + /* Need to reset PHY -> 500ms reset */

Re: [U-Boot] [PATCH] MX28: Add SchulerControl SC_SPS_1 platform

2012-08-03 Thread Detlev Zundel
Hi Marek, > This i.MX28 platform supports the following: > * 2x FEC ethernet > * USB on USBH0 > * I2C EEPROM > * SPI NVRAM > * LEDs > > Signed-off-by: Marek Vasut > Cc: Detlev Zundel Acked-by: Detlev Zundel Cheers Detlev -- ike|abel - Eine Partnerschaft erweist sich als ikeabel, wenn ein

Re: [U-Boot] [PATCH v5] Corrupted NAND Flash access on KARO TX25 modules.

2012-08-03 Thread Benoît Thébaudeau
Dear Daniel, Scott, On Thu, Aug 2, 2012 at 03:55:51 PM, Benoît Thébaudeau wrote: > On Thu, Aug 2, 2012 at 01:28:08 PM, Benoît Thébaudeau wrote: > > On Thu, Aug 2, 2012 at 01:17:07 PM, Daniel Gachet wrote: > > > The mxc_nand driver uses the symmetric mode to access the NAND > > > Flash, > > > but t

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

2012-08-03 Thread Stefano Babic
On 03/08/2012 10:03, Michael Hornung wrote: > Hi Fabio, > Hi Michael, >>> >> >> Didn't you also had to remove the init_sdram call in lowlevel_init.S ? >> > > No, I didn't change it since it seems not to make any difference. Hope > we're talking about the same, I changed the following and it did

Re: [U-Boot] cfi: Problem with Intel Strata 28F320 flash

2012-08-03 Thread Stefan Roese
Hi Heiko, On Monday 30 July 2012 13:07:07 Heiko Schocher wrote: > > If that's not the case, wouldn't Heicho's original patch in this thread > > (http://patchwork.ozlabs.org/patch/86063/) just be good enough for the > > purpose? > I am here on Detlevs side, but if it is currently only one usecase >

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

2012-08-03 Thread Michael Hornung
Hi Fabio, >> > > Didn't you also had to remove the init_sdram call in lowlevel_init.S ? > No, I didn't change it since it seems not to make any difference. Hope we're talking about the same, I changed the following and it did not make any difference whether it was commented or not: +++ b/board/f

[U-Boot] [PATCH] serial: sh: Add support Renesas R8A7740

2012-08-03 Thread Nobuhiro Iwamatsu
From: Hideyuki Sano The serial device of R8A7740 has the same structure as SH7372 of SH, etc. Signed-off-by: Hideyuki Sano Signed-off-by: Nobuhiro Iwamatsu --- drivers/serial/serial_sh.h | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/drivers/seria

[U-Boot] [PATCH] arm: rmobile: Add supoprt for ATMARK-TECHNO Armadillo-800EVA board

2012-08-03 Thread Nobuhiro Iwamatsu
From: Hideyuki Sano The Armadillo-800EVA board has Renesas R-Mobile R8A7740, 512MB DDR3-SDRAM, Ethernet, and more. This patch supports the following functions: - 512MB DDR3-SDRAM - Serial console (SCIF) - Ethernet MAC(MII) & PHY(SMSC) Signed-off-by: Hideyuki Sano Signed-off-by: Nobuhiro Iwa

[U-Boot] [PATCH] arm: rmobile: kzm9g: Add CONFIG_GLOBAL_TIMER to board config file

2012-08-03 Thread Nobuhiro Iwamatsu
kzm9g board use global timer. But by commit 813ffda31, timer function of rmobile was changed that global timer might be used, when CONFIG_GLOBAL_TIMER was defined. This add CONFIG_GLOBAL_TIMER to board config file. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/kzm9g.h |1 + 1 file cha

[U-Boot] [PATCH] arm: rmobile: Add support Renesas R8A7740

2012-08-03 Thread Nobuhiro Iwamatsu
Renesas R8A7740 is CPU with Cortex-A9. This supports the basic register definition and GPIO. Signed-off-by: Hideyuki Sano Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/cpu/armv7/rmobile/Makefile |1 + arch/arm/cpu/armv7/rmobile/cpu_info-r8a7740.c | 50 + arch/arm/cpu/armv7/r

[U-Boot] [PATCH] arm: rmobile: Add support TMU base timer function

2012-08-03 Thread Nobuhiro Iwamatsu
Some rmobile SoC has TMU base timer function. This supports TMU. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/cpu/armv7/rmobile/Makefile |4 +- arch/arm/cpu/armv7/rmobile/timer_tmu.c| 162 + arch/arm/include/asm/arch-rmobile/timer_tmu.h | 51

[U-Boot] [PATCH] net: sh_eth: Add support R8A7740 of rmobile (arm core)

2012-08-03 Thread Nobuhiro Iwamatsu
R8A7740 of rmobile has ethernet device, and this is same IP of sh-ether. This support R8A7740 of rmobile. Signed-off-by: Hideyuki Sano Signed-off-by: Nobuhiro Iwamatsu --- drivers/net/sh_eth.c |2 +- drivers/net/sh_eth.h | 14 -- 2 files changed, 13 insertions(+), 3 deletions(

[U-Boot] [PATCH] arm: rmobile: Change initializing ICCICR register

2012-08-03 Thread Nobuhiro Iwamatsu
There is rmobile without ICCICR. ICCICR is initialized only when ICCICR is defined. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/cpu/armv7/rmobile/lowlevel_init.S |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/cpu/armv7/rmobile/lowlevel_init.S b/arch/arm/cpu/armv7/rmobile/l

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

2012-08-03 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 Signed-off-by: Kyungmin Park Cc: Marek Vasut Cc: Minkyu Kan

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

2012-08-03 Thread Lukasz Majewski
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 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/b

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

2012-08-03 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 Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - None Changes f

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

2012-08-03 Thread Lukasz Majewski
Support for u-boot's command line command "dfu [list]". Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - None Changes for v3: - Remove unnecessary initialization to NULL of dynamic variables - goto done added to reduce code duplication - stat

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

2012-08-03 Thread Lukasz Majewski
Support for MMC storage devices to work with DFU framework. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - None Changes for v3: - Provide special abstraction layer (mmc_{block|file}_{read|write}) to alleviate switch to new device model (DM)

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

2012-08-03 Thread Lukasz Majewski
Support for f_dfu USB function. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - Replace kzalloc and kfree with free and calloc - Reorganization of calloc calls - Misspelling corrected - Redesign of DFU state machine from "switch case" to funct

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

2012-08-03 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 Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - G_DNL_{VENDOR_NUM, PRODUCT_NUM and MANUFACTURER} defined at ./include/configs/.h

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

2012-08-03 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 w