Re: [U-Boot] [PATCH v3 3/5] usb, g_dnl: make iSerialNumber board configurable

2013-11-04 Thread Lukasz Majewski
Hi Marek, > Dear Lukasz Majewski, > > > Hi Heiko, > > > > > add the possibility to set the iSerialNumber board specific. > > > Default value for iSerialNumber is 0x0. This value can > > > changed board specific through the new function > > > g_dnl_set_serialnumber() which must be called from the

[U-Boot] [PATCH] ARM: at91: sama5d3: add support for sama5d36 chip

2013-11-04 Thread Josh Wu
The SAMA5D36 chip is the superset product of SAMA5D3x family. For detail information please refer to: http://www.atmel.com/Microsite/sama5d3/default.aspx Signed-off-by: Josh Wu --- arch/arm/cpu/armv7/at91/sama5d3_devices.c |4 +++- arch/arm/include/asm/arch-at91/sama5d3.h |3 +++ 2 f

[U-Boot] [PATCH 7/7] powerpc/esdhc: Update esdhc command execution process

2013-11-04 Thread Haijun Zhang
The max timeout value esdhc host can accept was about 2.69 sec At 50 Mhz SD_CLK period, the max busy timeout value = 2^27 * SD_CLK period ~= 2.69 sec. In case erase command CMD38 timeout is caculate by mult * 300ms * num(unit by erase group), so the time one erase group need should be more than 3

[U-Boot] [PATCH 4/7] mmc: Update the handling of returned erase block

2013-11-04 Thread Haijun Zhang
If the block rang was not algined, We tried to algined the range, then erase the block. So the block range erased should be less or equal to the block range send. If error occured during erase procedure part of them will be erased. And use should resend the block rang to continue erase the reset of

[U-Boot] [PATCH 5/7] mmc: Enhance mmcinfo command

2013-11-04 Thread Haijun Zhang
Once mmc initialization was faild has_init should be set to 0, prepard for the next initialization to recover from error. Once mmcinfo command failed error should point out instead of print incorrect mmc device information. Error log: => mmcinfo Device: FSL_SDHC Manufacturer ID: 0 OEM: 0 Name: Tr

[U-Boot] [PATCH 3/7] mmc: Enhance erase handling procedure

2013-11-04 Thread Haijun Zhang
Erass sequence: 1. check if erase command is support by card. If not return. 2. Check the erase range to see if it was aligned. The min erase size should be one erase group. SD card it was one block(512), mmc card it should be one erase group. 3. If not, aligned the erase rang according to the eras

[U-Boot] [PATCH 6/7] Powerpc/esdhc: Add esdhc host version define

2013-11-04 Thread Haijun Zhang
Esdhc host version number is incorrect in host capacity register. The value read from was 0x14. Correct it to 0x13. Signed-off-by: Haijun Zhang --- arch/powerpc/include/asm/config_mpc85xx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powe

[U-Boot] [PATCH 2/7] mmc: Get secure erase information from card

2013-11-04 Thread Haijun Zhang
Read command class from csd register and secure erase support bit from ext csd register. Also calculate the erase timeout and secure erase timeout. If read ext csd error, error status should be returned instead of give some incorrect information. Error log: => => mmcinfo Device: FSL_SDHC Manufact

[U-Boot] [PATCH 1/7] mmc: Add some usefull macro definition

2013-11-04 Thread Haijun Zhang
Add command class define. Add mmc erase and secure erase define. Add secure erase and trim support bit define. Signed-off-by: Haijun Zhang --- include/mmc.h | 49 + 1 file changed, 49 insertions(+) diff --git a/include/mmc.h b/include/mmc.h index

[U-Boot] [PATCH 10/14] ARM: AM43xx: clocks: Update DPLL details for EPOS EVM

2013-11-04 Thread Lokesh Vutla
Updating the Multiplier and Dividers values for all DPLLs for EPOS EVM. Following are the DPLL locking frequencies at OPP NOM: MPU locks at 600MHz Core locks at 1000MHz Per locks at 960MHz DDR locks at 266MHz Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/am33xx/clock.c| 12 +++

[U-Boot] [PATCH 14/14] ARM: AM43xx: Add Maintainer

2013-11-04 Thread Lokesh Vutla
Adding Maintainer for AM43xx. Signed-off-by: Lokesh Vutla --- boards.cfg |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards.cfg b/boards.cfg index 5e10125..52db48d 100644 --- a/boards.cfg +++ b/boards.cfg @@ -263,7 +263,7 @@ Active arm armv7 am33xx

[U-Boot] [PATCH 11/14] ARM: AM43xx: clocks: Add DPLL data for GP EVM

2013-11-04 Thread Lokesh Vutla
Adding DPLLs Multiplier and DIvider values for GP EVM Following are the DPLL locking frequencies at OPP NOM MPU locks at 600MHz Core locks at 1000MHz Per locks at 960MHz DDR locks at 400MHz Signed-off-by: Lokesh Vutla --- board/ti/am43xx/board.c | 17 + 1 file changed, 17 inser

[U-Boot] [PATCH 13/14] ARM: AM43xx: GP_EVM: Add support for DDR3

2013-11-04 Thread Lokesh Vutla
GP EVM has 1GB DDR3 attached(Part no: MT47H128M16RT-187E:C). Adding details for the same. Below is the brief description of DDR3 init sequence(SW leveling): -> Enable VTT regulator -> Configure VTP -> Configure DDR IO settings -> Disable initialization and refreshes until EMIF registers are program

[U-Boot] [PATCH 12/14] ARM: AM43xx: EPOS_EVM: Add support for LPDDR2

2013-11-04 Thread Lokesh Vutla
AM4372 EPOS EVM has 1GB LPDDR2(Part no: MT42L256M32D2LG-25 WT:A) Adding LPDDR2 init sequence and register details for the same. Below is the brief description of LPDDR2 init sequence: -> Configure VTP -> Configure DDR IO settings -> Disable initialization and refreshes until EMIF registers are prog

[U-Boot] [PATCH 08/14] ARM: AM43xx: Update Current Booting devices list

2013-11-04 Thread Lokesh Vutla
Current Booting devices list is different from that of AM33xx. Updating the same. Signed-off-by: Lokesh Vutla --- arch/arm/include/asm/arch-am33xx/spl.h | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/asm/arch-am33xx/spl.h b/arch/arm/include/a

[U-Boot] [PATCH 06/14] ARM: AM43XX: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2013-11-04 Thread Lokesh Vutla
From: Sekhar Nori CONFIG_ENV_VARS_UBOOT_CONFIG, CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG and CONFIG_BOARD_LATE_INIT is already set. Adding support to detect the board. These variables are used by findfdt. Signed-off-by: Sekhar Nori Signed-off-by: Lokesh Vutla --- board/ti/am43xx/board.c | 16 ++

[U-Boot] [PATCH 07/14] ARM: AM43xx: Select clk source for Timer2

2013-11-04 Thread Lokesh Vutla
Selecting the Master osc clk as Timer2 clock source. Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/am33xx/clock_am43xx.c |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/cpu/armv7/am33xx/clock_am43xx.c b/arch/arm/cpu/armv7/am33xx/clock_am43xx.c index c4890f2..22963b7 100

[U-Boot] [PATCH 04/14] ARM: AM43xx: Add extra ENV settings

2013-11-04 Thread Lokesh Vutla
Add Extra env settings. This is derived from am335x Extra ENV settings. Signed-off-by: Lokesh Vutla --- include/configs/am43xx_evm.h | 63 ++ 1 file changed, 63 insertions(+) diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index

[U-Boot] [PATCH 05/14] ARM: AM43XX: board: add support for reading onboard EEPROM

2013-11-04 Thread Lokesh Vutla
From: Sekhar Nori Add support for reading onboard EEPROM to enable board detection. Signed-off-by: Sekhar Nori Signed-off-by: Lokesh Vutla --- arch/arm/include/asm/arch-am33xx/omap.h |2 ++ board/ti/am43xx/board.c | 46 +++ board/ti/am43xx/boa

[U-Boot] [PATCH 09/14] ARM: AM43xx: mux: Update mux data

2013-11-04 Thread Lokesh Vutla
Updating the mux data for UART, and adding data for i2c0 and mmc. Signed-off-by: Lokesh Vutla --- arch/arm/include/asm/arch-am33xx/mux_am43xx.h |4 +++- board/ti/am43xx/mux.c | 24 ++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --gi

[U-Boot] [PATCH 00/14] ARM: AM43xx: Update support for AM4372 SoC

2013-11-04 Thread Lokesh Vutla
This Patch series updates support for AM4372 EPOS and GP EVM boards. AM4372 is a low cost Cortex-A9 based application processor targeted at existing ARM9/ARM11 base of customers that need more processing capabilities. Currently there are two boards with AM4372 SoC: EPOS and GP EVM. Except for few d

[U-Boot] [PATCH 02/14] ARM: AM43xx: Adapt to ti_armv7_common.h config file

2013-11-04 Thread Lokesh Vutla
Use ti_armv7_common.h config file to inclde the common configs. Signed-off-by: Lokesh Vutla --- board/ti/am43xx/board.c |2 +- include/configs/am43xx_evm.h | 130 +- 2 files changed, 28 insertions(+), 104 deletions(-) diff --git a/board/ti/am43x

[U-Boot] [PATCH 01/14] ARM: AM43xx: Update the base addresses of modules

2013-11-04 Thread Lokesh Vutla
PRCM, timer base addresses and offsets are different from AM33xx. Updating the same. Signed-off-by: Lokesh Vutla --- arch/arm/include/asm/arch-am33xx/cpu.h | 17 +++-- arch/arm/include/asm/arch-am33xx/hardware.h|8 arch/arm/include/asm/arch-am33xx/h

[U-Boot] [PATCH 03/14] ARM: AM43xx: Add L2 Support

2013-11-04 Thread Lokesh Vutla
AM4372 uses PL310 L2 Cache. Enable the configs for the same. Signed-off-by: Lokesh Vutla --- include/configs/am43xx_evm.h |5 + 1 file changed, 5 insertions(+) diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index 4815357..b0269a7 100644 --- a/include/configs/am

Re: [U-Boot] Question about patman

2013-11-04 Thread Masahiro Yamada
Hello Simon. > You should put an alias for arm in your ~/.patman file, like this: > > albert: Albert Aribaud > arm: albert > > There is also a -t option to skip bad aliases. Thanks! It worked. I love this tool. :-) I have one more question. Does patman have a tag to handle the message area b

Re: [U-Boot] [PATCH v2 0/5] arm, am33xx: update for the am33xx based siemens boards

2013-11-04 Thread Heiko Schocher
Hello Vaibhav Bedia, Am 04.11.2013 20:45, schrieb Vaibhav Bedia: Hi Marek, On Mon, Nov 4, 2013 at 12:34 PM, Marek Vasut wrote: Dear Vaibhav Bedia, On Mon, Nov 4, 2013 at 8:15 AM, Heiko Schocher wrote: [...] Hups, missed this EMail ... :-( No problem. Happens all the time :) Hmm.. som

[U-Boot] [PATCH] cosmetic: remove empty lines at the top of file

2013-11-04 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- arch/arm/lib/_divsi3.S | 1 - arch/arm/lib/_modsi3.S | 1 - arch/blackfin/include/asm/clock.h | 1 - arch/blackfin/lib/__kgdb.S | 1 - arch/mips/include/asm/inca-ip.h | 1 - arch/powerpc/include/asm/8x

[U-Boot] [PATCH V2 2/5] i.MX6DQ/DLS: remove useless mux/pad declarations

2013-11-04 Thread Eric Nelson
Signed-off-by: Eric Nelson --- No change in V2 arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 78 arch/arm/include/asm/arch-mx6/mx6q_pins.h | 82 -- 2 files changed, 160 deletions(-) diff --git a/arch/arm/include/asm/arch-mx6/mx6dl_pins.h

[U-Boot] [PATCH V2 3/5] i.MX6DQ: Add Pinmux settings that are present in mainline and Dual-Lite/Solo

2013-11-04 Thread Eric Nelson
Signed-off-by: Eric Nelson --- No change in V2 arch/arm/include/asm/arch-mx6/mx6q_pins.h | 24 1 file changed, 24 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/mx6q_pins.h b/arch/arm/include/asm/arch-mx6/mx6q_pins.h index 437ea31..ec1bbdd 100644 --- a/arch/ar

[U-Boot] [PATCH V2 0/5] i.MX6 (DQ/DLS): consolidate mux and pad names

2013-11-04 Thread Eric Nelson
This patch set consolidates mux and pad declarations for the i.MX6 Dual/Quad and Dual-Lite/Solo processor variants. Patch 1 replaces the mux/pad names with their equivalents from the Linux kernel (from linux-next). This Patch 2 removes a set of completely useless pad declarations Patch 3

[U-Boot] [PATCH 0/5] i.MX6 (DQ/DLS): consolidate mux and pad names

2013-11-04 Thread Eric Nelson
This patch set consolidates mux and pad declarations for the i.MX6 Dual/Quad and Dual-Lite/Solo processor variants. Patch 1 replaces the mux/pad names with their equivalents from the Linux kernel (from linux-next). This Patch 2 removes a set of completely useless pad declarations Patch 3

Re: [U-Boot] [PATCH 0/5] i.MX6 (DQ/DLS): consolidate mux and pad names

2013-11-04 Thread Eric Nelson
On 11/04/2013 03:56 PM, Eric Nelson wrote: This patch set consolidates mux and pad declarations for the i.MX6 Dual/Quad and Dual-Lite/Solo processor variants. Patch 1 replaces the mux/pad names with their equivalents from the Linux kernel (from linux-next). This Patch 2 removes a set of

[U-Boot] [PATCH 3/5] i.MX6DQ: Add Pinmux settings that are present in mainline and Dual-Lite/Solo

2013-11-04 Thread Eric Nelson
Signed-off-by: Eric Nelson --- arch/arm/include/asm/arch-mx6/mx6q_pins.h | 24 1 file changed, 24 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/mx6q_pins.h b/arch/arm/include/asm/arch-mx6/mx6q_pins.h index 437ea31..ec1bbdd 100644 --- a/arch/arm/include/asm/ar

[U-Boot] [PATCH 2/5] i.MX6DQ/DLS: remove useless mux/pad declarations

2013-11-04 Thread Eric Nelson
Signed-off-by: Eric Nelson --- arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 78 arch/arm/include/asm/arch-mx6/mx6q_pins.h | 82 -- 2 files changed, 160 deletions(-) diff --git a/arch/arm/include/asm/arch-mx6/mx6dl_pins.h b/arch/arm/inclu

Re: [U-Boot] [PATCH 00/15] MIPS Malta board support

2013-11-04 Thread Daniel Schwierzeck
Hi Paul, 2013/10/23 Paul Burton : > This series adds support for booting on a physical MIPS Malta board > using a coreFPGA6 core card. > > The first 6 patches lay some groundwork, then the next 8 genericise > the existing qemu-malta board to also function on a physical Malta. > > In the final patc

Re: [U-Boot] [PATCH v3 0/3] Consolidate CONFIG_SYS_HZ definition

2013-11-04 Thread Tom Rini
On Fri, Oct 04, 2013 at 08:40:02AM -0500, Rob Herring wrote: > From: Rob Herring > > Since CONFIG_SYS_HZ is required to be 1000, this series consolidates the > definition to a common definition and removes it from platform config > headers. > > I split this version into 3 patches to pass mailli

Re: [U-Boot] pxe: fix handling of absolute paths

2013-11-04 Thread Tom Rini
On Fri, Oct 18, 2013 at 01:04:42PM -0500, Rob Herring wrote: > From: Rob Herring > > pxelinux and syslinux differ in their handling of absolute paths in menu > files. A pxelinux path is aways prepended with the bootfile path while > syslinux allows for absolute paths. u-boot was always treating

Re: [U-Boot] config: Add a default CONFIG_SYS_PROMPT

2013-11-04 Thread Tom Rini
On Mon, Sep 30, 2013 at 05:11:48PM -0500, Rob Herring wrote: > From: Rob Herring > > The definitions for CONFIG_SYS_PROMPT are varied with little reason other > than to display the board name. Over half the definitions are "==> ", so > make this the default. The rest of the boards remain unchang

Re: [U-Boot] [PATCH v2 0/9] Consolidate timer code

2013-11-04 Thread Tom Rini
On Fri, Oct 04, 2013 at 10:22:39AM -0500, Rob Herring wrote: > From: Rob Herring > > Much of the timer code is re-implemented for each platform/arch yet it > is all pretty much the same code. > > This series introduces a common implementation of timer functions and > simplifies the platform co

[U-Boot] [PATCH] am335x_evm: Fix CONS_INDEX numbering

2013-11-04 Thread andrew
From: Andrew Bradford Commit f6d1f6e4a58edae4776937647381a43fea5e83a5 broke selection of UARTs other than UART0 for am335x_evm configurations by setting CONS_INDEX to 1 for all configurations. Revert the CONS_INDEX changes. Signed-off-by: Andrew Bradford --- boards.cfg | 10 +- 1 file

Re: [U-Boot] [PATCH V2 0/6] Add support for SPI based DataImage LCD panel

2013-11-04 Thread Tom Rini
On Wed, Oct 16, 2013 at 05:23:23PM +0300, Nikita Kiryanov wrote: > This patch ports the Linux driver for DataImage SCF0403852GGU04 and > SCF0403526GGU20 LCD panels into U-Boot. As a preparation step, variable SPI > word > length support is added to omap3_spi and the generic SPI interface. > Final

[U-Boot] [PATCH] boards.cfg: update email address for ti814x_evm maintainer

2013-11-04 Thread Matt Porter
Update my email address as ti814x_evm maintainer to save people some frustrating bounces and non-response. Signed-off-by: Matt Porter --- boards.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards.cfg b/boards.cfg index 5e10125..cd6bec4 100644 --- a/boards.cfg +++ b/bo

[U-Boot] [PATCH] ARM: pxa: Fix CONFIG_SYS_HZ on PXA

2013-11-04 Thread Marek Vasut
The PXA incorrectly uses CONFIG_SYS_HZ, which should be 1000 across U-Boot. Fix this. Signed-off-by: Marek Vasut Cc: Tom Rini Cc: Albert Aribaud --- include/configs/balloon3.h | 10 +- include/configs/palmld.h | 10 +- include/configs/palmtc.h | 10 +- include/confi

Re: [U-Boot] [PATCH v2 0/5] arm, am33xx: update for the am33xx based siemens boards

2013-11-04 Thread Vaibhav Bedia
Hi Marek, On Mon, Nov 4, 2013 at 12:34 PM, Marek Vasut wrote: > Dear Vaibhav Bedia, > >> On Mon, Nov 4, 2013 at 8:15 AM, Heiko Schocher wrote: >> [...] >> >> > Hups, missed this EMail ... :-( >> >> No problem. Happens all the time :) >> >> > Hmm.. some boards from siemens do not use the RTC, so

[U-Boot] [PULL] u-boot-atmel/master -> u-boot-arm/master

2013-11-04 Thread Andreas Bießmann
Dear Albert Aribaud, please pull u-boot-atmel/master into u-boot-arm/master. The following changes since commit 304db0b38cfb04cfdb05a740d5ef27da06ea98ea: arm: Remove IXP425 boards pdnb3 and scpu (2013-10-17 09:28:08 +0200) are available in the git repository at: git://git.denx.de/u-boot-at

Re: [U-Boot] [U-Boot,v2,1/4] at91: add defines for reset type

2013-11-04 Thread Andreas Bießmann
Dear Heiko Schocher, Heiko Schocher writes: >From: Roger Meier > >Signed-off-by: Roger Meier >Acked-by: Bo Shen >Reviewed-by: Heiko Schocher >Cc: Andreas Bießmann > >--- >changes for v2: > - add Acked-by from Bo Shen >--- > arch/arm/include/asm/arch-at91/at91_rstc.h | 7 +++ > 1 file cha

Re: [U-Boot] [U-Boot,2/2] arm: atmel: get rid of too many ifdeffery

2013-11-04 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Get rid of too many ifdeffery in usb ohci driver > >Add following two configuration for USB clock selecting >- CONFIG_USB_ATMEL_CLK_SEL_PLLB: using PLLB as usb ohci input clock >- CONFIG_USB_ATMEL_CLK_SEL_UPLL: using UPLL as usb ohci input clock > >Signed-off-by: Bo

Re: [U-Boot] [U-Boot,1/2] arm: atmel: at91sam9n12ek: add usb host support

2013-11-04 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Add usb host support for at91sam9n12ek board. > >Signed-off-by: Bo Shen > >--- >arch/arm/include/asm/arch-at91/at91_pmc.h |2 ++ > board/atmel/at91sam9n12ek/at91sam9n12ek.c | 11 +++ > drivers/usb/host/ohci-at91.c | 11 +-- > inclu

Re: [U-Boot] ARM: ATMEL: eb_cpux9k2: fix TEXT_BASE for ramboot target

2013-11-04 Thread Andreas Bießmann
Dear e...@bus-elektronik.de, e...@bus-elektronik.de writes: >From: "Jens Scharsig (BuS Elektronik)" > >Since more functions are enabled, the eb_cpux9k2_ram target does not boot. >This patch changed the TEXT_BASE, that the code fits between TEXT_BASE and ram >end. > >Signed-off-by: Jens Schars

Re: [U-Boot] net: macb: get DMA bus width from design config register

2013-11-04 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Get DMA bus width from design config register > >Signed-off-by: Bo Shen > >--- >drivers/net/macb.c | 20 +++- > drivers/net/macb.h | 11 +++ > 2 files changed, 30 insertions(+), 1 deletion(-) applied to u-boot-atmel/master, thanks! Best

[U-Boot] [PATCH] spi: tegra: clear RDY bit prior to every transfer

2013-11-04 Thread Stephen Warren
From: Yen Lin The RDY bit indicates that a transfer is complete. This needs to be cleared by SW before every single HW transaction, rather than only at the start of each SW transaction (those being made up of n HW transactions). It seems that earlier HW may have cleared this bit autonomously whe

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

2013-11-04 Thread Stefano Babic
Hi Eric, On 04/11/2013 18:37, Eric Nelson wrote: > On 11/04/2013 10:28 AM, Fabio Estevam wrote: >> Hi Tapani, >> >> On Tue, Sep 10, 2013 at 11:47 AM, Stefano Babic wrote: We are worried that we might not familiar enough with u-boot development to get such changes accepted in reason

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

2013-11-04 Thread Otavio Salvador
On Mon, Nov 4, 2013 at 3:37 PM, Eric Nelson wrote: > On 11/04/2013 10:28 AM, Fabio Estevam wrote: >> >> Hi Tapani, >> >> On Tue, Sep 10, 2013 at 11:47 AM, Stefano Babic wrote: We are worried that we might not familiar enough with u-boot development to get such changes accepted

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

2013-11-04 Thread Eric Nelson
On 11/04/2013 10:28 AM, Fabio Estevam wrote: Hi Tapani, On Tue, Sep 10, 2013 at 11:47 AM, Stefano Babic wrote: We are worried that we might not familiar enough with u-boot development to get such changes accepted in reasonable time. I do not know what you mean for a reasonable time. Merge wi

Re: [U-Boot] [PATCH v2 0/5] arm, am33xx: update for the am33xx based siemens boards

2013-11-04 Thread Marek Vasut
Dear Vaibhav Bedia, > On Mon, Nov 4, 2013 at 8:15 AM, Heiko Schocher wrote: > [...] > > > Hups, missed this EMail ... :-( > > No problem. Happens all the time :) > > > Hmm.. some boards from siemens do not use the RTC, so this approach > > is not possible here ... > > By unused do you mean it

Re: [U-Boot] [PATCH v3 3/5] usb, g_dnl: make iSerialNumber board configurable

2013-11-04 Thread Marek Vasut
Dear Lukasz Majewski, > Hi Heiko, > > > add the possibility to set the iSerialNumber board specific. > > Default value for iSerialNumber is 0x0. This value can > > changed board specific through the new function > > g_dnl_set_serialnumber() which must be called from the > > board specific functio

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

2013-11-04 Thread Fabio Estevam
Hi Tapani, On Tue, Sep 10, 2013 at 11:47 AM, Stefano Babic wrote: >> We are worried that we might not familiar enough with u-boot development to >> get >> such changes accepted in reasonable time. > > I do not know what you mean for a reasonable time. Merge window is > closed, that is patchsets

Re: [U-Boot] [PATCH v3 3/5] usb, g_dnl: make iSerialNumber board configurable

2013-11-04 Thread Heiko Schocher
Hello Lukasz, Am 04.11.2013 16:12, schrieb Lukasz Majewski: Hi Heiko, add the possibility to set the iSerialNumber board specific. Default value for iSerialNumber is 0x0. This value can changed board specific through the new function g_dnl_set_serialnumber() which must be called from the board

Re: [U-Boot] [PATCH 1/6] video: remove AT91 legacy API from bus_vcxk

2013-11-04 Thread Anatolij Gustschin
On Wed, 30 Oct 2013 15:18:17 +0100 Andreas Bießmann wrote: > Signed-off-by: Andreas Bießmann > --- > drivers/video/bus_vcxk.c | 15 --- > 1 file changed, 15 deletions(-) Acked-by: Anatolij Gustschin ___ U-Boot mailing list U-Boot@lists

Re: [U-Boot] [PATCH 1/6] video: remove AT91 legacy API from bus_vcxk

2013-11-04 Thread Jens Scharsig
Am 2013-10-30 15:18, schrieb Andreas Bießmann: > Signed-off-by: Andreas Bießmann > --- > drivers/video/bus_vcxk.c | 15 --- > 1 file changed, 15 deletions(-) > > diff --git a/drivers/video/bus_vcxk.c b/drivers/video/bus_vcxk.c > index 0138bca..60a5cc5 100644 > --- a/drivers/video/

Re: [U-Boot] [PATCH v3 3/5] usb, g_dnl: make iSerialNumber board configurable

2013-11-04 Thread Lukasz Majewski
Hi Heiko, > add the possibility to set the iSerialNumber board specific. > Default value for iSerialNumber is 0x0. This value can > changed board specific through the new function > g_dnl_set_serialnumber() which must be called from the > board specific function g_dnl_bind_fixup(). > Tested-by:

Re: [U-Boot] Pull request: u-boot-blackfin

2013-11-04 Thread Tom Rini
On Mon, Nov 04, 2013 at 05:09:03PM +0800, Sonic Zhang wrote: > Hi Tom, > > Please pull the following patches from u-boot-blackfin into your tree. > > Thanks > > Sonic Zhang > > > The following changes since commit 509dca7a11aad394d781a9d31a7bfa6692562741: > > Merge branch 'master' of git:/

Re: [U-Boot] Pull request: u-boot-mmc 31102013

2013-11-04 Thread Tom Rini
On Thu, Oct 31, 2013 at 10:03:26AM +0200, Pantelis Antoniou wrote: > Hi Tom, > > The following changes since commit 509dca7a11aad394d781a9d31a7bfa6692562741: > > Merge branch 'master' of git://git.denx.de/u-boot-video (2013-10-30 > 08:36:48 -0400) > > are available in the git repository at:

[U-Boot] Pull request: u-boot-ti

2013-11-04 Thread Tom Rini
Hello, The following changes since commit 304db0b38cfb04cfdb05a740d5ef27da06ea98ea: arm: Remove IXP425 boards pdnb3 and scpu (2013-10-17 09:28:08 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to f6723794fd8f3362c4f3b5d0f36

Re: [U-Boot] [U-Boot,V2,3/3] cm_t35: update lcd predefines

2013-11-04 Thread Tom Rini
On Mon, Oct 07, 2013 at 06:55:46PM +0300, Nikita Kiryanov wrote: > Current predefines do not fit cm-t3730 very well (some of them produce > artifacts in the image). > Update LCD predefines to accommodate both cm-t35 and cm-t3730 modules. > > Signed-off-by: Nikita Kiryanov > Signed-off-by: Igor G

Re: [U-Boot] [U-Boot, 1/3] cm_t35: reduce default bootdelay to 3 seconds

2013-11-04 Thread Tom Rini
On Mon, Oct 07, 2013 at 05:28:49PM +0300, Nikita Kiryanov wrote: > Current default bootdelay of 10 seconds is too long. > Reduce default bootdelay to 3 seconds. > > Signed-off-by: Nikita Kiryanov > Signed-off-by: Igor Grinberg Applied to u-boot-ti/master, thanks! -- Tom signature.asc Descr

Re: [U-Boot] TI:omap5: Add rdaddr, use consistent loadaddr values

2013-11-04 Thread Tom Rini
On Fri, Oct 18, 2013 at 06:04:19PM -0400, Tom Rini wrote: > rdaddr was missing which is a common location for loading ramdisks to. > loadaddr was higher than it needs to be, so use the same value other TI > platforms use. > > Signed-off-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom

Re: [U-Boot] [U-Boot,2/3] cm_t35: turn on GPIO commands

2013-11-04 Thread Tom Rini
On Mon, Oct 07, 2013 at 05:28:50PM +0300, Nikita Kiryanov wrote: > Turn on GPIO commands for cm-t35 and cm-t3730. > > Signed-off-by: Nikita Kiryanov > Signed-off-by: Igor Grinberg Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [U-Boot,V3] ARM: OMAP5: DDR3: Change io settings

2013-11-04 Thread Tom Rini
On Thu, Oct 17, 2013 at 04:35:38PM +0530, SRICHARAN R wrote: > The change from 0x64656465 to 0x64646464 is to remove the weak pull > enabled on DQS, nDQS lines. This pulls the differential signals in the > same direction which is not intended. So disabling the weak pulls improves > signal integrit

Re: [U-Boot] TI:armv7: Change CONFIG_SYS_SPL_ARGS_ADDR to a higher address

2013-11-04 Thread Tom Rini
On Fri, Oct 04, 2013 at 10:51:40AM -0400, Tom Rini wrote: > With changes to increase the size of the device tree (required to move > more data out of the kernel and into DT), loading the args at the old > address leads to us overwriting things later on. To correct this, load > the args file to wh

Re: [U-Boot] dra7xx_evm: Enabled UART-boot mode and add dra7xx_evm_uart3 build

2013-11-04 Thread Tom Rini
On Fri, Oct 04, 2013 at 02:52:02PM -0400, Tom Rini wrote: > From: Minal Shah > > UART booting is supported on this SoC, but via UART3 rather than UART1. > Because of this we must change the board to use UART3 for all console > access (only one UART is exposed on this board and a slight HW mod is

Re: [U-Boot] [U-Boot, v3, 2/2] OMAP3: igep00x0: rename config file to omap3_igep00x0.h

2013-11-04 Thread Tom Rini
On Sat, Sep 21, 2013 at 03:04:25AM +0200, Javier Martinez Canillas wrote: > There seems to be a naming convention for the configuration > files for boards using the same SoC family. This makes > easier to do changes that affect different boards based > on the same SoC. > > Since the IGEPv2 board

Re: [U-Boot] am335x: Enable CONFIG_OMAP_WATCHDOG support

2013-11-04 Thread Tom Rini
On Tue, Oct 01, 2013 at 12:32:04PM -0400, Tom Rini wrote: > There is a board-specific portion for calling watchdog enable itself, in > main U-Boot. > > Signed-off-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, v2, 2/2] arm, da85x: update for the ipam390 board

2013-11-04 Thread Tom Rini
On Fri, Sep 06, 2013 at 05:21:24AM +0200, Heiko Schocher wrote: > - switch to correct ecc layout used by the RBL > enable CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC > - update default environment > - change A2CR to correct value for UART boot mode > - adapt cs3cfg timings for nand > - change LED bo

Re: [U-Boot] [U-Boot, v3, 1/2] ARM: IGEP0033: rename config file to am335x_igep0033.h

2013-11-04 Thread Tom Rini
On Sat, Sep 21, 2013 at 03:04:23AM +0200, Javier Martinez Canillas wrote: > There seems to be a naming convention for the configuration > files for boards using the same SoC family. This makes > easier to do changes that affect different boards based > on the same SoC. > > Since the IGEP COM AQUI

Re: [U-Boot] [U-Boot, 01/13] tricorder: remove lcdmode from bootargs

2013-11-04 Thread Tom Rini
On Fri, Sep 06, 2013 at 03:04:46PM +0200, Andreas Bie??mann wrote: > From: Thomas Weber > > Signed-off-by: Thomas Weber > Signed-off-by: Andreas Bie??mann Applied to u-boot-ti/master along with the rest of the series, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot, 1/2] cm-t35: move the eeprom code to common place

2013-11-04 Thread Tom Rini
On Mon, Sep 16, 2013 at 09:49:58PM +0300, Igor Grinberg wrote: > Compulab boards use the same eeprom code, so move the eeprom related > code to live under board/compulab/common directory. > Also make several adjustments to eeprom functions namespace, so it will > be generic for compulab boards. >

Re: [U-Boot] [U-Boot, 2/2] cm-t35: move the display code to common place

2013-11-04 Thread Tom Rini
On Mon, Sep 16, 2013 at 09:49:59PM +0300, Igor Grinberg wrote: > Compulab OMAP3 boards use the same display initialization code. > Move the display initialization code to live under board/compulab/common > directory. > > Signed-off-by: Igor Grinberg > Tested-by: Nikita Kiryanov Applied to u-bo

Re: [U-Boot] [U-Boot, v2, 1/2] nand, davinci: add special UBL ecc position

2013-11-04 Thread Tom Rini
On Fri, Sep 06, 2013 at 05:21:23AM +0200, Heiko Schocher wrote: > enable the RBL/UBL ECC layout through > CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC define > > see for more info: > http://processors.wiki.ti.com/index.php/DM365_Nand_ECC_layout > > Signed-off-by: Heiko Schocher > Cc: Tom Rini > Cc:

Re: [U-Boot] [PATCH 3/4] bootcount_davinci: Switch to scratch register #2

2013-11-04 Thread Tom Rini
On Wed, Aug 28, 2013 at 09:00:29AM -0400, Tom Rini wrote: > The RTC IP block here provides 3 scratch registers. Currently when > using DeepSleep on am335x the scratch0/1 registers are used so moving > ourself to scratch2 makes cooperation easier. > > Signed-off-by: Tom Rini Applied to u-boot-t

Re: [U-Boot] [PATCH 1/4] drivers/rtc/davinci.c: Reference DAVINCI_RTC_BASE more directly

2013-11-04 Thread Tom Rini
On Wed, Aug 28, 2013 at 09:00:27AM -0400, Tom Rini wrote: > We shouldn't rely on a define to hide this cast for us. > > Signed-off-by: Tom Rini Applied to u-boot-ti/master. -- Tom signature.asc Description: Digital signature ___ U-Boot mailing lis

Re: [U-Boot] [PATCH 4/4] TI:am33xx: Add bootcount support to ti_am335x_common.h

2013-11-04 Thread Tom Rini
On Wed, Aug 28, 2013 at 09:00:30AM -0400, Tom Rini wrote: > Enable the bootcount driver for am335x in general. We leave adding a > bootlimit and altbootcmd to the environment to the board ports. > > Signed-off-by: Tom Rini Applied to u-boot-ti/master. -- Tom signature.asc Description: Digi

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

2013-11-04 Thread Tom Rini
On Tue, Sep 03, 2013 at 07:47:18PM +0530, Lokesh Vutla wrote: > 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 Applied to u-boot-ti/master, tha

Re: [U-Boot] [PATCH 2/4] am33xx, davinci: Create and use

2013-11-04 Thread Tom Rini
On Wed, Aug 28, 2013 at 09:00:28AM -0400, Tom Rini wrote: > Create a common header file for the RTC IP block that is shared between > davinci and am33xx. > > Signed-off-by: Tom Rini Applied to u-boot-ti/master. -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH] board: powerpc: convert more makefiles to Kbuild style

2013-11-04 Thread Tom Rini
On Fri, Nov 01, 2013 at 10:26:26AM -0400, Tom Rini wrote: > Cc: Masahiro Yamada > Cc: Wolfgang Denk > Cc: Kim Phillips > Cc: York Sun > Signed-off-by: Tom Rini > --- > board/freescale/t1040qds/Makefile | 36 +--- > board/keymile/kmp204x/Makefile| 21 +-

Re: [U-Boot] [PATCH] board/keymile/kmp204x/Makefile: Convert to SPDX tag

2013-11-04 Thread Tom Rini
On Fri, Nov 01, 2013 at 10:27:32AM -0400, Tom Rini wrote: > Signed-off-by: Tom Rini > --- > board/keymile/kmp204x/Makefile | 15 +-- > 1 file changed, 1 insertion(+), 14 deletions(-) > > diff --git a/board/keymile/kmp204x/Makefile b/board/keymile/kmp204x/Makefile > index 1fdb346..

Re: [U-Boot] [PATCH 00/18] Third step towards Kbuild: Convert rest of makefiles

2013-11-04 Thread Tom Rini
On Mon, Oct 21, 2013 at 11:53:23AM +0900, Masahiro Yamada wrote: > This series uses the followings as prerequisites: > - First step towards Kbuild: Use Kbuild style makefiles (19 patch files) > - Second step towards Kbuild: Descend down like Kbuild (6 patch files) > > In 'First step towards Kbu

Re: [U-Boot] [PATCH v3 00/19] First step towards Kbuild: Use Kbuild style makefiles

2013-11-04 Thread Tom Rini
On Thu, Oct 17, 2013 at 05:34:46PM +0900, Masahiro Yamada wrote: > Kbuild in U-Boot has been talked for a while > and RFC patches were posted by Simon Glass. > > (Refer to "RFC: Add Kbuild system to U-Boot" > posted by Simon, May 12, 2013) > > Simon's effort is a good start point but > varous cr

Re: [U-Boot] [PATCH v4 0/6] Second step towards Kbuild: Descend down like Kbuild

2013-11-04 Thread Tom Rini
On Thu, Oct 17, 2013 at 08:38:50PM +0900, Masahiro Yamada wrote: > I have been just wondering why the U-Boot top Makefile is so dirty. > > It is sprinkled with SoC-specific code as follows: > > ifneq ($(CONFIG_OMAP_COMMON),) > LIBS-y += $(CPUDIR)/omap-common/libomap-common.o > endif

Re: [U-Boot] [PATCH 05/18] avr32: convert makefiles to Kbuild style

2013-11-04 Thread Andreas Bießmann
On 10/21/2013 04:53 AM, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > Cc: Andreas Bießmann > --- > arch/avr32/cpu/Makefile | 40 > --- > arch/avr32/cpu/at32ap700x/Makefile| 22 +-- > arch/avr32/lib/Makefile

Re: [U-Boot] [PATCH v4] i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

2013-11-04 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/04/2013 01:56 AM, Heiko Schocher wrote: > Hello Tom, > > Am 29.10.2013 12:30, schrieb Heiko Schocher: >> Hello Igor, >> >> Am 29.10.2013 12:07, schrieb Igor Grinberg: >>> On 10/28/13 08:19, Heiko Schocher wrote: Hello Igor, Am 2

Re: [U-Boot] [PATCH v2 0/5] arm, am33xx: update for the am33xx based siemens boards

2013-11-04 Thread Vaibhav Bedia
On Mon, Nov 4, 2013 at 8:15 AM, Heiko Schocher wrote: [...] > Hups, missed this EMail ... :-( > No problem. Happens all the time :) > Hmm.. some boards from siemens do not use the RTC, so this approach > is not possible here ... > By unused do you mean it's not powered up or is it simply not pr

Re: [U-Boot] [PATCH] i2c: mxs_i2c: Squash endless loop

2013-11-04 Thread Marek Vasut
Dear Heiko Schocher, > Hello Marek, > > Am 04.11.2013 14:13, schrieb Marek Vasut: > > Hi Heiko, > > > >> Hello Stefano, Marek, > >> > >> Am 04.11.2013 13:03, schrieb Stefano Babic: > >>> Hi Marek, > >>> > >>> On 04/11/2013 12:50, Marek Vasut wrote: > Hi Stefano, > > > Hi Marek,

[U-Boot] [PATCH V2] i2c: mxs_i2c: Squash endless loop

2013-11-04 Thread Marek Vasut
The endless waiting for a bit to be set can cause a hang, add a timeout so we prevent such situation. A testcase for such a hang is below. The testcase assumes a device to be present at address 0x50 and a device to NOT be present at address 0x42 . Also note that the "sleep 1" induced delays are imp

Re: [U-Boot] [PATCH] i2c: mxs_i2c: Squash endless loop

2013-11-04 Thread Heiko Schocher
Hello Marek, Am 04.11.2013 14:13, schrieb Marek Vasut: Hi Heiko, Hello Stefano, Marek, Am 04.11.2013 13:03, schrieb Stefano Babic: Hi Marek, On 04/11/2013 12:50, Marek Vasut wrote: Hi Stefano, Hi Marek, On 02/11/2013 18:23, Marek Vasut wrote: + if (!timeout) { +

Re: [U-Boot] [PATCH v2 0/5] arm, am33xx: update for the am33xx based siemens boards

2013-11-04 Thread Heiko Schocher
Hello Bedia, Am 04.11.2013 13:45, schrieb Vaibhav Bedia: Hi Heiko, On Mon, Nov 4, 2013 at 2:02 AM, Heiko Schocher wrote: Patch 1 introduces bootcount support for the 3 siemens boards. As there is no other possibility on this boards, the bootcounter is stored in the environment. To prevent a "

Re: [U-Boot] [PATCH] i2c: mxs_i2c: Squash endless loop

2013-11-04 Thread Marek Vasut
Hi Heiko, > Hello Stefano, Marek, > > Am 04.11.2013 13:03, schrieb Stefano Babic: > > Hi Marek, > > > > On 04/11/2013 12:50, Marek Vasut wrote: > >> Hi Stefano, > >> > >>> Hi Marek, > >>> > >>> On 02/11/2013 18:23, Marek Vasut wrote: > +if (!timeout) { > +

[U-Boot] [PATCH v3 2/5] arm, am33x: make RTC32K OSC enable configurable

2013-11-04 Thread Heiko Schocher
As http://www.denx.de/wiki/view/U-Boot/DesignPrinciples#2_Keep_it_Fast states: "Initialize devices only when they are needed within U-Boot" enable the RTC32K OSC only, if CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is enabled. Enable this in ti_am335x_common.h, so all boards in mainline should work as bef

Re: [U-Boot] [PATCH 00/18] Third step towards Kbuild: Convert rest of makefiles

2013-11-04 Thread Andreas Bießmann
Dear Masahiro Yamada, Dear Tom Rini, On 10/21/2013 04:53 AM, Masahiro Yamada wrote: what is the time line for integrating Kbuild? I have some changes which would also touch makefiles and wonder if I should wait for Kbuild integration. Best regards Andreas Bießmann ___

[U-Boot] [PATCH v3 5/5] arm, am335x: update for the siemens boards

2013-11-04 Thread Heiko Schocher
From: Samuel Egli - dxr2: define unused pins as input - do not enable RTC32K OSC on dxr2 board - update default environment - add splashpos=m,m to default environment, so splash screen is always centered. - adapt environment for bootcount feature - add altbootcmd to default environment

  1   2   >