Re: [U-Boot] [PATCH V4 6/6] config: SMDK5420: Enable S2MPS11 pmic

2014-01-07 Thread Minkyu Kang
On 06/01/14 20:49, Leela Krishna Amudala wrote: configure S2MPS11 pmic on SMDK5420 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Acked-by: Simon Glass s...@chromium.org --- include/configs/smdk5420.h |4 1 file changed, 4 insertions(+) diff --git

Re: [U-Boot] [PATCH V4 5/6] exynos: Add a common DT based PMIC driver initialization

2014-01-07 Thread Minkyu Kang
On 06/01/14 20:49, Leela Krishna Amudala wrote: Most of i2c PMIC drivers follow the same initialization sequence, let's generalize it in a common file. The initialization function finds the PMIC in the device tree, and if found - registers it in the list of known PMICs and initializes it,

Re: [U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-07 Thread Marek Vasut
On Tuesday, January 07, 2014 at 07:37:46 AM, Vivek Gautam wrote: Hi Marek, On Mon, Jan 6, 2014 at 9:22 PM, Marek Vasut ma...@denx.de wrote: On Monday, January 06, 2014 at 10:29:42 AM, Vivek Gautam wrote: On smdk5420 two availbale XHCI controllers require VBUS GPIO to be configured, the

Re: [U-Boot] [PATCH 8/8] config: smdk5420: Enable support for multiple XHCI controllers

2014-01-07 Thread Vivek Gautam
HI Marek, On Mon, Jan 6, 2014 at 9:24 PM, Marek Vasut ma...@denx.de wrote: Thanks for reviewing this. :-) On Monday, January 06, 2014 at 10:29:43 AM, Vivek Gautam wrote: Update USB_MAX_CONTROLLER_COUNT to be '2' to enable support for both usb 3.0 controllers on exynos5420. NOTE: To use

Re: [U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-07 Thread Vivek Gautam
On Tue, Jan 7, 2014 at 1:19 PM, Marek Vasut ma...@denx.de wrote: On Tuesday, January 07, 2014 at 07:37:46 AM, Vivek Gautam wrote: Hi Marek, On Mon, Jan 6, 2014 at 9:22 PM, Marek Vasut ma...@denx.de wrote: On Monday, January 06, 2014 at 10:29:42 AM, Vivek Gautam wrote: On smdk5420 two

[U-Boot] [PATCH 3/3] boards.cfg: Delete the equivalent entries

2014-01-07 Thread Masahiro Yamada
There are some entries which produce the same binaries as other entries: - Lite5200 is equivalent to icecube_5200 - Lite5200_LOWBOOT is equivalent to icecube_5200_LOWBOOT - Lite5200_LOWBOOT08 is equivalent to icecube_5200_LOWBOOT08 - ep8248Eis equivalent to ep8248 -

[U-Boot] [PATCH 1/3] cosmetic: boards.cfg: remove a trailing empty line

2014-01-07 Thread Masahiro Yamada
- Remove a trailing empty line - Add '#' to the empty line between two comment blocks Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- boards.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boards.cfg b/boards.cfg index 0d655e4..5b6a150 100644 ---

[U-Boot] [PATCH 0/3] Cleanup of boards.cfg

2014-01-07 Thread Masahiro Yamada
This series uses Fabio's patch as a prerequisite: boards.cfg: Keep the entries sorted http://patchwork.ozlabs.org/patch/305456/ Please apply it before this series. Masahiro Yamada (3): cosmetic: boards.cfg: remove a trailing empty line boards.cfg: Place - in the 8th field if it is the

Re: [U-Boot] [PATCH 5/8] usb: xhci-exynos5: Add support for multiple USB 3.0 controllers

2014-01-07 Thread Vivek Gautam
Hi Minkyu Kang, On Tue, Jan 7, 2014 at 11:00 AM, Minkyu Kang mk7.k...@samsung.com wrote: Dear Vivek Gautam, On 06/01/14 18:29, Vivek Gautam wrote: Add required support to use multiple USB 3.0 controllers available on exynos5420 SoC. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com

Re: [U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-07 Thread Marek Vasut
On Tuesday, January 07, 2014 at 10:03:01 AM, Vivek Gautam wrote: On Tue, Jan 7, 2014 at 1:19 PM, Marek Vasut ma...@denx.de wrote: On Tuesday, January 07, 2014 at 07:37:46 AM, Vivek Gautam wrote: Hi Marek, On Mon, Jan 6, 2014 at 9:22 PM, Marek Vasut ma...@denx.de wrote: On Monday,

Re: [U-Boot] [PATCH 8/8] config: smdk5420: Enable support for multiple XHCI controllers

2014-01-07 Thread Marek Vasut
On Tuesday, January 07, 2014 at 09:55:37 AM, Vivek Gautam wrote: HI Marek, On Mon, Jan 6, 2014 at 9:24 PM, Marek Vasut ma...@denx.de wrote: Thanks for reviewing this. :-) On Monday, January 06, 2014 at 10:29:43 AM, Vivek Gautam wrote: Update USB_MAX_CONTROLLER_COUNT to be '2' to

Re: [U-Boot] [PATCH] avr32: move CONFIG_AVR32 definition to arch/avr32/config.mk

2014-01-07 Thread Andreas Bießmann
On 01/06/2014 07:45 AM, Masahiro Yamada wrote: Like other architectures, CONFIG_AVR32 can be defined in arch/avr32/config.mk rather than board header files. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Andreas Bießmann andreas.de...@googlemail.com Acked-by: Andreas Bießmann

Re: [U-Boot] [PATCH 8/8] config: smdk5420: Enable support for multiple XHCI controllers

2014-01-07 Thread Vivek Gautam
On Tue, Jan 7, 2014 at 2:44 PM, Marek Vasut ma...@denx.de wrote: On Tuesday, January 07, 2014 at 09:55:37 AM, Vivek Gautam wrote: HI Marek, On Mon, Jan 6, 2014 at 9:24 PM, Marek Vasut ma...@denx.de wrote: Thanks for reviewing this. :-) On Monday, January 06, 2014 at 10:29:43 AM, Vivek

[U-Boot] [PATCH] i.MX6: Ensure AHB clock is 132MHz in low freq boot mode

2014-01-07 Thread Anson Huang
For low freq boot mode(ARM boot up with 396MHz), ROM will not set AHB clock to 132MHz, and the reset value of AHB divider is incorrect which will lead to wrong AHB rate, need to correct it. To enable low freq boot mode, need to set BOOT_CFG2[2] to high, tested on i.MX6Q/DL SabreSD board and

Re: [U-Boot] [PATCH 5/8] usb: xhci-exynos5: Add support for multiple USB 3.0 controllers

2014-01-07 Thread Vivek Gautam
On Mon, Jan 6, 2014 at 9:21 PM, Marek Vasut ma...@denx.de wrote: On Monday, January 06, 2014 at 10:29:40 AM, Vivek Gautam wrote: Add required support to use multiple USB 3.0 controllers available on exynos5420 SoC. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com ---

[U-Boot] [PATCH] i.MX6: Ensure AHB clock is 132MHz in low freq boot mode

2014-01-07 Thread Anson Huang
For low freq boot mode(ARM boot up with 396MHz), ROM will not set AHB clock to 132MHz, and the reset value of AHB divider is incorrect which will lead to wrong AHB rate, need to correct it. To enable low freq boot mode, need to set BOOT_CFG2[2] to high, tested on i.MX6Q/DL SabreSD board and

Re: [U-Boot] [PATCH] i.MX6: Ensure AHB clock is 132MHz in low freq boot mode

2014-01-07 Thread Fabio Estevam
Hi Anson, On Mon, Jan 6, 2014 at 7:31 PM, Anson Huang b20...@freescale.com wrote: int arch_cpu_init(void) { init_aips(); + /* +* When low freq boot is enabled, ROM will not set AHB +* freq, so we need to ensure AHB freq is 132MHz in such +*

Re: [U-Boot] [PATCH] i.MX6: Ensure AHB clock is 132MHz in low freq boot mode

2014-01-07 Thread hui....@freescale.com
-Original Message- From: Anson Huang [mailto:b20...@freescale.com] Sent: Tuesday, January 07, 2014 5:32 AM To: sba...@denx.de; eric.nel...@boundarydevices.com; troy.ki...@boundarydevices.com; Estevam Fabio-R49496; Liu Hui-R64343 Cc: u-boot@lists.denx.de Subject: [PATCH] i.MX6:

Re: [U-Boot] [PATCH 5/8] usb: xhci-exynos5: Add support for multiple USB 3.0 controllers

2014-01-07 Thread Marek Vasut
On Tuesday, January 07, 2014 at 10:15:20 AM, Vivek Gautam wrote: [...] diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h index 718940b..d93cba9 100644 --- a/arch/arm/include/asm/arch-exynos/cpu.h +++ b/arch/arm/include/asm/arch-exynos/cpu.h

Re: [U-Boot] [PATCH 8/8] config: smdk5420: Enable support for multiple XHCI controllers

2014-01-07 Thread Marek Vasut
On Tuesday, January 07, 2014 at 10:37:24 AM, Vivek Gautam wrote: [...] How I'd do this: 1) Rename all these submit_*() functions to usb_submit_*() 2) Rename all five usb_*() functions to ehci_*() resp. xhci_*() This will happen in each controller drivers (ehci/xhci) which would

Re: [U-Boot] [PATCH 5/8] usb: xhci-exynos5: Add support for multiple USB 3.0 controllers

2014-01-07 Thread Vivek Gautam
On Tue, Jan 7, 2014 at 4:29 PM, Marek Vasut ma...@denx.de wrote: On Tuesday, January 07, 2014 at 10:15:20 AM, Vivek Gautam wrote: [...] Minor rant, please trim the email when replying so it contains only the relevant parts. Otherwise, the irrelevant noise might cause some of the relevant

Re: [U-Boot] [PATCH v2 1/3] mx6: clock: Pass the frequency as argument of enable_fec_anatop_clock()

2014-01-07 Thread Stefano Babic
Hi Fabio, On 06/01/2014 14:12, Fabio Estevam wrote: Hi Stefano, On Fri, Jan 3, 2014 at 3:55 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com Provide an argument to enable_fec_anatop_clock() to specify the clock frequency that will be generated.

Re: [U-Boot] [PATCH v3 09/12] samsung: misc: Add LCD download menu.

2014-01-07 Thread Przemyslaw Marczak
Hello Minkyu, Thank you for review. On 01/06/2014 12:38 PM, Minkyu Kang wrote: On 04/01/14 01:43, Przemyslaw Marczak wrote: This simple LCD menu allows run one of download mode on device without writing on console or for fast and easy upgrade. This feature check user keys combination at boot:

Re: [U-Boot] [PATCH v3 11/12] trats2: add LCD download menu support

2014-01-07 Thread Przemyslaw Marczak
Hello, On 01/06/2014 12:37 PM, Minkyu Kang wrote: On 04/01/14 02:21, Przemyslaw Marczak wrote: Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com --- changes v2: - add definitions for check keys - cleanup config definitions Changes v3: - remove CONFIG_BOARD_NAME from

Re: [U-Boot] [PATCH v3 01/12] s5p: gpio: change gpio coding method for s5p gpio.

2014-01-07 Thread Przemyslaw Marczak
Hello, On 01/06/2014 12:37 PM, Minkyu Kang wrote: On 04/01/14 01:43, Przemyslaw Marczak wrote: Old s5p gpio coding method was not clean and was not working properly for all parts and banks. New method is clean and easy to extend. Gpio coding mask: 0x00ff - pin number 0x0000 - bank

Re: [U-Boot] [PATCH] i.MX6: Ensure AHB clock is 132MHz in low freq boot mode

2014-01-07 Thread Stefano Babic
Hi Anson, On 06/01/2014 22:31, Anson Huang wrote: For low freq boot mode(ARM boot up with 396MHz), ROM will not set AHB clock to 132MHz, and the reset value of AHB divider is incorrect which will lead to wrong AHB rate, need to correct it. To enable low freq boot mode, need to set

Re: [U-Boot] Question: booting Linux from ext4 mmc partition

2014-01-07 Thread Robert Nelson
On Mon, Jan 6, 2014 at 8:56 AM, nidalpres nidalp...@gmail.com wrote: Hi all! I was following instructions from http://eewiki.net/display/linuxonarm/iMX233-OLinuXino in order to get mainline kernel to boot off of my olinuxino micro board. I have created two partitions on my SD card:

Re: [U-Boot] arm: keep all sections in ELF file breaks Arndale

2014-01-07 Thread Andre Przywara
On 12/21/2013 11:46 AM, Albert ARIBAUD wrote: Hi Andre, On Wed, 18 Dec 2013 15:06:04 +0100, Andre Przywara andre.przyw...@linaro.org wrote: the Arndale board does not work anymore with current master HEAD. If I turn on the board, I see exactly nothing. I bisected it down to:

[U-Boot] [PATCH] usb: ums: wait for usb cable connection before enter ums mode

2014-01-07 Thread Przemyslaw Marczak
Before this change ums mode can not be entered when device was using the same usb port for usb/uart communication. Switching USB cable from UART to USB always causes ums exit. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com --- common/cmd_usb_mass_storage.c | 24

[U-Boot] [PATCH 1/1] ARM: dra7_evm: read mac address properly from e-fuse

2014-01-07 Thread Mugunthan V N
Byte offset of Ethernet mac address read from e-fuse are wrong so DHCP is not working on some boards, modifying the offset to read properly. Signed-off-by: Mugunthan V N mugunthan...@ti.com --- board/ti/dra7xx/evm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [U-Boot] [PATCH 3/3] boards.cfg: Delete the equivalent entries

2014-01-07 Thread Wolfgang Denk
Dear Masahiro Yamada, In message 1389085642-28400-4-git-send-email-yamad...@jp.panasonic.com you wrote: There are some entries which produce the same binaries as other entries: - Lite5200 is equivalent to icecube_5200 - Lite5200_LOWBOOT is equivalent to icecube_5200_LOWBOOT -

Re: [U-Boot] Please pull u-boot-mpc85xx master

2014-01-07 Thread Tom Rini
On Fri, Jan 03, 2014 at 03:57:48PM -0800, York Sun wrote: Tom, The following changes since commit fef24f4f38eb685a6da29097930e6e49b378f8fb: ARM: Samsung: Change GONI and Universal_C210 maintainers. (2013-12-20 10:48:06 -0500) are available in the git repository at:

Re: [U-Boot] [PULL] u-boot-onenand/master

2014-01-07 Thread Tom Rini
On Tue, Dec 31, 2013 at 01:15:06PM +0100, Lukasz Majewski wrote: Hi Tom, Please find a tiny fix for onenand tree. I hope, that this fix will find its way to v2014.01. The following changes since commit fef24f4f38eb685a6da29097930e6e49b378f8fb: ARM: Samsung: Change GONI and

Re: [U-Boot] UBIFS seeing corrupt blank pages when image flashed via u-boot

2014-01-07 Thread Gupta, Pekon
Hi Artem, I wanted to check the 'white-space-fixup' and re-reading your documentation before, so got delayed in replying. + my mail got moderated again by mailman.. From: Artem Bityutskiy [mailto:artem.bityuts...@linux.intel.com] [...] If you are worried about fragmentation, we can discuss

Re: [U-Boot] Question: booting Linux from ext4 mmc partition

2014-01-07 Thread nidalpres
Hi Robert! I have 4-5 microsd cards (Kingston, SanDisk, Samsung), 4 and 8GB in size, tried two, same thing. I also tried vfat partition and disabled support for ext2 AND ext4 completely in u-boot, and basically same thing happened. Then I tried to list/load files manually from vfat/ext4

Re: [U-Boot] Question: booting Linux from ext4 mmc partition

2014-01-07 Thread nidalpres
In this e-mail you can find a session with latest (from a day ago or so) u-boot from git on mx23-olinuxino. On boot I can access partition 3 on mmc card (ext4) and load files (/boot/uEnv.txt) off of it into memory. However, once I try to load zImage (4MB in size) error appears and after that you

Re: [U-Boot] Question: booting Linux from ext4 mmc partition

2014-01-07 Thread Robert Nelson
On Tue, Jan 7, 2014 at 1:26 PM, nidalpres nidalp...@gmail.com wrote: Hi Robert! I have 4-5 microsd cards (Kingston, SanDisk, Samsung), 4 and 8GB in size, tried two, same thing. I also tried vfat partition and disabled support for ext2 AND ext4 completely in u-boot, and basically same thing

Re: [U-Boot] sandbox question

2014-01-07 Thread Simon Glass
Hi Tiger, On 30 December 2013 17:42, tiger...@viatech.com.cn wrote: Hi, Simon: Sorry for some typo. I re-wrote this mail: I've been away, sorry for the delay. --- I have a question about compiling uboot sandbox branch: 1. It seems sandbox branch

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

2014-01-07 Thread Scott Wood
On Tue, 2014-01-07 at 11:37 +0800, Po Liu wrote: diff --git a/doc/README.SPL b/doc/README.SPL index 312a6a6..20d53fb 100644 --- a/doc/README.SPL +++ b/doc/README.SPL @@ -62,6 +62,7 @@ CONFIG_SPL_FAT_SUPPORT (fs/fat/libfat.o) CONFIG_SPL_LIBGENERIC_SUPPORT (lib/libgeneric.o)

[U-Boot] Regression: SDP4430 - Fails to boot - bisect indicates i2c adaptation

2014-01-07 Thread Nishanth Menon
Hi, I happened to try SDP4430 out a earlier today with tip of u-boot mainline and it refused to even bring up SPL logs. Last working tag happens to be v2013.10 Earliest fail tag happens to be v2014.01-rc1 A bisect showed the following: http://pastebin.mozilla.org/3962513 i2c, omap24xx: convert

Re: [U-Boot] sandbox question

2014-01-07 Thread TigerLiu
Hi, Simon: Thanks for your reply! Well you could, but what benefit would that provide? It would not use any code from arch/arm if that is what you are thinking. Sandbox is its own 'architecture'? For example: 1. i want to test fs/ext4 driver. They are architecture independent code. I

[U-Boot] [PATCH] arm: rmobile: Add SH QSPI base register address

2014-01-07 Thread Nobuhiro Iwamatsu
This adds base register address of SH QSPI. Currently, SH QSPI is used only from R8A7790 and R8A7791. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/arm/include/asm/arch-rmobile/r8a7790.h | 1 + arch/arm/include/asm/arch-rmobile/r8a7791.h | 1 + 2 files changed, 2

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

2014-01-07 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/spi/sh_qspi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/spi/sh_qspi.c b/drivers/spi/sh_qspi.c index edeb42d..77ede6b 100644 --- a/drivers/spi/sh_qspi.c +++ b/drivers/spi/sh_qspi.c @@

[U-Boot] [PATCH v2 4/4] arm: koelsch: Add support QSPI device and enable boot from SPI flash

2014-01-07 Thread Nobuhiro Iwamatsu
This supports SH-QSPI device on koelsch board, and enable booting from SPI flash. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- v2: Remove address definition of SH QSPI Move CONFIG_SYS_TEXT_BASE from SPI section.

[U-Boot] [PATCH v2 2/4] arm: lager: Add support QSPI device and enable boot from SPI flash

2014-01-07 Thread Nobuhiro Iwamatsu
This supports SH-QSPI device on lager board, and enable booting from SPI flash. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- v2: Remove address definition of SH QSPI Move CONFIG_SYS_TEXT_BASE from SPI section.

[U-Boot] [PATCH v2 1/4] arm: lager: Disable TMU0 before OS boots

2014-01-07 Thread Nobuhiro Iwamatsu
On U-boot uses TMU0 as timer, but TMU0 does not use on linux kernel and other. This disables TMU0 at the request of from kernel user. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- v2: no changes.

[U-Boot] [PATCH v2 3/4] arm: koelsch: Disable TMU0 before OS boots

2014-01-07 Thread Nobuhiro Iwamatsu
On U-boot uses TMU0 as timer, but TMU0 does not use on linux kernel and other. This disables TMU0 at the request of from kernel user. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- v2: no changes.

[U-Boot] [PATCH v2 3/3] boards.cfg: Delete the equivalent entries

2014-01-07 Thread Masahiro Yamada
There are some entries which produce the same binaries: - ep8248E is equivalent to ep8248 - MPC8360ERDK_66is equivalent to MPC8360ERDK - Adder87x/AdderUSB is equivalent to Adder - EVB64260_750CSis equivalent to EVB64260 I also notice - Lite5200 is equivalent to

[U-Boot] [PATCH v2 0/3] Cleanup of boards.cfg

2014-01-07 Thread Masahiro Yamada
This series uses Fabio's patch as a prerequisite: boards.cfg: Keep the entries sorted http://patchwork.ozlabs.org/patch/305456/ Please apply it before this series. Changes in v2: - Do not delete Lite5200* Masahiro Yamada (3): cosmetic: boards.cfg: remove a trailing empty line

[U-Boot] [PATCH v2 1/3] cosmetic: boards.cfg: remove a trailing empty line

2014-01-07 Thread Masahiro Yamada
- Remove a trailing empty line - Add '#' to the empty line between two comment blocks Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v2: None boards.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boards.cfg b/boards.cfg index

Re: [U-Boot] [PATCH 3/3] boards.cfg: Delete the equivalent entries

2014-01-07 Thread Masahiro Yamada
Hello Wolfgang I cannot comment for the other boards, but please do not delete the Lite5200* entries. This name is what is actually referenced in misc documentation, so we should keep it - very few users will actually remove the IceCube board today, and even fewer will know that they have

Re: [U-Boot] [PATCH v3 11/12] trats2: add LCD download menu support

2014-01-07 Thread Minkyu Kang
Dear Przemsyslaw Marczak, On 07/01/14 21:54, Przemyslaw Marczak wrote: Hello, On 01/06/2014 12:37 PM, Minkyu Kang wrote: On 04/01/14 02:21, Przemyslaw Marczak wrote: Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com --- changes v2: - add definitions for check keys - cleanup

Re: [U-Boot] [PATCH v2 3/3] boards.cfg: Delete the equivalent entries

2014-01-07 Thread Masahiro Yamada
Hi There are some entries which produce the same binaries: - ep8248E is equivalent to ep8248 - MPC8360ERDK_66is equivalent to MPC8360ERDK - Adder87x/AdderUSB is equivalent to Adder - EVB64260_750CSis equivalent to EVB64260 Does anyone have any objection to remove these

[U-Boot] [PATCH] omap4_common: config: remove I2C for SPL mode

2014-01-07 Thread Nishanth Menon
Commit 6789e84ecaa8f45d053084e08c381284a04abff7 (i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework) intended to make I2C driver compatible with latest changes. It unfortunately has had a impact on size on SPL as well. For example on SDP4430, 32032 bytes before/MLO 35416 bytes

Re: [U-Boot] [PATCH] sh: delete redundant CONFIG_SH definition

2014-01-07 Thread Nobuhiro Iwamatsu
Hi, Sorry, I misunderstand. CONFIG_SH is used by driver, bdinfo and other. I rejected this patch. Best regards, Nobuhiro 2014/1/7 Nobuhiro Iwamatsu iwama...@nigauri.org: Hi, Applied, thanks. Best regards, Nobuhiro 2014/1/7 Nobuhiro Iwamatsu iwama...@nigauri.org: Hi, Thanks for

Re: [U-Boot] [PATCH] sh: delete redundant CONFIG_SH definition

2014-01-07 Thread Nobuhiro Iwamatsu
Hi, again. And sorry I made sure that there is no problem in your patch. Applied, thanks! Nobuhiro 2014/1/8 Nobuhiro Iwamatsu iwama...@nigauri.org: Hi, Sorry, I misunderstand. CONFIG_SH is used by driver, bdinfo and other. I rejected this patch. Best regards, Nobuhiro 2014/1/7

[U-Boot] [PATCH v3 2/2] usb: exynos5: arndale: Add network support

2014-01-07 Thread Inderpal Singh
Arndale board has AX88760, which is USB 2.0 Hub USB 2.0 Ethernet Combo controller, connected to HSIC Phy of USB host controller via USB3503 hub. This patch uses board specific board_usb_init function to perform reset sequence for USB3503 hub and enables the relevant config options for network to

[U-Boot] [PATCH v3 1/2] usb: ehci: exynos: set/reset hsic phys

2014-01-07 Thread Inderpal Singh
From: Inderpal Singh chander.kash...@linaro.org The controller has 3 ports. The port0 is for USB 2.0 Phy, port1 and port2 are for HSIC phys. The usb 2.0 phy is already being setup. This patch sets up the hsic phys. Signed-off-by: Inderpal Singh inderpal.si...@linaro.org ---

[U-Boot] [PATCH v3 0/2] Add usb ethernet support for Arndale

2014-01-07 Thread Inderpal Singh
Arndale board has AX88760, which is USB 2.0 Hub USB 2.0 Ethernet Combo controller, connected to HSIC Phy of USB host controller via USB3503 hub. This patchset adds support for this usb ethernet controllor. Changes in v2: - removed setting preboot environment in patch 2 Changes in v3:

[U-Boot] [PATCH] fs/ext4: fix partition size get truncated in calculation

2014-01-07 Thread Ma Haijun
It may cause file system corruption when do a write operation. This issue only affects boards that use 32 bit lbaint_t. Signed-off-by: Ma Haijun mahaij...@gmail.com --- fs/ext4/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/dev.c b/fs/ext4/dev.c index

Re: [U-Boot] sandbox question

2014-01-07 Thread Abraham Varricatt
Hello Tiger, On Wed, Jan 8, 2014 at 6:22 AM, tiger...@viatech.com.cn wrote: Hi, Simon: Thanks for your reply! Well you could, but what benefit would that provide? It would not use any code from arch/arm if that is what you are thinking. Sandbox is its own 'architecture'? Your question

[U-Boot] [PATCH 4/6] sh: sh3: remove CONFIG_SH3 definition from board config

2014-01-07 Thread Nobuhiro Iwamatsu
CONFIG_SH3 was already defined in arch/sh/sh3/config.mk. This removes CONFIG_SH3 from board config files of SH3. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- include/configs/mpr2.h | 1 - include/configs/ms7720se.h | 1 - include/configs/shmin.h| 1 - 3 files changed, 3

[U-Boot] [PATCH 3/6] sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3

2014-01-07 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- arch/sh/cpu/sh3/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/cpu/sh3/config.mk b/arch/sh/cpu/sh3/config.mk index 5c77e5c..abd4b8d 100644 --- a/arch/sh/cpu/sh3/config.mk +++

[U-Boot] [PATCH 6/6] sh: sh4: remove CONFIG_SH4 definition from board config

2014-01-07 Thread Nobuhiro Iwamatsu
CONFIG_SH4 was already defined in arch/sh/sh4/config.mk. This removes CONFIG_SH4 from board config files of SH4. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- include/configs/MigoR.h | 1 - include/configs/ap325rxa.h | 1 - include/configs/ap_sh4a_4a.h | 1 -

[U-Boot] [PATCH 5/6] sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4

2014-01-07 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- arch/sh/cpu/sh4/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/cpu/sh4/config.mk b/arch/sh/cpu/sh4/config.mk index c357557..753580b 100644 --- a/arch/sh/cpu/sh4/config.mk +++

[U-Boot] [PATCH 2/6] sh: sh2: remove CONFIG_SH2 definition from board config

2014-01-07 Thread Nobuhiro Iwamatsu
CONFIG_SH2 was already defined in arch/sh/sh2/config.mk. This removes CONFIG_SH2 from board config files of SH2. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- include/configs/rsk7203.h | 1 - include/configs/rsk7264.h | 1 - include/configs/rsk7269.h | 1 - 3 files changed, 3

[U-Boot] [PATCH 1/6] sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2

2014-01-07 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- arch/sh/cpu/sh2/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/cpu/sh2/config.mk b/arch/sh/cpu/sh2/config.mk index 8a0de96..69273b4 100644 --- a/arch/sh/cpu/sh2/config.mk +++

[U-Boot] [PATCH] sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQ

2014-01-07 Thread Nobuhiro Iwamatsu
CONFIG_SYS_HZ of SH2 is not used as frequency of base timer. This is the correct clock of CMT. This changes from CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQ, in order to use CONFIG_SYS_HZ as clock of CMT. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/lib/time_sh2.c

[U-Boot] [PATCH] fs/ext4: fix calling put_ext4 with truncated offset

2014-01-07 Thread Ma Haijun
Curently, we are using 32 bit multiplication to calculate the offset, so the result will always be 32 bit. This can silently cause file system corruption when performing a write operation on partition larger than 4 GiB. This patch address the issue by simply promoting the terms to 64 bit, and let

[U-Boot] [PATCH] sf: params: Removed flag SECT_4K for Micron N25Q128

2014-01-07 Thread Siva Durga Prasad Paladugu
Remove the flag SECT_4K for device N25Q128 as the 4K-byte sub sector erase granularity is available only for top/bottom 8 sectors in some of the N25Q128 chips. Signed-off-by: Siva Durga Prasad Paladugu siva...@xilinx.com --- drivers/mtd/spi/sf_params.c |4 ++-- 1 files changed, 2

[U-Boot] When will orphan boards removed?

2014-01-07 Thread Masahiro Yamada
Hello Tom, Albert. When will Orphan boards in boards.cfg removed? Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] omap4_common: config: remove I2C for SPL mode

2014-01-07 Thread Sricharan R
Hi Nishanth, On Wednesday 08 January 2014 07:36 AM, Nishanth Menon wrote: Commit 6789e84ecaa8f45d053084e08c381284a04abff7 (i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework) intended to make I2C driver compatible with latest changes. It unfortunately has had a impact on size

Re: [U-Boot] Regression: SDP4430 - Fails to boot - bisect indicates i2c adaptation

2014-01-07 Thread Lokesh Vutla
Hi Nishanth, On Wednesday 08 January 2014 05:48 AM, Nishanth Menon wrote: Hi, I happened to try SDP4430 out a earlier today with tip of u-boot mainline and it refused to even bring up SPL logs. Last working tag happens to be v2013.10 Earliest fail tag happens to be v2014.01-rc1 A bisect

Re: [U-Boot] [PATCH 5/6] sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4

2014-01-07 Thread Masahiro Yamada
Hi Nobuhiro. diff --git a/arch/sh/cpu/sh4/config.mk b/arch/sh/cpu/sh4/config.mk index c357557..753580b 100644 --- a/arch/sh/cpu/sh4/config.mk +++ b/arch/sh/cpu/sh4/config.mk @@ -8,5 +8,5 @@ # SPDX-License-Identifier: GPL-2.0+ # # -PLATFORM_CPPFLAGS += -m4-nofpu +PLATFORM_CPPFLAGS

[U-Boot] [PATCH 2/5] imx: mx6q_4x_mt41j128.cfg: enable ecspi3 clocks

2014-01-07 Thread Christian Gmeiner
Signed-off-by: Christian Gmeiner christian.gmei...@gmail.com --- board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg b/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg index bb6c60b..b9e107a

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

2014-01-07 Thread Christian Gmeiner
This new function is used to set all display-timings properties based on fb_videomode. display-timings { timing0 { clock-frequency = 2500; hactive = 640; vactive = 480; hback-porch = 48; hfront-porch = 16;

Re: [U-Boot] [RFC][PATCH 0/5] SATA support for OMAP5 uevm

2014-01-07 Thread Roger Quadros
Aneesh, Sorry for the late reply. On 11/12/2013 12:36 AM, V, Aneesh wrote: Roger, -Original Message- From: Quadros, Roger Sent: Monday, November 11, 2013 5:16 AM To: V, Aneesh Cc: Enric Balletbo Serra; u-boot@lists.denx.de; Rini, Tom; Krishnamoorthy, Balaji T;

[U-Boot] [PATCH 4/5] imx6: add ot1200 mr board

2014-01-07 Thread Christian Gmeiner
This patch add support for one device of the Bachmann OT1200 series - the mr variant. My first attemp was to use one u-boot binary for all OT1200 devices, but as I need to load a device-specific devicetree I decided to go this way. Following components are used: + ethernet + usb + i2c + display

[U-Boot] [PATCH 5/5] imx6: make use of lldiv(..)

2014-01-07 Thread Christian Gmeiner
Commit 762a88ccf8540948fbf8c31b40a29d1e0684a25b introduces a 64-bit division without using the lldiv() function, which pulls in previously unused libgcc stuff. Signed-off-by: Måns Rullgård m...@mansr.com Signed-off-by: Christian Gmeiner christian.gmei...@gmail.com ---

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

2014-01-07 Thread Christian Gmeiner
There may be some custom boards in the field which have an seperate eeprom chip to store edid informations in it. To make use of those edid information in the board code this patch add a function to convert edid to fb_videomode. Signed-off-by: Christian Gmeiner christian.gmei...@gmail.com ---