Re: [U-Boot] Pull request - fpga

2013-11-06 Thread Michal Simek
Hi Tom, please pull these 3 changes to your tree. Thanks, Michal The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a: pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH] serial: zynq: Remove unused #defines

2013-11-06 Thread Michal Simek
Hi Tom, On 10/30/2013 03:49 PM, Michal Simek wrote: From: Soren Brinkmann soren.brinkm...@xilinx.com Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com Signed-off-by: Michal Simek michal.si...@xilinx.com --- drivers/serial/serial_zynq.c | 4 1 file changed, 4 deletions(-)

[U-Boot] Pull request - arm/zynq

2013-11-06 Thread Michal Simek
Hi Albert, please pull these two patches to your arm next branch. It depends on zynq: Use arch_cpu_init() instead of lowlevel_init() (sha1: 262f08d6ea18a62f827b8ccb60f355ca2eaf6e2b) patch which you have in your branch that's why I have rebased them on the top. Thanks, Michal The following

Re: [U-Boot] [PATCH v4 0/8] Provide a mechanism to avoid using #ifdef everywhere

2013-11-06 Thread Stefan Roese
Hi Wolfgang, On 06.11.2013 08:24, Wolfgang Denk wrote: snip if (autoconf_version_variable()) setenv(ver, version_string); /* set version variable */ By chance I ran about include/linux/kconfig.h in the Linux kernel tree, which provides (among other things) the

Re: [U-Boot] [RFC PATCH 2/2] usb: dfu: correct dfu buffer inited value

2013-11-06 Thread Lukasz Majewski
Hi Bo, First of all, sorry for a little delay. Hi Lukasz, On 11/4/2013 18:17, Lukasz Majewski wrote: Hi Bo, After dfu buffer is initialized, the buffer should be all available, while not 0. Initialize its value to min(dfu_buf_size, dfu-r_left). Signed-off-by: Bo Shen

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

2013-11-06 Thread Nikita Kiryanov
Perhaps we should try his other email address; he seems to be using it more than the gmail one now (added Cc). On 11/04/2013 10:49 PM, Tom Rini wrote: On Wed, Oct 16, 2013 at 05:23:23PM +0300, Nikita Kiryanov wrote: This patch ports the Linux driver for DataImage SCF0403852GGU04 and

Re: [U-Boot] [PATCH v8 0/5] mtd: nand: omap: optimize and clean-up of OMAP NAND driver

2013-11-06 Thread matti kaasinen
Hi Pekon, Thanks to Tom Rini's hint I have tried to execute your patch sets ( http://patchwork.ozlabs.org/project/uboot/list/?submitter=17320state=*) in order to get Linux and U-Boot working with same NAND flash. Set-up is pretty much like Mathias has before in this chain. Latest problem I faced

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

2013-11-06 Thread Anatolij Gustschin
On Mon, 4 Nov 2013 15:49:57 -0500 Tom Rini tr...@ti.com wrote: 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

Re: [U-Boot] [PATCH v5 06/16] dm: Add README for driver model

2013-11-06 Thread Pavel Herrmann
Hi On Tuesday 05 of November 2013 14:34:03 Simon Glass wrote: +Declaring Uclasses +-- + +The demo uclass is declared like this: + +U_BOOT_CLASS(demo) = { + .id = UCLASS_DEMO, +}; + +It is also possible to specify special methods for probe, etc.

Re: [U-Boot] [PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support

2013-11-06 Thread Rajeshwari Birje
Hi Minkyu Kang, On Thu, Oct 31, 2013 at 2:12 PM, Rajeshwari Birje rajeshwari.bi...@gmail.com wrote: Hi Minkyu Kang, Kindly do review the patch set and do let me know if any review comments. Pantelis Antoniou has merged the patch 10 (DWMMC: SMDK5420: Disable SMU for eMMC) into mmc tree. We

[U-Boot] A question about unconfigured pads check in omap24xx_i2c

2013-11-06 Thread Nikita Kiryanov
In drivers/i2c/omap24xx_i2c.c there are a few checks that attempt to detect unconfigured pads for the i2c bus in use. These checks are all in the form of if (status == I2C_STAT_XRDY) { printf(unconfigured pads\n); return -1; } This check seems peculiar to me since the meaning of

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

2013-11-06 Thread Nikita Kiryanov
On 11/06/2013 12:14 PM, Anatolij Gustschin wrote: On Mon, 4 Nov 2013 15:49:57 -0500 Tom Rini tr...@ti.com wrote: Did the mailing list eat the CC? I expect these changes to come in via the spi tree, since Anatolij acked the other parts. Thanks! The patch this series depends on is not in

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

2013-11-06 Thread Vaibhav Bedia
Hi Heiko, On Mon, Nov 4, 2013 at 10:30 PM, Heiko Schocher h...@denx.de wrote: Hello Vaibhav Bedia, Am 04.11.2013 20:45, schrieb Vaibhav Bedia: Hi Marek, On Mon, Nov 4, 2013 at 12:34 PM, Marek Vasutma...@denx.de wrote: Dear Vaibhav Bedia, On Mon, Nov 4, 2013 at 8:15 AM, Heiko

[U-Boot] [PATCH] MAKEALL: fix awk warning

2013-11-06 Thread Andreas Bießmann
This fixes following warning: ---8--- abiessmann@punisher % ./MAKEALL -m at91rm9200ek at91rm9200ek:awk: warning: escape sequence `\ ' treated as plain ` ' awk: warning: escape sequence `\ ' treated as plain ` ' andreas.de...@gmail.com ---8--- Signed-off-by: Andreas Bießmann

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

2013-11-06 Thread Vaibhav Bedia
HI Lokesh :) On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: PRCM, timer base addresses and offsets are different from AM33xx. Updating the same. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com --- arch/arm/include/asm/arch-am33xx/cpu.h | 17

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

2013-11-06 Thread Vaibhav Bedia
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: Use ti_armv7_common.h config file to inclde the common configs. [...] +/* Clock Defines */ +#define V_OSCK 2400 /* Clock output from T2 */ +#define V_SCLK (V_OSCK)

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

2013-11-06 Thread Vaibhav Bedia
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: From: Sekhar Nori nsek...@ti.com Add support for reading onboard EEPROM to enable board detection. Signed-off-by: Sekhar Nori nsek...@ti.com Signed-off-by: Lokesh Vutla lokeshvu...@ti.com ---

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

2013-11-06 Thread Vaibhav Bedia
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: Selecting the Master osc clk as Timer2 clock source. I obviously missed the first round of patches for AM43xx here. Why is timer2 being used here? Don't we use the synctimer and timer1 in the kernel? Regards, Vaibhav

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

2013-11-06 Thread Vaibhav Bedia
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: Updating the mux data for UART, and adding data for i2c0 and mmc. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com --- arch/arm/include/asm/arch-am33xx/mux_am43xx.h |4 +++- board/ti/am43xx/mux.c

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

2013-11-06 Thread Vaibhav Bedia
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: 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 Why is

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

2013-11-06 Thread Vaibhav Bedia
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: 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 Comment on getting the data

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

2013-11-06 Thread Vaibhav Bedia
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: 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

[U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board

2013-11-06 Thread Christian Gmeiner
Add basic support for the Bachmann electronic ot1205 board. It is powered by an imx6d and will come in different flavours. This patch adds support for the mr flavour. It has a front panel with some LEDs and some keys. Signed-off-by: Christian Gmeiner christian.gmei...@gmail.com ---

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

2013-11-06 Thread Vaibhav Bedia
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: 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

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

2013-11-06 Thread Lokesh Vutla
Hi Vibhav, Thanks for the review...:) On Wednesday 06 November 2013 05:58 PM, Vaibhav Bedia wrote: HI Lokesh :) On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: PRCM, timer base addresses and offsets are different from AM33xx. Updating the same. Signed-off-by: Lokesh

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

2013-11-06 Thread Lokesh Vutla
Hi Vaibhav, On Wednesday 06 November 2013 06:04 PM, Vaibhav Bedia wrote: On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: Use ti_armv7_common.h config file to inclde the common configs. [...] +/* Clock Defines */ +#define V_OSCK 2400

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

2013-11-06 Thread Lokesh Vutla
On Wednesday 06 November 2013 06:08 PM, Vaibhav Bedia wrote: On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: From: Sekhar Nori nsek...@ti.com Add support for reading onboard EEPROM to enable board detection. Signed-off-by: Sekhar Nori nsek...@ti.com Signed-off-by:

Re: [U-Boot] A question about unconfigured pads check in omap24xx_i2c

2013-11-06 Thread Lubomir Popov
On 06-Nov-13 14:12, Nikita Kiryanov wrote: In drivers/i2c/omap24xx_i2c.c there are a few checks that attempt to detect unconfigured pads for the i2c bus in use. These checks are all in the form of if (status == I2C_STAT_XRDY) { printf(unconfigured pads\n); return -1; } This check seems

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

2013-11-06 Thread Lokesh Vutla
On Wednesday 06 November 2013 06:13 PM, Vaibhav Bedia wrote: On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: Updating the mux data for UART, and adding data for i2c0 and mmc. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com ---

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

2013-11-06 Thread Lokesh Vutla
On Wednesday 06 November 2013 06:18 PM, Vaibhav Bedia wrote: On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: 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

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

2013-11-06 Thread Lokesh Vutla
On Wednesday 06 November 2013 06:27 PM, Vaibhav Bedia wrote: On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: 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

[U-Boot] [PATCH V2 1/2] driver:usb:s3c_udc: add support for Exynos4x12

2013-11-06 Thread Piotr Wilczek
This patch add new defines for usb phy for Exynos4x12. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes for v2: - no changes drivers/usb/gadget/regs-otg.h|5 +

[U-Boot] [PATCH V2 2/2] trats2: enable ums support on Trats2

2013-11-06 Thread Piotr Wilczek
This patch adds support for USB and enables 'ums' command on Trats2 board. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- This patch depends on the lated u-boot-usb/master. Changes for v2: -

Re: [U-Boot] [PATCH 07/34] zynq: Add UART0, UART1 configs support

2013-11-06 Thread Dinh Nguyen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 11/6/13 12:45 AM, Michal Simek wrote: On 11/06/2013 05:17 AM, Dinh Nguyen wrote: On 11/5/13 11:46 AM, Jagannadha Sutradharudu Teki wrote: Zynq uart controller support two serial ports like CONFIG_ZYNQ_SERIAL_UART0 and

Re: [U-Boot] [RFC PATCH 2/2] usb: dfu: correct dfu buffer inited value

2013-11-06 Thread Marek Vasut
Dear Lukasz Majewski, Hi Bo, First of all, sorry for a little delay. Hi Lukasz, On 11/4/2013 18:17, Lukasz Majewski wrote: Hi Bo, After dfu buffer is initialized, the buffer should be all available, while not 0. Initialize its value to min(dfu_buf_size, dfu-r_left).

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

2013-11-06 Thread Lokesh Vutla
On Wednesday 06 November 2013 06:32 PM, Vaibhav Bedia wrote: On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: 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): -

[U-Boot] [PATCH] cm-t35: use gpio_led driver for status led

2013-11-06 Thread Igor Grinberg
Switch to using the generic gpio_led driver instead of the private to cm_t35 board led implementation. Signed-off-by: Igor Grinberg grinb...@compulab.co.il Tested-by: Nikita Kiryanov nik...@compulab.co.il --- board/compulab/cm_t35/Makefile | 2 +- board/compulab/cm_t35/leds.c | 33

Re: [U-Boot] [PATCH] cm-t35: move the leds code to common place

2013-11-06 Thread Igor Grinberg
Hi Tom, Please, disregard this patch in favor to the new one I've just sent. Thanks and sorry for the noise! On 11/05/13 10:23, Igor Grinberg wrote: Compulab boards can use the same leds code, so move the leds related code to live under board/compulab/common directory. Signed-off-by: Igor

[U-Boot] [PATCH 4/5] ARM: OMAP5: Add SATA platform glue

2013-11-06 Thread Roger Quadros
Add platform glue logic for the SATA controller. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/cpu/armv7/omap-common/Makefile | 3 ++ arch/arm/cpu/armv7/omap-common/sata.c | 78 + arch/arm/include/asm/arch-omap5/sata.h | 48 3

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

2013-11-06 Thread Roger Quadros
Hi, This series adds SATA support for OMAP5 uevm board. This is an RFC patchset for review only. Patches are based on v2013.10. cheers, -roger --- Roger Quadros (5): ahci: Error out with message on malloc() failure ARM: OMAP5: Add Pipe3 PHY driver ARM: OMAP5: Add PRCM and Control

[U-Boot] [PATCH 2/5] ARM: OMAP5: Add Pipe3 PHY driver

2013-11-06 Thread Roger Quadros
Pipe3 PHY is used by SATA, USB3 and PCIe modules. This is a driver for the Pipe3 PHY. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/cpu/armv7/omap-common/Makefile| 4 + arch/arm/cpu/armv7/omap-common/pipe3-phy.c | 233 +

[U-Boot] [PATCH 1/5] ahci: Error out with message on malloc() failure

2013-11-06 Thread Roger Quadros
If malloc() fails, we don't want to continue in ahci_init() and ahci_init_one(). Also print a more informative error message on malloc() failures. CC: Rob Herring rob.herr...@calxeda.com Signed-off-by: Roger Quadros rog...@ti.com --- drivers/block/ahci.c | 16 ++-- 1 file changed, 14

[U-Boot] [PATCH 3/5] ARM: OMAP5: Add PRCM and Control information for SATA

2013-11-06 Thread Roger Quadros
Adds the necessary PRCM and Control register information for SATA on OMAP5. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/cpu/armv7/omap5/prcm-regs.c| 5 + arch/arm/include/asm/arch-omap5/clock.h | 3 +++ arch/arm/include/asm/arch-omap5/omap.h | 3 +++

[U-Boot] [PATCH 5/5] ARM: omap5_uevm: Add SATA support

2013-11-06 Thread Roger Quadros
The uevm has a SATA port. Inititialize the SATA controller. Signed-off-by: Roger Quadros rog...@ti.com --- board/ti/omap5_uevm/evm.c| 7 +++ include/configs/omap5_uevm.h | 10 ++ 2 files changed, 17 insertions(+) diff --git a/board/ti/omap5_uevm/evm.c

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

2013-11-06 Thread Zhengxiong Jin
Hi Tom, Please pull from u-boot-coldfire.git, thanks! The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a: pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500) are available in the git repository at: git://git.denx.de/u-boot-coldfire.git master Jens

[U-Boot] [PATCH] README: remove wrong config name

2013-11-06 Thread Igor Grinberg
There is no CONFIG_PCA953X_INFO symbol. U-Boot uses CONFIG_CMD_PCA953X_INFO instead, which is described in Monitor Functions section and thus no need to be repeated in the GPIO Support section. Remove the whole line. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- README | 1 - 1 file

Re: [U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board

2013-11-06 Thread Wolfgang Denk
Dear Christian Gmeiner, In message 1383742312-10922-1-git-send-email-christian.gmei...@gmail.com you wrote: Add basic support for the Bachmann electronic ot1205 board. It is powered by an imx6d and will come in different flavours. This patch adds support for the mr flavour. It has a front

Re: [U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board

2013-11-06 Thread Eric Nelson
Hi Christian, On 11/06/2013 05:51 AM, Christian Gmeiner wrote: Add basic support for the Bachmann electronic ot1205 board. It is powered by an imx6d and will come in different flavours. This patch adds support for the mr flavour. It has a front panel with some LEDs and some keys. ... +

Re: [U-Boot] ARM: interrupt_init before relocation, write fails

2013-11-06 Thread Joe Kulikauskas
Hi, Rob, yes that's correct. To Albert's question: the disassembled instruction I had showed LDR R3,ff0a0fc0 is load of r3 with address of the variable holding the stack address; this write is the str which I've now copied in below. IRQ_STACK_START_IN = gd-irq_sp + 8; ff0a0fb0: e5992044

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

2013-11-06 Thread Vaibhav Bedia
On Wed, Nov 6, 2013 at 8:25 AM, Lokesh Vutla lokeshvu...@ti.com wrote: On Wednesday 06 November 2013 06:08 PM, Vaibhav Bedia wrote: On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: From: Sekhar Nori nsek...@ti.com Add support for reading onboard EEPROM to enable board

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

2013-11-06 Thread Vaibhav Bedia
On Wed, Nov 6, 2013 at 8:32 AM, Lokesh Vutla lokeshvu...@ti.com wrote: On Wednesday 06 November 2013 06:13 PM, Vaibhav Bedia wrote: On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: Updating the mux data for UART, and adding data for i2c0 and mmc. Signed-off-by: Lokesh

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

2013-11-06 Thread Vaibhav Bedia
On Wed, Nov 6, 2013 at 8:45 AM, Lokesh Vutla lokeshvu...@ti.com wrote: On Wednesday 06 November 2013 06:27 PM, Vaibhav Bedia wrote: On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: AM4372 EPOS EVM has 1GB LPDDR2(Part no: MT42L256M32D2LG-25 WT:A) Adding LPDDR2 init

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

2013-11-06 Thread Vaibhav Bedia
On Wed, Nov 6, 2013 at 8:54 AM, Lokesh Vutla lokeshvu...@ti.com wrote: On Wednesday 06 November 2013 06:32 PM, Vaibhav Bedia wrote: On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote: GP EVM has 1GB DDR3 attached(Part no: MT47H128M16RT-187E:C). Adding details for the same.

Re: [U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board

2013-11-06 Thread Stefano Babic
Hi Christian, On 06/11/2013 13:51, Christian Gmeiner wrote: Add basic support for the Bachmann electronic ot1205 board. It is powered by an imx6d and will come in different flavours. This patch adds support for the mr flavour. It has a front panel with some LEDs and some keys. Maybe it helps

Re: [U-Boot] [PATCH 1/1] ARM: config: USB: Tegra30/114: Fix EHCI timeout issue on bootp

2013-11-06 Thread Stephen Warren
On 11/05/2013 11:03 PM, Jim Lin wrote: Fix the timeout issue after running bootp command in u-boot console. For example you see EHCI timed out on TD- token=0x TXFIFOTHRES bits of TXFILLTUNING register should be set to 0x10 after a controller reset and before RUN bit is set (per technical

Re: [U-Boot] [PATCH 07/34] zynq: Add UART0, UART1 configs support

2013-11-06 Thread Michal Simek
On 11/06/2013 02:50 PM, Dinh Nguyen wrote: On 11/6/13 12:45 AM, Michal Simek wrote: On 11/06/2013 05:17 AM, Dinh Nguyen wrote: On 11/5/13 11:46 AM, Jagannadha Sutradharudu Teki wrote: Zynq uart controller support two serial ports like CONFIG_ZYNQ_SERIAL_UART0 and CONFIG_ZYNQ_SERIAL_UART1

Re: [U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board

2013-11-06 Thread Fabio Estevam
On Wed, Nov 6, 2013 at 10:51 AM, Christian Gmeiner christian.gmei...@gmail.com wrote: +int dram_init(void) +{ + gd-ram_size = get_ram_size((void *)PHYS_SDRAM, PHYS_SDRAM_SIZE); + + return 0; +} + +iomux_v3_cfg_t const uart1_pads[] = { You can make it static. +int

Re: [U-Boot] [PATCH v8 0/5] mtd: nand: omap: optimize and clean-up of OMAP NAND driver

2013-11-06 Thread Gupta, Pekon
Hi Matti and Matthias Sorry I was away from my mailbox so couldn't reply you earlier. I'm still away from my setup and other boards, so cannot replicate the issue below until early next week. But I'll surely do so asap.. However, please see my replies below, which might help you someway.

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

2013-11-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/06/2013 11:44 AM, Vaibhav Bedia wrote: On Wed, Nov 6, 2013 at 8:45 AM, Lokesh Vutla lokeshvu...@ti.com wrote: On Wednesday 06 November 2013 06:27 PM, Vaibhav Bedia wrote: [snip] Are the steps really different enough to warrant a new file?

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

2013-11-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/06/2013 11:39 AM, Vaibhav Bedia wrote: On Wed, Nov 6, 2013 at 8:25 AM, Lokesh Vutla lokeshvu...@ti.com wrote: On Wednesday 06 November 2013 06:08 PM, Vaibhav Bedia wrote: On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla lokeshvu...@ti.com wrote:

Re: [U-Boot] [PATCH 2/5] ARM: OMAP5: Add Pipe3 PHY driver

2013-11-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/06/2013 09:47 AM, Roger Quadros wrote: Pipe3 PHY is used by SATA, USB3 and PCIe modules. This is a driver for the Pipe3 PHY. Signed-off-by: Roger Quadros rog...@ti.com [snip] +#define perror(fmt, args...) printf(%s: fmt, __func__ ,

Re: [U-Boot] [PATCH 4/5] ARM: OMAP5: Add SATA platform glue

2013-11-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/06/2013 09:47 AM, Roger Quadros wrote: Add platform glue logic for the SATA controller. Signed-off-by: Roger Quadros rog...@ti.com [snip] diff --git a/arch/arm/cpu/armv7/omap-common/Makefile b/arch/arm/cpu/armv7/omap-common/Makefile

[U-Boot] [PATCH 0/4] udoo: Improve stability of DDR3 setting

2013-11-06 Thread Giuseppe Pagano
Move udoo configuration files to board/udoo/ folder. Align clock configuration and DDR3 calibration to Seco suggested value to increase system stability. Signed-off-by: Giuseppe Pagano giuseppe.pag...@seco.com Cc: sba...@denx.de ... diff -uNr a/board/udoo/1066mhz_4x256mx16.cfg

[U-Boot] [PATCH 1/4] udoo: Add Ethernet support.

2013-11-06 Thread Giuseppe Pagano
Add Ethernet and networking support on uDoo board (FEC + phy Micrel) Signed-off-by: Giuseppe Pagano giuseppe.pag...@seco.com Cc: sba...@denx.de --- diff -uNr a/board/udoo/udoo.c b/board/udoo/udoo.c --- a/board/udoo/udoo.c +++ b/board/udoo/udoo.c @@ -9,6 +9,7 @@ #include asm/arch/clock.h

[U-Boot] [PATCH 4/4] udoo: fix watchdog setting

2013-11-06 Thread Giuseppe Pagano
To have watchdog quiet during kernel boot it is necessary to change gpio wdt trigger direction. Signed-off-by: Giuseppe Pagano giuseppe.pag...@seco.com Cc: sba...@denx.de --- diff -uNr a/board/udoo/udoo.c b/board/udoo/udoo.c --- a/board/udoo/udoo.c 2013-11-06 18:47:26.0 +0100 +++

[U-Boot] [PATCH 2/4] udoo: Add SATA disk support.

2013-11-06 Thread Giuseppe Pagano
Add Sata support on uDoo Board. Signed-off-by: Giuseppe Pagano giuseppe.pag...@seco.com Cc: sba...@denx.de --- diff -uNr a/board/udoo/udoo.c b/board/udoo/udoo.c --- a/board/udoo/udoo.c 2013-11-06 18:45:22.0 +0100 +++ b/board/udoo/udoo.c 2013-11-06 18:46:00.0 +0100 @@ -208,6

[U-Boot] [PATCH 3/4] udoo: Adjust default boot envirnment

2013-11-06 Thread Giuseppe Pagano
Change u-boot default environment for uDoo board to: - mount /dev/mmcblk0p1 partition - activate hdmi monitor by default (instead of nothing) Signed-off-by: Giuseppe Pagano giuseppe.pag...@seco.com Cc: sba...@denx.de --- diff -uNr a/include/configs/udoo.h b/include/configs/udoo.h ---

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

2013-11-06 Thread Tom Rini
On Wed, Nov 06, 2013 at 03:08:54PM +, Zhengxiong Jin wrote: Hi Tom, Please pull from u-boot-coldfire.git, thanks! The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a: pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500) are available in the

Re: [U-Boot] Pull request - fpga

2013-11-06 Thread Tom Rini
On Wed, Nov 06, 2013 at 09:17:00AM +0100, Michal Simek wrote: Hi Tom, please pull these 3 changes to your tree. Thanks, Michal The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a: pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500) are

Re: [U-Boot] freescale: p1_p2_rdb_pc: rename COBJS-y to obj-y

2013-11-06 Thread Tom Rini
On Tue, Nov 05, 2013 at 05:03:22PM +0900, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- board/freescale/p1_p2_rdb_pc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/p1_p2_rdb_pc/Makefile

Re: [U-Boot] Makfile: fix a rule to build u-boot.sb

2013-11-06 Thread Tom Rini
On Tue, Nov 05, 2013 at 05:09:02PM +0900, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- This is a follow-up patch of the series: First step towards Kbuild: Use Kbuild style makefiles The series broke the build rule of u-boot.sb u-boot.sb is never

Re: [U-Boot] [PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support

2013-11-06 Thread Minkyu Kang
Hi, On 06/11/13 20:42, Rajeshwari Birje wrote: Hi Minkyu Kang, On Thu, Oct 31, 2013 at 2:12 PM, Rajeshwari Birje rajeshwari.bi...@gmail.com wrote: Hi Minkyu Kang, Kindly do review the patch set and do let me know if any review comments. Pantelis Antoniou has merged the patch 10 (DWMMC:

Re: [U-Boot] [PATCH V2 2/2] trats2: enable ums support on Trats2

2013-11-06 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 11/06/2013 10:46 PM, Piotr Wilczek wrote: This patch adds support for USB and enables 'ums' command on Trats2 board. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang

Re: [U-Boot] [PATCH V2 1/2] driver:usb:s3c_udc: add support for Exynos4x12

2013-11-06 Thread Jaehoon Chung
Dear Piotr. On 11/06/2013 10:46 PM, Piotr Wilczek wrote: This patch add new defines for usb phy for Exynos4x12. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes for v2: - no changes

Re: [U-Boot] A question about unconfigured pads check in omap24xx_i2c

2013-11-06 Thread Heiko Schocher
Hello Lubomir, Am 06.11.2013 14:19, schrieb Lubomir Popov: On 06-Nov-13 14:12, Nikita Kiryanov wrote: In drivers/i2c/omap24xx_i2c.c there are a few checks that attempt to detect unconfigured pads for the i2c bus in use. These checks are all in the form of if (status == I2C_STAT_XRDY) {

[U-Boot] [U-boot] CONFIG_LOGBUFFER and _POST_WORD_ADDR

2013-11-06 Thread TigerLiu
Hi, experts: I tried to turn on log buffer function by defined CONFIG_LOGBUFFER. When compiled source code, it tips: Should define _POST_WORD_ADDR . But i think: _POST_WORD_ADDR is not related with CONFIG_LOGBUFFER. _POST_WORD_ADDR is justed related with CONFIG_POST So, should revise

[U-Boot] [PATCH v2] usb: dfu: make nand upload working

2013-11-06 Thread Bo Shen
Nowhere pass a value to len, which always 0, make no transfer which cause uploading failed. This patch make nand upload working. However it needs enough malloc buffer to store read data, that means the buffer at least equal to the upload partition size, or else it doesn't work. Signed-off-by: Bo

Re: [U-Boot] [PATCH V2 1/2] driver:usb:s3c_udc: add support for Exynos4x12

2013-11-06 Thread Piotr Wilczek
Dear Jaehoon, -Original Message- From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] Sent: Thursday, November 07, 2013 5:49 AM To: Piotr Wilczek; u-boot@lists.denx.de Cc: Kyungmin Park Subject: Re: [U-Boot] [PATCH V2 1/2] driver:usb:s3c_udc: add support for Exynos4x12 Dear

[U-Boot] [PATCH 2/3] cm_t335: add support for status LED

2013-11-06 Thread Ilya Ledvich
Add support for status LED. Use the STATUS_LED APIs for indicating a boot progress. Signed-off-by: Ilya Ledvich i...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/compulab/cm_t335/cm_t335.c |3 +++ board/compulab/cm_t335/mux.c |6 ++

[U-Boot] [PATCH 0/3] Add support for CM-T335 board

2013-11-06 Thread Ilya Ledvich
This patch series adds support for the Compulab CM-T335 board. The board is based on TI Sitara AM3352/4 SoC and provides folowing features: - 128MB to 512MB DDR3 - 128MB to 1GB NAND as a main storage - Micro SD/MMC card as a secondary storage - USB2.0 x4 host ports or USB2.0 x1 OTG port -

[U-Boot] [PATCH 1/3] cm_t335: add cm_t335 board support

2013-11-06 Thread Ilya Ledvich
Add cm_t335 board directory, config file. Enable build. Signed-off-by: Ilya Ledvich i...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/include/asm/arch-am33xx/ddr_defs.h |6 + board/compulab/cm_t335/Makefile | 32 ++

[U-Boot] [PATCH 3/3] cm_t335: add support for pca9555 i2c gpio extender

2013-11-06 Thread Ilya Ledvich
Add support for the 16 bits pca9555 i2c to gpio extender featured by the SB-T335 baseboard. Signed-off-by: Ilya Ledvich i...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- include/configs/cm_t335.h | 12 1 file changed, 12 insertions(+) diff --git

Re: [U-Boot] A question about unconfigured pads check in omap24xx_i2c

2013-11-06 Thread Lubomir Popov
Hi Heiko, On 07-Nov-13 7:14, Heiko Schocher wrote: Hello Lubomir, Am 06.11.2013 14:19, schrieb Lubomir Popov: On 06-Nov-13 14:12, Nikita Kiryanov wrote: In drivers/i2c/omap24xx_i2c.c there are a few checks that attempt to detect unconfigured pads for the i2c bus in use. These checks are all