Re: [U-Boot] [PATCH 2/5] ARM: Exynos5250: remove redundant defines in exynos5250-dt.h

2013-12-05 Thread Minkyu Kang
On 25/09/13 19:42, Andre Przywara wrote: For some reasons the very same defines appear twice in exynos5250-dt.h. Remove the second version. Signed-off-by: Andre Przywara andre.przyw...@linaro.org --- include/configs/exynos5250-dt.h | 21 - 1 file changed, 21

Re: [U-Boot] [PATCH 3/5] ARM: Exynos5250: move feature defines out of generic config file

2013-12-05 Thread Minkyu Kang
On 25/09/13 19:42, Andre Przywara wrote: The config file exynos5250-dt.h is used by two boards currently. To allow the Arndale board to use it too in the future, move some board specific defines out of that generic file. Update the copyright, header comment and include protection define on

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

2013-12-05 Thread Minkyu Kang
Dear Albert, The following changes since commit d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2: Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' (2013-11-22 10:19:35 +0100) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes

[U-Boot] OMAP4: NAND support (confusion)

2013-12-05 Thread Vikram Singh Shekhawat
hi all, I am looking into nand for omap4, i have added patches for nand support in omap4 but have some doubts. 1) In thease patches we are not using CONFIG's register for chip select, we define that in arch/arm/include/asm/arch-omap4/mem.h(as copied from omap3's mem.h) but thease are not uses in

Re: [U-Boot] [PATCH 3/5] ARM: Exynos5250: move feature defines out of generic config file

2013-12-05 Thread Rajeshwari Birje
Hi Andre, I have submitted a patch set for support of exynos5420 in which I separate the config files to form one common exynos5-dt.h and which is inherited in 5420 and 5250 config file. May be u can use the same patch. On Thu, Dec 5, 2013 at 1:38 PM, Minkyu Kang mk7.k...@samsung.com wrote: On

Re: [U-Boot] [PATCH 3/5] ARM: Exynos5250: move feature defines out of generic config file

2013-12-05 Thread Andre Przywara
On 12/05/2013 11:44 AM, Rajeshwari Birje wrote: Minkyu, Rajeshwari, I have submitted a patch set for support of exynos5420 in which I separate the config files to form one common exynos5-dt.h and which is inherited in 5420 and 5250 config file. May be u can use the same patch. Thanks for the

Re: [U-Boot] i2c: samsung: register i2c busses for Exynso5420 and Exynos5250

2013-12-05 Thread Heiko Schocher
Hello Naveen, Sorry for the late reply ... Am 25.11.2013 12:28, schrieb Naveen Krishna Ch: This patch adds the U_BOOT_I2C_ADAP_COMPLETE defines for channels on Exynos5420 and Exynos5250 and also adds support for init function for hsi2c channels Signed-off-by: Naveen Krishna

Re: [U-Boot] ARM: OMAP4: Fix bug in omap4470_volts struct

2013-12-05 Thread Lubomir Popov
Hi Tom, On 05-Dec-13 0:04, Tom Rini wrote: On Wed, Nov 20, 2013 at 03:32:17PM +0200, Lubomir Popov wrote: The struct incorrectly referenced SMPS1 for all three power domains. Fixed this by using SMPS2 and SMPS5 as appropriate. Add some comments and choose voltage values that correspond to

Re: [U-Boot] i2c: samsung: register i2c busses for Exynso5420 and Exynos5250

2013-12-05 Thread Naveen Krishna Ch
Hello Heiko, On 5 December 2013 16:56, Heiko Schocher h...@denx.de wrote: Hello Naveen, Sorry for the late reply ... Am 25.11.2013 12:28, schrieb Naveen Krishna Ch: This patch adds the U_BOOT_I2C_ADAP_COMPLETE defines for channels on Exynos5420 and Exynos5250 and also adds support for

[U-Boot] [PATCH] mtd: nand: omap: fix ecc-layout for HAM1 ecc-scheme

2013-12-05 Thread Pekon Gupta
As per OMAP3530 TRM referenced below [1] For large-page NAND, ROM code expects following ecc-layout for HAM1 ecc-scheme - OOB[1] (offset of 1 *byte* from start of OOB) for x8 NAND device - OOB[2] (offset of 1 *word* from start of OOB) for x16 NAND device Thus ecc-layout expected by ROM code

[U-Boot] [PATCH] mtd: nand: omap: add CONFIG_SPL_NAND_DEVICE_WIDTH to determine NAND device bus-width

2013-12-05 Thread Pekon Gupta
This patch adds CONFIG_SPL_NAND_DEVICE_WIDTH to specify bus-width of NAND device CONFIG_SPL_NAND_DEVICE_WIDTH == 16: NAND device with x16 bus-width CONFIG_SPL_NAND_DEVICE_WIDTH == 8: NAND device with x8 bus-width Need for a separate CONFIG_xx arise from following situations. (1) SPL NAND

Re: [U-Boot] i2c: samsung: register i2c busses for Exynso5420 and Exynos5250

2013-12-05 Thread Heiko Schocher
Hello Naveen, Am 05.12.2013 13:21, schrieb Naveen Krishna Ch: Hello Heiko, On 5 December 2013 16:56, Heiko Schocherh...@denx.de wrote: Hello Naveen, Sorry for the late reply ... Am 25.11.2013 12:28, schrieb Naveen Krishna Ch: This patch adds the U_BOOT_I2C_ADAP_COMPLETE defines for

Re: [U-Boot] [PATCH] mtd: nand: omap: add CONFIG_SPL_NAND_DEVICE_WIDTH to determine NAND device bus-width

2013-12-05 Thread Enric Balletbo Serra
Hi Pekon, Just a comment for OMAP3-based IGEP boards, see below ... 2013/12/5 Pekon Gupta pe...@ti.com: This patch adds CONFIG_SPL_NAND_DEVICE_WIDTH to specify bus-width of NAND device CONFIG_SPL_NAND_DEVICE_WIDTH == 16: NAND device with x16 bus-width CONFIG_SPL_NAND_DEVICE_WIDTH == 8:

[U-Boot] new uboot for custom platform

2013-12-05 Thread Cornel Miron
Hello, I'm new to everything about android and I try to start android on a custom platform. How can I build the bootloaders and to put android os on that platform. Can someone help me? ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] arm: am437: Fix offset for USB registers

2013-12-05 Thread Dan Murphy
Fix the offset for the USB clock registers Signed-off-by: Dan Murphy dmur...@ti.com --- arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h

Re: [U-Boot] new uboot for custom platform

2013-12-05 Thread Michael Trimarchi
Hi On Thu, Dec 5, 2013 at 1:03 PM, Cornel Miron cornel.miro...@gmail.com wrote: Hello, I'm new to everything about android and I try to start android on a custom platform. How can I build the bootloaders and to put android os on that platform. Can someone help me? Can you give us some

[U-Boot] [RFC] [U-Boot 1/2] common: spl: add USB mass storage as a boot device

2013-12-05 Thread Dan Murphy
Add the ability to load a u-boot off a USB mass storage device from the SPL Signed-off-by: Dan Murphy dmur...@ti.com --- common/Makefile |2 + common/spl/Makefile |2 + common/spl/spl.c |5 ++ common/spl/spl_usb.c | 179 ++

[U-Boot] [RFC] Adding spl_usb code to common area

2013-12-05 Thread Dan Murphy
This patch series adds the support to initialize the USB host controller scan for a USB mass storage device and load a file. Currently only FAT image load is supported but I left the RAW image loading code in the file to further develop this. This work was derived from the spl_mmc.c code

[U-Boot] [RFC] [U-Boot 2/2] arm: am437x: Enable the USB boot device

2013-12-05 Thread Dan Murphy
Enable the USB host boot support for the AM437 evm Signed-off-by: Dan Murphy dmur...@ti.com --- arch/arm/include/asm/arch-am33xx/spl.h |1 + include/configs/am43xx_evm.h |7 +++ 2 files changed, 8 insertions(+) diff --git a/arch/arm/include/asm/arch-am33xx/spl.h

Re: [U-Boot] [PATCH v3] mtd: move update nand_ecclayout structure (plus board changes)

2013-12-05 Thread Scott Wood
On Mon, 2013-11-25 at 10:26 -0500, Tom Rini wrote: So, cam_enc_4xx (ARM) also fails to build with ELDK 5.2.1 (is fine with newer toolchains), so I dug into this patch to shrink things there. But looking above, are all of these right? It seems like generally we say OOBFREE=2, ECCPOS=56,

Re: [U-Boot] am3517: segmentation fault in Linux after upgrading from arago src to mainline u-boot

2013-12-05 Thread Andreas Naumann
Hi Tom, Am 29.11.2013 12:09, schrieb Yegor Yefremov: On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 28, 2013 at 05:39:09PM +0100, Yegor Yefremov wrote: I'm having problems with the new u-boot (November 2013) and am3517 SoC. When I start Debian 7.0 armhf I get lots

Re: [U-Boot] am3517: segmentation fault in Linux after upgrading from arago src to mainline u-boot

2013-12-05 Thread Måns Rullgård
Yegor Yefremov yegorsli...@googlemail.com writes: On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 28, 2013 at 05:39:09PM +0100, Yegor Yefremov wrote: I'm having problems with the new u-boot (November 2013) and am3517 SoC. When I start Debian 7.0 armhf I get lots of

Re: [U-Boot] [PATCH REPOST] ARM: rpi_b: power on SDHCI and USB HW modules

2013-12-05 Thread Stephen Warren
On 12/03/2013 09:01 PM, 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 explicit. For USB, this is necessary,

[U-Boot] eMMC boot partition support in uboot

2013-12-05 Thread Richard Retanubun
Hi guys, Recap: I am trying to boot MLO + uboot from eMMC boot partition on DRA7xx_EVM eval platform. SW-Baseline: uboot p-ti-uboot-2013.04 p-ti-linux-3.8.y from omapzoom. What happens so far: 1. I am able to dd the MLO into /dev/mmcblk1boot0 (need to echo 0 to force_ro). 2. I am able to

[U-Boot] [PATCH] time: fix usec_to_tick()

2013-12-05 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Commit 8dfafdde88eb (Introduce common timer functions) created a common definition of usec_to_tick() which had a couple problems: static unsigned long long usec_to_tick(unsigned long usec) { uint64_t tick = usec * get_tbclk(); That likely

Re: [U-Boot] eMMC boot partition support in uboot

2013-12-05 Thread Tom Rini
On Thu, Dec 05, 2013 at 01:46:40PM -0500, Richard Retanubun wrote: Hi guys, Recap: I am trying to boot MLO + uboot from eMMC boot partition on DRA7xx_EVM eval platform. SW-Baseline: uboot p-ti-uboot-2013.04 p-ti-linux-3.8.y from omapzoom. Please note that this list is for the mainline

[U-Boot] [PATCH 3/5] ARM:PXA: Correct tick_to_time / us_to_tick to use lldiv

2013-12-05 Thread Tom Rini
Cc: Marek Vasut marek.va...@gmail.com Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/pxa/timer.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/pxa/timer.c b/arch/arm/cpu/pxa/timer.c index 78d9f32..c4717de 100644 --- a/arch/arm/cpu/pxa/timer.c +++

[U-Boot] [PATCH 2/5] ARM:zynq: Correct __udelay to use lldiv

2013-12-05 Thread Tom Rini
Cc: Michal Simek mon...@monstr.eu Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/zynq/timer.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv7/zynq/timer.c b/arch/arm/cpu/armv7/zynq/timer.c index 636322a..2be253c 100644 ---

[U-Boot] [PATCH 4/5] JFFS2: Correct jffs2_1pass_build_lists to use lldiv

2013-12-05 Thread Tom Rini
Since part_info size became 64bit we need to use lldiv here. Signed-off-by: Tom Rini tr...@ti.com --- fs/jffs2/jffs2_1pass.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c index c856983..3fb5db3 100644 ---

[U-Boot] [PATCH 5/5] yaffs2: Use lldiv for 64bit division

2013-12-05 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- fs/yaffs2/yaffs_uboot_glue.c |3 ++- fs/yaffs2/yaffsfs.c |5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/fs/yaffs2/yaffs_uboot_glue.c b/fs/yaffs2/yaffs_uboot_glue.c index e113e40..5a1 100644 ---

[U-Boot] [PATCH 1/5] ARM:rmobile: Correct get_time_ms / get_time_us to use lldiv

2013-12-05 Thread Tom Rini
Cc: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/rmobile/timer.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/cpu/armv7/rmobile/timer.c b/arch/arm/cpu/armv7/rmobile/timer.c index

Re: [U-Boot] eMMC boot partition support in uboot

2013-12-05 Thread Richard Retanubun
On 05/12/13 02:09 PM, Tom Rini wrote: On Thu, Dec 05, 2013 at 01:46:40PM -0500, Richard Retanubun wrote: Hi guys, Recap: I am trying to boot MLO + uboot from eMMC boot partition on DRA7xx_EVM eval platform. SW-Baseline: uboot p-ti-uboot-2013.04 p-ti-linux-3.8.y from omapzoom. Please note

Re: [U-Boot] [PATCH] arm: add IPL support

2013-12-05 Thread Tom Rini
On Wed, Dec 04, 2013 at 11:50:48AM +0800, Kuo-Jung Su wrote: Initial Program Loader (IPL) usually runs with .text and .rodata in ROM, while .data and .bss reside in RAM. This patch uses the AT keyword to specify load address, and a small code snippet in crt0.S to restore .data section at

Re: [U-Boot] Questions:Toolchain for patch [U-Boot,3/4] arm64: Non-manual relocation

2013-12-05 Thread Scott Wood
On Wed, 2013-12-04 at 22:01 -0800, Shouming Wang wrote: Hi Scott I try to verify your patch [U-Boot,3/4] arm64: Non-manual relocation: http://patchwork.ozlabs.org/patch/280442/, but meet the following compile error. aarch64-linux-gnu-objcopy -O srec u-boot u-boot.srec

Re: [U-Boot] [PATCH 1/5] ARM:rmobile: Correct get_time_ms / get_time_us to use lldiv

2013-12-05 Thread Nobuhiro Iwamatsu
Hi, Tom. Thanks for your patch. But I already sent a same patch as yours. http://patchwork.ozlabs.org/patch/294819/ Best regards, Nobuhiro 2013/12/6 Tom Rini tr...@ti.com: Cc: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Tom Rini tr...@ti.com ---

Re: [U-Boot] [PATCH 3/5] ARM:PXA: Correct tick_to_time / us_to_tick to use lldiv

2013-12-05 Thread Marek Vasut
On Thursday, December 05, 2013 at 08:48:37 PM, Tom Rini wrote: Cc: Marek Vasut marek.va...@gmail.com Signed-off-by: Tom Rini tr...@ti.com Acked-by: Marek Vasut ma...@denx.de btw. how come you still CC this old address ? ;-) --- arch/arm/cpu/pxa/timer.c |4 ++-- 1 file changed, 2

[U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-05 Thread Dennis Gilmore
Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/wandboard.h | 40 +++- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index e9c7e64..02d8968 100644 ---

[U-Boot] [PATCH 1/5] add a generic set of configs to enable Distros to more easier support u-boot based systems

2013-12-05 Thread Dennis Gilmore
Signed-off-by: Dennis Gilmore den...@ausil.us --- include/common.h| 5 + include/config_distro_default.h | 49 + 2 files changed, 54 insertions(+) create mode 100644 include/config_distro_default.h diff --git a/include/common.h

[U-Boot] [PATCH 3/5] port omap4 based devices to use generic distro configs

2013-12-05 Thread Dennis Gilmore
Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/omap4_common.h | 30 +++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index ea56eeb..fcf934d 100644 ---

[U-Boot] [PATCH 5/5] port beaglebones to use generic distro configs

2013-12-05 Thread Dennis Gilmore
Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/am335x_evm.h | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index d75df92..86623b1 100644 --- a/include/configs/am335x_evm.h

[U-Boot] [PATCH 4/5] port beagleboard to use generic distro configs

2013-12-05 Thread Dennis Gilmore
Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/omap3_beagle.h | 30 +++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 9eab190..fe39540 100644 ---

[U-Boot] [RFC] implementation of generic distro configs

2013-12-05 Thread Dennis Gilmore
As a followup to http://lists.denx.de/pipermail/u-boot/2013-August/160080.html ive put together what i Think is a reasonable starting point for defining a unified set of features and options. There are some things that really need some more work yet. mostly to do with austomatically loading of

Re: [U-Boot] [PATCH 5/5] port beaglebones to use generic distro configs

2013-12-05 Thread Dennis Gilmore
Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/am335x_evm.h | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index d75df92..86623b1 100644 ---

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-05 Thread Robert Nelson
On Thu, Dec 5, 2013 at 8:18 PM, Dennis Gilmore den...@ausil.us wrote: Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/wandboard.h | 40 +++- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/include/configs/wandboard.h

Re: [U-Boot] new uboot for custom platform

2013-12-05 Thread Abraham V.
A VERY vague question. The only thing you are correct on, is that the bootloader is the first software component that runs when starting a system. But as Michael replied, without further details like CPU, memory ... etc, there's very little information you've given us to help you. Now, on the

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-05 Thread Dennis Gilmore
El Thu, 5 Dec 2013 21:47:43 -0600 Robert Nelson robertcnel...@gmail.com escribió: On Thu, Dec 5, 2013 at 8:18 PM, Dennis Gilmore den...@ausil.us wrote: Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/wandboard.h | 40 +++- 1 file

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-05 Thread Robert Nelson
On Thu, Dec 5, 2013 at 11:01 PM, Dennis Gilmore den...@ausil.us wrote: El Thu, 5 Dec 2013 21:47:43 -0600 Robert Nelson robertcnel...@gmail.com escribió: On Thu, Dec 5, 2013 at 8:18 PM, Dennis Gilmore den...@ausil.us wrote: Signed-off-by: Dennis Gilmore den...@ausil.us ---

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-05 Thread Dennis Gilmore
El Thu, 5 Dec 2013 23:01:13 -0600 Dennis Gilmore den...@ausil.us escribió: El Thu, 5 Dec 2013 21:47:43 -0600 Robert Nelson robertcnel...@gmail.com escribió: On Thu, Dec 5, 2013 at 8:18 PM, Dennis Gilmore den...@ausil.us wrote: Signed-off-by: Dennis Gilmore den...@ausil.us ---

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-05 Thread Robert Nelson
Why all the non-generic ext2load's? use just load, then it'll work with both fat, ext2/3/4 btrfs... Regards, the pxe code requires you specify the filesystem for the sysboot command, and as /boot needs to be ext ive kept it consistent. Ive also not narrowed down the option to enable

Re: [U-Boot] i2c: samsung: register i2c busses for Exynso5420 and Exynos5250

2013-12-05 Thread Naveen Krishna Ch
Hello Heiko, On 5 December 2013 18:17, Heiko Schocher h...@denx.de wrote: Hello Naveen, Am 05.12.2013 13:21, schrieb Naveen Krishna Ch: Hello Heiko, On 5 December 2013 16:56, Heiko Schocherh...@denx.de wrote: Hello Naveen, Sorry for the late reply ... Am 25.11.2013 12:28, schrieb

Re: [U-Boot] [PATCH 1/2] blackfin: Do not generate unused header bootrom-asm-offsets.h

2013-12-05 Thread Masahiro Yamada
Hello Sonic. On Mon, 2 Dec 2013 13:18:19 +0800 Sonic Zhang sonic@gmail.com wrote: Hi Masahiro, It seems this header is never used any more. Applied, thanks. Sonic Thanks. Could you send a pull request to Tom? Best Regards Masahiro Yamada

Re: [U-Boot] i2c: samsung: register i2c busses for Exynso5420 and Exynos5250

2013-12-05 Thread Heiko Schocher
Hello Naveen, Am 06.12.2013 06:47, schrieb Naveen Krishna Ch: Hello Heiko, On 5 December 2013 18:17, Heiko Schocherh...@denx.de wrote: Hello Naveen, Am 05.12.2013 13:21, schrieb Naveen Krishna Ch: Hello Heiko, On 5 December 2013 16:56, Heiko Schocherh...@denx.de wrote: Hello Naveen,

Re: [U-Boot] [PATCH v9 0/4] mtd: nand: omap: optimize OMAP NAND driver

2013-12-05 Thread Gupta, Pekon
Hello Scott, From: Gupta, Pekon Subject: [PATCH v9 0/4] mtd: nand: omap: optimize OMAP NAND driver OMAP NAND drivers support various ecc-schemes like (HAM1, BCH4, BCH8..) And, each ecc-scheme usually has 2 implementations - HAM1_HW or BCHx_HW (using in-build h/w engine for all computation) -

Re: [U-Boot] [PATCH 1/2] blackfin: Do not generate unused header bootrom-asm-offsets.h

2013-12-05 Thread Zhang, Sonic
Hi Yamada, The pull request will be sent after the next merge window in Jan. Regards, Sonic -Original Message- From: Masahiro Yamada [mailto:yamad...@jp.panasonic.com] Sent: Friday, December 06, 2013 1:48 PM To: Sonic Zhang Cc: U-Boot; Zhang, Sonic Subject: Re: [U-Boot] [PATCH 1/2]

Re: [U-Boot] [PATCH 1/2] blackfin: Do not generate unused header bootrom-asm-offsets.h

2013-12-05 Thread Masahiro Yamada
Hello Sonic. The pull request will be sent after the next merge window in Jan. How come it takes so long? The 7 commits remaining in u-boot-blackfin/next look like bug fixes or trivial changes. I want to use my patch as a prerequisite of my next series. Best Regards Masahiro Yamada

[U-Boot] [PATCH v2] i2c: samsung: register i2c busses for Exynso5420 and Exynos5250

2013-12-05 Thread Naveen Krishna Chatradhi
From: Naveen Krishna Ch ch.nav...@samsung.com This patch adds the U_BOOT_I2C_ADAP_COMPLETE defines for channels on Exynos5420 and Exynos5250 and also adds support for init function for hsi2c channels Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- Changes since v1: 1. Fix

Re: [U-Boot] [PATCH 1/2] blackfin: Do not generate unused header bootrom-asm-offsets.h

2013-12-05 Thread Zhang, Sonic
Hi Tom, Are bug fixing patches fine to be merged before next merge windows? If so, I will send you a new pull request for Blackfin arch right now. Regards, Sonic -Original Message- From: Masahiro Yamada [mailto:yamad...@jp.panasonic.com] Sent: Friday, December 06, 2013 2:32 PM To:

Re: [U-Boot] [PATCH v9 0/4] mtd: nand: omap: optimize OMAP NAND driver

2013-12-05 Thread Stefan Roese
On 06.12.2013 07:22, Gupta, Pekon wrote: From: Gupta, Pekon Subject: [PATCH v9 0/4] mtd: nand: omap: optimize OMAP NAND driver OMAP NAND drivers support various ecc-schemes like (HAM1, BCH4, BCH8..) And, each ecc-scheme usually has 2 implementations - HAM1_HW or BCHx_HW (using in-build h/w

Re: [U-Boot] [PATCH] mtd: nand: omap: fix ecc-layout for HAM1 ecc-scheme

2013-12-05 Thread Stefan Roese
On 05.12.2013 13:24, Pekon Gupta wrote: As per OMAP3530 TRM referenced below [1] For large-page NAND, ROM code expects following ecc-layout for HAM1 ecc-scheme - OOB[1] (offset of 1 *byte* from start of OOB) for x8 NAND device - OOB[2] (offset of 1 *word* from start of OOB) for x16 NAND

Re: [U-Boot] [PATCH 1/2] blackfin: Do not generate unused header bootrom-asm-offsets.h

2013-12-05 Thread Masahiro Yamada
Hello Sonic Are bug fixing patches fine to be merged before next merge windows? Of course you can send a pull request anytime if the patches are bug fixes, not new features. You can refer to our wiki page: http://www.denx.de/wiki/U-Boot/ReleaseCycle It says like follows: - While this merge

Re: [U-Boot] am3517: segmentation fault in Linux after upgrading from arago src to mainline u-boot

2013-12-05 Thread Yegor Yefremov
On Thu, Dec 5, 2013 at 6:28 PM, Måns Rullgård m...@mansr.com wrote: Yegor Yefremov yegorsli...@googlemail.com writes: On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 28, 2013 at 05:39:09PM +0100, Yegor Yefremov wrote: I'm having problems with the new u-boot

[U-Boot] [PATCH 1/2] examples: x86: delete 82559_eeprom

2013-12-05 Thread Masahiro Yamada
Commit fea25720 renamed arch/i386 to arch/x86. But it missed to modify examples/standalone/Makefile. Since then, examples/standalone/82559_eeprom has never compiled and nobody has noticed that. After some discussion on ML, we agreed to delete this example. Signed-off-by: Masahiro Yamada

[U-Boot] [PATCH 2/2] Makefile, .gitignore: Cleanup non-existing binaries

2013-12-05 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- .gitignore | 2 -- Makefile | 7 ++- examples/standalone/.gitignore | 1 - tools/.gitignore | 1 - 4 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitignore

[U-Boot] [PATCH 0/2] Trivial clean-up

2013-12-05 Thread Masahiro Yamada
Masahiro Yamada (2): examples: x86: delete 82559_eeprom Makefile,.gitignore: Cleanup non-existing binaries .gitignore | 2 - Makefile | 10 +- examples/standalone/.gitignore | 2 - examples/standalone/82559_eeprom.c | 356

Re: [U-Boot] am3517: segmentation fault in Linux after upgrading from arago src to mainline u-boot

2013-12-05 Thread Yegor Yefremov
On Fri, Dec 6, 2013 at 8:28 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: On Thu, Dec 5, 2013 at 6:28 PM, Måns Rullgård m...@mansr.com wrote: Yegor Yefremov yegorsli...@googlemail.com writes: On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 28, 2013 at

Re: [U-Boot] [PATCH] tools/.gitignore: omit non-existing tool, ncp from the list

2013-12-05 Thread Masahiro Yamada
Hello Tom. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- tools/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/.gitignore b/tools/.gitignore index a7fee26..6e2c4ba 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -8,7 +8,6 @@ /mpc86x_clk