[U-Boot] [PATCH V1 0/1] EXYNOS5: I2C: Add FDT and non-FDT support for I2C

2013-04-04 Thread Amar
s patch updates the function board_i2c_init() to add support for both FDT and non-FDT for I2C, and initialise the I2C channels. Amar (1): EXYNOS5: I2C: Added FDT and non-FDT support for I2C drivers/i2c/s3c24x0_i2c.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) --

[U-Boot] [PATCH V1 1/1] EXYNOS5: I2C: Add FDT and non-FDT support for I2C

2013-04-04 Thread Amar
This patch updates the function board_i2c_init() to add support for both FDT and non-FDT for I2C, and initialise the I2C channels. Signed-off-by: Amar amarendra...@samsung.com --- drivers/i2c/s3c24x0_i2c.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] [PATCH] BUGFIX: arm: armv7: data abort in get_bad_stack_swi

2013-04-04 Thread Albert ARIBAUD
Hi Tetsuyuki, On Thu, 4 Apr 2013 13:52:47 +0900, Tetsuyuki Kobayashi k...@kmckk.co.jp wrote: When swi instruction is executed, it is expected to get message software interrupt in console and dump registers and reboot, as do_software_interrupt() in arch/arm/lib/interrupts.c. Actually it

Re: [U-Boot] [PATCH] BUGFIX: arm: armv7: data abort in get_bad_stack_swi

2013-04-04 Thread Albert ARIBAUD
The can you please submit a V2 patch fixing all four of them? s/The/Then/ (and s//coffee, too) Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] USB3.0 Interrupt transfer in u-boot

2013-04-04 Thread Puneet Sharma
Hello, I want to test USB keyboard for XHCI in u-boot and to do that i need the Interrupt transfer code in XHCI controller driver in u-boot. If possible, can you help me to give that piece of code or can you help me to figure out in kernel where can i find it so that i can try to replicate it in

[U-Boot] [PATCH] EXYNOS: Add API for power reset and shutdown

2013-04-04 Thread Rajeshwari Shinde
This patch adds API's to reset and shutdown the power of EXYNOS boards power_shutdown: powers off the board by deasserting PS_HOLD pin. power_reset: this function software resets the Exynos board when called. Signed-off-by: Che-Liang Chiou clch...@chromium.org Signed-off-by: Rajeshwari Shinde

Re: [U-Boot] [PATCH V2] ARM: bcm2835: fix get_timer() to return ms

2013-04-04 Thread Albert ARIBAUD
Hi Stephen, On Wed, 03 Apr 2013 21:22:06 -0600, Stephen Warren swar...@wwwdotorg.org wrote: On 03/28/2013 09:14 AM, Albert ARIBAUD wrote: Hi Stephen, On Thu, 28 Mar 2013 08:59:05 -0600, Stephen Warren swar...@wwwdotorg.org wrote: On 03/28/2013 05:15 AM, Albert ARIBAUD wrote: Hi

Re: [U-Boot] [STATUS] v2013.04-rc2 released

2013-04-04 Thread Albert ARIBAUD
Hi Tom, On Wed, 3 Apr 2013 17:33:03 -0400, Tom Rini tr...@ti.com wrote: Hey all, I've tagged and pushed v2013.04-rc2 now. We're getting closer to the expected release date, but I hope to meet the deadline still. First, a word of warning. The syntax for 'ext4write' was changed to match

Re: [U-Boot] [PATCH 2/2] ARM: Add support for IGEP COM AQUILA/CYGNUS

2013-04-04 Thread Enric Balletbo Serra
Tom, One more question... 2013/4/4 Enric Balletbo Serra eballe...@gmail.com Hi Tom, Thanks for your comments. 2013/4/4 Tom Rini tr...@ti.com On Wed, Apr 03, 2013 at 03:12:03PM +0200, Enric Balletbo i Serra wrote: From: Enric Balletbo i Serra eballe...@iseebcn.com The IGEP COM

Re: [U-Boot] u-boot boot process is broken, how do i recover?

2013-04-04 Thread Thomas Petazzoni
Dear JPT, On Wed, 03 Apr 2013 10:13:02 +0200, JPT wrote: | \/ | __ _ _ _| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_|\_/ \___|_|_| _ _ _ | | | | | __ ) ___ ___ |

Re: [U-Boot] [PATCH] spi: mxc_spi: Fix ECSPI reset handling

2013-04-04 Thread Stefano Babic
On 03/04/2013 18:54, Dirk Behme wrote: Am 03.04.2013 11:12, schrieb Stefano Babic: On 21/03/2013 09:03, Dirk Behme wrote: Reviewing the ECSPI reset handling shows two issues: Hi Dirk, agree completely, only a very minor question.. + +reg_ctrl = reg_read(regs-ctrl); As you says,

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

2013-04-04 Thread Stefano Babic
Hi Albert, last iMX fixes for the release. Please pull from u-boot-imx, thanks. The following changes since commit b27673ccbd3d5435319b5c09c3e7061f559f925d: Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' (2013-03-15 20:50:43 +0100) are available in the git repository at:

Re: [U-Boot] [STATUS] v2013.04-rc2 released

2013-04-04 Thread Stefano Babic
On 04/04/2013 10:20, Albert ARIBAUD wrote: Hi Tom, Hi Albert, Mainly I am waiting for Vincent's V10 to be tested a bit, and also I am going to post the fix for the __bss_end mixup. Anything else for 2013.04 ARM still missing, people please yell at me. Apart my pull request I have sent

Re: [U-Boot] [PATCH v9 18/30] nand: mxc: Switch NAND SPL to generic SPL

2013-04-04 Thread Albert ARIBAUD
Hi Benoît, On Wed, 3 Apr 2013 08:30:12 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: The resulting HEAD is identical to yours, except for board/freescale/mx31ads/u-boot.lds in which you had removed the following unrelated line for 30/30: __bss_end = .;

Re: [U-Boot] u-boot boot process is broken, how do i recover?

2013-04-04 Thread Albert ARIBAUD
Hi Thomas, On Thu, 4 Apr 2013 10:18:15 +0200, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: On Marvell hardware, you can send a different U-Boot using the serial port, even if the on-flash U-Boot is broken. Have a look at tools/kwboot.c in the mainline U-Boot sources. It uses

[U-Boot] [PATCH] board/bsc9131rdb: Update default boot environment settings

2013-04-04 Thread Priyanka Jain
BSC9131RDB has 1GB DDR. Out of this, only 880MB is passed on to Linux via bootm_size. Remaining -16MB is reserved for PowerPC-DSP shared control area -128MB is reserved for DSP private area. Also 256MB, out of this 880MB is required for data communication between PowerPC and DSP core. For this

Re: [U-Boot] [STATUS] v2013.04-rc2 released

2013-04-04 Thread Andreas Bießmann
Hi all, On 04/04/2013 10:20 AM, Albert ARIBAUD wrote: Hi Tom, On Wed, 3 Apr 2013 17:33:03 -0400, Tom Rini tr...@ti.com wrote: Hey all, I've tagged and pushed v2013.04-rc2 now. We're getting closer to the expected release date, but I hope to meet the deadline still. If you have

Re: [U-Boot] [STATUS] v2013.04-rc2 released

2013-04-04 Thread Albert ARIBAUD
Hi Stefano, On Thu, 04 Apr 2013 10:55:40 +0200, Stefano Babic sba...@denx.de wrote: On 04/04/2013 10:20, Albert ARIBAUD wrote: Hi Tom, Hi Albert, Mainly I am waiting for Vincent's V10 to be tested a bit, and also I am going to post the fix for the __bss_end mixup. Anything else

Re: [U-Boot] [PATCH 1/5] ARM: vexpress: move files in preparation for adding a new platform

2013-04-04 Thread Albert ARIBAUD
Hi Andre, On Wed, 3 Apr 2013 15:44:32 +0200, Andre Przywara andre.przyw...@linaro.org wrote: From: Ryan Harkin ryan.har...@linaro.org The current ca9x4_ct_vxp platform contains support for a Versatile Express motherboard with a quad core A9 core tile. This patch is the first stage of

Re: [U-Boot] [PATCH 2/5] ARM: vexpress: create A9 specific board config

2013-04-04 Thread Albert ARIBAUD
Hi Andre, On Wed, 3 Apr 2013 15:44:33 +0200, Andre Przywara andre.przyw...@linaro.org wrote: From: Ryan Harkin ryan.har...@linaro.org This patch creates a new config for the A9 quad core tile that includes the generic config for the Versatile Express platform. Signed-off-by: Ryan Harkin

Re: [U-Boot] u-boot boot process is broken, how do i recover?

2013-04-04 Thread JPT
Am 04.04.2013 11:17, schrieb Albert ARIBAUD: Hi Thomas, On Thu, 4 Apr 2013 10:18:15 +0200, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: On Marvell hardware, you can send a different U-Boot using the serial port, even if the on-flash U-Boot is broken. Have a look at

Re: [U-Boot] freescale i.MX28 mxsboot NAND booting on mx28evk bad blocks

2013-04-04 Thread Trent Piepho
On Mon, Mar 18, 2013 at 5:50 PM, Paul B. Henson hen...@acm.org wrote: I'm prototyping a project that's going to need to boot linux from NAND on a mx28evk board. I was able to successfully use the u-boot mxsboot utility to generate a nand image and burn it, then boot from it. I noticed one

[U-Boot] Query

2013-04-04 Thread Ujjwal Zamad - PES
Hi, I am working on dm365 board. My query is Can I put offset of CFG_ENV_REDUND before offset of CFG_ENV ? Both the blocks of Nand will be aligned but Redundant Enviroment variables will come first before original Enviroment variables. Regards, Ujjwal Zamad Einfochips

Re: [U-Boot] [PATCH] BUGFIX: arm: armv7: data abort in get_bad_stack_swi

2013-04-04 Thread Tetsuyuki Kobayashi
(04/04/2013 03:24 PM), Albert ARIBAUD wrote: The can you please submit a V2 patch fixing all four of them? s/The/Then/ (and s//coffee, too) Amicalement, OK. I will do it tomorrow. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 1/5] ARM: vexpress: move files in preparation for adding a new platform

2013-04-04 Thread Andre Przywara
On 04/04/2013 12:06 PM, Albert ARIBAUD wrote: Hi Andre, On Wed, 3 Apr 2013 15:44:32 +0200, Andre Przywara andre.przyw...@linaro.org wrote: From: Ryan Harkin ryan.har...@linaro.org The current ca9x4_ct_vxp platform contains support for a Versatile Express motherboard with a quad core A9 core

Re: [U-Boot] [PATCH 2/5] ARM: vexpress: create A9 specific board config

2013-04-04 Thread Andre Przywara
On 04/04/2013 12:09 PM, Albert ARIBAUD wrote: Hi Andre, On Wed, 3 Apr 2013 15:44:33 +0200, Andre Przywara andre.przyw...@linaro.org wrote: From: Ryan Harkin ryan.har...@linaro.org This patch creates a new config for the A9 quad core tile that includes the generic config for the Versatile

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

2013-04-04 Thread Albert ARIBAUD
Hi Stefano, On Thu, 04 Apr 2013 10:31:56 +0200, Stefano Babic sba...@denx.de wrote: Hi Albert, last iMX fixes for the release. Please pull from u-boot-imx, thanks. The following changes since commit b27673ccbd3d5435319b5c09c3e7061f559f925d: Merge branch 'u-boot-tegra/master' into

Re: [U-Boot] [PATCH 5/7] usb: hub: Increase device enumeration timeout for broken drives

2013-04-04 Thread Vivek Gautam
Hi Marek, On Thu, Apr 4, 2013 at 9:28 AM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Hi Marek, On Thu, Mar 28, 2013 at 8:02 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Few broken usb mass storage devices can take some time to set Current Connect Status (CCS) and

Re: [U-Boot] USB3.0 Interrupt transfer in u-boot

2013-04-04 Thread Vivek Gautam
Hello Puneet, On Thu, Apr 4, 2013 at 11:55 AM, Puneet Sharma puneet.sha...@moschip.com wrote: Hello, I want to test USB keyboard for XHCI in u-boot and to do that i need the Interrupt transfer code in XHCI controller driver in u-boot. If possible, can you help me to give that piece of code

Re: [U-Boot] USB3.0 Interrupt transfer in u-boot

2013-04-04 Thread Puneet Sharma
Hello Vivek, I did made use of the patches you added for XHCI support in u-boot and with the help of them only was able to enumerate USB devices connected over USB3.0 port and also do BULK transfer. With respect to Interrupt transfer, i did tried to make use of kernel code but unfortunately

[U-Boot] [PATCH v2 0/9] Introduce Samsung's new board Trats2

2013-04-04 Thread Piotr Wilczek
This patchset add support for a new Samsung board Trats2 This patchset depends on: commit: 8faefadb7305b95d02df38bd2ea61429d59483e5 Author: Marc Dietrich marvi...@gmx.de 2013-03-29 08:57:10 disk: fix unaligned access in efi partitions Changes in v2: - removed lcd callback in

[U-Boot] [PATCH v2 1/9] pmic:max77686: add function to set voltage and mode

2013-04-04 Thread Piotr Wilczek
This patch add new functions to pmic max77686 to set voltage and mode. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com CC: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in v2: - changed printf

[U-Boot] [PATCH v2 2/9] drivers:power:max77693: add support for new multi function pmic max77693

2013-04-04 Thread Piotr Wilczek
This patch add support for new multi function pmic max77693. The driver is split into three modules: pmic, muic and fuel gage. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Lukasz Majewski l.majew...@samsung.com --- Changes in v2: -

[U-Boot] [PATCH v2 3/9] arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12

2013-04-04 Thread Piotr Wilczek
This patch fix wrong value returned by 's5p_gpio_part_max' function for Exynos4412. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes in v2: - new patch

[U-Boot] [PATCH v2 4/9] i2c:multi_i2c: add new macros I2C_7 and I2C_10

2013-04-04 Thread Piotr Wilczek
Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Lukasz Majewski l.majew...@samsung.com --- Changes in v2: - new patch board/samsung/common/multi_i2c.c | 21 + 1 file changed, 21 insertions(+) diff --git

[U-Boot] [PATCH v2 5/9] power: fix pmic command

2013-04-04 Thread Piotr Wilczek
This patch fix automatic i2c bus change when calling subsequent 'pmic' command on diffrent devices connected to separete i2c bus. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Lukasz Majewski l.majew...@samsung.com --- Changes in

[U-Boot] [PATCH v2 6/9] drivers:video:s6e8ax0: change data_to_send array to static

2013-04-04 Thread Piotr Wilczek
This patch change 'data_to_send' array to static to avoid unaligned access exeption on some platforms (ex Trats2). Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com CC: Anatolij Gustschin ag...@denx.de

[U-Boot] [PATCH v2 7/9] drivers:lcd: fix unaligned access on lcd

2013-04-04 Thread Piotr Wilczek
This patch replace 'le32_to_cpu' function with 'get_unaligend_le32' to avoid unaligned access exception on some ARM platforms (ex Trats2). Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Anatolij Gustschin ag...@denx.de --- Changes in

Re: [U-Boot] [PATCH 2/5] ARM: vexpress: create A9 specific board config

2013-04-04 Thread Albert ARIBAUD
Hi Andre, On Thu, 04 Apr 2013 12:31:08 +0200, Andre Przywara andre.przyw...@linaro.org wrote: On 04/04/2013 12:09 PM, Albert ARIBAUD wrote: Hi Andre, On Wed, 3 Apr 2013 15:44:33 +0200, Andre Przywara andre.przyw...@linaro.org wrote: From: Ryan Harkin ryan.har...@linaro.org This

[U-Boot] [PATCH v2 9/9] Add a maintainer entry for the Trats2 board.

2013-04-04 Thread Piotr Wilczek
Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes in v2: - new patch MAINTAINERS |4 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6469973..4630228 100644 --- a/MAINTAINERS +++

[U-Boot] [PATCH v2 8/9] samsung: trats2: add support for new board Trats2

2013-04-04 Thread Piotr Wilczek
This patch add support for a new Samsung board Trats2. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes in v2: - removed lcd callback in panel_info - changed i2c from hardware to software -

Re: [U-Boot] [PATCH] exynos: change indentation of defines in cpu.h

2013-04-04 Thread Minkyu Kang
On 02/04/13 14:22, Minkyu Kang wrote: Fix the indentation of some defines by tab. Signed-off-by: Minkyu Kang mk7.k...@samsung.com --- arch/arm/include/asm/arch-exynos/cpu.h |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h

Re: [U-Boot] [STATUS] v2013.04-rc2 released

2013-04-04 Thread Mats Kärrman
Hi Tom, Tom Rini wrote: If you have specific bugfixes, please hit me up and CC the list. [U-Boot] powerpc/lib: fix unsafe register handling in wait_ticks (2012-01-27) Out of curiosity and perhaps to have better success in the future; what is the reason that this patch hasn't made it into the

Re: [U-Boot] [PATCH v2 8/9] samsung: trats2: add support for new board Trats2

2013-04-04 Thread Jaehoon Chung
On 04/04/2013 08:13 PM, Piotr Wilczek wrote: This patch add support for a new Samsung board Trats2. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes in v2: - removed lcd callback in

Re: [U-Boot] [PATCH v2 8/9] samsung: trats2: add support for new board Trats2

2013-04-04 Thread Piotr Wilczek
Dear Jaehoon Chung, + + /* +* MMC device init +* mmc0 : eMMC (8-bit buswidth) +* mmc2 : SD card (4-bit buswidth) +*/ + if (err) + debug(SDMMC0 not configured\n); + else + err = s5p_mmc_init(0, 8); + + /* T-flash detect */ +

Re: [U-Boot] [PATCH] flash: Add optional verify-after-write feature

2013-04-04 Thread Wolfgang Denk
Dear Stefan Roese, In message 1365059554-10662-1-git-send-email...@denx.de you wrote: Sometimes it might make sense to verify the written data to NOR flash. This patch adds this feature. To enable this verify-after-write, you need to define CONFIG_SYS_FLASH_VERIFY_AFTER_WRITE in your board

Re: [U-Boot] u-boot boot process is broken, how do i recover?

2013-04-04 Thread Albert ARIBAUD
Hi JPT, On Thu, 04 Apr 2013 12:21:43 +0200, JPT j-...@gmx.net wrote: Am 04.04.2013 11:17, schrieb Albert ARIBAUD: Hi Thomas, On Thu, 4 Apr 2013 10:18:15 +0200, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: On Marvell hardware, you can send a different U-Boot using the

Re: [U-Boot] Query

2013-04-04 Thread Wolfgang Denk
Dear Ujjwal Zamad - PES, In message 655601493.15879.1365069579480.javamail.r...@ahm.einfochips.com you wrote: My query is Can I put offset of CFG_ENV_REDUND before offset of CFG_ENV ? Both the blocks of Nand will be aligned but Redundant Enviroment variables will come first before

Re: [U-Boot] [PATCH v2 9/9] Add a maintainer entry for the Trats2 board.

2013-04-04 Thread Wolfgang Denk
Dear Piotr Wilczek, In message 1365074001-5360-10-git-send-email-p.wilc...@samsung.com you wrote: Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes in v2: - new patch Please squash into [PATCH v2 8/9] samsung: trats2: add

Re: [U-Boot] [STATUS] v2013.04-rc2 released

2013-04-04 Thread Wolfgang Denk
Dear Mats Kärrman, In message ed3e0bcacd909541ba94a34c4a164d4c4297f...@post.tritech.se you wrote: Tom Rini wrote: If you have specific bugfixes, please hit me up and CC the list. [U-Boot] powerpc/lib: fix unsafe register handling in wait_ticks (2012-01-27) Out of curiosity and perhaps

Re: [U-Boot] [PATCH] flash: Add optional verify-after-write feature

2013-04-04 Thread Stefan Roese
Hi Wolfgang, On 04.04.2013 14:46, Wolfgang Denk wrote: In message 1365059554-10662-1-git-send-email...@denx.de you wrote: Sometimes it might make sense to verify the written data to NOR flash. This patch adds this feature. To enable this verify-after-write, you need to define

[U-Boot] please pull u-boot-samsung master

2013-04-04 Thread Minkyu Kang
Dear Albert, The following changes since commit ebd749da69f423a26222d2cdde9a77007fd8b4b7: Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' (2013-03-26 10:40:13 +0100) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up

Re: [U-Boot] [PATCH v2 9/9] Add a maintainer entry for the Trats2 board.

2013-04-04 Thread Piotr Wilczek
Dear Wolfgang Denk, -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Thursday, April 04, 2013 3:08 PM To: Piotr Wilczek Cc: u-boot@lists.denx.de; Kyungmin Park Subject: Re: [U-Boot] [PATCH v2 9/9] Add a maintainer entry for the Trats2 board. Dear Piotr Wilczek,

[U-Boot] [PATCH 0/1] OMAP4/5: I2C: New read/write/probe functions

2013-04-04 Thread Lubomir Popov
The main feature of this new OMAP4/5 driver is that now i2c_read operates correctly with chips that have addressable registers wider than 8 bits (such as TI temperature sensors), or that have multiple non-addressable registers that have to be retrieved in a bulk transaction (such as TI clock

[U-Boot] [PATCH 1/1] OMAP4/5: I2C: New read/write/probe functions

2013-04-04 Thread Lubomir Popov
These new functions are built for OMAP4 and OMAP5 only. The major improvement is that the new i2c_read fixes the inability to read correctly from certain types of I2C chips. - Rewritten i2c_read to operate correctly with all types of chips. - Optimized i2c_write. Both read/write functions try to

[U-Boot] [PATCH v2] flash: Add optional verify-after-write feature

2013-04-04 Thread Stefan Roese
Sometimes it might make sense to verify the written data to NOR flash. This patch adds this feature. To enable this verify-after-write, you need to define CONFIG_FLASH_VERIFY in your board config header. Please note that this option is useless in nearly all cases, since such flash programming

[U-Boot] [PATCH] mpc5200: a3m071/a4m2k: Enable flash verify option

2013-04-04 Thread Stefan Roese
Signed-off-by: Stefan Roese s...@denx.de --- include/configs/a3m071.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/a3m071.h b/include/configs/a3m071.h index 13f3226..662d8ca 100644 --- a/include/configs/a3m071.h +++ b/include/configs/a3m071.h @@ -101,6 +101,7 @@ #define

Re: [U-Boot] [PATCH v9 18/30] nand: mxc: Switch NAND SPL to generic SPL

2013-04-04 Thread Benoît Thébaudeau
Hi Albert, On Thursday, April 4, 2013 11:07:23 AM, Albert ARIBAUD wrote: Hi Benoît, On Wed, 3 Apr 2013 08:30:12 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: The resulting HEAD is identical to yours, except for board/freescale/mx31ads/u-boot.lds in which you had

Re: [U-Boot] please pull u-boot-samsung master

2013-04-04 Thread Albert ARIBAUD
Hi Minkyu, On Thu, 04 Apr 2013 22:34:59 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes since commit ebd749da69f423a26222d2cdde9a77007fd8b4b7: Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' (2013-03-26 10:40:13 +0100) are available in

[U-Boot] [PATCH] video: exynos_fb: Add the missing #else clause

2013-04-04 Thread Ajay Kumar
This patch fixes a bug introduced while adding DT support to Exynos FIMD driver: commit c23f3157d69bbb6c044256870f745f195b12431e Author: Ajay Kumar ajaykumar...@samsung.com Date: Thu Feb 21 23:53:01 2013 + video: exynos_fb: add DT support for FIMD driver

Re: [U-Boot] [PATCH v9 18/30] nand: mxc: Switch NAND SPL to generic SPL

2013-04-04 Thread Albert ARIBAUD
Hi Benoît, On Thu, 4 Apr 2013 16:05:27 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Thursday, April 4, 2013 11:07:23 AM, Albert ARIBAUD wrote: Hi Benoît, On Wed, 3 Apr 2013 08:30:12 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com

Re: [U-Boot] OMAP (4) boot_params

2013-04-04 Thread Michael Cashwell
On Apr 4, 2013, at 1:52 AM, Wolfgang Denk w...@denx.de wrote: Dear Tom, On Apr 3, 2013, at 11:34 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: ... except, as I said above, at this point your code should not write at all, be it in BSS or data, until the C environment is set up. So...

[U-Boot] [PATCH 1/2] dfu:ext4:fix: Change ext4write command order of parameters

2013-04-04 Thread Lukasz Majewski
Following commit: cmd_ext4: BREAK and correct ext4write parameter order SHA1:0171d52c410cbaa9290b1b214e695697c835bfe5 introduced cleanup of ext4write semantics to be consistent with other filesystem's writing commands (e.g. fatwrite). This commit provides correct ext4write command generation at

[U-Boot] [PATCH 2/2] dfu: Increase DFU buffer size from 4MiB to 8MiB

2013-04-04 Thread Lukasz Majewski
Increase size of DMA buffer from 4MiB to 8MiB. This is necessary due to uImage size increase. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/dfu.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [U-Boot] [STATUS] v2013.04-rc2 released

2013-04-04 Thread Scott Wood
On 04/04/2013 08:12:07 AM, Wolfgang Denk wrote: Dear Mats Kärrman, In message ed3e0bcacd909541ba94a34c4a164d4c4297f...@post.tritech.se you wrote: Tom Rini wrote: If you have specific bugfixes, please hit me up and CC the list. [U-Boot] powerpc/lib: fix unsafe register handling in

[U-Boot] [PATCH v2] OMAP: Fix copy-paste bug that did not enable UART4 clock

2013-04-04 Thread Lubomir Popov
V2 fixes line wrap issue of the patch itself. UART3 was enabled twice instead of UART4. One more cosmetic change in a comment on EMIF clock. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/cpu/armv7/omap-common/clocks-common.c |4 ++-- 1 file changed, 2 insertions(+), 2

[U-Boot] [PATCH v2] OMAP5: USB: hsusbtll_clkctrl has to be in hw_auto for USB to work

2013-04-04 Thread Lubomir Popov
V2 fixes line wrap issue of the patch itself. This fix is needed (but not sufficient) for USB EHCI operation. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/cpu/armv7/omap5/hw_data.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH v2] OMAP5: I2C: Enable i2c5 clocks

2013-04-04 Thread Lubomir Popov
V2 fixes line wrap issue of the patch itself. I2C5 is used on all known OMAP5 hardware platforms, therefore enable. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/cpu/armv7/omap5/hw_data.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c

[U-Boot] [PATCH v2] OMAP5: I2C: Add I2C4 and I2C5 bases

2013-04-04 Thread Lubomir Popov
V2 fixes line wrap issue of the patch itself. Need to add these base addresses in order to use I2C4 and I2C5. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/include/asm/arch-omap5/cpu.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/arch-omap5/cpu.h

[U-Boot] [PATCH v2] OMAP5: I2C: Set I2C_BUS_MAX to 5 to enable I2C4 and I2C5

2013-04-04 Thread Lubomir Popov
V2 fixes line wrap issue of the patch itself. Needed in order to be able to select I2C4 and I2C5 via i2c dev. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/include/asm/arch-omap5/i2c.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH v2] OMAP4: Add ID for OMAP4470_ES1_0

2013-04-04 Thread Lubomir Popov
V2 fixes garbled subject. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/include/asm/omap_common.h |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index 091ddb5..f042c10 100644 ---

Re: [U-Boot] [PATCH v2] OMAP4: Add ID for OMAP4470_ES1_0

2013-04-04 Thread Nishanth Menon
On 18:57-20130404, Lubomir Popov wrote: V2 fixes garbled subject. move this to diffstat section - here and in the rest of the patches. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/include/asm/omap_common.h |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm

Re: [U-Boot] [PATCH v2] OMAP5: I2C: Add I2C4 and I2C5 bases

2013-04-04 Thread Nishanth Menon
On 18:52-20130404, Lubomir Popov wrote: V2 fixes line wrap issue of the patch itself. Need to add these base addresses in order to use I2C4 and I2C5. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/include/asm/arch-omap5/cpu.h |2 ++ 1 file changed, 2 insertions

Re: [U-Boot] [PATCH 4/4] Exynos5: config: enable cpu freq

2013-04-04 Thread Vadim Bendebury
On Tue, Apr 2, 2013 at 11:27 PM, Akshay Saraswat aksha...@samsung.com wrote: This patch enables cpu freq support for exynos5 by adding config for it. Signed-off-by: Akshay Saraswat aksha...@samsung.com --- include/configs/exynos5250-dt.h | 3 +++ 1 file changed, 3 insertions(+) diff

Re: [U-Boot] [PATCH v2] OMAP4: Add ID for OMAP4470_ES1_0

2013-04-04 Thread Lubomir Popov
Hello, On 04/04/13 19:00, Nishanth Menon wrote: On 18:57-20130404, Lubomir Popov wrote: V2 fixes garbled subject. move this to diffstat section - here and in the rest of the patches. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/include/asm/omap_common.h |1 + 1 file

Re: [U-Boot] [PATCH 4/4] Exynos5: config: enable cpu freq

2013-04-04 Thread Akshay Saraswat
Hi Vadim, Thanks for your comment. Please see the reply below. On Tue, Apr 2, 2013 at 11:27 PM, Akshay Saraswat aksha...@samsung.com wrote: This patch enables cpu freq support for exynos5 by adding config for it. Signed-off-by: Akshay Saraswat aksha...@samsung.com ---

Re: [U-Boot] [PATCH v2] OMAP4: Add ID for OMAP4470_ES1_0

2013-04-04 Thread Nishanth Menon
On 19:14-20130404, Lubomir Popov wrote: Hello, On 04/04/13 19:00, Nishanth Menon wrote: On 18:57-20130404, Lubomir Popov wrote: V2 fixes garbled subject. move this to diffstat section - here and in the rest of the patches. Signed-off-by: Lubomir Popov lpo...@mm-sol.com

Re: [U-Boot] [PATCH v2] OMAP4: Add ID for OMAP4470_ES1_0

2013-04-04 Thread Tom Rini
On Thu, Apr 04, 2013 at 11:44:14AM -0500, Nishanth Menon wrote: On 19:14-20130404, Lubomir Popov wrote: Hello, On 04/04/13 19:00, Nishanth Menon wrote: On 18:57-20130404, Lubomir Popov wrote: V2 fixes garbled subject. move this to diffstat section - here and in the rest

[U-Boot] My First Android App

2013-04-04 Thread Satendra...
Hi All, Please install my first android Free APP : Quickly available in Google Play store at : https://play.google.com/store/apps/details?id=com.in.spd.quickly.activityfeature=search_result#?t=W251bGwsMSwyLDEsImNvbS5pbi5zcGQucXVpY2tseS5hY3Rpdml0eSJd Please comment and provide rating too. Thank

Re: [U-Boot] PPC4XX Custom Board - Failing to read I2C

2013-04-04 Thread txcotrader
I feel like something different is happening when executing the io.h-out_8 function. Could somebody help me understand this op code v2013.01.01 Code: extern inline void out_8(volatile unsigned char __iomem *addr, u8 val) { __asm__ __volatile__(sync;\n stb%U0%X0 %1,%0;\n

[U-Boot] [PATCH] CRITICAL error in v2013.04-rc2 (true and false not working)

2013-04-04 Thread Pali Rohár
Hello, with this version of gcc which is default in ubuntu 12.10: $ arm-linux-gnueabi-gcc -v Using built-in specs. COLLECT_GCC=arm-linux-gnueabi-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.7/lto-wrapper Target: arm-linux-gnueabi Configured with: ../src/configure -v

Re: [U-Boot] [PATCH v2] OMAP4: Add ID for OMAP4470_ES1_0

2013-04-04 Thread Nishanth Menon
On 12:54-20130404, Tom Rini wrote: On Thu, Apr 04, 2013 at 11:44:14AM -0500, Nishanth Menon wrote: On 19:14-20130404, Lubomir Popov wrote: Hello, On 04/04/13 19:00, Nishanth Menon wrote: On 18:57-20130404, Lubomir Popov wrote: V2 fixes garbled subject. move

Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion

2013-04-04 Thread Gabbasov, Andrew
Hi Eric, From: Eric Nelson [eric.nel...@boundarydevices.com] Sent: Thursday, April 04, 2013 03:47 To: Gabbasov, Andrew Cc: u-boot@lists.denx.de; Behme, Dirk - Bosch; Fabio Estevam Subject: Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion On 04/03/2013 04:17

Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion

2013-04-04 Thread Fabio Estevam
Hi Eric, On Wed, Apr 3, 2013 at 8:17 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Actually, I'm a little confused by PRSSTAT_DLA checking: currently the loop exits when either IRQSTAT_TC occurs _or_ PRSSTAT_DLA flag comes to 0. Is that correct? I'm not quite familiar with using

Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion

2013-04-04 Thread Fleming Andy-AFLEMING
On Apr 4, 2013, at 13:12, Fabio Estevam feste...@gmail.com wrote: Hi Eric, On Wed, Apr 3, 2013 at 8:17 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Actually, I'm a little confused by PRSSTAT_DLA checking: currently the loop exits when either IRQSTAT_TC occurs _or_

[U-Boot] [PATCH] env_onenand.c: Add missing cast in saveenv()

2013-04-04 Thread Tom Rini
With the changes in 60d7d5a we need to cast env_buf here. Signed-off-by: Tom Rini tr...@ti.com --- common/env_onenand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/env_onenand.c b/common/env_onenand.c index 6fd5613..e4d5b28 100644 --- a/common/env_onenand.c +++

Re: [U-Boot] [PATCH] am335x: Enable MMC1 clock

2013-04-04 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Tom We must not assume ROM has enabled the clock for MMC1. Tom Reported-by: Koen Kooi k...@dominion.thruhere.net Tom Signed-off-by: Tom Rini tr...@ti.com Acked-by: Peter Korsgaard jac...@sunsite.dk -- Bye, Peter Korsgaard

Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion

2013-04-04 Thread Eric Nelson
Hi Andrew, On 04/04/2013 11:03 AM, Gabbasov, Andrew wrote: Hi Eric, From: Eric Nelson [eric.nel...@boundarydevices.com] Sent: Thursday, April 04, 2013 03:47 To: Gabbasov, Andrew Cc: u-boot@lists.denx.de; Behme, Dirk - Bosch; Fabio Estevam Subject: Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix

Re: [U-Boot] [PATCH v3 3/7] Add fuse API and commands

2013-04-04 Thread Benoît Thébaudeau
On Tuesday, March 26, 2013 10:28:39 PM, Benoît Thébaudeau wrote: On Tuesday, March 26, 2013 10:24:52 PM, Benoît Thébaudeau wrote: This can be useful for fuse-like hardware, OTP SoC options, etc. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: -

Re: [U-Boot] OMAP (4) boot_params

2013-04-04 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/04/2013 01:52 AM, Wolfgang Denk wrote: Dear Tom, In message 20130403164215.GK7035@bill-the-cat you wrote: ... except, as I said above, at this point your code should not write at all, be int in BSS or data, until the C environment is

Re: [U-Boot] [PATCH 2/4 V4] EXYNOS5: FDT: Add serial device node values

2013-04-04 Thread Simon Glass
On Mon, Apr 1, 2013 at 11:46 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds the device node required for serial driver Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: -

Re: [U-Boot] [PATCH 3/4 V4] S5P: Serial: Add fdt support to driver

2013-04-04 Thread Simon Glass
Hi Rajeshwari, On Mon, Apr 1, 2013 at 11:46 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds FDT support to the serial s5p driver. At present disabling the serial console (from the device tree) crashes U-Boot. Add checks for this case, so that execution can continue

Re: [U-Boot] [PATCH v4 1/7] cros: add cros_ec driver

2013-04-04 Thread Simon Glass
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan ty...@chromium.org wrote: This patch adds the cros_ec driver that implements the protocol for communicating with Google's ChromeOS embedded controller. Signed-off-by: Bernie Thompson bhthomp...@chromium.org Signed-off-by: Bill Richardson

Re: [U-Boot] [PATCH] biosemu: include asm/io.h header

2013-04-04 Thread Tom Rini
On Thu, Apr 04, 2013 at 07:59:35AM +0200, Linus Walleij wrote: On Thu, Apr 4, 2013 at 12:05 AM, Tom Rini tr...@ti.com wrote: On Wed, Apr 03, 2013 at 07:07:00PM +0200, Linus Walleij wrote: Yes the Integrator has PCI support since ages, and I do have a VGA card mounted in one of the slots

Re: [U-Boot] [PATCH v4 2/7] cros: add I2C support for cros_ec

2013-04-04 Thread Simon Glass
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan ty...@chromium.org wrote: This patch adds I2C support for carrying out the cros_ec protocol. Signed-off-by: Randall Spangler rspang...@chromium.org Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Hung-ying Tyan ty...@chromium.org

Re: [U-Boot] [PATCH v4 3/7] cros: add SPI support for cros_ec

2013-04-04 Thread Simon Glass
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan ty...@chromium.org wrote: This patch adds SPI support for carrying out the cros_ec protocol. Signed-off-by: Hung-ying Tyan ty...@chromium.org Signed-off-by: Randall Spangler rspang...@chromium.org Signed-off-by: Simon Glass s...@chromium.org

Re: [U-Boot] [PATCH v4 4/7] cros: add LPC support for cros_ec

2013-04-04 Thread Simon Glass
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan ty...@chromium.org wrote: This patch adds LPC support for carrying out the cros_ec protocol. Signed-off-by: Randall Spangler rspang...@chromium.org Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Hung-ying Tyan ty...@chromium.org

Re: [U-Boot] [PATCH v4 5/7] cros: adds cros_ec keyboard driver

2013-04-04 Thread Simon Glass
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan ty...@chromium.org wrote: This patch adds the driver for keyboard that's controlled by ChromeOS EC. Signed-off-by: Randall Spangler rspang...@chromium.org Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Vincent Palatin

Re: [U-Boot] [PATCH 2/2] ARM: Add support for IGEP COM AQUILA/CYGNUS

2013-04-04 Thread Tom Rini
On Thu, Apr 04, 2013 at 09:51:05AM +0200, Enric Balletbo Serra wrote: [snip] +/* + * memtest works on 8 MB in DRAM after skipping 32MB from + * start addr of ram disk + */ +#define CONFIG_SYS_MEMTEST_START (PHYS_DRAM_1 + (64 * 1024 * 1024)) +#define CONFIG_SYS_MEMTEST_END

Re: [U-Boot] [PATCH v4 6/7] cros: exynos: add cros-ec device nodes to exynos5250-snow.dts

2013-04-04 Thread Simon Glass
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan ty...@chromium.org wrote: This patch adds cros-ec related device nodes to exynos5250-snow.dts. It also adds a gpio node to exynos5250.dtsi. Signed-off-by: Hung-ying Tyan ty...@chromium.org --- Changes in v4: - Added commit message. Changes

  1   2   >