[U-Boot] Confusion when starting storage subsystems

2014-08-12 Thread Alexander Holler
Hello, It would make me wonder if nobody else noticed it, but having to use sata init usb start mmc rescan to initialize storage subsystems isn't very convenient (or orthogonal in a more knowledgable looking speak). ;) I don't know the reasons, but I remember that the mmc command to init

[U-Boot] Newbies list?

2014-08-12 Thread Donald Dade
Hi All, Is there are U-Boot equivalent of the kernel-newbies list, where one can ask stupid questions about u-boot? Thanks, Donald ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Call for participation in the U-Boot Mini Summit 2014

2014-08-12 Thread Lukasz Majewski
Hi Tom, On Mon, Aug 11, 2014 at 05:48:02PM +0200, Przemyslaw Marczak wrote: Hello Detlev, On 01/13/2014 06:12 PM, Detlev Zundel wrote: Hi, as already indicated, we are looking forward to our next U-Boot Mini Summit at Embedded Linux Conference Europe 2014 which will take place

Re: [U-Boot] Newbies list?

2014-08-12 Thread David Nelson
On Aug 12, 2014 12:36 AM, Donald Dade donald.d...@gmail.com wrote: Hi All, Is there are U-Boot equivalent of the kernel-newbies list, where one can ask stupid questions about u-boot? Thanks, Donald ___ U-Boot mailing list

Re: [U-Boot] Call for participation in the U-Boot Mini Summit 2014

2014-08-12 Thread Lukasz Majewski
Dear All, Hi, as already indicated, we are looking forward to our next U-Boot Mini Summit at Embedded Linux Conference Europe 2014 which will take place in Düsseldorf, Germany from October 13 - 15. The call for papers of the main conference is now open[1] and if you want to submit a

Re: [U-Boot] Call for participation in the U-Boot Mini Summit 2014

2014-08-12 Thread Igor Grinberg
Hi, On 08/12/14 03:49, Marek Vasut wrote: On Tuesday, August 12, 2014 at 02:02:55 AM, Masahiro YAMADA wrote: Hi. Hey, it's been a while :) 2014-08-12 6:08 GMT+09:00 Tom Rini tr...@ti.com: I think there were a few other requests, off-list. Also, we might want to extend the deadline

[U-Boot] Please pull u-boot-sunxi.git/master

2014-08-12 Thread Hans de Goede
Hi Albert, Please pull from u-boot-sunxi.git/master for a set of patches adding generic boot command support + a series of DRAM cleanups and fixes. Note the generic boot command support depends on config: introduce a generic $bootcmd which has been merged into u-boot/master, but not yet into

Re: [U-Boot] Confusion when starting storage subsystems

2014-08-12 Thread Igor Grinberg
Hi, On 08/12/14 09:35, Alexander Holler wrote: Hello, It would make me wonder if nobody else noticed it, but having to use sata init usb start mmc rescan to initialize storage subsystems isn't very convenient (or orthogonal in a more knowledgable looking speak). ;) Yep, I agree on

Re: [U-Boot] CPU Wachtog for P2041

2014-08-12 Thread Valentin Longchamp
Hello York, First of all, thanks a lot for reviewing, correcting and merging the patches. On 07/18/2014 11:45 PM, York Sun wrote: Rainer, Would you look into common/board_f.c to see if you can do the same as arch/powerpc/lib/board.c? You know we are steering to use generic board

Re: [U-Boot] [RFC PATCH v2 0/2] Make Python scripts compatible with older versions

2014-08-12 Thread Igor Grinberg
On 08/11/14 19:58, Stephen Warren wrote: On 08/10/2014 02:49 AM, Igor Grinberg wrote: On 08/07/14 20:33, Stephen Warren wrote: On 08/07/2014 10:57 AM, Tom Rini wrote: On Thu, Aug 07, 2014 at 04:17:21PM +0300, Igor Grinberg wrote: On 08/07/14 13:57, Tom Rini wrote: .. we just need

Re: [U-Boot] [PATCH] mmc: set correct block size value in bfin sdh driver

2014-08-12 Thread Sonic Zhang
PING On Wed, Aug 6, 2014 at 6:14 PM, Sonic Zhang sonic@gmail.com wrote: From: Sonic Zhang sonic.zh...@analog.com Wait data transfer till the data end bit other than the data block end bit is set. Signed-off-by: Sonic Zhang sonic.zh...@analog.com --- drivers/mmc/bfin_sdh.c | 7

[U-Boot] [PATCH] bfin: make the CPU macro of LDR target more genenric

2014-08-12 Thread Sonic Zhang
From: Sonic Zhang sonic.zh...@analog.com Remove BFIN from the CPU macro in Makefile. Signed-off-by: Sonic Zhang sonic.zh...@analog.com --- Makefile | 2 +- arch/blackfin/include/asm/config.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [U-Boot] Newbies list?

2014-08-12 Thread Lukasz Majewski
Hi Donald, Hi All, Is there are U-Boot equivalent of the kernel-newbies list, where one can ask stupid questions about u-boot? There are no stupid questions - there are only not appropriate answers. I don't think that we need such a list at all. My impression is that everyone here is kind

Re: [U-Boot] [PATCH V2 10/18] arm: mx6: ddr: configure MMDC for slow_pd

2014-08-12 Thread Igor Grinberg
On 08/10/14 20:12, Nikita Kiryanov wrote: According to MX6 TRM, both MMDC and DRAM should be configured to the same powerdown precharge. Currently, mx6_dram_cfg() configures MMDC for fast pd (MDPDC[7] = 0), and the DRAM for 'slow exit (DLL off)' (MR0[12] = 0). Configure MMDC for slow pd.

Re: [U-Boot] Newbies list?

2014-08-12 Thread Jonathan Ben Avraham
On Tue, 12 Aug 2014, David Nelson wrote: Date: Tue, 12 Aug 2014 01:14:55 -0600 From: David Nelson djhenj...@gmail.com To: Donald Dade donald.d...@gmail.com, u-boot@lists.denx.de Subject: Re: [U-Boot] Newbies list? On Aug 12, 2014 12:36 AM, Donald Dade donald.d...@gmail.com wrote: Hi All, Is

Re: [U-Boot] Newbies list?

2014-08-12 Thread Igor Grinberg
On 08/12/14 14:35, Jonathan Ben Avraham wrote: On Tue, 12 Aug 2014, David Nelson wrote: Date: Tue, 12 Aug 2014 01:14:55 -0600 From: David Nelson djhenj...@gmail.com To: Donald Dade donald.d...@gmail.com, u-boot@lists.denx.de Subject: Re: [U-Boot] Newbies list? On Aug 12, 2014 12:36 AM,

Re: [U-Boot] Newbies list?

2014-08-12 Thread Jonathan Ben Avraham
On Tue, 12 Aug 2014, Igor Grinberg wrote: Date: Tue, 12 Aug 2014 15:09:41 +0300 From: Igor Grinberg grinb...@compulab.co.il To: Jonathan Ben Avraham y...@tkos.co.il, David Nelson djhenj...@gmail.com Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Newbies list? On 08/12/14 14:35, Jonathan Ben

Re: [U-Boot] Newbies list?

2014-08-12 Thread Igor Grinberg
On 08/12/14 15:32, Jonathan Ben Avraham wrote: On Tue, 12 Aug 2014, Igor Grinberg wrote: Date: Tue, 12 Aug 2014 15:09:41 +0300 From: Igor Grinberg grinb...@compulab.co.il To: Jonathan Ben Avraham y...@tkos.co.il, David Nelson djhenj...@gmail.com Cc: u-boot@lists.denx.de Subject: Re:

Re: [U-Boot] Newbies list?

2014-08-12 Thread Frank Ihle
Jonathan Ben Avraham 12.08.14 14.32 Uhr On Tue, 12 Aug 2014, Igor Grinberg wrote: Date: Tue, 12 Aug 2014 15:09:41 +0300 From: Igor Grinberg To: Jonathan Ben Avraham , David Nelson Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Newbies list? On 08/12/14 14:35, Jonathan Ben Avraham

[U-Boot] [PATCH 2/3] arm: mx31: use common timer functions

2014-08-12 Thread andrew . ruder
From: Andrew Ruder andrew.ru...@elecsyscorp.com This patch moves mx31 to the common timer functions added in commit 8dfafdd - Introduce common timer functions Rob Herring The (removed) mx31 timer code (specifically __udelay()) could deadlock at the 32-bit boundary of get_ticks(). get_ticks()

[U-Boot] [PATCH 1/3] arm: pxa: use common timer functions

2014-08-12 Thread andrew . ruder
From: Andrew Ruder andrew.ru...@elecsyscorp.com This patch moves pxa to the common timer functions added in commit 8dfafdd - Introduce common timer functions Rob Herring The (removed) pxa timer code (specifically __udelay()) could deadlock at the 32-bit boundary of get_ticks(). get_ticks()

[U-Boot] [PATCH 0/3] Initial cleanup of arm port timer subsystem

2014-08-12 Thread andrew . ruder
From: Andrew Ruder andrew.ru...@elecsyscorp.com Hey all, Was tracking down an issue on a PXA270 based board where a long y-modem transfer would frequently deadlock the board in the middle of the transfer. Unfortunately I felt like I had opened pandora's box by looking around at other ports.

[U-Boot] [PATCH 3/3] arm: mx35: use common timer functions

2014-08-12 Thread andrew . ruder
From: Andrew Ruder andrew.ru...@elecsyscorp.com This patch moves mx35 to the common timer functions added in commit 8dfafdd - Introduce common timer functions Rob Herring The (removed) mx35 timer code (specifically __udelay()) could deadlock at the 32-bit boundary of get_ticks(). get_ticks()

Re: [U-Boot] Newbies list?

2014-08-12 Thread David Aldrich
Well I've got to say, as a User I'd surely like to learn some new tricks from time to time. I believe this new mailing list would be the right place for it. As a newbie, I agree that it would be nice to have a low volume list for help. As it is, I tend to subscribe when I have a question

Re: [U-Boot] [PATCH v2] Makefile: remove generated boards.cfg within make distclean

2014-08-12 Thread Simon Glass
Hi, On 11 August 2014 16:52, Masahiro YAMADA yamad...@jp.panasonic.com wrote: Hi Roger, (ccing Simon) 2014-08-10 21:37 GMT+09:00 Roger Meier ro...@bufferoverflow.ch: Signed-off-by: Roger Meier ro...@bufferoverflow.ch CC: Masahiro Yamada yamad...@jp.panasonic.com CC: Tom Rini tr...@ti.com

Re: [U-Boot] [PATCH V2 00/18] Introduce cm-fx6 board (partial V2 cont.)

2014-08-12 Thread Simon Glass
Hi Nikita, On 11 August 2014 08:39, Nikita Kiryanov nik...@compulab.co.il wrote: On 11/08/14 17:15, Simon Glass wrote: Hi, On 11 August 2014 02:20, Nikita Kiryanov nik...@compulab.co.il wrote: Hi Simon, On 11/08/14 03:11, Simon Glass wrote: Hi Nikita, On 10 August 2014 11:12,

Re: [U-Boot] [PATCH V3 12/18] arm: mx6: add support for Compulab cm-fx6 CoM

2014-08-12 Thread Simon Glass
Hi Nikita, On 11 August 2014 10:22, Nikita Kiryanov nik...@compulab.co.il wrote: Add initial support for Compulab CM-FX6 CoM. Support includes MMC, SPI flash, and SPL with dynamic DRAM detection. Cc: Igor Grinberg grinb...@compulab.co.il Cc: Stefano Babic sba...@denx.de Cc: Tom Rini

Re: [U-Boot] [PATCH v6 20/20] RFC: Deprecate MAKEALL

2014-08-12 Thread Simon Glass
Hi York (and Tom), On 11 August 2014 12:23, York Sun york...@freescale.com wrote: On 08/09/2014 02:33 PM, Simon Glass wrote: Since buildman now includes most of the features of MAKEALL it is probably time to talk about deprecating MAKEALL. Comments welcome. Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH] Disable FLASH_AMLV256U support for TOP860 target

2014-08-12 Thread Vasili Galka
On Mon, Jun 16, 2014 at 5:41 PM, Vasili Galka vvv...@gmail.com wrote: TOP860 configuration assumes at most 128 flash sectors. Thus, the AMLV256U flash can't be supported. The existing code could result in memory corruption when writing to the flash_info-start[] array. Signed-off-by: Vasili

Re: [U-Boot] Build broken for bf538f-ezkit board - not enough ram

2014-08-12 Thread Vasili Galka
On Sun, Jun 29, 2014 at 6:01 PM, Vasili Galka vvv...@gmail.com wrote: Hi, Some of the recent commits on u-boot/master have broken the build of bf538f-ezkit board. The build was fine for v2014.07-rc3. However, now there is the following error: bfin-elf-ld.bfd: u-boot section `.bss' will not

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-12 Thread Jeroen Hofstee
Hello Stephan, On 11-08-14 20:55, Stephen Warren wrote: snip No, Linux distros need to be able to install a single bootloader configuration file to tell the bootloader how to boot. Don't understand this, I though extlinux is yet another chainloaded bootloader? I doubt there is the

Re: [U-Boot] [U-Boot, 1/3] image: introduce genimg_get_kernel_addr()

2014-08-12 Thread Bryan Wu
On Sun, Aug 10, 2014 at 3:21 PM, Tom Rini tr...@ti.com wrote: On Thu, Jul 31, 2014 at 05:39:58PM -0700, Bryan Wu wrote: Kernel address is normally stored as a string argument of bootm or bootz. This function is taken out from boot_get_kernel() of bootm.c, which can be reused by others.

Re: [U-Boot] Pull request: u-boot-video/master

2014-08-12 Thread Tom Rini
On Mon, Aug 11, 2014 at 06:13:14PM +0200, Anatolij Gustschin wrote: Hi Tom, The following changes since commit 6d1966e1236838c8c59d58459901283a0e72: env_fat.c: Make sure our buffer is cache aligned (2014-08-09 11:26:34 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-12 Thread Stephen Warren
On 08/12/2014 11:29 AM, Jeroen Hofstee wrote: On 11-08-14 20:55, Stephen Warren wrote: ... extlinux.conf is a text file format the defines a menu of bootable OSs. It's a (de-facto I suppose) standard that's implemented by extlinux (if indeed that is a piece of SW:-) and also U-Boot and barebox

Re: [U-Boot] [PATCH] kmp204x: set the ZL clk chips reset to power up only

2014-08-12 Thread York Sun
On 07/17/2014 05:22 AM, Valentin Longchamp wrote: There is the requirement on the chassis's backplane that when the clocks are enabled, they should not disappear. Resetting theses chips at unit I guess here they means the clocks. reset also has the side effect that their clocks disappear.

[U-Boot] omap3 nand boot issue

2014-08-12 Thread Maxim Podbereznyy
Hi! I have a custom board based on OMAP3530 with Micron MT29F2G16ABBEAH4-IT:E nand flash installed. The problem is that when I flash MLO/u-boot.img to NAND the CPU does not boot from this NAND although it boots fine from a 2Gb NAND used in previous configurations. Here is what u-boot knows about

Re: [U-Boot] [PATCH] km-powerpc: define CONFIG_PRAM to protect PHRAM and PNVRAM

2014-08-12 Thread York Sun
On 07/18/2014 02:10 AM, Valentin Longchamp wrote: Hello Wolfgang, On 07/17/2014 02:47 PM, Wolfgang Denk wrote: Dear Valentin, In message 1405599840-11984-1-git-send-email-valentin.longch...@keymile.com you wrote: When u-boot initializes the RAM (early in boot) it looks for the pram env

Re: [U-Boot] enabling ecc on P2041 and QoreIQ familly not valid for memory = 4GB

2014-08-12 Thread York Sun
On 07/23/2014 11:56 PM, Benoit Sansoni wrote: York, I am going to check out the method that you talk about. For now the fix allow me to boot our board with 8GB it is a good step for me. Thanks Benoit On 07/23/2014 06:32 PM, York Sun wrote: Benoit, If your interest is in

Re: [U-Boot] [PATCH v3] powerpc/t104xrdb: Add T1042RDB board support

2014-08-12 Thread York Sun
On 07/31/2014 09:20 PM, Vijay Rai wrote: T1042RDB is a Freescale reference board that hosts the T1042 SoC (and variants). The board is similar to T1040RDB, T1042 is a reduced personality of T1040 SoC without Integrated 8-port Gigabit(L2 Switch). T1042RDB is configured with serdes protocol

[U-Boot] [PATCH] add header for Android sparse image format

2014-08-12 Thread Colin Cross
Add a BSD-3 relicensed version of the Android sparse format image header from: https://android.googlesource.com/platform/system/core/+/28fa5bc347390480fe190294c6c385b6a9f0d68b/libsparse/sparse_format.h Unchanged except for the license header. Cc: Tom Rini tr...@ti.com Signed-off-by: Colin Cross

Re: [U-Boot] [PATCH 2/2] powerpc/t2080qds: fix dtb when runnig 1000BASE-KX protocol

2014-08-12 Thread York Sun
On 07/25/2014 04:07 AM, shh@gmail.com wrote: From: Shaohui Xie shaohui@freescale.com 1000BASE-KX(1GKX) uses same SGMII interface but the serdes lane run in 1GKX mode. By default, the lane runs in SGMII mode, when a MAC runs in 1GKX mode, the corresponding lane mode needs to be set

Re: [U-Boot] [PATCH 1/2] powerpc/t2080qds: fixup dtb for 10g-kr

2014-08-12 Thread York Sun
On 07/25/2014 04:03 AM, shh@gmail.com wrote: From: Shaohui Xie shaohui@freescale.com XFI ports on t2080qds can work with fiber cable and direct attach cable(copper). We use hwconfig to define cable type for XFI, and fixup dtb based on the cable type. For copper cable, set below

Re: [U-Boot] [PATCH] powerpc/T4240QDS/eth: some fix for XFI

2014-08-12 Thread York Sun
On 08/07/2014 01:43 AM, shh@gmail.com wrote: From: Shaohui Xie shaohui@freescale.com XFI is supported on T4QDS-XFI board, which removed slot3, and four LANEs of serdes2 are routed to a SFP+ cages, which to house fiber cable or direct attach cable(copper), the copper cable is used to

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-12 Thread Dennis Gilmore
On Tue, 12 Aug 2014 19:29:02 +0200 Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Stephan, On 11-08-14 20:55, Stephen Warren wrote: snip No, Linux distros need to be able to install a single bootloader configuration file to tell the bootloader how to boot. Don't understand

[U-Boot] [PATCH] mx31pdk: Change maintainer

2014-08-12 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Currently I don't have access to a mx31pdk board. Magnus was the original maintainer of the board and accepted to take back this role. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Magnus Lilja lilja.mag...@gmail.com --- Hi

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

2014-08-12 Thread Tom Rini
On Mon, Aug 11, 2014 at 10:55:45AM +0800, Sonic Zhang wrote: Hi Tom, Please pull the following patches for Blackfin from u-boot-blackfin into your tree. Thanks Sonic Zhang The following changes since commit e76b933e02e1b38e48754c435e9dba1c0deeb3c6: Prepare v2014.10-rc1

Re: [U-Boot] [PATCH v6 20/20] RFC: Deprecate MAKEALL

2014-08-12 Thread Tom Rini
On Tue, Aug 12, 2014 at 09:00:05AM -0600, Simon Glass wrote: Hi York (and Tom), On 11 August 2014 12:23, York Sun york...@freescale.com wrote: On 08/09/2014 02:33 PM, Simon Glass wrote: Since buildman now includes most of the features of MAKEALL it is probably time to talk about

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-12 Thread Stefan Agner
Am 2014-08-12 00:33, schrieb Scott Wood: On Wed, 2014-08-06 at 10:59 +0200, Stefan Agner wrote: This adds initial support for Freescale NFC (NAND Flash Controller). The IP is used in ARM based Vybrid SoCs as well as on some PowerPC devices. This driver is only tested on Vybrid.

Re: [U-Boot] [PATCH 2/3] arm: mx31: use common timer functions

2014-08-12 Thread Marek Vasut
On Tuesday, August 12, 2014 at 04:26:00 PM, andrew.ru...@elecsyscorp.com wrote: From: Andrew Ruder andrew.ru...@elecsyscorp.com This patch moves mx31 to the common timer functions added in commit 8dfafdd - Introduce common timer functions Rob Herring The (removed) mx31 timer code

Re: [U-Boot] [PATCH 1/3] arm: pxa: use common timer functions

2014-08-12 Thread Marek Vasut
On Tuesday, August 12, 2014 at 04:25:59 PM, andrew.ru...@elecsyscorp.com wrote: From: Andrew Ruder andrew.ru...@elecsyscorp.com This patch moves pxa to the common timer functions added in commit 8dfafdd - Introduce common timer functions Rob Herring The (removed) pxa timer code

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-12 Thread Scott Wood
On Tue, 2014-08-12 at 23:13 +0200, Stefan Agner wrote: Am 2014-08-12 00:33, schrieb Scott Wood: On Wed, 2014-08-06 at 10:59 +0200, Stefan Agner wrote: This adds initial support for Freescale NFC (NAND Flash Controller). The IP is used in ARM based Vybrid SoCs as well as on some PowerPC

Re: [U-Boot] [PATCH v6 20/20] RFC: Deprecate MAKEALL

2014-08-12 Thread Simon Glass
Hi Tom, On 12 August 2014 15:05, Tom Rini tr...@ti.com wrote: On Tue, Aug 12, 2014 at 09:00:05AM -0600, Simon Glass wrote: Hi York (and Tom), On 11 August 2014 12:23, York Sun york...@freescale.com wrote: On 08/09/2014 02:33 PM, Simon Glass wrote: Since buildman now includes most of the

Re: [U-Boot] [PATCH v6 20/20] RFC: Deprecate MAKEALL

2014-08-12 Thread Tom Rini
On Tue, Aug 12, 2014 at 04:22:36PM -0600, Simon Glass wrote: Hi Tom, On 12 August 2014 15:05, Tom Rini tr...@ti.com wrote: On Tue, Aug 12, 2014 at 09:00:05AM -0600, Simon Glass wrote: Hi York (and Tom), On 11 August 2014 12:23, York Sun york...@freescale.com wrote: On 08/09/2014

Re: [U-Boot] [PATCH] powerpc/T4240QDS/eth: some fix for XFI

2014-08-12 Thread Shaohui Xie
-Original Message- From: Sun York-R58495 Sent: Wednesday, August 13, 2014 2:56 AM To: shh@gmail.com; u-boot@lists.denx.de Cc: Xie Shaohui-B21989 Subject: Re: [PATCH] powerpc/T4240QDS/eth: some fix for XFI Shaohui, Do you mind to put this information into a README file?