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

2014-10-27 Thread Suriyan Ramasami
The commands fatls/ext4ls give -ve values when dealing with files 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 populated. The return

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

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

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 Albert ARIBAUD
Hello Tom, On Sun, 26 Oct 2014 20:37:44 -0400, Tom Rini tr...@ti.com wrote: On Mon, Oct 27, 2014 at 01:01:07AM +0100, Albert ARIBAUD wrote: On Thu, 23 Oct 2014 11:05:46 -0400, Tom Rini tr...@ti.com a écrit : On Wed, Oct 22, 2014 at 12:13:18PM +0200, Stefan Roese wrote: This

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 andreas.de...@googlemail.com 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

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

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

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] [PATCH

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

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 suriya...@gmail.com 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

[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'

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: -

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 all

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

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

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 b18...@freescale.com 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,

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

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 yuantian.t...@freescale.com 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 s...@denx.de 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':

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 mk7.k...@samsung.com 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

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 jh80.ch...@samsung.com 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

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 i...@hellion.org.uk --- v2: New patch. Is this a

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

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 suriya...@gmail.com --- board/samsung/odroid/odroid.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/samsung/odroid/odroid.c

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 andreas.de...@googlemail.com 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---

[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

[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

[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 shengzhou@freescale.com --- arch/powerpc/include/asm/immap_85xx.h | 3 +++ board/freescale/t102xqds/t102xqds.c | 4 board/freescale/t102xrdb/t102xrdb.c | 3 +++ 3 files

[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 shengzhou@freescale.com Signed-off-by: Xie Xiaobo

[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 shengzhou@freescale.com --- board/freescale/t102xqds/t102xqds.c | 57 + include/configs/T102xQDS.h | 5 +++- 2 files changed, 61 insertions(+), 1 deletion(-) diff --git

[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 shengzhou@freescale.com --- 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

[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 -

[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

[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

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,

[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 yehu...@marvell.com --- arch/arm/include/asm/macro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/macro.h

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

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: Shengzhou Liu

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 mk7.k...@samsung.com wrote: Dear Suriyan Ramasami, On 21/10/14 02:52, Suriyan Ramasami wrote: This change adds support for enabling the USB host features of

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 yehu...@marvell.com wrote: a hexadicemal value was missing the 0x prefix which caused assembler error Signed-off-by: Yehuda Yitschak yehu...@marvell.com --- arch/arm/include/asm/macro.h | 2 +- 1 file changed,

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

[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 p.marc...@samsung.com Cc: Tom Rini tr...@ti.com --- 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 +++

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

2014-10-27 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk w...@denx.de --- 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 @@

[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 w...@denx.de --- 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 +++-

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 return code -1 (no

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 i.MX28,

[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

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 tr...@ti.com wrote: On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrote: From: Michael Pratt mpr...@chromium.org Support a default memory bank, specified in reg, as well as

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_GPT_HCLK is not

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 my SD

[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

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 Subject: Re:

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:

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-ti.git

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

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 not

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.

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

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 savou...@gmail.com: +config SYS_CPU +default arm720t if CPU_ARM720T +default arm920t if CPU_ARM920T +default arm926ejs if

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 CAMhH57R2eBf26ONYD4fnLRWDQ=bjy_0crlm_yoprzgdmwoq...@mail.gmail.com you wrote: Even Linux needs 7 weeks to be stabilized in spite of much more commits than U-Boot. Do we really need 10

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 yamad...@jp.panasonic.com 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 savou...@gmail.com: +config SYS_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 ma...@denx.de 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 ma...@denx.de Cc: Chin Liang See cl...@altera.com Cc: Dinh Nguyen dingu...@altera.com

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 list-09_u-b...@tqsc.de wrote: From: Markus Niebel markus.nie...@tq-group.com 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

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 yehu...@marvell.com 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

[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

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 albert.u.b...@aribaud.net: 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).

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 bmeng...@gmail.com 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

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 bmeng...@gmail.com wrote: Explicitly list supported read commands in the flash prarmas table for SST25* flash parts. Signed-off-by: Bin Meng bmeng...@gmail.com --- drivers/mtd/spi/sf_params.c | 20 ++-- include/spi_flash.h | 3 ++-

[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 soren.brinkm...@xilinx.com --- board/xilinx/zynq/Makefile | 6 +++--- board/xilinx/zynq/xil_io.h | 2

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

2014-10-27 Thread Jagan Teki
On 23 October 2014 19:17, Markus Niebel list-09_u-b...@tqsc.de wrote: From: Markus Niebel markus.nie...@tq-group.com 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

[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

[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 york...@freescale.com CC: Shengzhou Liu shengzhou@freescale.com --- arch/powerpc/cpu/mpc85xx/speed.c | 23 --- 1 file changed, 20

[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 york...@freescale.com CC: Poonam Aggrwal poonam.aggr...@freescale.com ---

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 p.marc...@samsung.com 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

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 tr...@ti.com wrote: On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: Hi Tom, On 24 October 2014 12:49, Tom Rini tr...@ti.com wrote: On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrote: From: Michael Pratt mpr...@chromium.org

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. Surely it

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 p.marc...@samsung.com 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 suriya...@gmail.com ---

[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 p.marc...@samsung.com 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 jh80.ch...@samsung.com wrote: Hi. On

[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 h...@denx.de Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl --- 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 +++

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

2014-10-27 Thread Jeroen Hofstee
Cc: Albert Aribaud albert.u.b...@aribaud.net Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl --- 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

[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 tr...@ti.com Cc: Simon Glass s...@chromium.org Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl --- drivers/serial/serial.c | 140 include/serial.h| 49 + 2 files changed, 119

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 Hofsteejer...@myspectrum.nl ---

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 p.marc...@samsung.com 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 mk7.k...@samsung.com wrote: Dear Suriyan Ramasami,

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 mk7.k...@samsung.com 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 mk7.k...@samsung.com wrote: Dear Suriyan Ramasami, On 21/10/14

[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 tr...@ti.com --- board/ti/am335x/Kconfig |7 +++ configs/am335x_evm_nor_defconfig |3 ++- configs/am335x_evm_norboot_defconfig |3 ++- 3 files changed, 11

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

2014-10-27 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- 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 ---

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 mar...@ziswiler.com 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

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 albert.u.b...@aribaud.net wrote: Hello Suriyan, On Sun, 26 Oct 2014 21:42:52 -0700, Suriyan Ramasami suriya...@gmail.com wrote: Subject: [PATCH v3 1/1] fs: fat/ext4/sandbox: Deal with files 2GB Could you repost using the full

[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

[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 h...@denx.de Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl --- 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 +++

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 mar...@ziswiler.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

  1   2   >