[U-Boot] [PATCH] powerpc/mpc85xx:Update FM1 clock select and shift for B4420

2014-04-20 Thread Prabhakar Kushwaha
B4420 is a personality of B4860. It should have same FM1_CLK_SEK and FM1_CLK_SHIFT as B4860 Signed-off-by: Prabhakar Kushwaha --- arch/powerpc/cpu/mpc85xx/speed.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/speed.c b/arch/powerpc/cpu/mpc85x

[U-Boot] [PATCH] board/t1042rdb_pi: Disable CONFIG_QE and CONFIG_U_QE

2014-04-20 Thread Prabhakar Kushwaha
T1042RDB_PI board does not have QE connector. So disable CONFIG_QE and CONFIG_U_QE for T1042RDB_PI Signed-off-by: Prabhakar Kushwaha --- include/configs/T104xRDB.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 1f9a255..81b

[U-Boot] [PATCH] powerpc/mpc85xx: Remove QE firmware copy from NAND

2014-04-20 Thread Prabhakar Kushwaha
qe_init() does not use data copied from NAND. Thise code is not tested or complied causing compilation error during NAND boot So, remove QE firmware copy from NAND to ddr. Signed-off-by: Prabhakar Kushwaha --- arch/powerpc/cpu/mpc85xx/cpu_init.c | 13 - 1 file changed, 13 deletion

[U-Boot] [PATCH 1/2] powerpc/t4240: updated RCW and PBI for rev2.0

2014-04-20 Thread shh.xie
From: Shaohui Xie Updated the RCW for rev2.0 which uses new frequency settings as below: Clock Configuration: CPU0:1666.667 MHz, CPU1:1666.667 MHz, CPU2:1666.667 MHz, CPU3:1666.667 MHz, CPU4:1666.667 MHz, CPU5:1666.667 MHz, CPU6:1666.667 MHz, CPU7:1666.667 MHz, CPU8:1666.667 MHz, CPU9:1666.667 M

[U-Boot] [PATCH 2/2] powerpc/T4QDS: add two stage boot of nand/sd

2014-04-20 Thread shh.xie
From: Shaohui Xie Add support of 2 stage NAND/SD boot loader using SPL framework. PBL initialise the internal SRAM and copy SPL, this further initialise DDR using SPD and environment and copy u-boot from NAND/SD to DDR, finally SPL transfer control to u-boot. NOR uses CS1 instead of CS2 when NAND

Re: [U-Boot] [RFC PATCH 3/5] MAINTAINERS.boards: add initial version

2014-04-20 Thread Masahiro Yamada
Hi Daniel, Thanks for your effort. I have some minor comments. > +BOARD zynq_microzed xilinx > +M: Michal Simek > +M: Jagannadha Sutradharudu Teki > +T: git git://git.denx.de/u-boot-arm.git > +S: Maintained > +F: board/xilinx/zynq_microzed/ > +F: include/configs/zynq_microzed.h > +

[U-Boot] [PATCH] Revert "build: Use filechk rules to create and update u-boot.lds"

2014-04-20 Thread Masahiro Yamada
This reverts commit a8b993eb81c142a439c24b871a2317f765fe5397. Commit a8b993eb claims it fixes u-boot.lds rule by replacing $(call if_changed) with $(call filechk). But the problem had already been fixed by commit 395e60cd a few days before commit a8b993eb was posted. There is no reason to apply

[U-Boot] [PATCH] ar8031: modify the config func of ar8031 to ar8021_config

2014-04-20 Thread Zhao Qiang
ar8031 has the same config steps with ar8021, so change its config func to ar8021_config instead of genphy_config. Signed-off-by: Zhao Qiang --- drivers/net/phy/atheros.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/phy/atheros.c b/drivers/net/phy/atheros.c ind

[U-Boot] [PATCH] cosmetic: delete misleading comment /* CONFIG_BOARDDIR */

2014-04-20 Thread Masahiro Yamada
CONFIG_BOARDDIR is not referred in these linker scripts. The comment /* CONFIG_BOARDDIR */ is misleading. Signed-off-by: Masahiro Yamada --- arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds | 2 +- arch/powerpc/cpu/mpc85xx/u-boot-spl.lds | 2 +- arch/powerpc/cpu/mpc85xx/u-boot.lds | 2

Re: [U-Boot] [RFC PATCH 3/5] MAINTAINERS.boards: add initial version

2014-04-20 Thread Wolfgang Denk
Dear Daniel Schwierzeck, In message <1398027454-20399-4-git-send-email-daniel.schwierz...@gmail.com> you wrote: > MAINTAINERS.boards is generated from boards.cfg at > commit b149c4c. > > Signed-off-by: Daniel Schwierzeck I understand your intentions, but I have to admit that I seriously dislik

Re: [U-Boot] [RFC PATCH 2/5] MAINTAINERS: add initial version

2014-04-20 Thread Wolfgang Denk
Dear Daniel Schwierzeck, In message <1398027454-20399-3-git-send-email-daniel.schwierz...@gmail.com> you wrote: > MAINTAINERS contains all currently known custodians based on > infos from wiki [1] and u-boot git forks [2]. > > [1] http://www.denx.de/wiki/U-Boot/Custodians > [2] http://git.denx.d

[U-Boot] [RFC PATCH 2/5] MAINTAINERS: add initial version

2014-04-20 Thread Daniel Schwierzeck
MAINTAINERS contains all currently known custodians based on infos from wiki [1] and u-boot git forks [2]. [1] http://www.denx.de/wiki/U-Boot/Custodians [2] http://git.denx.de/?p=u-boot.git;a=forks Signed-off-by: Daniel Schwierzeck --- MAINTAINERS | 338

[U-Boot] [RFC PATCH 5/5] get_maintainer.pl: adapt to U-Boot tree

2014-04-20 Thread Daniel Schwierzeck
Switch core maintainer to Tom Rini. Add support for reading MAINTAINERS and MAINTAINERS.board. Adapt directory layout for git tree detection. Signed-off-by: Daniel Schwierzeck --- scripts/get_maintainer.pl | 81 +++ 1 file changed, 47 insertions(+), 3

[U-Boot] [RFC PATCH 1/5] scripts: add script for converting boards.cfg to MAINTAINERS

2014-04-20 Thread Daniel Schwierzeck
Signed-off-by: Daniel Schwierzeck --- scripts/boardscfg2maintainers.sh | 259 +++ 1 file changed, 259 insertions(+) create mode 100755 scripts/boardscfg2maintainers.sh diff --git a/scripts/boardscfg2maintainers.sh b/scripts/boardscfg2maintainers.sh new file

[U-Boot] [RFC PATCH 0/5] introduce get_maintainer.pl

2014-04-20 Thread Daniel Schwierzeck
This series imports get_maintainer.pl from kernel and reintroduce the MAINTAINERS file in the according format. Currently one have to manually grep all infos about board maintainers or custodians from various sources like git log, wiki or boards.cfg. get_maintainer.pl makes this task much easier.

Re: [U-Boot] config: enable CONFIG_API in distro config

2014-04-20 Thread Simon Glass
Hi Dennis, On 19 April 2014 08:42, Dennis Gilmore wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, 19 Apr 2014 15:01:40 +0100 > Ian Campbell wrote: > > > On Fri, 2014-04-18 at 11:43 -0600, Simon Glass wrote: > > > Hi Stephen, > > > > > > On 18 April 2014 11:23, Stephen Warre

Re: [U-Boot] [PATCH 2/2] patman: Avoid duplicate sign-offs

2014-04-20 Thread Simon Glass
Hi Masahiro, On 27 March 2014 22:42, Masahiro Yamada wrote: > Hi Simon, > > > > Collect all Signed-off-by tags in a commit and make sure that there are > > no duplicates. > > > > Signed-off-by: Simon Glass > > > I have a change request about this patch. > > It is true this patch avoids duplicat

[U-Boot] [PATCH v2 1/2] patman: Deal with 'git apply' failures correctly

2014-04-20 Thread Simon Glass
This sort of failure is rare, but the code to deal with it is wrong. Fix it. Signed-off-by: Simon Glass --- Changes in v2: None tools/patman/gitutil.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/patman/gitutil.py b/tools/patman/gitutil.py index 5dcbaa3..3ea

[U-Boot] [PATCH v2 2/2] patman: Avoid duplicate sign-offs

2014-04-20 Thread Simon Glass
Keep track of all Signed-off-by tags in a commit and silently suppress any duplicates. Signed-off-by: Simon Glass --- Changes in v2: - Rather than collecting signoff tags, just suppress duplicates tools/patman/README | 1 + tools/patman/commit.py | 14 ++ tools/patman

Re: [U-Boot] [linux-sunxi] [PATCH 3/3] net/designware: align cache invalidation on rx

2014-04-20 Thread Shixin Zeng
​ On Sat, Apr 19, 2014 at 9:52 AM, Ian Campbell wrote: > Signed-off-by: Ian Campbell > --- > drivers/net/designware.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/designware.c b/drivers/net/designware.c > index 7d14cec..30446d3 100644 > --- a/drivers/net/

Re: [U-Boot] [linux-sunxi] Uboot error: address not aligned in v7_dcache_inval_range

2014-04-20 Thread Shixin Zeng
On Sat, Apr 19, 2014 at 9:30 AM, Ian Campbell wrote: > On Sun, 2014-04-13 at 23:45 -0400, Shixin Zeng wrote: > > Hi, > > > > I compiled the current u-boot from > > https://github.com/jwrdegoede/u-boot-sunxi.git for cubieboard2, and > > wrote it to the SD card. I was trying to boot the kernel on m

Re: [U-Boot] [PATCH v4] arm: ep9315: Return back Cirrus Logic EDB9315A board support

2014-04-20 Thread sergey kostanbaev
Hi Albert, See answers below On Thu, Apr 17, 2014 at 10:12 AM, Albert ARIBAUD wrote: > Hi Sergey, > > On Thu, 6 Mar 2014 21:20:20 +0400, Sergey Kostanbaev > wrote: > > > diff --git a/arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S > b/arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S > > index bf2fa2a..

Re: [U-Boot] [PATCH] lib/sha256: fix compile on some hosts

2014-04-20 Thread Bo Shen
Hi Andreas, On 04/20/2014 04:34 PM, Andreas Bießmann wrote: Commit 2842c1c24269a05142802d25520e7cb9035e456c introduced lib/sha256 into mkimage. Since then it will be compiled with HOSTCC which may produce errors on some systems. Most BSD systems (like OS X for me) do not ship a linux/string.h wh

[U-Boot] [GIT PULL] u-boot-mips/master

2014-04-20 Thread Daniel Schwierzeck
The following changes since commit b149c4c399b111cec1ff7505ca9fabbeeb4fe394: ARM:tegra20: Remove aes debug prints (2014-04-18 16:14:17 -0400) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to fetch changes up to ed638b6af2e9089bc998500db7e9c655c02c2

[U-Boot] [PATCH] lib/sha256: fix compile on some hosts

2014-04-20 Thread Andreas Bießmann
Commit 2842c1c24269a05142802d25520e7cb9035e456c introduced lib/sha256 into mkimage. Since then it will be compiled with HOSTCC which may produce errors on some systems. Most BSD systems (like OS X for me) do not ship a linux/string.h which will lead to take the U-Boot provided include/linux/string.

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-20 Thread Igor Grinberg
On 04/18/14 09:35, Tim Harvey wrote: > On Thu, Apr 17, 2014 at 4:44 AM, Stefano Babic wrote: >> Hi Igor, hi Tim >> >> On 17/04/2014 13:22, Igor Grinberg wrote: >> >>> >>> get_ram_size() works on cm-fx6 all DRAM configurations. >> >> As on most boards in mainline ;-) >> > > It looks like I mis-int