Re: [U-Boot] [PATCH 2/2] tools/kwbimage.c: fix build on darwin

2014-10-27 Thread Stefan Roese
On 24.10.2014 23:39, andreas.de...@googlemail.com wrote: From: Andreas Bießmann kwbimage uses get_current_dir_name(3) which is a gnu extension and not available on darwin host. Fix this by converting to portable getcwd(3) function. This patch fixes the following error: ---8<--- HOSTCC tool

Re: [U-Boot] [BUG] kwimage v0 broken

2014-10-27 Thread Stefan Roese
Hi! On 25.10.2014 07:59, drEagle wrote: With the latest u-boot mainline from denx git, the kirkwood image old version/format are broken; Sheevaplug u-boot.kwb is no more flahsable and brick the plug. Using an older mkimage version still work with the same u-boot binary. u-boot (in elf loading

Re: [U-Boot] [PATCH 0/6] MIPS Kconfig updates

2014-10-27 Thread Stefan Roese
Hi Daniel, On 26.10.2014 14:37, Daniel Schwierzeck wrote: This patch series introduce Kconfig symbols for various MIPS specific config options. It also add Kconfig symbols for board specific config options on vct and dbau1x00. With this series the option CONFIG_SYS_EXTRA_OPTIONS becomes obsolete

Re: [U-Boot] [PATCH 3/8] ARMv8/fsl-lsch3: Refactor spin-table code

2014-10-27 Thread arnab.b...@freescale.com
Hi Albert > -Original Message- > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > Sent: Monday, October 27, 2014 2:36 AM > To: Basu Arnab-B45036 > Cc: marc.zyng...@arm.com; mark.rutl...@arm.com; Sun York-R58495; Yoder > Stuart-B08248; u-boot@lists.denx.de > Subject: Re: [U-Boot] [

Re: [U-Boot] [U-Boot, v4, 14/20] arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board

2014-10-27 Thread Stefan Roese
Hi Albert, Hi Tom! On 27.10.2014 07:32, Albert ARIBAUD wrote: Applied to u-boot/master, thanks! I am getting an error here with this board: Didn't find the file 'board/Marvell/db-mv784mp-gp/binary.0' in 'build/current/.bm-work/00/build' which is mandatory to generate the image This file gener

Re: [U-Boot] [PATCH v3 1/1] fs: fat/ext4/sandbox: Deal with files > 2GB

2014-10-27 Thread Albert ARIBAUD
Hello Suriyan, On Sun, 26 Oct 2014 21:42:52 -0700, Suriyan Ramasami wrote: > Subject: [PATCH v3 1/1] fs: fat/ext4/sandbox: Deal with files > 2GB Could you repost using the full 'negative' word instead of an abbreviation? Otherwise people looking for issues by keywords might miss this one. Amic

[U-Boot] [PATCH] arm: mvebu: maxbcm: Fix compilation warning and add Spansion SPI NOR support

2014-10-27 Thread Stefan Roese
This patch fixes the following compilation warning for maxbcm: Building maxbcm board... textdata bss dec hex filename 1600756596 38240 204911 3206f ./u-boot board/maxbcm/maxbcm.c: In function 'reset_phy': board/maxbcm/maxbcm.c:68:6: warning: unused variable 'reg' [-Wun

Re: [U-Boot] [PATCH 1/2] ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options

2014-10-27 Thread Hans de Goede
Hi, On 10/27/2014 01:35 AM, Tom Rini wrote: > On Fri, Oct 24, 2014 at 08:34:15PM +0200, Hans de Goede wrote: > >> Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options, so that >> we can have CONFIG_ARMV7_SEC_BY_DEFAULT as a proper Kconfig option. >> >> Signed-off-by: Hans de Goede >>

Re: [U-Boot] [PATCH] power_spi.c: Rewrite pmic_reg function

2014-10-27 Thread Stefano Babic
Hi Tom. On 25/10/2014 13:38, Tom Rini wrote: > The pmic_spi_free function isn't ever used, and as the frameworks stand > today, cannot be, so remove it. That's right - it was originally implemented to have a symmetric interface, but never used. > Integrate the probe function into > pmic_reg as

[U-Boot] Buildman cookbook

2014-10-27 Thread Wolfgang Denk
Hello, it would be nice if we could add a buildman cookbok with hints how to get started quickly with the most frequent use cases (or add some quickstart section to the README). Things that I would like to have better documented include: - dependencies on external tools: -> tools/buildm

Re: [U-Boot] [PATCH v4 19/20] tools: kwbimage: Add image version 1 support for Armada XP / 370

2014-10-27 Thread Wolfgang Denk
Dear Stefan, In message <1413972804-24250-20-git-send-email...@denx.de> you wrote: > This patch integrates the Barebox version of this kwbimage.c file into > U-Boot. As this version supports the image version 1 type for the > Armada XP / 370 SoCs. This commit causes the following build warning on

Re: [U-Boot] [PATCH 1/2] ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options

2014-10-27 Thread Ian Campbell
On Fri, 2014-10-24 at 20:34 +0200, Hans de Goede wrote: > diff --git a/arch/arm/cpu/armv7/Kconfig b/arch/arm/cpu/armv7/Kconfig > new file mode 100644 > index 000..84e3edb > --- /dev/null > +++ b/arch/arm/cpu/armv7/Kconfig > @@ -0,0 +1,20 @@ > +# FIXME, Once overything in u-boot is properly Kcon

Re: [U-Boot] [PATCH 00/14] Set of fixes for Exynos4xxx boards

2014-10-27 Thread Przemyslaw Marczak
Hello, On 10/24/2014 05:44 PM, Przemyslaw Marczak wrote: Hello Simon, Tom, The last driver-model changes was merged too fast and I was not able to test it well on all my boards. It was worked well for the first look, but after deep testing - it required some additional work to do. So this is a

Re: [U-Boot] [PATCH v3 4/8] common: spl: Add interactive DDR debugger support for SPL image

2014-10-27 Thread Albert ARIBAUD
Hello Alison, On Fri, 17 Oct 2014 16:00:30 +0800, Alison Wang wrote: > To support interactive DDR debugger, cli_simple.o, cli.o, cli_readline.o, > command.o, s_record.o, xyzModem.o and cmd_disk.o are all needed for > drivers/ddr/fsl/interactive.c. > > In current common/Makefile, the above .o fil

Re: [U-Boot] [PATCH V3 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-10-27 Thread René Griessl
Hello Andy, today I'm back from holiday. There is a lot of different work waiting for me, so I think it will be submitted by the end of next week. Did you try the V3 Patch? br René Am 06.10.2014 19:45, schrieb Andy Pont: Hello Rene, Subject: [U-Boot] [PATCH V3 2/3] usb: eth: add ASIX A

Re: [U-Boot] [PATCH 2/4] ARM: HYP/non-sec: Make armv7_init_nonsec() usable before relocation

2014-10-27 Thread Albert ARIBAUD
Hello Yuantian, On Thu, 16 Oct 2014 04:42:06 +, Yuantian Tang wrote: > > >> Wouldn't it be better to declare gic_dist_base as a local variable? > > >>It is only used once outside function armv7_switch_nonsec(). It could > > >>be replaced with > > >> get_gicd_base_address() call. > > >> > > >

Re: [U-Boot] [PATCH] arm: mvebu: maxbcm: Fix compilation warning and add Spansion SPI NOR support

2014-10-27 Thread Jagan Teki
On 27 October 2014 14:04, Stefan Roese wrote: > This patch fixes the following compilation warning for maxbcm: > > Building maxbcm board... >textdata bss dec hex filename > 1600756596 38240 204911 3206f ./u-boot > board/maxbcm/maxbcm.c: In function 'reset_phy': > boar

Re: [U-Boot] [PATCH v2 3/3] arm: odroid: usb: add support for usb host including ethernet

2014-10-27 Thread Przemyslaw Marczak
Hello Suriyan, On 10/24/2014 06:08 PM, Suriyan Ramasami wrote: Hello Minkyu Kang, On Thu, Oct 23, 2014 at 9:58 PM, Minkyu Kang wrote: Dear Suriyan Ramasami, On 21/10/14 02:52, Suriyan Ramasami wrote: This change adds support for enabling the USB host features of the board. This includes th

Re: [U-Boot] [PATCH v2 1/3] arm: odroid: pmic77686: allow bucket voltage settings

2014-10-27 Thread Przemyslaw Marczak
Hello Suriyan, On 10/24/2014 05:53 PM, Suriyan Ramasami wrote: Hello Jaehoon Chung, On Thu, Oct 23, 2014 at 11:52 PM, Jaehoon Chung wrote: Hi. On 10/21/2014 02:52 AM, Suriyan Ramasami wrote: Allow to set the bucket voltage for the max77686. This will be used to reset the SMC LAN9730 ethern

Re: [U-Boot] [PATCH v2 7/7] sunxi: kconfig: Add %_felconfig rule to enable FEL build of sunxi platforms.

2014-10-27 Thread Hans de Goede
Hi, On 10/24/2014 10:20 PM, Ian Campbell wrote: > $ make BOARD_felconfig > is more convenient than > $ make BOARD_defconfig > $ echo CONFIG_SPL_FEL=y >> .config > $ echo CONFIG_SPL_FEL=y >> spl/.config > > Signed-off-by: Ian Campbell > --- > v2: New patch. > > Is this a good

Re: [U-Boot] [PATCH 1/5] imx: gpt: Add 24Mhz OSC clock source support for GPT

2014-10-27 Thread Stefano Babic
Hi Ye, On 27/10/2014 05:10, Li Ye-B37916 wrote: > > The patch is used to add a choice for GPT clock source to provide high > frequency clock. The configuration "CONFIG_MXC_GPT_HCLK" is not dependent on > the chip version. Even it is i.MX28, it is ok to set the configuration. Ok, thanks for cl

Re: [U-Boot] [PATCH v1 1/1] odroid: Turn blue LED on in u-boot

2014-10-27 Thread Przemyslaw Marczak
Hello Suriyan, On 10/10/2014 12:20 AM, Suriyan Ramasami wrote: To indicate that u-boot is active turn on the blue LED. Signed-off-by: Suriyan Ramasami --- board/samsung/odroid/odroid.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/samsung/odroid/odroid.c b/board/samsung/odroi

Re: [U-Boot] [PATCH] tools/kwbimage.c: fix parser error handling

2014-10-27 Thread Jeroen Hofstee
Hello Andreas, On 24-10-14 23:25, andreas.de...@googlemail.com wrote: From: Andreas Bießmann The two error checks for image_boot_mode_id and image_nand_ecc_mode_id where wrong and would never fail, fix that! This was detected by Apple's clang compiler: ---8<--- HOSTCC tools/kwbimage.o too

[U-Boot] [PATCH 1/8] powerpc/mpc85xx: Add T1024/T1023 SoC support

2014-10-27 Thread Shengzhou Liu
Add support for Freescale T1024/T1023 SoC. The T1024 SoC includes the following function and features: - Two 64-bit Power architecture e5500 cores, up to 1.4GHz - private 256KB L2 cache each core and shared 256KB CoreNet platform cache (CPC) - 32-/64-bit DDR3L/DDR4 SDRAM memory controller with ECC

[U-Boot] [PATCH 4/8] net/fman: tune fman 10G driver to fit different SoC

2014-10-27 Thread Shengzhou Liu
- 10GEC1 uses mEMAC1 on T1024. - 10GEC1/10GEC2 use mEMAC9/mEMAC10 on T2080/T4240. - 10GEC3/10GEC4 use mEMAC1/mEMAC2 on T2080. As there are anomalous naming for 10GEC on earlier SoCs(e.g. T2080/T4240), now we introduce macro CONFIG_FSL_FM_TGEC_NORMAL_NAMING for those SoC (e.g. T1024) with inerratic

[U-Boot] [PATCH 2/8] powerpc/t1024qds: Add T1024 QDS board support

2014-10-27 Thread Shengzhou Liu
T1024QDS is a high-performance computing evaluation, development and test platform for T1024 QorIQ Power Architecture processor. T1024QDS board Overview --- - T1024 SoC integrating two 64-bit e5500 cores up to 1.4GHz - CoreNet fabric supporting coherent and noncoherent transact

[U-Boot] [PATCH 7/8] t1024: increase IO drive strength

2014-10-27 Thread Shengzhou Liu
Increase IO drive strength to fix FCS error on RGMII ports on T1024QDS and T1024RDB. Signed-off-by: Shengzhou Liu --- arch/powerpc/include/asm/immap_85xx.h | 3 +++ board/freescale/t102xqds/t102xqds.c | 4 board/freescale/t102xrdb/t102xrdb.c | 3 +++ 3 files changed, 10 insertions(+) d

[U-Boot] [PATCH 5/8] board/t1024qds: some update for pin mux

2014-10-27 Thread Shengzhou Liu
1. add fdt_fixup_spi_mux() for spi mux between SPI flash and TDM riser. 2. if "adaptor=sdxc" is set in hwconfig, route spi pin to SDHC slot. 3. if "pin_mux=tdm" is set in hwconfig, route spi pin to TDM Riser Card. Signed-off-by: Shengzhou Liu Signed-off-by: Xie Xiaobo Signed-off-by: Zhao Qiang

[U-Boot] [PATCH 8/8] board/t1024qds: add retimer support on t1024qds

2014-10-27 Thread Shengzhou Liu
Initialize retimer for XFI on t1024qds. Signed-off-by: Shengzhou Liu --- board/freescale/t102xqds/t102xqds.c | 57 + include/configs/T102xQDS.h | 5 +++- 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/board/freescale/t102xqds/t102xqds

[U-Boot] [PATCH 6/8] net/phy: enable serdes autonegotiation for vsc8514 phy

2014-10-27 Thread Shengzhou Liu
QSGMII doesn't work without enabling serdes auto-negotiation. Signed-off-by: Shengzhou Liu --- drivers/net/phy/vitesse.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/net/phy/vitesse.c b/drivers/net/phy/vitesse.c index 2b29cd8..5b2e11a 100644 --- a/drivers/net/phy/vitesse.

[U-Boot] [PATCH 3/8] powerpc/t1024rdb: Add T1024 RDB board support

2014-10-27 Thread Shengzhou Liu
T1024RDB is a Freescale Reference Design Board that hosts the T1024 SoC. T1024RDB board Overview --- - T1024 SoC integrating two 64-bit e5500 cores up to 1.4GHz - CoreNet fabric supporting coherent and noncoherent transactions with prioritization and bandwidth allocation - 32

[U-Boot] [PATCH] tools/kwbimage: Fix compilation warning

2014-10-27 Thread Stefan Roese
This patch fixes a compilation warning of kwbimage.c: tools/kwbimage.c: In function ‘kwbimage_set_header’: tools/kwbimage.c:784:8: warning: ‘headersz’ may be used uninitialized in this function [-Wmaybe-uninitialized] memcpy(ptr, image, headersz); ^ Instead of using multiple if statemen

[U-Boot] [PULL] Please pull u-boot-imx

2014-10-27 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit c43fd23cf619856b0763a64a6a3bcf3663058c49: Prepare v2014.10 (2014-10-14 04:47:15 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you to fetch changes up to 3f97af

Re: [U-Boot] [PATCH 00/19] [RFC] Power(full) framework based on Driver Model

2014-10-27 Thread Przemyslaw Marczak
Hello Tom, On 10/22/2014 05:31 PM, Tom Rini wrote: On Wed, Oct 08, 2014 at 10:48:36PM +0200, Przemyslaw Marczak wrote: Hello, This piece of code was a base for prepare my presentation talk for the U-Boot Mini Summit, which taking place at ELCE2014 conference, 13-th October 2014 Dusseldorf, Ger

[U-Boot] [PATCH] gic: fixed compilation error in GICv2 wait for interrupt macro

2014-10-27 Thread Yehuda Yitschak
a hexadicemal value was missing the "0x" prefix which caused assembler error Signed-off-by: Yehuda Yitschak --- arch/arm/include/asm/macro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/macro.h b/arch/arm/include/asm/macro.h index 541b4

Re: [U-Boot] [PATCH] tools/kwbimage: Fix compilation warning

2014-10-27 Thread Wolfgang Denk
Dear Stefan, In message <1414412953-25615-1-git-send-email...@denx.de> you wrote: > This patch fixes a compilation warning of kwbimage.c: > > tools/kwbimage.c: In function ‘kwbimage_set_header’: > tools/kwbimage.c:784:8: warning: ‘headersz’ may be used uninitialized in this > function [-Wmaybe-u

Re: [U-Boot] [PATCH 2/8] powerpc/t1024qds: Add T1024 QDS board support

2014-10-27 Thread Wolfgang Denk
Dear Shengzhou Liu, In message <1414411583-45090-2-git-send-email-shengzhou@freescale.com> you wrote: > T1024QDS is a high-performance computing evaluation, development and > test platform for T1024 QorIQ Power Architecture processor. ... > diff --git a/board/freescale/t102xqds/MAINTAINERS >

Re: [U-Boot] [PATCH 3/8] powerpc/t1024rdb: Add T1024 RDB board support

2014-10-27 Thread Wolfgang Denk
Dear Shengzhou Liu, In message <1414411583-45090-3-git-send-email-shengzhou@freescale.com> you wrote: > T1024RDB is a Freescale Reference Design Board that hosts the T1024 SoC. ... > --- /dev/null > +++ b/board/freescale/t102xrdb/MAINTAINERS > @@ -0,0 +1,14 @@ > +T102XRDB BOARD > +M: Shengz

Re: [U-Boot] [PATCH v2 3/3] arm: odroid: usb: add support for usb host including ethernet

2014-10-27 Thread Minkyu Kang
Dear Suriyan Ramasami, On 25/10/14 01:08, Suriyan Ramasami wrote: > Hello Minkyu Kang, > > > On Thu, Oct 23, 2014 at 9:58 PM, Minkyu Kang wrote: >> Dear Suriyan Ramasami, >> >> On 21/10/14 02:52, Suriyan Ramasami wrote: >>> This change adds support for enabling the USB host features of the boar

Re: [U-Boot] [PATCH] gic: fixed compilation error in GICv2 wait for interrupt macro

2014-10-27 Thread Albert ARIBAUD
Hello Yehuda, On Mon, 27 Oct 2014 14:07:16 +0200, Yehuda Yitschak wrote: > a hexadicemal value was missing the "0x" prefix which caused > assembler error > > Signed-off-by: Yehuda Yitschak > --- > arch/arm/include/asm/macro.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [U-Boot] [PATCH] tools/kwbimage: Fix compilation warning

2014-10-27 Thread Stefan Roese
Hi Wolfgang, On 27.10.2014 13:57, Wolfgang Denk wrote: tools/kwbimage.c: In function ‘kwbimage_set_header’: tools/kwbimage.c:784:8: warning: ‘headersz’ may be used uninitialized in this function [-Wmaybe-uninitialized] memcpy(ptr, image, headersz); ^ Instead of using multiple if sta

[U-Boot] [PATCH] git-mailrc: add pmic custodian

2014-10-27 Thread Przemyslaw Marczak
This adds custodian to the pmic subsystem. Signed-off-by: Przemyslaw Marczak Cc: Tom Rini --- doc/git-mailrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/git-mailrc b/doc/git-mailrc index 35f2eb2..ad22763 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -31,6 +31,7 @@ alias masa

[U-Boot] [PATCH 2/2] powerpc: TQM5200: convert to generic board

2014-10-27 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- include/configs/TQM5200.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 69c0336..cdccbef 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -1,5 +1,5 @@ /*

[U-Boot] [PATCH 1/2] powerpc: tqm8xx*: convert to generic board

2014-10-27 Thread Wolfgang Denk
This converts all TQM8xx boards (MPC8xx based) to generic board. Signed-off-by: Wolfgang Denk --- include/configs/TQM823L.h | 4 +++- include/configs/TQM823M.h | 4 +++- include/configs/TQM850L.h | 4 +++- include/configs/TQM850M.h | 4 +++- include/configs/TQM855L.h | 4 +++- include/configs/TQ

Re: [U-Boot] [PATCH] tools/kwbimage: Fix compilation warning

2014-10-27 Thread Wolfgang Denk
Dear Stefan, In message <544e4412.60...@denx.de> you wrote: > > >> + switch (version) { > >> + /* > >> + * Fallback to version 0 is no version is provided in the > >> + * cfg file > >> + */ > >> + case -1: ... > > What exactly is the difference between re

Re: [U-Boot] [PATCH 1/5] imx: gpt: Add 24Mhz OSC clock source support for GPT

2014-10-27 Thread Li Ye-B37916
Hi Stefano, On 10/27/2014 7:18 PM, Stefano Babic wrote: > Hi Ye, > > On 27/10/2014 05:10, Li Ye-B37916 wrote: >> The patch is used to add a choice for GPT clock source to provide high >> frequency clock. The configuration "CONFIG_MXC_GPT_HCLK" is not dependent >> on the chip version. Even it is

[U-Boot] Regression with ubifs initialization

2014-10-27 Thread Andrew Ruder
Hey all, It appears that 2014.10 has some issues with UBIFS initialization (details at bottom). git-bisect results in one of the following commits being broken. Surely it is the mtd one, but its parent commit (compat.h) does not compile. [ff94bc40af3] mtd, ubi, ubifs: resync with Linux-3.14 [0c

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-10-27 Thread Tom Rini
On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: > Hi Tom, > > On 24 October 2014 12:49, Tom Rini wrote: > > On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrote: > > > >> From: Michael Pratt > >> > >> Support a default memory bank, specified in reg, as well as > >> board-spec

Re: [U-Boot] [PATCH 1/5] imx: gpt: Add 24Mhz OSC clock source support for GPT

2014-10-27 Thread Stefano Babic
Hi Ye, On 27/10/2014 14:58, Li Ye-B37916 wrote: > Hi Stefano, > > On 10/27/2014 7:18 PM, Stefano Babic wrote: >> Hi Ye, >> >> On 27/10/2014 05:10, Li Ye-B37916 wrote: >>> The patch is used to add a choice for GPT clock source to provide high >>> frequency clock. The configuration "CONFIG_MXC_GP

Re: [U-Boot] Card doesn't support part_switch

2014-10-27 Thread Tom Rini
On Fri, Oct 24, 2014 at 09:44:50PM -0400, Brandon Williams wrote: > Hi there, > > I'm trying to switch to the second partition of my SD card and I'm running > into this error: > > U-Boot> mmc dev 0 2 > Card doesn't support part_switch > switch to partitions #2, ERROR > > Is this a limitation of

[U-Boot] [PULL] u-boot-mpc5xxx / master

2014-10-27 Thread Wolfgang Denk
Dear Tom, The following changes since commit d0796defbe8eff6fc3c27c893dcbc47af59d4764: Merge http://git.denx.de/u-boot-sunxi (2014-10-26 14:13:24 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git master for you to fetch changes up to f06f9a1fb1cd332435b9e

Re: [U-Boot] [PATCH] gic: fixed compilation error in GICv2 wait for interrupt macro

2014-10-27 Thread Yehuda Yitschak
Hello Albert > -Original Message- > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > Sent: Monday, October 27, 2014 15:05 > To: Yehuda Yitschak > Cc: u-boot@lists.denx.de; arnab.b...@freescale.com; > feng...@phytium.com.cn; york...@freescale.com; > scottw...@freescale.com > Subjec

Re: [U-Boot] [PULL] u-boot-socfpga/master

2014-10-27 Thread Tom Rini
On Mon, Oct 27, 2014 at 02:28:36AM +0100, Marek Vasut wrote: > The following changes since commit 5b3ee386fde82a1ba42ff09b95247842c9a1585e: > > kbuild: clear VENDOR variable to fix build error on tcsh (2014-10-23 > 16:35:12 > -0400) > > are available in the git repository at: > > git://gi

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

2014-10-27 Thread Tom Rini
On Thu, Oct 23, 2014 at 01:17:16PM -0400, Tom Rini wrote: > Hi me, > > The following changes since commit 68e80fdda1336068f40915388bbdacfd2b75233a: > > Merge git://git.denx.de/u-boot-dm (2014-10-22 13:51:45 -0400) > > are available in the git repository at: > > > git://git.denx.de/u-boot-

Re: [U-Boot] [PULL] Please pull u-boot-imx

2014-10-27 Thread Tom Rini
On Mon, Oct 27, 2014 at 01:32:23PM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit c43fd23cf619856b0763a64a6a3bcf3663058c49: > > Prepare v2014.10 (2014-10-14 04:47:15 -0400) > > are available in the git repository at: >

Re: [U-Boot] Regression with ubifs initialization

2014-10-27 Thread Wolfgang Denk
Dear Andrew, In message <20141027140241.GA7726@og3k> you wrote: > > It appears that 2014.10 has some issues with UBIFS initialization > (details at bottom). git-bisect results in one of the following commits > being broken. Surely it is the mtd one, but its parent commit > (compat.h) does not c

Re: [U-Boot] Regression with ubifs initialization

2014-10-27 Thread Andrew Ruder
On Mon, Oct 27, 2014 at 03:33:00PM +0100, Wolfgang Denk wrote: > > It appears that 2014.10 has some issues with UBIFS initialization > > (details at bottom). git-bisect results in one of the following commits > > being broken. Surely it is the mtd one, but its parent commit > > (compat.h) does no

Re: [U-Boot] [PATCH] tftp: Displace check for server ip

2014-10-27 Thread Tom Rini
On Sun, Oct 05, 2014 at 06:39:07PM +0200, Maxime Hadjinlian wrote: > If for some reason, 'serverip' is not set, and you are passing the > remote IP on the command line, the tftp command will fail, stating that > the 'serverip' is not set. > > By displacing this check, it fixes the issues. > > Si

Re: [U-Boot] [PATCH] tools/kwbimage: Fix compilation warning

2014-10-27 Thread Stefan Roese
Hi Wolfgang, On 27.10.2014 14:34, Wolfgang Denk wrote: + switch (version) { + /* +* Fallback to version 0 is no version is provided in the +* cfg file +*/ + case -1: ... What exactly is the difference between return cod

Re: [U-Boot] [PATCH v3 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-27 Thread Masahiro YAMADA
Hi Georges, This patch is really appreciated, but I found some mistakes. Please see below: 2014-10-27 7:25 GMT+09:00 Georges Savoundararadj : > +config SYS_CPU > +default "arm720t" if CPU_ARM720T > +default "arm920t" if CPU_ARM920T > +default "arm926ejs" if CPU_ARM926EJ

Re: [U-Boot] [RFC] MW rule and its period

2014-10-27 Thread Tom Rini
On Tue, Oct 21, 2014 at 09:34:11PM +0200, Wolfgang Denk wrote: > Dear Masahiro, > > In message > you > wrote: > > > > Even Linux needs 7 weeks to be stabilized > > in spite of much more commits than U-Boot. > > > > Do we really need 10 weeks? > > I think a fundamental difference between Linu

Re: [U-Boot] [PATCH v3 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-27 Thread Albert ARIBAUD
Hello Masahiro, On Tue, 28 Oct 2014 01:50:31 +0900, Masahiro YAMADA wrote: > Hi Georges, > > This patch is really appreciated, but I found some mistakes. > Please see below: > > > > 2014-10-27 7:25 GMT+09:00 Georges Savoundararadj : > > > +config SYS_CPU > > +default "arm720t" if CPU

Re: [U-Boot] [PATCH 7/7] spi: altera: Move the config options to the top

2014-10-27 Thread Jagan Teki
On 23 October 2014 01:26, Marek Vasut wrote: > Just move the configuration options scattered all over the driver > to the top of the source file. No functional change. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Albert Aribaud > Cc: Pavel Machek > Cc: Jagannadh

Re: [U-Boot] [PATCH v2 0/2] SPI: mxc_spi: slave initialisation fixes

2014-10-27 Thread Jagan Teki
On 23 October 2014 19:39, Markus Niebel wrote: > From: Markus Niebel > > current implementation of the mxc_spi host driver gives issues, > if using more than one slave on the same bus. These patches try > to improve this use case. > > They were tested on a TQMa6S (i.MX6S) with a custom mainboard

Re: [U-Boot] [PATCH] gic: fixed compilation error in GICv2 wait for interrupt macro

2014-10-27 Thread Albert ARIBAUD
Hello Yehuda, On Mon, 27 Oct 2014 14:29:09 +, Yehuda Yitschak wrote: > Hello Albert > > Which board(s) does this error show up in? > > There is no board in u-boot 2014.01 that use GICv2. I guess this is why it > went under radar > I use mainline u-boot for one of my platforms so I noticed

[U-Boot] [RFC] How to move lots of CONFIGs from header files to Kconfig

2014-10-27 Thread Masahiro YAMADA
Hi. I've been thinking how to move so many CONFIGs to Kconfig. First, I want to move many boolean macros such as CONFIG_CMD_*, because it seems easier than string, int, hex configs. Roughly, we have two options, I think. [1] I do this work for all the boards I will prepare many entries i

Re: [U-Boot] [PATCH v3 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-27 Thread Masahiro YAMADA
Hi Albert, 2014-10-28 2:09 GMT+09:00 Albert ARIBAUD : >> Tom and Albert, >> >> If Georges fixes those problems, is it possible to apply it shortly on >> the mainline? >> (directly u-boot/master? or via u-boot-arm/master?) > > I'm ok with this patch going in (through either tree). However: > >> Si

Re: [U-Boot] [RFC] How to move lots of CONFIGs from header files to Kconfig

2014-10-27 Thread Nikita Kiryanov
Hi Masahiro, On 27/10/14 19:13, Masahiro YAMADA wrote: Hi. I've been thinking how to move so many CONFIGs to Kconfig. First, I want to move many boolean macros such as CONFIG_CMD_*, because it seems easier than string, int, hex configs. Roughly, we have two options, I think. [1] I do this

Re: [U-Boot] [PATCH 3/5] spi: sf: Support byte program for sst spi flash

2014-10-27 Thread Jagan Teki
On 23 October 2014 19:06, Bin Meng wrote: > Currently if SST flash advertises SST_WP flag in the params table > the word program command (ADh) with auto address increment will be > used for the flash write op. However some SPI controllers do not > support the word program command (like the Intel I

Re: [U-Boot] [PATCH 4/5] sf: Update SST25* flash params of supported read commands

2014-10-27 Thread Jagan Teki
On 23 October 2014 19:07, Bin Meng wrote: > Explicitly list supported read commands in the flash prarmas table > for SST25* flash parts. > > Signed-off-by: Bin Meng > --- > drivers/mtd/spi/sf_params.c | 20 ++-- > include/spi_flash.h | 3 ++- > 2 files changed, 12 insert

[U-Boot] [U-BOOT PATCH] zynq: Use GPLed files for SPL

2014-10-27 Thread Soren Brinkmann
The latest Xilinx tools generate ps7_init files that are explicitly available under GPL. Change the makefile to allow drop in of those files for building the SPL. Signed-off-by: Soren Brinkmann --- board/xilinx/zynq/Makefile | 6 +++--- board/xilinx/zynq/xil_io.h | 2 +- 2 files changed, 4 inser

Re: [U-Boot] [ 1/2] tqma6: fix sf detection

2014-10-27 Thread Jagan Teki
On 23 October 2014 19:17, Markus Niebel wrote: > From: Markus Niebel > > Commit 155fa9af95ac5be857a7327e7a968a296e60d4c8 changed the way > to define a GPIO line, which can be used to force CS high > across multiple transactions. In order to fix sf detection > change board code to make use of boar

[U-Boot] [PATCH 1/2] mpc85xx/t208xqds: Adjust DDR timing parameters

2014-10-27 Thread York Sun
Adjust timing for dual-rank UDIMM, verified on M3CQ-8GHS3C0E for speed of 1066, 1333, 1600, 1866MT/s. The 1866 timing is copied to 2133 timing in case such DIMM comes available. Also update single-rank 1866 timing. Enable interactive debugging as well. Signed-off-by: York Sun CC: Shengzhou Liu

[U-Boot] [PATCH 2/2] mpc85xx/t2080: Fix parsing DDR ratio for new revision

2014-10-27 Thread York Sun
T2080 rev 1.1 changes MEM_RAT in RCW, which requires new parsing for ratio, the same way as T4240 rev 2.0. Signed-off-by: York Sun CC: Shengzhou Liu --- arch/powerpc/cpu/mpc85xx/speed.c | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/c

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

2014-10-27 Thread Jagannadha Sutradharudu Teki
Hi Tom, Please pull this PR. thanks! -- Jagan. The following changes since commit 0ce4af99c07acebf4fce9a91f1099d2460629293: Merge branch 'master' of git://git.denx.de/u-boot-imx (2014-10-27 09:08:42 -0400) are available in the git repository at: git://git.denx.de/u-boot-spi.git master

[U-Boot] [PATCH] powerpc/t1040qds: Update DDR option

2014-10-27 Thread York Sun
Enable interactive debugging by default. Remove DDR controller interleaving because this SoC only has one controller. Use auto chip-select interleaving to detect number of ranks. Signed-off-by: York Sun CC: Poonam Aggrwal --- include/configs/T1040QDS.h |5 ++--- 1 file changed, 2 insertions

Re: [U-Boot] [PATCH 00/14] Set of fixes for Exynos4xxx boards

2014-10-27 Thread Simon Glass
Hi Przemyslaw, On 24 October 2014 09:44, Przemyslaw Marczak wrote: > Hello Simon, Tom, > > The last driver-model changes was merged too fast and I was not able > to test it well on all my boards. It was worked well for the first > look, but after deep testing - it required some additional work to

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-10-27 Thread Simon Glass
Hi Tom, On 27 October 2014 08:24, Tom Rini wrote: > On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 24 October 2014 12:49, Tom Rini wrote: >> > On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrote: >> > >> >> From: Michael Pratt >> >> >> >> Support a defa

Re: [U-Boot] Regression with ubifs initialization

2014-10-27 Thread Andrew Ruder
On Mon, Oct 27, 2014 at 09:45:16AM -0500, Andrew Ruder wrote: > On Mon, Oct 27, 2014 at 03:33:00PM +0100, Wolfgang Denk wrote: > > > It appears that 2014.10 has some issues with UBIFS initialization > > > (details at bottom). git-bisect results in one of the following commits > > > being broken.

Re: [U-Boot] [PATCH v1 1/1] odroid: Turn blue LED on in u-boot

2014-10-27 Thread Suriyan Ramasami
Hello Przemyslaw Marczak, On Mon, Oct 27, 2014 at 4:35 AM, Przemyslaw Marczak wrote: > Hello Suriyan, > > On 10/10/2014 12:20 AM, Suriyan Ramasami wrote: >> >> To indicate that u-boot is active turn on the blue LED. >> >> Signed-off-by: Suriyan Ramasami >> --- >> board/samsung/odroid/odroid.c

[U-Boot] MKIMAGE u-boot.imx build error

2014-10-27 Thread Kucharczyk, David
Hi, I am in the middle of upgrading u-boot-2009.08 to u-boot-2014.07. Our resident u-boot expert is on vacation and I'm running into some issues. After working through a ton of compile errors I think I'm getting close. Our system is based on the Freescale iMX53. I am able to build and run on a

Re: [U-Boot] [PATCH v2 1/3] arm: odroid: pmic77686: allow bucket voltage settings

2014-10-27 Thread Suriyan Ramasami
Hello Przemyslaw Marczak, On Mon, Oct 27, 2014 at 4:08 AM, Przemyslaw Marczak wrote: > Hello Suriyan, > > > On 10/24/2014 05:53 PM, Suriyan Ramasami wrote: >> >> Hello Jaehoon Chung, >> >> >> On Thu, Oct 23, 2014 at 11:52 PM, Jaehoon Chung >> wrote: >>> >>> Hi. >>> >>> On 10/21/2014 02:52 AM, Su

[U-Boot] [PATCH v2, rebased 0/3] reduce warnings with W=1

2014-10-27 Thread Jeroen Hofstee
When compiling u-boot with W=1 there are numerous of warnings. This patchset attempts to reduce it a bit. One source of false warnings are the aliases missing a prototype, most of them are replaced with __weak functions. Others are cause by missing includes / local functions not be marked as such.

[U-Boot] [PATCH v2, rebased 1/3] i2c: use __weak

2014-10-27 Thread Jeroen Hofstee
Acked-by: Heiko Schocher Signed-off-by: Jeroen Hofstee --- drivers/i2c/i2c_core.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/i2c/i2c_core.c b/drivers/i2c/i2c_core.c index 18d6736..7f63987 100644 --- a/drivers/i2c/i2c_core.c +++ b/drivers/i2c/i2c_core.c @@ -395

[U-Boot] [PATCH v2, rebased 2/3] arm926ejs: cache: use __weak

2014-10-27 Thread Jeroen Hofstee
Cc: Albert Aribaud Signed-off-by: Jeroen Hofstee --- arch/arm/cpu/arm926ejs/cache.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/cache.c b/arch/arm/cpu/arm926ejs/cache.c index e86c2ed..8d7873c 100644 --- a/arch/arm/cpu/arm926ejs/cache.c +++ b/arc

[U-Boot] [PATCH v2, rebased 3/3] serial: add prototypes for init functions

2014-10-27 Thread Jeroen Hofstee
While at it, sort them. Cc: Tom Rini Cc: Simon Glass Signed-off-by: Jeroen Hofstee --- drivers/serial/serial.c | 140 include/serial.h| 49 + 2 files changed, 119 insertions(+), 70 deletions(-) diff --git a/drivers/seri

Re: [U-Boot] [PATCH 04/49] i2c: use __weak

2014-10-27 Thread Jeroen Hofstee
Hello Tom, On 27-10-14 01:31, Tom Rini wrote: On Thu, Oct 09, 2014 at 08:14:40PM +0200, Jeroen Hofstee wrote: Hello Heiko, On 09-10-14 07:00, Heiko Schocher wrote: Am 08.10.2014 22:57, schrieb Jeroen Hofstee: Signed-off-by: Jeroen Hofstee --- arch/arm/cpu/arm926ejs/cache.c | 5 + This

Re: [U-Boot] [PATCH v2 3/3] arm: odroid: usb: add support for usb host including ethernet

2014-10-27 Thread Suriyan Ramasami
Hello Przemyslaw Marczak, On Mon, Oct 27, 2014 at 4:08 AM, Przemyslaw Marczak wrote: > Hello Suriyan, > > > On 10/24/2014 06:08 PM, Suriyan Ramasami wrote: >> >> Hello Minkyu Kang, >> >> >> On Thu, Oct 23, 2014 at 9:58 PM, Minkyu Kang wrote: >>> >>> Dear Suriyan Ramasami, >>> >>> On 21/10/14 02:

Re: [U-Boot] [PATCH v2 3/3] arm: odroid: usb: add support for usb host including ethernet

2014-10-27 Thread Suriyan Ramasami
Hello Minkyu Kang, On Mon, Oct 27, 2014 at 6:03 AM, Minkyu Kang wrote: > Dear Suriyan Ramasami, > > On 25/10/14 01:08, Suriyan Ramasami wrote: >> Hello Minkyu Kang, >> >> >> On Thu, Oct 23, 2014 at 9:58 PM, Minkyu Kang wrote: >>> Dear Suriyan Ramasami, >>> >>> On 21/10/14 02:52, Suriyan Ramasam

[U-Boot] [PATCH 1/2] am335x_evm: Add NOR to Kconfig

2014-10-27 Thread Tom Rini
Make enabling support for NOR (and describe where it's seen) be done via Kconfig. Signed-off-by: Tom Rini --- board/ti/am335x/Kconfig |7 +++ configs/am335x_evm_nor_defconfig |3 ++- configs/am335x_evm_norboot_defconfig |3 ++- 3 files changed, 11 insertions(+),

[U-Boot] [PATCH 2/2] am335x_evm: Convert NOR_BOOT to Kconfig

2014-10-27 Thread Tom Rini
Signed-off-by: Tom Rini --- board/ti/am335x/Kconfig |8 configs/am335x_evm_norboot_defconfig |2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/board/ti/am335x/Kconfig b/board/ti/am335x/Kconfig index 0ba00bf..883ff45 100644 --- a/board/ti/am335x/Kco

Re: [U-Boot] [PATCH] e1000: fix sw fw sync on igb i210/i211

2014-10-27 Thread Tim Harvey
On Sun, Oct 26, 2014 at 2:57 PM, Marcel Ziswiler wrote: > On Thu, 2014-10-23 at 01:12 -0700, Tim Harvey wrote: >> I've never been able to get e1000_swfw_sync_acquire() to not timeout >> on the boards with i210 devices that I have (IMX6 with 2x i210 >> programmed as 8086:1533 using int phys). > > A

Re: [U-Boot] [PATCH v3 1/1] fs: fat/ext4/sandbox: Deal with files > 2GB

2014-10-27 Thread Suriyan Ramasami
Hello Albert, On Sun, Oct 26, 2014 at 11:35 PM, Albert ARIBAUD wrote: > Hello Suriyan, > > On Sun, 26 Oct 2014 21:42:52 -0700, Suriyan Ramasami > wrote: > >> Subject: [PATCH v3 1/1] fs: fat/ext4/sandbox: Deal with files > 2GB > > Could you repost using the full 'negative' word instead of an > ab

[U-Boot] [PATCH v4 1/1] fs: fat/ext4/sandbox: Deal with files greater than 2GB

2014-10-27 Thread Suriyan Ramasami
The commands fatls/ext4ls give negative values when dealing with files greater than 2GB. The commands fatsize/ext4size do not update the variable filesize for these files. To deal with this, the fs functions have been modified to take an additional parameter of type "* loff_t" which is then popula

[U-Boot] [PATCH v3 0/3] reduce warnings with W=1

2014-10-27 Thread Jeroen Hofstee
When compiling u-boot with W=1 there are numerous of warnings. This patchset attempts to reduce it a bit. One source of false warnings are the aliases missing a prototype, most of them are replaced with __weak functions. Others are cause by missing includes / local functions not be marked as such.

[U-Boot] [PATCH v3 1/3] i2c: use __weak

2014-10-27 Thread Jeroen Hofstee
Cc: Heiko Schocher Signed-off-by: Jeroen Hofstee --- drivers/i2c/i2c_core.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/i2c/i2c_core.c b/drivers/i2c/i2c_core.c index 18d6736..d34b749 100644 --- a/drivers/i2c/i2c_core.c +++ b/drivers/i2c/i2c_core.c @@ -229,

Re: [U-Boot] e1000: add i211 and unprogrammed i210/i211 support

2014-10-27 Thread Tom Rini
On Mon, Sep 08, 2014 at 12:03:50AM +0200, Marcel Ziswiler wrote: > This patch adds support for i211 as well as unprogrammed aka tools only > i210/i211 chip support. > > Signed-off-by: Marcel Ziswiler Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] stdio: staticize locally-used call-backs

2014-10-27 Thread Tom Rini
On Tue, Sep 30, 2014 at 04:01:45PM -0700, Eric Nelson wrote: > The various nulldev_x and stdio_serial_x calls are only used indirectly > through the nulldev and serial devices, so make them static and > prevent the dreaded "Should it be static?" warning with "make C=1". > > Signed-off-by: Eric Ne

Re: [U-Boot] [PULL] u-boot-mpc5xxx / master

2014-10-27 Thread Tom Rini
On Mon, Oct 27, 2014 at 03:29:51PM +0100, Wolfgang Denk wrote: > Dear Tom, > > The following changes since commit d0796defbe8eff6fc3c27c893dcbc47af59d4764: > > Merge http://git.denx.de/u-boot-sunxi (2014-10-26 14:13:24 -0400) > > are available in the git repository at: > > > git://git.den

Re: [U-Boot] cli: hush: Adjust 'run' command to run each line of the env var

2014-10-27 Thread Tom Rini
On Tue, Oct 07, 2014 at 01:59:43PM -0600, Simon Glass wrote: > The run command treats each argument an an environment variable. It gets the > value of each variable and executes it as a command. If an environment > variable contains a newline and the hush cli is used, it is supposed to > execute e

  1   2   >