[U-Boot] [PATCH] sunxi: use random parts of SID to set ethaddr

2014-06-14 Thread Hans de Goede
From: Jonathan Liu net...@gmail.com Similar to the USB NIC found on OMAP5uEVM, PandaBoard and BeagleBoard-XM boards, the sunxi SoCs have a NIC onboard without an embedded MAC address. Just like the omap used on these boards, the sunxi SoCs do have a unique chip id, in the form of the 128 bit SID

Re: [U-Boot] [PATCH v2] bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag

2014-06-14 Thread Lubomir Rintel
On Fri, 2014-06-13 at 23:39 -0600, Stephen Warren wrote: On 06/13/2014 10:29 PM, Stephen Warren wrote: On 06/10/2014 12:46 PM, Lubomir Rintel wrote: Seems like the controller doesn't support the flag. None of the hi-speed cards I've tried could be read, while they successfully worked

Re: [U-Boot] [PATCH] sunxi: use random parts of SID to set ethaddr

2014-06-14 Thread Ian Campbell
On Sat, 2014-06-14 at 08:59 +0200, Hans de Goede wrote: From: Jonathan Liu net...@gmail.com Similar to the USB NIC found on OMAP5uEVM, PandaBoard and BeagleBoard-XM boards, the sunxi SoCs have a NIC onboard without an embedded MAC address. Just like the omap used on these boards, the sunxi

[U-Boot] API available to standalone program

2014-06-14 Thread Scott Anderson
Hi All, I am interested to perform some of the functions available from command line calls however called from a standalone application. An example would be fatload mmc . I have read all the readme files and looked at the denx documentation as well as mailing lists without finding any info on

Re: [U-Boot] API available to standalone program

2014-06-14 Thread Wolfgang Denk
Dear Scott Anderson, In message CAFrkK5u5cFhP=66mz8z8v_jfgaqap2tae4dk8gbowpkxhgc...@mail.gmail.com you wrote: I am interested to perform some of the functions available from command line calls however called from a standalone application. An example would be fatload mmc . Why would you

Re: [U-Boot] [PATCH] avr32: migrate cache functions

2014-06-14 Thread Andreas Bießmann
Dear Andreas Bießmann, On 12.06.2014 22:07, Andreas Bießmann wrote: Unfortunately the avr32 cache implementation has another API than the one described in common.h. Migrate the flush/invalidate dcache functions to the common API to be usable in device drivers. Signed-off-by: Andreas Bießmann

Re: [U-Boot] [U-Boot,RESEND,v2,1/3] net: macb: enable dcache in macb

2014-06-14 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu josh...@atmel.com writes: Add to code to flush the dcache after we writing in DMA buffer. Also we need invalidate the dcache before we check the status in the DMA buffer. Tested in SAMA5D3x-EK with gmac0. Tftp download speed shows in below: Disable DCache: 1.1 MiB/s

Re: [U-Boot] macb: make checkpatch clean

2014-06-14 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: This also renames the CONFIG_SYS_MACB_xx defines. They are used just local and therefore don't need the CONFIG_SYS_ prefix. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Reviewed-by: Josh Wu josh...@atmel.com

Re: [U-Boot] avr32: migrate cache functions

2014-06-14 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: Unfortunately the avr32 cache implementation has another API than the one described in common.h. Migrate the flush/invalidate dcache functions to the common API to be usable in device drivers. Signed-off-by: Andreas Bießmann

Re: [U-Boot] [U-Boot,v2,3/3] ARMv7: at91: enable ICache and DCache.

2014-06-14 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu josh...@atmel.com writes: For at91 armv7 SoC (SAMA5D3x), only LCD and macb used DMA. Now as the lcd and macb driver already support dcache. So we can enable dcache now. Also we can enable icache without any problem. Signed-off-by: Josh Wu josh...@atmel.com --- v1 - v2:

Re: [U-Boot] [U-Boot,v2,2/3] video: atmel_hlcdfb: enable dcache support

2014-06-14 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu josh...@atmel.com writes: To support dcache, we need flush DMA descriptor buffer before enable lcd DMA. Also we need call lcd_set_flush_dcache(1) to make lcd driver flush the lcd buffer if there is any change. Cc: Anatolij Gustschin ag...@denx.de Signed-off-by: Josh Wu

Re: [U-Boot] arm: ethernut5: convert to generic board

2014-06-14 Thread Andreas Bießmann
Dear Tim Schendekehl, Tim Schendekehl tim.schendek...@egnite.de writes: Enable CONFIG_SYS_GENERIC_BOARD for the Ethernut 5 board. Signed-off-by: Tim Schendekehl tim.schendek...@egnite.de --- include/configs/ethernut5.h |2 ++ 1 file changed, 2 insertions(+) applied to u-boot-atmel/master,

[U-Boot] [PULL] u-boot-atmel/master - u-boot-arm/master

2014-06-14 Thread Andreas Bießmann
Dear Albert Aribaud, please pull these changes from u-boot-atmel/master into u-boot-arm/master. This request contains one avr32 related patch which is required to get the macb change compile clean. Therefore this one is included here rather than going through u-boot-avr32. The following changes

Re: [U-Boot] [PATCH] fs/fat: add a parameter: allow_whole_dev to fat_register_device()

2014-06-14 Thread Tom Rini
On Fri, Jun 13, 2014 at 12:54:17PM +0800, Josh Wu wrote: Hi, Stephen On 6/13/2014 12:07 PM, Stephen Warren wrote: On 06/12/2014 09:33 PM, Josh Wu wrote: Dear Wolfgang On 6/12/2014 4:52 PM, Wolfgang Denk wrote: Dear Josh Wu, In message 53995100.9080...@atmel.com you wrote: In U-Boot

[U-Boot] [PATCH 3/4] mx6: clock: Do not enable sata and ipu clocks

2014-06-14 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com mx6sx does not have sata nor ipu blocks, so do not handle such clocks. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- arch/arm/cpu/armv7/mx6/clock.c | 8 1 file changed, 8 insertions(+) diff --git

[U-Boot] [PATCH 4/4] mx6sx: Add initial support for mx6sxsabresd board

2014-06-14 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com mx6solox is the newest member of the mx6 family. Add the initial support for it. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/mx6sxsabresd/Makefile | 6 + board/freescale/mx6sxsabresd/imximage.cfg | 105

[U-Boot] [PATCH 1/4] mx6: Add support for the mx6solox variant

2014-06-14 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- arch/arm/cpu/armv7/mx6/clock.c| 4 +- arch/arm/cpu/armv7/mx6/soc.c | 26 + arch/arm/imx-common/cpu.c | 2 +

[U-Boot] [PATCH v2 4/4] mx6sx: Add initial support for mx6sxsabresd board

2014-06-14 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Previous commit log belonged to 1/4 patch, so moved it to the correct patch board/freescale/mx6sxsabresd/Makefile | 6 +

Re: [U-Boot] [PATCH 1/4] Reactivate the tracing feature

2014-06-14 Thread Simon Glass
Hi Masahiro, On 12 June 2014 20:56, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, On Wed, 11 Jun 2014 23:50:48 -0400 Simon Glass s...@chromium.org wrote: Hi Masahiro, On 11 June 2014 23:42, Simon Glass s...@chromium.org wrote: Hi Masahiro, Yes I should remove

[U-Boot] [PATCH v2 3/4] mx6: clock: Do not enable sata and ipu clocks

2014-06-14 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com mx6sx does not have sata nor ipu blocks, so do not handle such clocks. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - None arch/arm/cpu/armv7/mx6/clock.c | 8 1 file changed, 8 insertions(+) diff --git

[U-Boot] [PATCH v2 1/4] mx6: Add support for the mx6solox variant

2014-06-14 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com mx6solox is the newest member of the mx6 family. Add the initial support for it. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Change since v1: - Add a commit log arch/arm/cpu/armv7/mx6/clock.c| 4 +-

Re: [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD

2014-06-14 Thread Tom Rini
On Thu, Jun 12, 2014 at 10:52:37AM -0700, Steve Rae wrote: On 14-06-10 04:20 AM, Albert ARIBAUD wrote: Hi Steve, On Wed, 14 May 2014 14:18:09 -0700, Steve Rae s...@broadcom.com wrote: convert to generic board Signed-off-by: Steve Rae s...@broadcom.com ---

Re: [U-Boot] [PATCH v2] boards.cfg: move many unmaintained boards to Orphan

2014-06-14 Thread Sinan Akman
On 06/05/2014 05:28 AM, Hans-Christian Egtvedt wrote: Around Mon 02 Jun 2014 16:30:53 +0900 or thereabout, Masahiro Yamada wrote: [...] +Orphan powerpc mpc83xx- freescale mpc837xerdb MPC837XERDB I have this board and I would very much like that it'll