[U-Boot] [PATCH] vexpress/v8: Add support for SMSC91C111 integrated MAC and PHY module

2013-09-03 Thread Bhupesh Sharma
This patch enables ethernet support in ARMv8 foundation model. The ARMv8 foundation model supports a SMSC91C111 integrated MAC and PHY module which is present at base address 0x01A00. The patch has been tested on ARMv8 foundation model by running ping/tftp between the foundation model and the

[U-Boot] [PATCH] Exynos5250: I2C: Fix driver as per new I2C multibus/multiadapter support

2013-09-03 Thread Rajeshwari S Shinde
This patch fixes the S3C24xx I2C driver as per new I2C multibus/multiadapter support for Exynos5250. Change-Id: I95873fef7d312310670e3bb33ad9532c10f60463 Signed-off-by: Rajeshwari S Shinde rajeshwar...@samsung.com --- drivers/i2c/s3c24x0_i2c.c | 14 +++---

Re: [U-Boot] [PATCH v4 5/5] board/ti/am335x/README: update for NAND boot

2013-09-03 Thread Peter Korsgaard
Pekon == Pekon Gupta pe...@ti.com writes: Pekon NAND boot mode on AM335x EVM has been verified, and steps Pekon to use it has been documented and update in this README Pekon Signed-off-by: Pekon Gupta pe...@ti.com Pekon --- Pekon board/ti/am335x/README | 59

[U-Boot] [Uboot] Question about MMC driver

2013-09-03 Thread DongboZhang
Dear U-Boot maintainer, I have two questions about mmc driver base u-boot-2013.07. Q 1: In mmc.c, function sd_send_op_cond(), line 506: line 505: if (timeout = 0) line 506: return UNUSABLE_ERR; I think it should be return TIMEOUT . Because for MMC card or eMMC device, the

Re: [U-Boot] [PATCH] Exynos5250: I2C: Fix driver as per new I2C multibus/multiadapter support

2013-09-03 Thread Heiko Schocher
Hello Rajeshwari, Am 03.09.2013 08:20, schrieb Rajeshwari S Shinde: This patch fixes the S3C24xx I2C driver as per new I2C multibus/multiadapter support for Exynos5250. Change-Id: I95873fef7d312310670e3bb33ad9532c10f60463 Signed-off-by: Rajeshwari S Shinderajeshwar...@samsung.com ---

[U-Boot] [PATCH v5 5/5] board/ti/am335x/README: update for NAND boot

2013-09-03 Thread Pekon Gupta
NAND boot mode on AM335x EVM has been verified, and steps to use it has been documented and update in this README Signed-off-by: Pekon Gupta pe...@ti.com Acked-by: Peter Korsgaard jac...@sunsite.dk --- board/ti/am335x/README | 59 +++--- 1 file

[U-Boot] [ARM] Returning to active state

2013-09-03 Thread Albert ARIBAUD
Hello all, I was away for a few days and only slowly returning to active state. Please bear with me while I catch up. As usual, my priority will go to PRs, then patches assigned to me. For anything urgent, mail To: me. Amicalement, -- Albert. ___

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

2013-09-03 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx, thanks ! The following changes since commit 326ea986ac150acdc7656d57fca647db80b50158: Merge git://git.denx.de/u-boot-arm (2013-07-31 11:30:38 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you to

[U-Boot] [PATCH v1 2/3] mtd: nand: omap: add support for BCH16_ECC - NAND driver updates

2013-09-03 Thread Pekon Gupta
With increase in NAND flash densities occurence of bit-flips has increased. Thus stronger ECC schemes are required for detecting and correcting multiple simultaneous bit-flips in same NAND page. But stronger ECC schemes have large ECC syndrome which require more space in OOB/Spare. This patch add

[U-Boot] [PATCH v1 1/3] am33xx: elm: add support for BCH16_ECC - ELM driver updates

2013-09-03 Thread Pekon Gupta
With increase in NAND flash densities occurence of bit-flips has increased. Thus stronger ECC schemes are required for detecting and correcting multiple simultaneous bit-flips in same NAND page. But stronger ECC schemes have large ECC syndrome which require more space in OOB/Spare. This patch add

[U-Boot] [PATCH v1 0/3] mtd: nand: omap: add support for BCH16_ECC

2013-09-03 Thread Pekon Gupta
This patch series add support of BCH16_ECC scheme. As BCH16_ECC scheme generates 26bytes of ECC syndrome per 512B data, hence this scheme is usable only for NAND devices having 4K or above page-size, as their OOB/spare area has enough space to accomodate ECC. This patch series is applicable over

[U-Boot] [PATCH v1 3/3] am335x: update README for BCH16

2013-09-03 Thread Pekon Gupta
Adds explanation on how to select ECC scheme. Signed-off-by: Pekon Gupta pe...@ti.com --- board/ti/am335x/README | 43 +-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/board/ti/am335x/README b/board/ti/am335x/README index 941dfbb..05e53b1

Re: [U-Boot] [PATCH] vexpress/v8: Add support for SMSC91C111 integrated MAC and PHY module

2013-09-03 Thread FengHua
-原始邮件- 发件人: Bhupesh Sharma bhupesh.sha...@freescale.com 发送时间: 2013年9月4日 星期三 收件人: u-boot@lists.denx.de 抄送: tr...@ti.com, feng...@phytium.com.cn, Bhupesh Sharma bhupesh.sha...@freescale.com 主题: [PATCH] vexpress/v8: Add support for SMSC91C111 integrated MAC and PHY module This

[U-Boot] [PATCH] powerpc/p1010rdb: update readme for p1010rdb-pb board

2013-09-03 Thread Shengzhou Liu
P1010RDB-PB is a variation of previous P1010RDB-PA board. Henceforth we support P1010RDB-PB board instead of P1010RDB-PA. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- board/freescale/p1010rdb/README | 285 + doc/README.p1010rdb |

Re: [U-Boot] [PATCH] Exynos5250: I2C: Fix driver as per new I2C multibus/multiadapter support

2013-09-03 Thread Rajeshwari Birje
Hi Heiko, Ok will work on same and get back to you in-case of any doubts. Regards, Rajehswari On Tue, Sep 3, 2013 at 12:31 PM, Heiko Schocher h...@denx.de wrote: Hello Rajeshwari, Am 03.09.2013 08:20, schrieb Rajeshwari S Shinde: This patch fixes the S3C24xx I2C driver as per new I2C

[U-Boot] [PATCH v3] usb: new board-specific USB init interface

2013-09-03 Thread Mateusz Zalega
This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by: Lukasz Majewski

Re: [U-Boot] Pull request - arm/zynq v3

2013-09-03 Thread Albert ARIBAUD
Hi Michal, On Mon, 19 Aug 2013 09:36:33 +0200, Michal Simek mon...@monstr.eu wrote: Hi Albert, please pull these 3 zynq patches to your arm tree. I have rebased the tree on the 2013.07 to remove that new nds32 patches. There is still pending the arm: lds: Remove libgcc eabi exception

[U-Boot] [PATCH] arm:goni:mmc: Add sd card detection and initialization.

2013-09-03 Thread Przemyslaw Marczak
This change allow to use sd card on Goni the same like mmc 0. SD card is mmc dev 1, so it can be used like this: fatls mmc 1:2. SD card is inited even if eMMC initialization fails. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC:

[U-Boot] [PATCH] mmc:sdhci: Fix card ready status timeout.

2013-09-03 Thread Przemyslaw Marczak
According to JEDEC eMMC specification, after data transfer (multiple or single block) host must wait for card ready status. This is done by waiting for command and data lines to be at idle state after transfer. JEDEC does not specify maximum timeout. Before this change max timeout was 10 ms but

[U-Boot] [PATCH] ums: Add dev num parameter. Check mmc device before do ums init.

2013-09-03 Thread Przemyslaw Marczak
This change allows using every mmc device instance with ums, like eMMC or SD cards. Now MMC device is checked before ums is inited. Example of use: ums device_number for mmc devices. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

[U-Boot] [PATCH] arm:mmc:goni/exynos: Fix wrong mmc base register devices offset.

2013-09-03 Thread Przemyslaw Marczak
On s5pc1xx mmc devices offset is multiply of 0x10, wrong value was 0x1. Register offset always points to mmc 0 before this change. Add macro definition of mmc dev register offset to s5pc1xx and exynos mmc. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Signed-off-by: Kyungmin

Re: [U-Boot] [PATCH 1/5] ARM: mxs: Sort the mx23evk and mx23_olinuxino

2013-09-03 Thread Otavio Salvador
On Mon, Sep 2, 2013 at 8:00 PM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/31/2013 05:15 PM, Otavio Salvador wrote: On Sat, Aug 31, 2013 at 5:52 PM, Stefano Babic sba...@denx.de wrote: Am 31/08/2013 22:03, schrieb Marek Vasut: I suppose there will be

[U-Boot] [PATCH] ARM: OMAP4: Convert to ti_armv7_common.h

2013-09-03 Thread Lokesh Vutla
Update omap4_common.h to use ti_armv7_common.h Testing: * Boot tested on OMAP4430 ES2.1 OMAP4460 ES1.1 SDP, OMAP4 PANDA/PANDA ES * Verified ./MAKEALL -s omap Signed-off-by: Lokesh Vutla lokeshvu...@ti.com --- include/configs/omap4_common.h | 188 ++-

Re: [U-Boot] [PATCH v2 2/7] USB: XHCI: Add xHCI host controller support for Exynos5

2013-09-03 Thread Dan Murphy
On 08/21/2013 05:12 AM, Vivek Gautam wrote: This adds driver layer for xHCI controller in Samsung's exynos5 soc. This interacts with xHCI host controller stack. Signed-off-by: Vikas C Sajjan vikas.saj...@samsung.com Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Julius Werner

Re: [U-Boot] gpmi-nand driver and jffs2 support

2013-09-03 Thread Marek Vasut
Dear Huang Shijie, 于 2013年09月02日 19:32, Marek Vasut 写道: This makes not much sense to me. If what you claim is true, than JFFS2 in U-Boot and Linux would be incompatible for all MTD drivers. This would also mean that The jffs2 in uboot and linux is compatible now. But the mtd base code,

Re: [U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to adapt non-256-bytes EEPROM

2013-09-03 Thread York Sun
On 08/30/2013 06:56 AM, Timur Tabi wrote: On Fri, Aug 30, 2013 at 5:07 AM, Shengzhou Liu shengzhou@freescale.com wrote: #ifdef CONFIG_SYS_I2C_EEPROM_NXID +/* some boards with non-256-bytes EEPROM have special define */ +/* for MAX_NUM_PORTS in board-specific file */ +#ifndef

Re: [U-Boot] U-Boot mini-summit at ELCE 2013 in Edinburgh - call for participation!

2013-09-03 Thread Jagan Teki
On Thu, Mar 21, 2013 at 10:21 PM, Detlev Zundel d...@denx.de wrote: Hi fellow U-Boot developers, people meeting us at our booth at the Embedded World trade show in Nürnberg this year may already have heard rumours about it but now it is official - there will be an U-Boot mini-summit at the

[U-Boot] NAND write error with HW ECC on OMAP3

2013-09-03 Thread Ash Charles
Hi, When using 'nandecc hw' on an OMAP3 platform, data is not being correctly written to NAND. I see the issue on 2013.10-rc2 and 2013.07 but not on 2012.10. Specifically, when I read back a SPL binary written with hardware Hamming ECC, I don't get a matching CRC. With the BCH8 ECC algorithm,

[U-Boot] U-Boot 2009.11.1 USB Issue and Building U-Boot 2013.07

2013-09-03 Thread Chuck Wical
First I am fairly new to U-Boot but over the last 2 weeks I have been going through the README files and anything else I can find that would help resolve the issue I have. Here is a recap: Currently the project I am working on was setup with U-Boot 2009-11-01 and works just fine with one

[U-Boot] Pull request for Kees Cook's compression fixes

2013-09-03 Thread Simon Glass
Hi Tom, I believe these qualify for the release since they are fixes/tests, but this is up to you. To help with the process I have done a pull request. Also I ran them through buildman (unfortunately I cannot build all archs, but I build most). No new errors/warnings. ./tools/buildman/buildman

Re: [U-Boot] [PATCH] ums: Add dev num parameter. Check mmc device before do ums init.

2013-09-03 Thread Marek Vasut
Dear Przemyslaw Marczak, This change allows using every mmc device instance with ums, like eMMC or SD cards. Now MMC device is checked before ums is inited. Example of use: ums device_number for mmc devices. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Signed-off-by: Kyungmin

Re: [U-Boot] [RFC PATCH 1/3] USB: gadget: add atmel usba udc driver

2013-09-03 Thread Marek Vasut
Dear Bo Shen, Add atmel usba udc driver support, porting from Linux kernel Signed-off-by: Bo Shen voice.s...@atmel.com Please see [1] , point 4. I miss the exact point in Linux kernel history (read commit hash) from which this code was imported at least. [1]

Re: [U-Boot] U-Boot 2009.11.1 USB Issue and Building U-Boot 2013.07

2013-09-03 Thread Wolfgang Denk
Dear Chuck, In message 002b01cea8e7$b14fc5b0$13ef5110$@amanomcgann.com you wrote: I found if I used tftp these files transferred correctly and the board would boot with the new files. I thought the solution was found and I could simply setup the same files using USB through environment

Re: [U-Boot] [RFC PATCH 3/3] ARM: atmel: add RNDIS gadget support

2013-09-03 Thread Marek Vasut
Dear Bo Shen, Add RNDIS gadget support to test atmel usba udc driver Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/cpu/armv7/at91/sama5d3_devices.c| 12 ++ arch/arm/include/asm/arch-at91/at91_common.h |1 + board/atmel/sama5d3xek/sama5d3xek.c | 51

[U-Boot] current version of u-boot doesn't seem to load kernel for beaglebone black

2013-09-03 Thread Robert P. J. Day
just checked out and built u-boot for beaglebone black: $ make am335x_boneblack_config built, copied only MLO and u-boot.img to SD card so i could run u-boot off of SD card but boot the rest out of the eMMC, and got: U-Boot# run bootcmd mmc1(part 0) is current device mmc_send_cmd : timeout:

Re: [U-Boot] [RFC PATCH 1/3] USB: gadget: add atmel usba udc driver

2013-09-03 Thread Bo Shen
Hi Marek Vasut, On 09/04/2013 06:30 AM, Marek Vasut wrote: Dear Bo Shen, Add atmel usba udc driver support, porting from Linux kernel Signed-off-by: Bo Shen voice.s...@atmel.com Please see [1] , point 4. I miss the exact point in Linux kernel history (read commit hash) from which this code

Re: [U-Boot] [RFC PATCH 3/3] ARM: atmel: add RNDIS gadget support

2013-09-03 Thread Bo Shen
Hi Marek Vasut, On 09/04/2013 06:31 AM, Marek Vasut wrote: [snip] +#ifdef CONFIG_USB_GADGET_ATMEL_USBA +#define EP(nam, idx, maxpkt, maxbk, dma, isoc) \ + [idx] = { \ + .name = nam, \ +

Re: [U-Boot] [RFC PATCH 1/3] USB: gadget: add atmel usba udc driver

2013-09-03 Thread Marek Vasut
Dear Bo Shen, Hi Marek Vasut, On 09/04/2013 06:30 AM, Marek Vasut wrote: Dear Bo Shen, Add atmel usba udc driver support, porting from Linux kernel Signed-off-by: Bo Shen voice.s...@atmel.com Please see [1] , point 4. I miss the exact point in Linux kernel history (read

Re: [U-Boot] [RFC PATCH 3/3] ARM: atmel: add RNDIS gadget support

2013-09-03 Thread Marek Vasut
Dear Bo Shen, Hi Marek Vasut, On 09/04/2013 06:31 AM, Marek Vasut wrote: [snip] +#ifdef CONFIG_USB_GADGET_ATMEL_USBA +#define EP(nam, idx, maxpkt, maxbk, dma, isoc)\ + [idx] = { \ + .name = nam,

Re: [U-Boot] [RFC PATCH 3/3] ARM: atmel: add RNDIS gadget support

2013-09-03 Thread Bo Shen
Hi Marek Vasut, On 09/04/2013 09:55 AM, Marek Vasut wrote: I have considered to put this in driver, however, different Atmel SoC have different attributes for each endpoint and different number of endpoint. for example; at91sam9x5: EP(ep1, 1, 1024, 2, 1, 1) sama5d3x: EP(ep1, 1, 1024, 3, 1, 0)

[U-Boot] [PATCH 1/2] Corenet/p5040/SGMII:fix the problem for SGMII5/6

2013-09-03 Thread Zhao Qiang
SGMII5/6 and SGMII7/8 are not on the same slot on P5040 according to the serdes protocol. So it is not proper to organize SGMII5/6 and SGMII7/8 on one bus and SGMII5/6 can't work. So a new bus SUPER_HYDRA_FM3_SGMII_MDIO is added for SGMII5/6 Signed-off-by: Zhao Qiang b45...@freescale.com ---

[U-Boot] [PATCH 2/2] SGMII:fix PHY addresses for QSGMII Riser Card working in SGMII mode

2013-09-03 Thread Zhao Qiang
Fix PHY addresses for QSGMII Riser Card working in SGMII mode on board P3041/P5020/P4080/P5040/B4860. QSGMII Riser Card can work in SGMII mode, but having the different PHY addresses. So the following steps should be done: 1. Confirm whether QSGMII Riser Card is used. 2. If yes,

Re: [U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to adapt non-256-bytes EEPROM

2013-09-03 Thread Liu Shengzhou-B36685
-Original Message- From: sun york-R58495 Sent: Wednesday, September 04, 2013 1:29 AM To: Timur Tabi Cc: Liu Shengzhou-B36685; U-Boot Mailing List Subject: Re: [U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to adapt non- 256-bytes EEPROM On 08/30/2013 06:56 AM, Timur

[U-Boot] Splashscreen on sabrelite

2013-09-03 Thread Fabio Estevam
Hi Eric, I am using the latest u-boot from u-boot-imx tree and I connected the Hannstar display into my sabrelite. The U-boot splashscreen shows the penguin with some weird colors. Do you see the same on nitrogen? I also tested a 3.11 kernel from linux-next and the four penguins looks nice

Re: [U-Boot] Splashscreen on sabrelite

2013-09-03 Thread Fabio Estevam
Hi Eric, On Wed, Sep 4, 2013 at 1:08 AM, Fabio Estevam feste...@gmail.com wrote: Hi Eric, I am using the latest u-boot from u-boot-imx tree and I connected the Hannstar display into my sabrelite. The U-boot splashscreen shows the penguin with some weird colors. Do you see the same on

Re: [U-Boot] gpmi-nand driver and jffs2 support

2013-09-03 Thread Huang Shijie
于 2013年09月03日 19:53, Marek Vasut 写道: questions comes to mind. Is JFFS2 support in Linux 3.7 not compatible with JFFS2 in Linux -next? Is this true? Can I not mount JFFS2 partition under Linux-next The jffs2 does not changed since the linux 3.7. All the changes happened in the drivers and mtd

[U-Boot] s3c2416 usb ohci issue

2013-09-03 Thread Zoltan Gyarmati
Hi, i'm trying to bring up the current mainline u-boot version on a SOM2416II board, which based on the s3c2416 SOC. Already the base booting had some challenges and required some patching (mostly based on José Miguel Gonçalves' patchset from September 2012), so now the booting, the serial