Re: [U-Boot] P2041RDB fails to boot with master (and 2013.10-rc1)

2013-09-10 Thread Heiko Schocher
Hello Chris, sun,york, Am 10.09.2013 07:52, schrieb sun york-R58495: Chris, Thanks for the debugging work. As I suspected, it's related to I2C change. It's probably a problem in the board header file. If you fix it, please submit a patch. Otherwise, I will look into it tomorrow. Did you

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

2013-09-10 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 v2 0/3] mtd: nand: omap: add support for BCH16_ECC

2013-09-10 Thread Pekon Gupta
*changes in v2* - rebased for http://lists.denx.de/pipermail/u-boot/2013-September/162107.html - minor code cleanup *original v1* 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

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

2013-09-10 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

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

2013-09-10 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] at91: add defines for reset type

2013-09-10 Thread Meier, Roger
Signed-off-by: Roger Meier r.me...@siemens.com --- arch/arm/include/asm/arch-at91/at91_rstc.h |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/include/asm/arch-at91/at91_rstc.h b/arch/arm/include/asm/arch-at91/at91_rstc.h index 423cf51..a942342 100644 ---

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

2013-09-10 Thread Chander Kashyap
Hi Minkyu, On 9 September 2013 13:55, Minkyu Kang mk7.k...@samsung.com wrote: Dear Chander Kashyap, On 06/09/13 13:32, Chander Kashyap wrote: Hi Albert, On 5 September 2013 18:58, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Chander, On Thu, 5 Sep 2013 17:36:34 +0530, Chander

[U-Boot] [PATCH] dts: samsung: arndale: Fix include path

2013-09-10 Thread Chander Kashyap
As per new convention ARCH_CPU_DTS is not defined in dtc/Makefile. Hence Arndale comilation is failing. Fix this by adding proper include file in board/samsung/dts/exynos5250-arndale.dts. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- board/samsung/dts/exynos5250-arndale.dts |

[U-Boot] [PATCH v7 5/5] remove compiling warnings

2013-09-10 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- common/cmd_pxe.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c index a2fb50a..df58522 100644 --- a/common/cmd_pxe.c +++ b/common/cmd_pxe.c

[U-Boot] [PATCH v7 4/5] 64bit initrd start address support

2013-09-10 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- common/fdt_support.c | 66 ++ 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/common/fdt_support.c b/common/fdt_support.c index

[U-Boot] [PATCH v7 0/5] arm64 patch

2013-09-10 Thread fenghua
From: David Feng feng...@phytium.com.cn The porting has been merged with arm architecture. Most architecture codes are placed in arch/arm/cpu/armv8 directory. Generic board is also supported after a few bugs are fixed. u-boot could be running at EL1 or EL2. Changes for v6: - Check the patches

[U-Boot] [PATCH v7 2/5] board support of vexpress_aemv8a

2013-09-10 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- board/armltd/dts/vexpress64.dts | 439 ++ board/armltd/vexpress64/Makefile | 43 board/armltd/vexpress64/vexpress64.c | 79 ++ boards.cfg

[U-Boot] [PATCH v7 3/5] generic board patch of manual reloc and zero gd_t

2013-09-10 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- common/board_f.c | 19 +++ common/board_r.c | 18 ++ 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index

Re: [U-Boot] [PATCH] Subject: [PATCH v.2] at91: add support for CDU9G25 board

2013-09-10 Thread Jiří Prchal
Hi Wolfgang, Dne 9.9.2013 17:34, Wolfgang Denk napsal(a): Dear Jiri Prchal, In message 1378736524-30870-1-git-send-email-jiri.prc...@aksignal.cz you wrote: This patch adds support for our companies board CDU9G25 with Atmel AT91SAM9G25, 128MB DDR2, 256MB NAND. Please keep the line length

Re: [U-Boot] [PATCH v2 1/3] dfu: unify mmc/nand read/write ops enum

2013-09-10 Thread Lukasz Majewski
Hi Afzal, MMC and NAND independently defines same enumerators for read/write. Unify them by defining enum in dfu header. RAM support that is being added newly also can make use of it. Signed-off-by: Afzal Mohammed afzal.mohd...@gmail.com Cc: Lukasz Majewski l.majew...@samsung.com Cc:

Re: [U-Boot] [PATCH 1/1] m28evk board config

2013-09-10 Thread lothar
Hello Mailing List - Hello Fabio and Marex Thank you very much for your helpfull hints!! Just some words of mine on your comments. Am 2013-09-09 16:37, schrieb Marek Vasut: Dear lot...@denx.de, From 24b6381162b4569ab86b481b8714d81877231f22 Mon Sep 17 00:00:00 2001 From: Lothar Rubusch

[U-Boot] [PATCH] ARM: IGEP0033: Update timing to run DDR at 400MHz.

2013-09-10 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra eballe...@iseebcn.com We can run the DDR at 400MHz, so update the timings for that purpose. Signed-off-by: Enric Balletbo i Serra eballe...@iseebcn.com --- arch/arm/include/asm/arch-am33xx/ddr_defs.h | 24 board/isee/igep0033/board.c

[U-Boot] [PATCH] powerpc/p2041: fix I2C controller's offset

2013-09-10 Thread Shaohui Xie
Without this patch, SPD access will fail which leads to DDR init fail. Signed-off-by: Shaohui Xie shaohui@freescale.com --- include/configs/P2041RDB.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index

Re: [U-Boot] [PATCH v2 2/3] dfu: ram support

2013-09-10 Thread Lukasz Majewski
Hi Afzal, DFU spec mentions it as a method to upgrade firmware (software stored in writable non-volatile memory). It also says other potential uses of DFU is beyond scope of the spec. Here such a beyond the scope use is being attempted - directly pumping binary images from host via USB to

Re: [U-Boot] [PATCH] Subject: [PATCH v.2] at91: add support for CDU9G25 board

2013-09-10 Thread Andreas Bießmann
Dear Jiří Prchal, On 09/10/2013 09:58 AM, Jiří Prchal wrote: Dne 9.9.2013 17:34, Wolfgang Denk napsal(a): In message 1378736524-30870-1-git-send-email-jiri.prc...@aksignal.cz you wrote: snip +#define CONFIG_BOOTARGSconsole=ttyS0,115200 ubi.mtd=root\ +root=ubi0:root

Re: [U-Boot] [PATCH v2 3/3] am335x_evm: enable DFU RAM

2013-09-10 Thread Lukasz Majewski
Hi Afzal, Enable DFU for RAM, provide example dfu_alt_info Signed-off-by: Afzal Mohammed afzal.mohd...@gmail.com Cc: Tom Rini tr...@ti.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Pantelis Antoniou pa...@antoniou-consulting.com --- v2: new include/configs/am335x_evm.h | 6

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

2013-09-10 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 v2] Fix loading freeze when netconsole is active

2013-09-10 Thread Frédéric Leroy
Netconsole calls eth_halt() before giving control to another operating system. But the state machine of netconsole don't take it into account. Thus, netconsole calls network functions of an halted network device, making the whole system freeze. Rather than modifying the state machine of

[U-Boot] [PATCH v2 0/3] USB: atmel: add atmel usba udc driver support

2013-09-10 Thread Bo Shen
Add atmel usb udc driver support porting from Linux kernel. Using RNDIS gadget driver to test it. Test OK on at91sam9m10g45ek, at91sam9m10g45ek, and sama5d31ek boards. It need the patch from: Troy Kisky troy.ki...@boundarydevices.com (usb: gadget: config: fix unaligned access issues) more

[U-Boot] [PATCH v2 2/3] ARM: atmel: correct UDPHS name

2013-09-10 Thread Bo Shen
Correct the UDPHS name from UDHPS Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: - None --- arch/arm/include/asm/arch-at91/sama5d3.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-at91/sama5d3.h

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

2013-09-10 Thread Bo Shen
Add atmel usba udc driver support, porting from Linux kernel The original code in Linux Kernel information is as following commit e01ee9f509a927158f670408b41127d4166db1c7 Author: Jingoo Han jg1@samsung.com Date: Tue Jul 30 17:00:51 2013 +0900 usb: gadget: use dev_get_platdata()

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

2013-09-10 Thread Bo Shen
Add RNDIS gadget support to test atmel usba udc driver Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: - Add a common header to hold atmel usba udc information for different SoCs --- arch/arm/cpu/armv7/at91/sama5d3_devices.c | 12 +

Re: [U-Boot] P2041RDB fails to boot with master (and 2013.10-rc1)

2013-09-10 Thread Chris Packham
On 10/09/13 18:15, Heiko Schocher wrote: Hello Chris, sun,york, Am 10.09.2013 07:52, schrieb sun york-R58495: Chris, Thanks for the debugging work. As I suspected, it's related to I2C change. It's probably a problem in the board header file. If you fix it, please submit a patch.

Re: [U-Boot] [PATCH 5/9] ARM: mx25: convert to common timer code

2013-09-10 Thread Benoît Thébaudeau
On Monday, September 9, 2013 11:00:51 PM, Rob Herring wrote: On Sun, Sep 8, 2013 at 6:56 PM, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Dear Rob Herring, On Sunday, September 8, 2013 10:12:50 PM, Rob Herring wrote: From: Rob Herring rob.herr...@calxeda.com Convert mx25

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

2013-09-10 Thread Jaehoon Chung
Looks good to me. Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 09/10/2013 06:34 PM, Przemyslaw Marczak wrote: 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

Re: [U-Boot] [PATCH 1/1] m28evk board config

2013-09-10 Thread Stefano Babic
Hi Lothar, On 06/09/2013 20:10, lot...@denx.de wrote: From 24b6381162b4569ab86b481b8714d81877231f22 Mon Sep 17 00:00:00 2001 From: Lothar Rubusch lot...@denx.de Date: Fri, 6 Sep 2013 15:01:39 +0200 Subject: [PATCH] m28evk board specific configurations for setup with ext boot partition and

[U-Boot] [PATCH] board/bsc9131rdb: Update IFC timings for NAND flash

2013-09-10 Thread Prabhakar Kushwaha
Current IFC timings for NAND flash are too strict. Relaxing it to support existing K9F1G08U0B and new K9F1G08U0D flash Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- include/configs/BSC9131RDB.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git

Re: [U-Boot] u-boot build error in current git tree

2013-09-10 Thread Albert ARIBAUD
Hi Axel, On Tue, 10 Sep 2013 11:30:35 +0800, Axel Lin axel@ingics.com wrote: Hit below build errors (on ARM platforms): axel@phoenix:~/repos/git/u-boot$ make mx31pdk Which commit, which toolchain? With gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1), current u-boot-arm/master and

[U-Boot] [PATCH 1/3] video, cfb_console: make background and foreground color configurable

2013-09-10 Thread Heiko Schocher
make CONSOLE_BG_COL/CONSOLE_FG_COL configurable through board config file. Clear video screen in video_init(). Signed-off-by: Heiko Schocher h...@denx.de Cc: Anatolij Gustschin ag...@denx.de --- README | 5 + drivers/video/cfb_console.c | 38

Re: [U-Boot] actux2 build error due to commit 4412db46

2013-09-10 Thread Albert ARIBAUD
Hi Axel, On Tue, 10 Sep 2013 13:54:03 +0800, Axel Lin axel@ingics.com wrote: Hi Jack, I hit below build error, revert commit 4412db464 standalone-examples: support custom GCC lib fixes the build error. This one I confirm, git bisect between current u-boot-arm/master commit 68e1747f and

[U-Boot] [PATCH][v2] board/bsc9131rdb: Update IFC timings for NAND flash

2013-09-10 Thread Prabhakar Kushwaha
Current IFC timings for NAND flash are not able to support existing K9F1G08U0B and new K9F1G08U0D flash. so Update the timings to support both. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Changes for v2: updated subject include/configs/BSC9131RDB.h | 16 1

[U-Boot] [PATCH] powerpc/usb: Mention usb1 before usb2 inside default hwconfig string

2013-09-10 Thread Ramneek Mehresh
For USB device-tree fix-up to work properly, its necessary to mention USB1 options before that of USB2 inside default hwconfig string Signed-off-by: Ramneek Mehresh ramneek.mehr...@freescale.com --- include/configs/corenet_ds.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[U-Boot] [PATCH v1 0/4] enable support for x16 NAND devices

2013-09-10 Thread Pekon Gupta
This series includes independent patch-sets aiming to enable x16 NAND support on AM33xx boards (like beaglebone-LT). [PATCH 1/4]: This patch is ported from linux driver/mtd/nand to allow detection device-width of NAND by reading ONFI parameter page. [PATCH 2/4]: enable NAND_BUSWIDTH_AUTO

[U-Boot] [PATCH v1 1/4] mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus width

2013-09-10 Thread Pekon Gupta
From: Matthieu CASTET matthieu.cas...@parrot.com This patch is slightly modified from following linux patch http://lists.infradead.org/pipermail/linux-mtd/2012-November/044803.html So retaining the authorship to Matthieu CASTET matthieu.cas...@parrot.com *Modifications from original patch* reset

[U-Boot] [PATCH v1 4/4] am33xx: add support for beaglebone x16 NAND cape

2013-09-10 Thread Pekon Gupta
beaglebone board can be connected to expansion boards to add devices to them. These expansion boards are called 'capes'. This patch updates pin-mux for 'NAND' cape which can be used with beaglebone LT (white). Further information and datasheets of this NAND cape can be found at: -

[U-Boot] [PATCH v1 2/4] mtd: nand: omap: enable autodetection of bus-width of NAND device

2013-09-10 Thread Pekon Gupta
This patch: - Enables autodetection of NAND bus-width by reading ONFI parameter page, during device-scan (nand_scan_ident), removed dependency on static configuration in GPMC_CONFIG1_X register. - adds reconfiguration of device-width in GPMC_CONFIG1_x Signed-off-by: Pekon Gupta pe...@ti.com

[U-Boot] [PATCH v1 3/4] am335x: fix GPMC config for NAND and NOR SPL boot

2013-09-10 Thread Pekon Gupta
GPMC controller is common IP to interface with both NAND and NOR flash devices. Also, it supports max 8 chip-selects, which can be independently connected to any of the devices. But ROM code expects the boot-device to be connected to only chip-select[0]. Thus to resolve conflict between NOR and

Re: [U-Boot] actux2 build error due to commit 4412db46

2013-09-10 Thread Albert ARIBAUD
On Tue, 10 Sep 2013 13:42:44 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Axel, On Tue, 10 Sep 2013 13:54:03 +0800, Axel Lin axel@ingics.com wrote: Hi Jack, I hit below build error, revert commit 4412db464 standalone-examples: support custom GCC lib fixes the build

[U-Boot] [PATCH 0/4] dfu: Various fixes and code optimizations

2013-09-10 Thread Lukasz Majewski
Various DFU code fixes and optimizations were enclosed by this patch series. Most notable change is to move dfu_alt_info handling code to dfu core. Lukasz Majewski (4): dfu:cosmetic: Fix printf text for buffer overflow condition dfu: Make maximum DFU file size equal to default DFU data

[U-Boot] [PATCH 2/4] dfu: Make maximum DFU file size equal to default DFU data buffer

2013-09-10 Thread Lukasz Majewski
Up till now the DFU maximum file size (to be written to e.g. eMMC) was different from the DFU data buffer size. It caused errors when one buffer was smaller than data to be written. Now, the maximum DFU file size is equal to default DFU buffer size. In spite of this, user is still able to

[U-Boot] [PATCH 3/4] dfu: Find DFU alt setting number by passing its name

2013-09-10 Thread Lukasz Majewski
New function - dfu_get_alt() has been added to dfu core. If proper alt setting is present, this function returns its number corresponding to passed name. Change-Id: Icd75f3aa3a6f6e306c77b28cabe620e4e6a253ea Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- drivers/dfu/dfu.c | 12

[U-Boot] [PATCH 1/4] dfu:cosmetic: Fix printf text for buffer overflow condition

2013-09-10 Thread Lukasz Majewski
Correct error message if overflow is detected. Change-Id: I8a915c7353d49822c046fbc36241237b370e6c98 Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- drivers/dfu/dfu.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dfu/dfu.c b/drivers/dfu/dfu.c index

[U-Boot] [PATCH 4/4] dfu: Extract common DFU code to handle dfu_alt_info environment variable

2013-09-10 Thread Lukasz Majewski
New dfu_init_env_entities() function has been extracted from cmd_dfu.c and stored at dfu core. This is a dfu centric code, so it shall be processed in the core. Change-Id: I756c5de922fa31399d8804eaadc004ee98844ec2 Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- common/cmd_dfu.c |

Re: [U-Boot] actux2 build error due to commit 4412db46

2013-09-10 Thread Tom Rini
On Tue, Sep 10, 2013 at 01:42:44PM +0200, Albert ARIBAUD wrote: Hi Axel, On Tue, 10 Sep 2013 13:54:03 +0800, Axel Lin axel@ingics.com wrote: Hi Jack, I hit below build error, revert commit 4412db464 standalone-examples: support custom GCC lib fixes the build error. This one I

Re: [U-Boot] standalone-examples: support custom GCC lib

2013-09-10 Thread Tom Rini
On Tue, Jul 16, 2013 at 02:44:23PM +0100, Jack Mitchell wrote: From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk Add support for defining the gcc lib in standalone examples as is done in the main u-boot Makefile Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk ---

Re: [U-Boot] [PATCH v2 2/3] dfu: ram support

2013-09-10 Thread Afzal Mohammed
Hi Lukasz Majewski, On Tue, Sep 10, 2013 at 11:21:44AM +0200, Lukasz Majewski wrote: Directly putting image onto RAM would speed up upgrade process. This and convenience was the initial thoughts that led to doing this, speed improvement over MMC was only 1 second though - 6 sec on RAM as

Re: [U-Boot] [PATCH v2 2/3] ARM: atmel: correct UDPHS name

2013-09-10 Thread Marek Vasut
Dear Bo Shen, Correct the UDPHS name from UDHPS Signed-off-by: Bo Shen voice.s...@atmel.com Acked-by: Marek Vasut ma...@denx.de Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/4] dfu: Find DFU alt setting number by passing its name

2013-09-10 Thread Marek Vasut
Dear Lukasz Majewski, New function - dfu_get_alt() has been added to dfu core. If proper alt setting is present, this function returns its number corresponding to passed name. Change-Id: Icd75f3aa3a6f6e306c77b28cabe620e4e6a253ea Signed-off-by: Lukasz Majewski l.majew...@samsung.com ---

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

2013-09-10 Thread Marek Vasut
Dear Bo Shen, Add atmel usba udc driver support, porting from Linux kernel The original code in Linux Kernel information is as following commit e01ee9f509a927158f670408b41127d4166db1c7 Author: Jingoo Han jg1@samsung.com Date: Tue Jul 30 17:00:51 2013 +0900 usb: gadget: use

Re: [U-Boot] [PATCH v2 0/3] USB: atmel: add atmel usba udc driver support

2013-09-10 Thread Marek Vasut
Dear Bo Shen, Add atmel usb udc driver support porting from Linux kernel. Using RNDIS gadget driver to test it. Test OK on at91sam9m10g45ek, at91sam9m10g45ek, and sama5d31ek boards. It need the patch from: Troy Kisky troy.ki...@boundarydevices.com (usb: gadget: config: fix unaligned

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

2013-09-10 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 --- Changes in v2: - Add a common header to hold atmel usba udc information for different SoCs --- arch/arm/cpu/armv7/at91/sama5d3_devices.c | 12 +

[U-Boot] [PATCH V2 2/5] DTS: Addition of I2S0 channel and replacing I2S1

2013-09-10 Thread Dani Krishna Mohan
This patch enables default I2S0 channel.And I2S platform parameter has been moved to a common file viz exynos5.dtsi. Signed-off-by: Dani Krishna Mohan krishna...@samsung.com --- arch/arm/dts/exynos5250.dtsi | 19 +++ board/samsung/dts/exynos5250-smdk5250.dts | 13

[U-Boot] [PATCH V2 5/5] Sound: MAX98095: Support I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
This patch modifies the MAX98095 audio codec to support I2S0 channel in codec slave mode. Signed-off-by: Dani Krishna Mohan krishna...@samsung.com --- drivers/sound/max98095.c | 128 ++ drivers/sound/max98095.h | 10 +++- drivers/sound/sound.c|

[U-Boot] [PATCH V2 3/5] ARM: Added I2S0 clocks for audio

2013-09-10 Thread Dani Krishna Mohan
This patch makes the necessary changes for making use of I2S0 channel instead of I2S1 channel on smdk board. This changes are done to maintain the uniformity to use I2S0 channel. Signed-off-by: Dani Krishna Mohan krishna...@samsung.com --- arch/arm/cpu/armv7/exynos/clock.c | 57

[U-Boot] [PATCH V2 4/5] Sound: I2S: Replacing I2S1 with I2S0 channel.

2013-09-10 Thread Dani Krishna Mohan
This patch makes required changes to make use of I2S0 channel instead of I2S1 channel on exynos5250. Signed-off-by: Dani Krishna Mohan krishna...@samsung.com --- arch/arm/include/asm/arch-exynos/i2s-regs.h |6 drivers/sound/samsung-i2s.c | 42

Re: [U-Boot] [PATCH 3/4] dfu: Find DFU alt setting number by passing its name

2013-09-10 Thread Lukasz Majewski
Hi Marek, Dear Lukasz Majewski, New function - dfu_get_alt() has been added to dfu core. If proper alt setting is present, this function returns its number corresponding to passed name. Change-Id: Icd75f3aa3a6f6e306c77b28cabe620e4e6a253ea Signed-off-by: Lukasz Majewski

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

2013-09-10 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. New API allows selective initialization of USB controllers whenever needed. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Signed-off-by:

[U-Boot] [PATCH 2/3] net: tsec: Fix and cleanup tsec_mcast_addr()

2013-09-10 Thread Claudiu Manoil
There are several implementation issues for tsec_mcast_addr() addressed by this patch: * unmanaged, not portable r/w access to registers; fixed with setbits_be32()/ clrbits_be32() * use of volatile pointers * unnecessary forced cast to u8 for the ether_crc() result * removed redundant parens *

[U-Boot] [PATCH 1/3] net: Fix mcast function pointer prototype

2013-09-10 Thread Claudiu Manoil
This fixes the following compiler warnings when activating CONFIG_MCAST_TFTP: tsec.c: In function 'tsec_mcast_addr': tsec.c:130:2: warning: passing argument 2 of 'ether_crc' makes pointer from integer without a cast [enabled by default] In file included from

[U-Boot] [PATCH V2 0/5] EXYNOS: I2S: Enable I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
This patch set adds I2S-0 support and retains I2S-1 support. The default i2s channel can be selected through DT. Changes in V2: - Enabled I2S-0 support through DT - Retained I2S-1 support Changes in V1: - Added I2S-0 support - Removed I2S-1 support Dani Krishna

[U-Boot] [PATCH V2 1/5] Sound: WM8994: Support I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan krishna...@samsung.com --- drivers/sound/sound.c| 17 ++-- drivers/sound/wm8994.c | 167 +++---

[U-Boot] [PATCH 3/3] net: tsec: Fix priv pointer in tsec_mcast_addr()

2013-09-10 Thread Claudiu Manoil
Access to privlist[1] (hardcoded referece to the 2nd tsec's priv area) is neither correct nor does it make sense in the current context. Each tsec dev has access to its own priv instance only, and hence to its own set of group address registers (GADDR) to filter multicast addresses. This fix

[U-Boot] [PATCH] arm: Remove IXP425 boards pdnb3 and scpu

2013-09-10 Thread Stefan Roese
Remove Prodrive pdnb3 board (including the scpu variant) support from mainline. As its unmaintained and not needed any more for quite some time. Signed-off-by: Stefan Roese s...@denx.de Cc: Martijn de Gouw martijn.de.g...@prodrive.nl Cc: Albert Aribaud albert.u.b...@aribaud.net --- MAINTAINERS

[U-Boot] [PATCH 0/3] net: tsec: Fixes for mcast() in the tsec driver

2013-09-10 Thread Claudiu Manoil
Though this patchset fixes tsec's driver mcast() instance primarily, the fix from net.h was propagated to other drivers too, as appropriate. Notably, these fixes also end up in removal of some unwanted global static vars from the tsec driver. Thanks. Claudiu Cc: Joe Hershberger

Re: [U-Boot] [PATCH] Add support for TechNexion edm1-cf-imx6 SoM

2013-09-10 Thread Stefano Babic
Hi Tapani, On 04/09/2013 13:21, Tapani wrote: Are the strict rules written down somewhere, so people less involved in u-boot development can read them before submitting? As far as I know, there is not such documentation ;-( Sure, we might do it for the mmdc. But long term

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

2013-09-10 Thread Detlev Zundel
Hi all, having also resumed from my holidays, I'd like to formalize the plans on our meeting. Thanks for the responses so far. I should be there too. Will be there any specific room available for u-boot mini summit? Yes, I do believe so. We currently have our meeting scheduled for

Re: [U-Boot] [PATCH 5/9] ARM: mx25: convert to common timer code

2013-09-10 Thread Rob Herring
On Tue, Sep 10, 2013 at 5:25 AM, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: On Monday, September 9, 2013 11:00:51 PM, Rob Herring wrote: On Sun, Sep 8, 2013 at 6:56 PM, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Dear Rob Herring, On Sunday, September 8, 2013

Re: [U-Boot] [PATCH] mxs_nand: Fix ECC strength for NAND flash with OOB size of 224

2013-09-10 Thread Stefano Babic
On 24/08/2013 16:51, Elie De Brauwer wrote: On a board with an i.mx28 and a Micron MT29F4G08ABAEAH4, Linux says: NAND device: Manufacturer ID: 0x2c, Chip ID: 0xdc (Micron MT29F4G08ABAEAH4), 512MiB, page size: 4096, OOB size: 224) the ECC strength is 16.

Re: [U-Boot] [PATCH 2/3] tools: mxsboot: Mark the FCB pages as valid

2013-09-10 Thread Stefano Babic
On 27/08/2013 23:32, Marek Vasut wrote: Without this marker, Linux will complain that the NAND pages with FCB are invalid. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de --- Applied to u-boot-imx, thanks ! Best

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

2013-09-10 Thread Stefano Babic
On 03/09/2013 15:35, Otavio Salvador wrote: 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,

Re: [U-Boot] [PATCH] mx6: Fix calculation of emi_slow clock rate

2013-09-10 Thread Stefano Babic
On 04/07/2013 13:27, Andrew Gabbasov wrote: This is porting of Freescale's patch from version imx_v2009.08_3.0.35_4.0.0, that fixes the obvious mistype of bits offset macro name (ACLK_EMI_PODF_OFFSET was used instead of ACLK_EMI_SLOW_PODF_OFFSET). Using the occasion, change the variable name

Re: [U-Boot] [PATCH 3/5] ARM: mxs: Receive r0 and r1 passed from BootROM

2013-09-10 Thread Stefano Babic
On 31/08/2013 15:53, Marek Vasut wrote: Make sure value in register r0 and r1 is preserved and passed to the board_init_ll() and mxs_common_spl_init() where it can be processed further. The value in r0 can be configured during the BootStream generation to arbitary value, r1 contains pointer to

Re: [U-Boot] [PATCH v6 1/3] mx27: add missing constant for mx27

2013-09-10 Thread Stefano Babic
On 06/09/2013 17:33, Philippe Reynes wrote: Add some missing constant (chip select, ...) Signed-off-by: Philippe Reynes trem...@yahoo.fr Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org Acked-by: Stefano Babic sba...@denx.de --- Applied to u-boot-imx, thanks ! Best regards, Stefano

Re: [U-Boot] [PATCH 4/5] ARM: mxs: Add Creative ZEN XFi3 board

2013-09-10 Thread Stefano Babic
On 31/08/2013 15:53, Marek Vasut wrote: Add STMP3780-based XFi3 board. This board is a small PMP device sporting a CPU which was later rebranded to i.MX233 . Currently supported is USB gadget mode and both external SD and internal Phison SD-NAND bridge . Signed-off-by: Marek Vasut

Re: [U-Boot] [PATCH 5/5] ARM: mxs: Add SanDisk Sansa Fuze+ board

2013-09-10 Thread Stefano Babic
On 31/08/2013 15:53, Marek Vasut wrote: Add STMP3780-based Sansa Fuze+ board. This board is a small PMP device sporting a CPU which was later rebranded to i.MX233 . Currently supported is USB gadget mode and MMC . Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam

Re: [U-Boot] [PATCH 2/5] ARM: mxs: Document the power block initialization

2013-09-10 Thread Stefano Babic
On 31/08/2013 15:53, Marek Vasut wrote: This patch adds documentation for the functions used during the initialization of MXS power block. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de --- We have already changed

Re: [U-Boot] [PATCH v6 2/3] apf27: add support for the armadeus APF27 board

2013-09-10 Thread Stefano Babic
Hi Philippe, On 06/09/2013 17:33, Philippe Reynes wrote: Signed-off-by: Philippe Reynes trem...@yahoo.fr Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org Signed-off-by: Nicolas Colombain nicolas.colomb...@armadeus.com --- By merging your patches I found some compiler warnings: apf27.c:

Re: [U-Boot] [PATCH] mx6sabresd: Add LVDS splash screen support

2013-09-10 Thread Stefano Babic
On 04/09/2013 20:12, Fabio Estevam wrote: mx6sabresd boards can be connected to a Hannstar XGA LVDS panel. Add support for displaying U-boot splashscreen on it. By default, HDMI splash is selected. In order to use splash via LVDS, do the following in the U-boot prompt: setenv panel

Re: [U-Boot] [PATCH] imx: nitrogen6x/mx6qsabrelite: Fix bug in board_video_skip

2013-09-10 Thread Stefano Babic
On 13/06/2013 20:32, Robert Winkler wrote: Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com --- board/boundary/nitrogen6x/nitrogen6x.c| 4 +++- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 4 +++- Of course, we have not anymore mx6qsabrelite.c Applied (only

Re: [U-Boot] u-boot build error in current git tree

2013-09-10 Thread Fabio Estevam
On Tue, Sep 10, 2013 at 12:30 AM, Axel Lin axel@ingics.com wrote: Hit below build errors (on ARM platforms): axel@phoenix:~/repos/git/u-boot$ make mx31pdk Configuring for mx31pdk board... make Are you able to reproduce the error if you run make mrproper first? I was not to able to

[U-Boot] [PATCH v7 2/2] apf27: add FPGA support for the apf27 board

2013-09-10 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@yahoo.fr Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org Acked-by: Stefano Babic sba...@denx.de --- board/armadeus/apf27/Makefile |3 + board/armadeus/apf27/apf27.c |5 + board/armadeus/apf27/fpga.c | 224

[U-Boot] [PATCH v7 1/2] apf27: add support for the armadeus APF27 board

2013-09-10 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@yahoo.fr Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org Signed-off-by: Nicolas Colombain nicolas.colomb...@armadeus.com --- MAINTAINERS |5 + board/armadeus/apf27/Makefile| 30 ++ board/armadeus/apf27/apf27.c

Re: [U-Boot] [PATCH] mxs_nand: Fix ECC strength for NAND flash with OOB size of 224

2013-09-10 Thread Scott Wood
On Tue, 2013-09-10 at 19:02 +0200, Stefano Babic wrote: On 24/08/2013 16:51, Elie De Brauwer wrote: On a board with an i.mx28 and a Micron MT29F4G08ABAEAH4, Linux says: NAND device: Manufacturer ID: 0x2c, Chip ID: 0xdc (Micron MT29F4G08ABAEAH4), 512MiB, page size: 4096, OOB size: 224)

[U-Boot] [PATCH v7 0/2] apf27: add support of armadeus apf27

2013-09-10 Thread Philippe Reynes
Difference between v7 and v6: - first patch mx27: add missing constant for mx27 already accepted - remove useless variables regs - remove useless i2c initialization (already done in board_f.c) - remove CONFIG_I2C_MULTI_BUS (not used) - update u-boot filename in u-boot env - fix a typo in a comment

[U-Boot] [PATCH 1/2] highbank: set AUTOBOOT_KEYED_CTRLC config option

2013-09-10 Thread Mark Langsdorf
Let highbank users break into the autoboot script with ctrl-c. Signed-off-by: Mark Langsdorf mark.langsd...@calxeda.com --- include/configs/highbank.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/highbank.h b/include/configs/highbank.h index

[U-Boot] [PATCH 1/2] autoboot: add an option to override keyed autoboot

2013-09-10 Thread Mark Langsdorf
As originally implemented, setting the AUTOBOOT_KEYED config option will prevent users from breaking into the autoboot script with ctrl-c. Restore that option with a new config symbol. Signed-off-by: Mark Langsdorf mark.langsd...@calxeda.com --- common/main.c | 4 ++-- doc/README.autoboot

Re: [U-Boot] [PATCH v2 0/4] MTD UBI fixes

2013-09-10 Thread Scott Wood
On Sat, 2013-09-07 at 14:11 +0200, Stefan Roese wrote: On 04.09.2013 16:16, Paul Burton wrote: This patchset corrects a few issues I've had whilst using UBI with U-boot. The first 3 are bug fixes, the 4th is an addition I needed in order to write a large root filesystem into my NAND

[U-Boot] [PATCH 2/3] cmd_scsi: use lbaint_t for LBA values instead of u32

2013-09-10 Thread Mark Langsdorf
The lbaint_t type exists, and should be used in preference to unsigned long, which may not be correct when support lba48 compatible drives. Signed-off-by: Mark Langsdorf mark.langsd...@calxeda.com --- common/cmd_scsi.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff

[U-Boot] [PATCH 3/3] ahci: support LBA48 data reads for 2+TB drives

2013-09-10 Thread Mark Langsdorf
Enable full 48-bit LBA48 data reads by passing the upper word of the LBA block pointer in bytes 9 and 10 of the FIS. This allows uboot to load data from any arbitrary sector on a drive with 2 or more TB of available data connected to an AHCI controller. Signed-off-by: Mark Langsdorf

[U-Boot] [PATCH] powerpc/mpc8xxx: Fix CamelCase for DDR code

2013-09-10 Thread York Sun
Clean up CamelCase in DDR code to comply with latest coding style. Signed-off-by: York Sun york...@freescale.com --- .../powerpc/cpu/mpc8xxx/ddr/common_timing_params.h |8 ++-- arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 46 ++-- arch/powerpc/cpu/mpc8xxx/ddr/ddr.h

[U-Boot] [PATCH 1/3] cmd_scsi: fix formatting before making additional changes

2013-09-10 Thread Mark Langsdorf
Signed-off-by: Mark Langsdorf mark.langsd...@calxeda.com --- common/cmd_scsi.c | 498 -- 1 file changed, 255 insertions(+), 243 deletions(-) diff --git a/common/cmd_scsi.c b/common/cmd_scsi.c index 7b97dc9..bbaed41 100644 ---

[U-Boot] [PATCH 1/6] part_efi: make sure the gpt_pte is freed

2013-09-10 Thread Mark Langsdorf
the gpt_pte wasn't being freed if it was checked against an invalid partition. The resulting memory leakage could make it impossible to repeatedly attempt to load non-existent files in a script. Also, downgrade the message for not finding an invalid partition from a printf() to a debug() so as to

[U-Boot] ahci: add support for LBA48 data reads

2013-09-10 Thread Mark Langsdorf
The ext4 fs currently supports drive partitions greater that 2TB in size, but the ahci driver in u-boot can't read data past the first 2TB. Add support for lba48 reads by modifying the calls to use the lbaint_t type, so that lba48 block addresses can be sent to the functions, and then add support

Re: [U-Boot] [PATCH] powerpc/p2041: fix I2C controller's offset

2013-09-10 Thread Chris Packham
Hi Xie, On Tue, Sep 10, 2013 at 8:15 PM, Shaohui Xie shaohui@freescale.com wrote: Without this patch, SPD access will fail which leads to DDR init fail. Signed-off-by: Shaohui Xie shaohui@freescale.com --- include/configs/P2041RDB.h |4 ++-- 1 files changed, 2 insertions(+), 2

Re: [U-Boot] [PATCH] powerpc/p2041: fix I2C controller's offset

2013-09-10 Thread York Sun
On 09/10/2013 02:13 PM, Chris Packham wrote: Hi Xie, On Tue, Sep 10, 2013 at 8:15 PM, Shaohui Xie shaohui@freescale.com wrote: Without this patch, SPD access will fail which leads to DDR init fail. Signed-off-by: Shaohui Xie shaohui@freescale.com --- include/configs/P2041RDB.h

  1   2   >