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 wrote: > On 03/28/2013 09:14 AM, Albert ARIBAUD wrote: > > Hi Stephen, > > > > On Thu, 28 Mar 2013 08:59:05 -0600, Stephen Warren > > wrote: > > > >> On 03/28/2013 05:15 AM, Albert ARIBAUD wrote: > >>> Hi Stephen, > >>> > >>> On W

[U-Boot] [PATCH] 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_SYS_FLASH_VERIFY_AFTER_WRITE in your board config header. Signed-off-by: Stefan Roese --- common/flash.c | 11 +++ 1 file chan

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

2013-04-04 Thread Enric Balletbo Serra
Hi Tom, Thanks for your comments. 2013/4/4 Tom Rini > On Wed, Apr 03, 2013 at 03:12:03PM +0200, Enric Balletbo i Serra wrote: > > > From: Enric Balletbo i Serra > > > > The IGEP COM AQUILA and CYGNUS are industrial processors modules with > > following highlights: > > > > o AM3352/AM3354 Te

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 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 the r

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 > Hi Tom, > > Thanks for your comments. > > > 2013/4/4 Tom Rini > >> On Wed, Apr 03, 2013 at 03:12:03PM +0200, Enric Balletbo i Serra wrote: >> >> > From: Enric Balletbo i Serra >> > >> > The IGEP COM AQUILA and CYGNUS are industrial pr

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

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

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 s

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 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 = .; > > Regarding this line, it is al

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 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 the serial port > to send using the

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

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

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 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 wrote: > From: Ryan Harkin > > 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 making separating the Versatile Express > mo

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 wrote: > From: Ryan Harkin > > 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 > Signed-off-by: Andre Przywara > --- >

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 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. I

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 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 anomaly thoug

[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 http://lists.

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 wrote: From: Ryan Harkin 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 making

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 wrote: From: Ryan Harkin 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 Sig

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 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 'u-boot-arm

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 wrote: > Dear Vivek Gautam, > >> Hi Marek, >> >> On Thu, Mar 28, 2013 at 8:02 PM, Marek Vasut wrote: >> > Dear Vivek Gautam, >> > >> >> Few broken usb mass storage devices can take some time to set >> >> Current Connect Status (CCS) and Conn

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 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 or can you help me >

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 could

[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 2013-03-29 08:57:10 disk: fix unaligned access in efi partitions Changes in v2: - removed lcd callback in panel_info - changed i2

[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 Signed-off-by: Kyungmin Park CC: Minkyu Kang CC: Rajeshwari Shinde --- Changes in v2: - changed printf to debug drivers/power/pmic/pmic_max77686.c | 186

[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 Signed-off-by: Kyungmin Park CC: Lukasz Majewski --- Changes in v2: - new patch Makefile |1 + drivers/pow

[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 Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes in v2: - new patch arch/arm/include/asm/arch-exynos/gpio.h | 17 + 1 file changed, 13 insertions(+), 4 d

[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 Signed-off-by: Kyungmin Park CC: Lukasz Majewski --- Changes in v2: - new patch board/samsung/common/multi_i2c.c | 21 + 1 file changed, 21 insertions(+) diff --git a/board/samsung/common/multi_i2c.c b/board/samsung/common/multi_i2c.c index

[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 Signed-off-by: Kyungmin Park CC: Lukasz Majewski --- Changes in v2: - new patch drivers/power/power_core.c |2 ++ 1 file changed,

[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 Signed-off-by: Kyungmin Park CC: Minkyu Kang CC: Anatolij Gustschin --- Changes in v2: - new patch drivers/video/s6e8ax0.c | 26 +

[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 Signed-off-by: Kyungmin Park CC: Anatolij Gustschin --- Changes in v2: - new patch common/lcd.c | 11 ++- 1 file c

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 wrote: > On 04/04/2013 12:09 PM, Albert ARIBAUD wrote: > > Hi Andre, > > > > On Wed, 3 Apr 2013 15:44:33 +0200, Andre Przywara > > wrote: > > > >> From: Ryan Harkin > >> > >> This patch creates a new config for the A9 quad core tile

[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 Signed-off-by: Kyungmin Park --- Changes in v2: - new patch MAINTAINERS |4 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6469973..4630228 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1012,6 +1012,10 @@ Matthias Weisser

[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 Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes in v2: - removed lcd callback in panel_info - changed i2c from hardware to software - use max77693 multifunction pmic board/samsung/trats2/Makefile |

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 > --- > 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 > b/arch/ar

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 > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > > --- > Changes in v2: > - removed lcd callback in panel_info > - changed i2c from hardware to software > -

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); > > + > > + /

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 wrote: > Am 04.04.2013 11:17, schrieb Albert ARIBAUD: > > Hi Thomas, > > > > On Thu, 4 Apr 2013 10:18:15 +0200, Thomas Petazzoni > > wrote: > > > >> On Marvell hardware, you can send a different U-Boot using the serial > >> port, even if the on-fl

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 or

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 > Signed-off-by: Kyungmin Park > > --- > Changes in v2: > - new patch Please squash into [PATCH v2 8/9] samsung: trats2: add support for new board Trats2 Best reg

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

2013-04-04 Thread Wolfgang Denk
Dear Mats Kärrman, In message 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 to have better success in the future; what is

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 CONFIG_S

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

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

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

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

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

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

2013-04-04 Thread Stefan Roese
Signed-off-by: Stefan Roese --- 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 CONFIG_SYS_FLAS

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 > wrote: > > > The resulting HEAD is identical to yours, except for > > board/freescale/mx31ads/u-boot.lds in which you had removed the following

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 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 the git repos

[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 Date: Thu Feb 21 23:53:01 2013 + video: exynos_fb: add DT support for FIMD driver Even though this part o

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 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 > > wrote: > > > > > The resulting HEAD is identical

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

2013-04-04 Thread Michael Cashwell
On Apr 4, 2013, at 1:52 AM, Wolfgang Denk wrote: > Dear Tom, > > On Apr 3, 2013, at 11:34 AM, Albert ARIBAUD 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... >> >> But we have to save thi

[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 Signed-off-by: Kyungmin Park --- include/dfu.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dfu.h b/include/dfu.h index 5350d79..784d8a4

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

[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 --- arch/arm/cpu/armv7/omap-common/clocks-common.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[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 --- arch/arm/cpu/armv7/omap5/hw_data.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/ar

[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 --- 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 b/arch/arm/cpu/armv

[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 --- 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 b/arch/arm/includ

[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 --- arch/arm/include/asm/arch-omap5/i2c.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-omap5/i2c.h b

[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 --- 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 --- a/arch/arm/include/asm/omap_common.h

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 > > --- > arch/arm/include/asm/omap_common.h |1 + > 1 file changed, 1 insertion(+) > > di

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 > > --- > arch/arm/include/asm/arch-omap5/cpu.h |2 ++ > 1 file changed

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 wrote: > This patch enables cpu freq support for exynos5 by adding > config for it. > > Signed-off-by: Akshay Saraswat > --- > include/configs/exynos5250-dt.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/configs/exynos5250-d

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 >> >> --- >> arch/arm/inclu

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 wrote: >> This patch enables cpu freq support for exynos5 by adding >> config for it. >> >> Signed-off-by: Akshay Saraswat >> --- >> include/configs/exynos5250-dt.h | 3 +++ >> 1 fi

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

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. > &g

[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.activity&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5pbi5zcGQucXVpY2tseS5hY3Rpdml0eSJd Please comment and provide rating too. Than

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 --with-pkgversion=

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, Lubomi

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

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 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 this flag, but should th

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" wrote: > Hi Eric, > > On Wed, Apr 3, 2013 at 8:17 PM, Eric Nelson > 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 >>> cor

[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 --- 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 +++ b/common/env_

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

2013-04-04 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Tom> We must not assume ROM has enabled the clock for MMC1. Tom> Reported-by: Koen Kooi Tom> Signed-off-by: Tom Rini Acked-by: Peter Korsgaard -- Bye, Peter Korsgaard ___ U-Boot mailing list U-Boot@lists.denx.de

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 waiti

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 > > --- > > Changes in v3: > > - Rebase against latest

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 enviro

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 wrote: > This patch adds the device node required for serial driver > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Rajeshwari Shinde > --- > Changes in V2: > - Changed the compatible string to "samsung,exynos4210-uart" > Changes i

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 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 without > a serial console.

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 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 > Signed-off-by: Bill Richardson > Signed-off-by: Che-Liang Chiou > Signed-

Re: [U-Boot] [PATCH] biosemu: include 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 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 wrote: > This patch adds I2C support for carrying out the cros_ec protocol. > > Signed-off-by: Randall Spangler > Signed-off-by: Simon Glass > Signed-off-by: Hung-ying Tyan > > --- > Changes in v4: None > Changes in v3: None > Changes in v2: > - F

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 wrote: > This patch adds SPI support for carrying out the cros_ec protocol. > > Signed-off-by: Hung-ying Tyan > Signed-off-by: Randall Spangler > Signed-off-by: Simon Glass > Acked-by: Simon Glass > > --- > Changes in v4: > - Removed old code a

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 wrote: > This patch adds LPC support for carrying out the cros_ec protocol. > > Signed-off-by: Randall Spangler > Signed-off-by: Simon Glass > Signed-off-by: Hung-ying Tyan > > --- > Changes in v4: None > Changes in v3: None > Changes in v2: > - F

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 wrote: > This patch adds the driver for keyboard that's controlled by ChromeOS EC. > > Signed-off-by: Randall Spangler > Signed-off-by: Simon Glass > Signed-off-by: Vincent Palatin > Signed-off-by: Hung-ying Tyan > > --- > Changes in v4: > - Adde

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 C

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 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 > > --- > Changes in v4: > - Added commit message. > > Changes in v3: None > Changes in v2

Re: [U-Boot] [PATCH v4 7/7] cros: enable cros-ec for smdk5250

2013-04-04 Thread Simon Glass
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan wrote: > This patch initiates cros-ec in board_init() to enable it for smdk5250. > > Signed-off-by: Simon Glass > Signed-off-by: Vincent Palatin > Signed-off-by: Hung-ying Tyan > --- > Changes in v4: None > Changes in v3: None > Changes in v2: > -

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:36:39AM +0200, Enric Balletbo Serra wrote: > 2013/4/4 Tom Rini > > > On Wed, Apr 03, 2013 at 03:12:03PM +0200, Enric Balletbo i Serra wrote: [snip] > > - Correct this to be all of RAM, minus a bit for a reasonably-sized > > U-Boot to be running in. > > > > [snip] > >

Re: [U-Boot] [PATCH v4 0/7] Add cros-ec protocol driver and enable it in smdk5250

2013-04-04 Thread Simon Glass
Hi Hung-ying, On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan wrote: > This patch series adds the drivers for the cros-ec protocol that is used to > communicate with the ChromeOS Embedded Controller (EC). The series also > enables > its use in Google Snow based on smdk5250. > > The series depends

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

2013-04-04 Thread Simon Glass
Hi Tom, On Wed, Apr 3, 2013 at 2:33 PM, Tom Rini 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. > Great! > > First, a word of warning. The syntax for 'ext4write' was changed to > matc

  1   2   >