Re: [U-Boot] [ANN] v2014.01-rc3

2014-01-13 Thread Lukasz Majewski
Hi Tom > Hey all, > > I've put v2014.01-rc3 out and we should have a tarball soon. > > Here's where we're at, I feel. We got some big changes in, which had > been due for a while, on Friday. I don't think it's a good idea to > release today, so I'm going to push things out a week. > > Here's

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-13 Thread Nobuhiro Iwamatsu
Hi, Jagan. 2014/1/9 Jagan Teki : > Hi Nobuhiro, > > On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu > wrote: >> Hi, >> >> This macro was changed by following patch. >> http://patchwork.ozlabs.org/patch/307934/ > OK. > I will pick this once Albert pop your PR. > > Any more spi patches? > I dont

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-13 Thread Nobuhiro Iwamatsu
Hi, 2014/1/14 Nobuhiro Iwamatsu : > Hi, Jagan. > > 2014/1/9 Jagan Teki : >> Hi Nobuhiro, >> >> On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu >> wrote: >>> Hi, >>> >>> This macro was changed by following patch. >>> http://patchwork.ozlabs.org/patch/307934/ >> OK. >> I will pick this once Alber

Re: [U-Boot] [PATCH v2] fuelgauge: max17042: fix i2c read issue which causes infinity loop.

2014-01-13 Thread Minkyu Kang
On 13/01/14 18:27, Przemyslaw Marczak wrote: > Hello Minkyu, > > On 12/30/2013 11:31 AM, Przemyslaw Marczak wrote: >> Hello, >> >> On 12/30/2013 11:24 AM, Przemyslaw Marczak wrote: >>> Issues: >>> - reading i2c data by passing u16 pointer causes errors in read data. >>> - max17042 status register

Re: [U-Boot] [PATCH 1/5] edid: add function to convert edid to fb_videomode

2014-01-13 Thread Fabio Estevam
Hi Eric, On Fri, Jan 10, 2014 at 7:36 PM, Eric Nelson wrote: > I just tried gluing this up for use in the Nitrogen6X HDMI channel, > but found that this is more difficult than expected. > > Apparently the i.MX6 clock tree doesn't (yet) support use with > the 1080P monitor I have connected. Yes,

Re: [U-Boot] [PATCH 8/9] ums: always initialize mmc before ums_disk_init()

2014-01-13 Thread Minkyu Kang
On 09/01/14 23:31, Mateusz Zalega wrote: > In some cases MMC was still uninitialized while media capacity check, > leading to broken ums command. > > Change-Id: I4b86c2c59e430fb8b55272ea14f00316d8cb3dca > Signed-off-by: Mateusz Zalega > Cc: Lukasz Majewski > Cc: Minkyu Kang > Cc: Kyungmin Park

Re: [U-Boot] [PATCH 1/2] mini2440: remove board support

2014-01-13 Thread Minkyu Kang
On 14/01/14 05:06, Albert ARIBAUD wrote: > Signed-off-by: Albert ARIBAUD > --- > board/friendlyarm/mini2440/Makefile | 8 -- > board/friendlyarm/mini2440/mini2440.c | 118 > board/friendlyarm/mini2440/mini2440.h | 144 > -- > board

Re: [U-Boot] [PATCH v6 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL

2014-01-13 Thread Scott Wood
On Mon, 2014-01-13 at 11:58 +0530, Prabhakar Kushwaha wrote: > On 1/10/2014 7:40 AM, Po Liu wrote: > > diff --git a/drivers/mtd/nand/fsl_ifc_spl.c b/drivers/mtd/nand/fsl_ifc_spl.c > > index 9de327b..6b43496 100644 > > --- a/drivers/mtd/nand/fsl_ifc_spl.c > > +++ b/drivers/mtd/nand/fsl_ifc_spl.c > >

Re: [U-Boot] [PATCH v15 07/10] arm64: core support

2014-01-13 Thread FengHua
hi bhupesh, > Hi David, > > In reference to my mail above, I see that the transition to EL2 (from EL3) > which occurs very early > in start.S needs to be changed on lines of the ARMv7 code, i.e. the EL2 > transition should happen just > before Linux is booted up by the u-boot. > > The reason fo

[U-Boot] XHCI Issues

2014-01-13 Thread Aaron Williams
Hi all, I am bringing up XHCI support for our SOC and have run into several issues with U-Boot's XHCI code. 1. I need to use a wrapper I call xhci_readl/xhci_writel since all of our I/O is to 64-bit addresses rather than readl/writel which work for PCIe. While xhci_readl/xhci_writel is used

[U-Boot] [PATCH REPOST4 1/2] ARM: rpi_b: power on SDHCI and USB HW modules

2014-01-13 Thread Stephen Warren
Send RPC commands to the VideoCore to turn on the SDHCI and USB modules. For SDHCI this isn't needed in practice, since the firmware already turned on the power in order to load U-Boot. However, it's best to be explicit. For USB, this is necessary, since the module isn't powered otherwise. This wil

[U-Boot] [PATCH REPOST4 2/2] ARM: bcm2835: fix mailbox timeout

2014-01-13 Thread Stephen Warren
My original intention was to have a 100ms timeout. However, the timer operations used return values in ms not us, so we ended up with a 100s timeout instead. Fixing this exposes that some operations need longer to operate than 100ms, so bump the timeout up to a whole second. Reported-by: Andre Hei

Re: [U-Boot] [PATCH 1/5] edid: add function to convert edid to fb_videomode

2014-01-13 Thread Eric Nelson
Hi Fabio, On 01/13/2014 05:36 PM, Fabio Estevam wrote: Hi Eric, On Fri, Jan 10, 2014 at 7:36 PM, Eric Nelson wrote: I just tried gluing this up for use in the Nitrogen6X HDMI channel, but found that this is more difficult than expected. Apparently the i.MX6 clock tree doesn't (yet) support

Re: [U-Boot] [PATCH v5 04/12] samsung: misc: move display logo function to misc.c file.

2014-01-13 Thread Jaehoon Chung
Dear Przemyslaw, On 01/10/2014 11:31 PM, Przemyslaw Marczak wrote: > board/samsung/common/misc.c: > - move draw_logo() function from exynos_fb.c > - add get_tizen_logo_info() function call removed from board files > > boards: > - update board files > - add CONFIG_MISC_INIT_R to Universal, Trats a

Re: [U-Boot] [PATCH v6 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL

2014-01-13 Thread Prabhakar Kushwaha
On 1/14/2014 6:39 AM, Scott Wood wrote: On Mon, 2014-01-13 at 11:58 +0530, Prabhakar Kushwaha wrote: On 1/10/2014 7:40 AM, Po Liu wrote: diff --git a/drivers/mtd/nand/fsl_ifc_spl.c b/drivers/mtd/nand/fsl_ifc_spl.c index 9de327b..6b43496 100644 --- a/drivers/mtd/nand/fsl_ifc_spl.c +++ b/drivers

[U-Boot] [PATCH] arm: exynos: change to use clrbits macro instead of readl/writel function

2014-01-13 Thread Inha Song
Use setbits/clrbits macro instead of readl/writel function Signed-off-by: Inha Song --- arch/arm/cpu/armv7/exynos/clock.c | 87 +++-- 1 file changed, 25 insertions(+), 62 deletions(-) diff --git a/arch/arm/cpu/armv7/exynos/clock.c b/arch/arm/cpu/armv7/exynos/c

Re: [U-Boot] [PATCH] arm: exynos: change to use clrbits macro instead of readl/writel function

2014-01-13 Thread Jaehoon Chung
Hi, Inha. Plz, add Samsung SoC custodian. Refer to http://www.denx.de/wiki/U-Boot/Custodians On 01/14/2014 01:01 PM, Inha Song wrote: > Use setbits/clrbits macro instead of readl/writel function > > Signed-off-by: Inha Song > --- > arch/arm/cpu/armv7/exynos/clock.c | 87 > +++-

Re: [U-Boot] XHCI Issues

2014-01-13 Thread Aaron Williams
On 01/13/2014 06:20 PM, Aaron Williams wrote: Hi all, I am bringing up XHCI support for our SOC and have run into several issues with U-Boot's XHCI code. 1. I need to use a wrapper I call xhci_readl/xhci_writel since all of our I/O is to 64-bit addresses rather than readl/writel which work f

Re: [U-Boot] Prefetch abort exception

2014-01-13 Thread Albert ARIBAUD
Hi Parimala, On Mon, 13 Jan 2014 19:00:04 +0530, Parimala Baggiri wrote: > Hello, > > I have added interrupt support for armv7 platform, by implementing the > do_irq and irq_install_handler and arch_interrupt_init functions. > > Initially default_isr is the handler function installed for all t

Re: [U-Boot] fdt performance

2014-01-13 Thread Aaron Williams
Hi Simon, Sorry for the long delay. On 10/17/2013 03:27 PM, Simon Glass wrote: Hi Aaron, On Thu, Oct 17, 2013 at 12:24 AM, Aaron Williams wrote: Hi all, In our bootloader based off of 2013.07 we make extensive use of the flat device tree. In profiling our bootloader in our simulator I foun

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-13 Thread Jagan Teki
Hi Nobuhiro, On Tue, Jan 14, 2014 at 5:42 AM, Nobuhiro Iwamatsu wrote: > Hi, > > 2014/1/14 Nobuhiro Iwamatsu : >> Hi, Jagan. >> >> 2014/1/9 Jagan Teki : >>> Hi Nobuhiro, >>> >>> On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu >>> wrote: Hi, This macro was changed by following pa

Re: [U-Boot] [PATCH 1/9] kmp204x: support for QRIO1 bootcounter

2014-01-13 Thread Stefan Roese
Hi Valentin, On 13.01.2014 17:29, Valentin Longchamp wrote: > From: Rainer Boschung > > - make use of the QRIO1 32bit register at 0x20 as bootcounter register > - check for BOOTCOUNT_MAGIC pattern when before bootcounter value is read > > Signed-off-by: Rainer Boschung > Signed-off-by: Valenti

[U-Boot] [PATCH 0/3] fix: Trats/Trats2 default envs adjustement for 2014.01 release

2014-01-13 Thread Lukasz Majewski
Adjust default envs for Trats and Trats2 boards. Those changes are supposed to cleanup and improve things for v2014.01 u-boot release. Lukasz Majewski (3): config: Update envs for trats and trats2 - new entries for new partitions ARM: trats2: dfu: Enable default Poll Timeout for Trats2 bo

[U-Boot] [PATCH 1/3] config: Update envs for trats and trats2 - new entries for new partitions

2014-01-13 Thread Lukasz Majewski
This patch adds extra dfu_alt_info entries to support storing the whole BOOT , DATA and UMS partitions. This allows upgrade of uImage and device tree blob (dtb) files at once. Now it is also possible to store ext4 rootfs prepared with well established linux tools (like mkfs.ext4). Signed-off-by:

[U-Boot] [PATCH 2/3] ARM: trats2: dfu: Enable default Poll Timeout for Trats2 board

2014-01-13 Thread Lukasz Majewski
Provide default Poll Timeout value for Trats2 board. Signed-off-by: Lukasz Majewski --- Changes for v2: - None Change-Id: I06ee5c228fa4f92ab445333cbdb12464944daa35 --- include/configs/trats2.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/trats2.h b/include/configs/trat

[U-Boot] [PATCH 3/3] config: Update envs for trats and trats2 - Disable L2 cache

2014-01-13 Thread Lukasz Majewski
Disable L2 caches for Trats and Trats2 devices. It turns out that for data downloading with thordown command L2 cache disablement brings a significant speed improvement. rootfs - 400 MiB: - L2 cache enabled: 2.69 MiB/s - L2 cache disabled:5.56 MiB/s Such i

[U-Boot] [PATCH] board:universal: fix i2c adapter

2014-01-13 Thread Piotr Wilczek
Universal uses only one adapter I2C_0. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park --- board/samsung/universal_c210/universal.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal

Re: [U-Boot] [PATCH REPOST4 1/2] ARM: rpi_b: power on SDHCI and USB HW modules

2014-01-13 Thread Albert ARIBAUD
Hi Stephen, On Mon, 13 Jan 2014 19:50:11 -0700, Stephen Warren wrote: > Send RPC commands to the VideoCore to turn on the SDHCI and USB modules. > For SDHCI this isn't needed in practice, since the firmware already > turned on the power in order to load U-Boot. However, it's best to be > explici

Re: [U-Boot] [PATCH v2] fuelgauge: max17042: fix i2c read issue which causes infinity loop.

2014-01-13 Thread Przemyslaw Marczak
Hello, On 01/14/2014 01:24 AM, Minkyu Kang wrote: On 13/01/14 18:27, Przemyslaw Marczak wrote: Hello Minkyu, On 12/30/2013 11:31 AM, Przemyslaw Marczak wrote: Hello, On 12/30/2013 11:24 AM, Przemyslaw Marczak wrote: Issues: - reading i2c data by passing u16 pointer causes errors in read dat

Re: [U-Boot] [PATCH 1/5] edid: add function to convert edid to fb_videomode

2014-01-13 Thread Christian Gmeiner
2014/1/12 Anatolij Gustschin : > On Wed, 8 Jan 2014 08:24:21 +0100 > Christian Gmeiner wrote: > >> There may be some custom boards in the field which have >> an seperate eeprom chip to store edid informations in it. >> To make use of those edid information in the board code >> this patch add a fu

Re: [U-Boot] [PATCH 3/5] fdt: add fdt_add_display_timings(..)

2014-01-13 Thread Christian Gmeiner
2014/1/12 Anatolij Gustschin : > Hi Stefano, > > On Wed, 08 Jan 2014 11:53:39 +0100 > Stefano Babic wrote: > ... >> Agree that we have to sync u-boot and kernel, and this can be a way in >> the short term. >> >> I am asking if this is in the long term the best way to do it. You are >> converting E

<    1   2