Re: [U-Boot] [PATCH 1/1] net: phy/vitesse: Add support for VSC8514 phy module

2013-08-28 Thread Sharma Bhupesh-B45370
Hi Joe, List > -Original Message- > From: Sharma Bhupesh-B45370 > Sent: Friday, August 23, 2013 8:18 PM > To: u-boot@lists.denx.de; joe.hershber...@gmail.com > Cc: Goel Arpit-B44344; Sharma Bhupesh-B45370 > Subject: [PATCH 1/1] net: phy/vitesse: Add support for VSC8514 phy module > > From

Re: [U-Boot] Unexpected effects/problems porting code to u-boot SPL

2013-08-28 Thread Andreas Bießmann
Dear 0xbin4ry, please keep the list in cc. On 28.08.13 19:17, 0xbin4ry wrote: > Am 28.08.13 16:58, schrieb Andreas Bießmann: >> In s_init you do >> _not_ have a full CRT! The BSS is not initialized there and writing data >> in BSS will likely corrupt code, at least in the 'normal' u-boot mode >>

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

2013-08-28 Thread Jaehoon Chung
Hi Przemyslaw, Could you give me the test-case? I want to test this problem. On 08/29/2013 01:49 AM, Przemyslaw Marczak wrote: > According to JEDEC eMMC specification, after data transfer > (multiple or single block) host must wait for card ready > status. This is done by waiting for command and

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

2013-08-28 Thread Jaehoon Chung
Hi Przemyslaw, On 08/28/2013 11:36 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". > > Changes in V2: > - Init SD card even if eMMC init fail. > > Signed-off-by: Przemyslaw Marczak

[U-Boot] [U-boot] FIT Image format question

2013-08-28 Thread TigerLiu
Hi, experts: I have a question about FIT image format. 1. Did U-boot maintainers propose FIT format firstly? Or, U-boot just adopted FIT concept from other source. It seems linux kernel maintainers also adopted FIT concept. Best wishes, __

Re: [U-Boot] [PATCH v2 0/6] handle compression buffer overflows

2013-08-28 Thread Simon Glass
Hi Kees, On Wed, Aug 28, 2013 at 12:13 PM, Kees Cook wrote: > Hi, > > Can someone commit this series? It's been fully acked now... I'm happy to pull these in for Tom. I see a few warnings when I run buildman: $ ./tools/buildman/buildman -b us-kees sandbox -se Summary of 7 commits for 1 boards

Re: [U-Boot] [PATCH v2 2/6] drivers/power/pmic: Add tps65217 driver

2013-08-28 Thread Tom Rini
On Wed, Aug 28, 2013 at 11:24:47PM +0200, Lukasz Majewski wrote: > Hi Tom, > > > On Wed, Aug 14, 2013 at 10:25:43PM +0200, Lukasz Majewski wrote: > > > On Wed, 14 Aug 2013 11:57:06 -0400 Tom Rini wrote: > > > > On Wed, Aug 14, 2013 at 05:08:12PM +0200, Lukasz Majewski wrote: > > > > > Hi Tom, Gre

Re: [U-Boot] [PATCH v2 2/6] drivers/power/pmic: Add tps65217 driver

2013-08-28 Thread Lukasz Majewski
Hi Tom, > On Wed, Aug 14, 2013 at 10:25:43PM +0200, Lukasz Majewski wrote: > > On Wed, 14 Aug 2013 11:57:06 -0400 Tom Rini wrote: > > > On Wed, Aug 14, 2013 at 05:08:12PM +0200, Lukasz Majewski wrote: > > > > Hi Tom, Greg > > > > > > > > > From: Greg Guyotte > > > > > > > > > > Add a driver for

Re: [U-Boot] [PATCH v3 1/3] arm:samsung:serial Extract common UART code

2013-08-28 Thread Lukasz Majewski
Hi Minkyu > Dear Lukasz, > > On 13/08/13 06:15, Lukasz Majewski wrote: > > This commit brings removal of duplicated code for UART IP block > > embedded at Samsung SoCs. > > New include/asm/samsung-common directory has been created to store > > common code for existing and future Samsung targets.

[U-Boot] USB fatload fails to load rootfs

2013-08-28 Thread Chuck Wical
I am trying to load rootfs.ext2.gz.uboot from usb using fatload but when it reaches a point in writing the file to memory a reset occurs of the CPU. If I load this file using tftp it works fine. Here are the commands I am using: loadaddr=0x2100 tftp $(loadaddr) rootfs.ext2.gz.uboot usb sta

Re: [U-Boot] [PATCH 0/4] ARM: OMAP4: Add OMAP4470 support

2013-08-28 Thread Tom Rini
On Tue, Aug 06, 2013 at 03:18:47PM +0300, Taras Kondratiuk wrote: > This series adds OMAP4470 support. It initializes clocks, voltages and EMIF. > This is enough to boot SLP, but U-Boot will try to start battery charging > on TWL6032 and will crash, because registers GPADC registers are different.

Re: [U-Boot] [PATCH 00/12] am33xx/omap5: Improve docs for customization

2013-08-28 Thread Tom Rini
On Tue, Aug 20, 2013 at 08:53:42AM -0400, Tom Rini wrote: > Hey all, > > The following series aims to make it easier to take the various ARMv7 TI > reference platforms and use them as the base for a custom hardware > project. The main outputs here are some re-shuffling of the config > headers to

Re: [U-Boot] [U-Boot, 1/1] ARM: igep00x0.h: Enable raw initrd support

2013-08-28 Thread Tom Rini
On Sun, Aug 11, 2013 at 06:20:00PM +0200, Javier Martinez Canillas wrote: > Now that IGEP base boards default environment use > the bootz command to boot a zImage instead of a > uImage, it makes sense to add support to supply a > raw initrd image to the kernel if needed. > > Signed-off-by: Javier

Re: [U-Boot] [U-Boot, V2] arm: omap3: fix SRAM copy and execution sequence

2013-08-28 Thread Tom Rini
On Sat, Aug 10, 2013 at 07:03:59PM +0200, Albert ARIBAUD wrote: > Fix size calculation in copy of go_to_speed into SRAM. > Use SRAM_CLK_CODE in call to SRAM-based go_to_speed. > > Signed-off-by: Albert ARIBAUD Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital si

Re: [U-Boot] [PATCH v4 0/6] arm, am335x: add support for siemens boards

2013-08-28 Thread Tom Rini
On Mon, Aug 19, 2013 at 04:38:55PM +0200, Heiko Schocher wrote: > add support for the am335x based boards from siemens: > > dxr2: > - DDR3 128MiB > - NAND 256MiB > - Ethernet with external Switch SMSC LAN9303 > - no PMIC > - internal Watchdog > - DFU support > > pxm2: > - DDR2 512

Re: [U-Boot] [U-Boot, u-boot, RFC, v1] sdp4430: Initialize board id using CONFIG_MACH_TYPE

2013-08-28 Thread Tom Rini
On Tue, Aug 06, 2013 at 02:03:27PM +0300, Oleksandr Tyshchenko wrote: > Use CONFIG_MACH_TYPE generic macro to set the machine type > number in the common arm code instead of setting it in the > board code. > > Signed-off-by: Oleksandr Tyshchenko Applied to u-boot-ti/master, thanks! -- Tom s

[U-Boot] Please pull u-boot-ti/master

2013-08-28 Thread Tom Rini
Hello, The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da: Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to 901ce27c

Re: [U-Boot] [PATCH v2 0/6] handle compression buffer overflows

2013-08-28 Thread Kees Cook
Hi, Can someone commit this series? It's been fully acked now... Thanks, -Kees On Fri, Aug 16, 2013 at 7:59 AM, Kees Cook wrote: > v2: added acks, various suggested cleanups > > This series fixes gzip, lzma, and lzo to not overflow when writing > to output buffers. Without this, it might be po

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

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

Re: [U-Boot] Problem with stand-alone apps

2013-08-28 Thread James Chargin
On 08/28/2013 08:07 AM, ANDY KENNEDY wrote: All, In an effort to play by the rules, we created a stand alone app that handles breaking the boot process with bootdelay set to 0. We require a special key sequence to break into the boot process to ensure security, and to ensure we do not interru

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

2013-08-28 Thread Stefano Babic
Hi Tapani, On 28/08/2013 13:23, Tapani wrote: > > Add support for TechNexion edm-cf-imx6 SoM > > The edm1-cf-imx6 SoM comes in three variants, one with imx6 solo cpu, > one with an imx6 dual lite cpu and one with an imx6 quad cpu. > > This patch adds basic support for the module

[U-Boot] [PATCH] siemens-am33x-common.h: Always build CONFIG_OMAP_GPIO support

2013-08-28 Thread Tom Rini
The MMC driver relies on this block now. Signed-off-by: Tom Rini --- include/configs/siemens-am33x-common.h |2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index f0bac97..5426ee8 100644 --- a/include/configs

Re: [U-Boot] Problem with stand-alone apps

2013-08-28 Thread Tom Rini
On Wed, Aug 28, 2013 at 03:07:47PM +, ANDY KENNEDY wrote: > All, > > In an effort to play by the rules, we created a stand alone app that > handles breaking the boot process with bootdelay set to 0. We require > a special key sequence to break into the boot process to ensure security, > and

Re: [U-Boot] [u-boot][RFC v1] sdp4430: Enable Falcon boot mode for mmc (RAW and FAT)

2013-08-28 Thread Tom Rini
On Tue, Aug 06, 2013 at 02:05:05PM +0300, Oleksandr Tyshchenko wrote: > Add support to boot Linux directly from U-Boot SPL via eMMC > (or RAW SD Cards) and FAT SD Cards. Jump into full U-Boot if > a corresponding button is pressed. > > Also define new CONFIG_BOOTCOMMAND to add ability for full U-

Re: [U-Boot] [u-boot][RFC v1] ARMV7: OMAP4+: Fix boot issues when using Alternative Boot operation mode

2013-08-28 Thread Tom Rini
On Tue, Aug 06, 2013 at 01:47:47PM +0300, Oleksandr Tyshchenko wrote: > The Alternative Boot operation mode (boot from eMMC boot partition) > is selected through sys_boot pads configuration: > - sys_boot[5:0]=0b101100 for OMAP4 (MMC2_BOOT) > - sys_boot[3:0]=0xb1110 for OMAP5 (eMMC, boot partition

[U-Boot] Problem with stand-alone apps

2013-08-28 Thread ANDY KENNEDY
All, In an effort to play by the rules, we created a stand alone app that handles breaking the boot process with bootdelay set to 0. We require a special key sequence to break into the boot process to ensure security, and to ensure we do not interrupt the boot process with stray key strokes. We a

[U-Boot] [PATCH] MTD: atmel_nand: support for software BCH ECC

2013-08-28 Thread Bo Shen
Add possible to use software BCH ECC for atmel nand driver Signed-off-by: Bo Shen --- drivers/mtd/nand/atmel_nand.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c index 96aca00..52efbee 100644 --- a/drivers/mtd/nand/atmel

Re: [U-Boot] [PATCH v1 2/2] ti814x_evm: enable support for NAND

2013-08-28 Thread Tom Rini
On Tue, Aug 06, 2013 at 01:45:08PM +0530, Pekon Gupta wrote: > ti814x_evm has on-board socket for using Micron (MT29Fxx) family of > NAND devices to GPMC interface. This patch > - adds NAND related pin-mux configuration for same > - adds #defines for NAND partitions to TI814x configs > - enables s

Re: [U-Boot] Unexpected effects/problems porting code to u-boot SPL

2013-08-28 Thread Andreas Bießmann
Dear bin4ry, On 08/28/2013 03:30 PM, bin4ry wrote: > I want to extend the u-boot SPL code with some fuzzy extractor logic by > adding code into > `{u-boot_sources}/arch/arm/cpu/armv7/omap-common/hwinit-common.c`. > U-boot shall be used on a PandaBoard ES (omap4460 SoC). > > Thus, first I successf

Re: [U-Boot] [PATCH v5 3/3] apf27: add FPGA support for the apf27 board

2013-08-28 Thread Stefano Babic
On 27/08/2013 19:12, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > Signed-off-by: Eric Jarrige > --- > board/armadeus/apf27/Makefile |3 + > board/armadeus/apf27/apf27.c |5 + > board/armadeus/apf27/fpga.c | 223 > + > board/armade

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

2013-08-28 Thread Stefano Babic
Hallo Philippe, On 27/08/2013 19:12, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > Signed-off-by: Eric Jarrige > Signed-off-by: Nicolas Colombain > --- > MAINTAINERS |5 + > board/armadeus/apf27/Makefile| 30 ++ > board/armadeus/apf27/apf27.c

Re: [U-Boot] [RFC PATCH] armv7:omap4-common: Correct check of the SPL image size

2013-08-28 Thread Tom Rini
On Wed, Jul 24, 2013 at 05:02:04PM +0300, Oleg Kosheliev wrote: > From: Oleg_Kosheliev > > The u-boot-spl image must be stored in SRAM at > addresses from 0x4030 till 0x4030bfff. > Higher than that area is located the ROM code stack. > Thus we should check that the highest address > of the S

[U-Boot] [PATCH] ARM: atmel: sama5d3: drop unused CONFIG_NET_MULTI

2013-08-28 Thread Bo Shen
Drop unused CONFIG_NET_MULTI Signed-off-by: Bo Shen --- include/configs/sama5d3xek.h |1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 4099198..76fa500 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xe

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

2013-08-28 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". Changes in V2: - Init SD card even if eMMC init fail. Signed-off-by: Przemyslaw Marczak Signed-off-by: Kyungmin Park CC: Minkyu Kang --- board/samsung/goni/goni.c

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

2013-08-28 Thread Stefano Babic
On 27/08/2013 19:12, Philippe Reynes wrote: > Add some missing constant (chip select, ...) > > Signed-off-by: Philippe Reynes > Signed-off-by: Eric Jarrige > --- > arch/arm/cpu/arm926ejs/mx27/asm-offsets.c |5 + > arch/arm/include/asm/arch-mx27/imx-regs.h |6 +- > 2 files change

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

2013-08-28 Thread Eric Bénard
Hi Tapani, Le Wed, 28 Aug 2013 19:23:33 +0800, Tapani a écrit : > > Add support for TechNexion edm-cf-imx6 SoM > > The edm1-cf-imx6 SoM comes in three variants, one with imx6 solo cpu, > one with an imx6 dual lite cpu and one with an imx6 quad cpu. > aren't these boards Wandboard

Re: [U-Boot] [PATCH v5 0/4] arm64 patch

2013-08-28 Thread FengHua
Yes, currently I clone a git tree from u-boot and work on it. It's a little complicated when I update a new version patch. I must restore the git tree status and make modification then commit and generate the patches. Actually I use svn before. I am learning git now. Many Thanks. Best

[U-Boot] [PATCH v2 06/11] mpc8xxx: set x2 DDR3 refresh rate if SPD config requires it

2013-08-28 Thread Valentin Longchamp
If the DDR3 module supports industrial temperature range and requires the x2 refresh rate for that temp range, the refresh period must be 3.9us instead of 7.8 us. Signed-off-by: Valentin Longchamp --- Changes in v2: - when refresh rate gets halved for extended range temperature operations, the

[U-Boot] [PATCH v2 08/11] mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into account

2013-08-28 Thread Valentin Longchamp
NAND_ECC_SOFT was the only option available while the SOFT_BCH option may also be used. Signed-off-by: Valentin Longchamp Acked-by: Scott Wood --- Changes in v2: None drivers/mtd/nand/fsl_elbc_nand.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/mtd/nand/fsl_

[U-Boot] [PATCH v2 11/11] mpc85xx: introduce the kmp204x reference design support

2013-08-28 Thread Valentin Longchamp
This patch introduces the support for Keymile's kmp204x reference design. This design is based on Freescale's P2040/P2041 SoC. The peripherals used by this design are: - DDR3 RAM with SPD support - SPI NOR Flash as boot medium - NAND Flash - 2 PCIe busses (hosts 1 and 3) - 3 FMAN Ethernet devices

[U-Boot] [PATCH v2 04/11] KM: add CONFIG_KM_I2C_ABORT option

2013-08-28 Thread Valentin Longchamp
This must be defined for all the keymile boards that use the common i2c_abort function that is used to "reset" the I2C bus. These are currently km82xx and km_arm boards. This patch defines them for both architectures. The kmp204x and km83xx boards use other functions and thus do not define this.

[U-Boot] [PATCH v2 03/11] KM: fix typo in default environment

2013-08-28 Thread Valentin Longchamp
The ip kernel parameter had a typo in it (we've been lucky that it has worked until now). Signed-off-by: Valentin Longchamp --- Changes in v2: None include/configs/km/keymile-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/km/keymile-common.h b/incl

[U-Boot] [PATCH v2 07/11] net/fman: add a fm_enable_port function

2013-08-28 Thread Valentin Longchamp
This can be useful if we want to disable an interface in u-boot and later reenable them, so that it looks available when trying to fix the FDT or for the kernel. Signed-off-by: Valentin Longchamp --- Changes in v2: None drivers/net/fm/init.c | 7 +++ include/fm_eth.h | 1 + 2 files cha

[U-Boot] [PATCH v2 05/11] km: add CONFIG_KM_COMMON_ETH_INIT for km common eth init

2013-08-28 Thread Valentin Longchamp
This must be defined by a board support file that want to use the keymile common.c board_eth_init function that requires ethernet_present to be defined. Currently all the km architectures use it but the kmp204x architecture later supported in this series does use another board_eth_init function an

[U-Boot] [PATCH v2 10/11] fsl/mpc85xx: define common serdes_clock_to_string function

2013-08-28 Thread Valentin Longchamp
This allows to share some common code for the boards that use a corenet base SoC. Two different versions of the function are available in fsl_corenet_serdes.c and fsl_corenet2_serdes.c files. Signed-off-by: Valentin Longchamp --- Changes in v2: None arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes

[U-Boot] [PATCH v2 0/11] Support for the kmp204x reference design

2013-08-28 Thread Valentin Longchamp
This series includes all the needed patches to run u-boot on Keymile's kmp204x reference design. The kmp204x is a reference design based on Freescale's P2040/P2041 SoC. It is supposed to be a reference platform for future boards. There is currently only one board that is based on this design which

[U-Boot] [PATCH v2 01/11] km-powerpc: move SYS_MALLOC_LEN out of keymile-common.h

2013-08-28 Thread Valentin Longchamp
It can be set to a different value for kmp204x, because we are restricted to SRAM. Signed-off-by: Valentin Longchamp --- Changes in v2: None include/configs/km/keymile-common.h | 2 -- include/configs/km/km83xx-common.h | 2 ++ include/configs/km82xx.h| 1 + 3 files changed, 3 inse

[U-Boot] [PATCH v2 02/11] km-powerpc: move CONFIG_FLASH_CFI_MTD to km83xx-common.h

2013-08-28 Thread Valentin Longchamp
This is because kmp204x.h does not have FLASH, so this must not be defined for all powerpc boards. Signed-off-by: Valentin Longchamp --- Changes in v2: None include/configs/km/km-powerpc.h| 1 - include/configs/km/km83xx-common.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff

[U-Boot] [PATCH v2 09/11] fsl/mpc85xx: introduce fsl_print_rcw function

2013-08-28 Thread Valentin Longchamp
The RCW gets printed on a lot of FSL 85xx devices and it is always done the same way. The fsl_print_rcw function performs this exact same task. Signed-off-by: Valentin Longchamp --- Changes in v2: None arch/powerpc/cpu/mpc85xx/Makefile | 1 + arch/powerpc/cpu/mpc85xx/fsl_corenet_rcw.

Re: [U-Boot] [RFC PATCH 2/2] ARMV7: OMAP4: Add twl6032 support

2013-08-28 Thread Tom Rini
On Wed, Jul 24, 2013 at 04:56:36PM +0300, Oleg Kosheliev wrote: > From: Oleg Kosheliev > > Added chip type detection and twl6032 > support in the battery control > and charge functions. > > Based on Balaji T K patches for TI u-boot. > > Signed-off-by: Oleg Kosheliev [snip] > + ret = twl6

Re: [U-Boot] [RFC PATCH 1/2] ARMV7: OMAP4: Add struct for twl603x data

2013-08-28 Thread Tom Rini
On Wed, Jul 24, 2013 at 04:56:35PM +0300, Oleg Kosheliev wrote: > From: Oleg Kosheliev > > The data struct is used to support different > PMIC chip types. It contains the chip type and > the data (e.g. registers addresses, adc multiplier) > which is different for twl6030 and twl6032. > Replaced

[U-Boot] Unexpected effects/problems porting code to u-boot SPL

2013-08-28 Thread bin4ry
I want to extend the u-boot SPL code with some fuzzy extractor logic by adding code into `{u-boot_sources}/arch/arm/cpu/armv7/omap-common/hwinit-common.c`. U-boot shall be used on a PandaBoard ES (omap4460 SoC). Thus, first I successfully implemented the code on my x86 pc and I am porting it to th

Re: [U-Boot] [PATCH v2 2/6] drivers/power/pmic: Add tps65217 driver

2013-08-28 Thread Tom Rini
On Wed, Aug 14, 2013 at 10:25:43PM +0200, Lukasz Majewski wrote: > On Wed, 14 Aug 2013 11:57:06 -0400 Tom Rini wrote: > > On Wed, Aug 14, 2013 at 05:08:12PM +0200, Lukasz Majewski wrote: > > > Hi Tom, Greg > > > > > > > From: Greg Guyotte > > > > > > > > Add a driver for the TPS65217 PMIC that is

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

2013-08-28 Thread Tom Rini
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 --- drivers/bootcount/bootcount_davinci.c | 10 ++ 1 file changed, 6 insertion

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

2013-08-28 Thread Tom Rini
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 --- drivers/bootcount/Makefile |1 + include/configs/ti_am335x_common.h |7 +++ 2 files changed, 8 insertions(+) diff

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

2013-08-28 Thread Tom Rini
Create a common header file for the RTC IP block that is shared between davinci and am33xx. Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/am33xx/board.c|7 ++-- arch/arm/include/asm/arch-am33xx/cpu.h |9 - arch/arm/include/asm/arch-davinci/hardware.h | 38 ---

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

2013-08-28 Thread Tom Rini
We shouldn't rely on a define to hide this cast for us. Signed-off-by: Tom Rini --- drivers/rtc/davinci.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/rtc/davinci.c b/drivers/rtc/davinci.c index e60c0da..018779e 100644 --- a/drivers/rtc/davinci.c +++ b/dri

Re: [U-Boot] [PATCH V2 3/4] ARM: AM33xx: Move s_init to a common place

2013-08-28 Thread Mark Jackson
On 23/08/13 11:55, Mark Jackson wrote: > On 23/08/13 11:25, Lokesh Vutla wrote: >> Hi Mark, >> >> On Friday 23 August 2013 02:58 PM, Mark Jackson wrote: >>> On 30/07/13 06:18, Lokesh Vutla wrote: From: Heiko Schocher s_init has the same outline for all the AM33xx based board. S

Re: [U-Boot] [i2c] Pull request

2013-08-28 Thread Tom Rini
On Tue, Aug 27, 2013 at 05:52:46AM +0200, Heiko Schocher wrote: > Hello Tom, > > please pull from u-boot.-i2c.git: > > The following changes since commit 2b26201a2aef0b310b7c04702b0dba5dea493f77: > > env_nand.c: support falling back to redundant env when writing (2013-08-22 > 17:49:47 -0500)

Re: [U-Boot] [PATCH] omap5: Correct include order, drop CONFIG_SYS_PROMPT define

2013-08-28 Thread Tom Rini
On Tue, Aug 27, 2013 at 10:57:39AM -0400, Tom Rini wrote: > With the new include structure for TI platforms, we need to not define > our own CONFIG_SYS_PROMPT and also need to include > much sooner, so do both of these. Also drop > the unused CONFIG_NET_MULTI > > Signed-off-by: Tom Rini Appli

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

2013-08-28 Thread Tom Rini
On Tue, Aug 27, 2013 at 03:43:57PM +0200, Marek Vasut wrote: > The following changes since commit 2b26201a2aef0b310b7c04702b0dba5dea493f77: > > env_nand.c: support falling back to redundant env when writing (2013-08-22 > 17:49:47 -0500) > > are available in the git repository at: > > git:/

Re: [U-Boot] [PATCH V2] Origen: Set FIMD as the default display path

2013-08-28 Thread Tushar Behera
On 19 August 2013 11:30, Tushar Behera wrote: > On 19 August 2013 10:01, Donghwa Lee wrote: >> On 2013년 08월 19일 12:06, Tushar Behera wrote: >>> On 19 August 2013 07:22, Donghwa Lee wrote: On Fri, Aug 16, 2013 at 16:31, Ajay kumar wrote: On Thu, Aug 15, 2013 at 6:53 PM, Tushar Behe

Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Marek Vasut
Dear Przemyslaw Marczak, > On 08/28/2013 01:03 PM, Marek Vasut wrote: > > Dear Przemyslaw Marczak, > > > >> On 08/28/2013 10:44 AM, Marek Vasut wrote: > >>> You still use dev_num further in the code, why not convert the whole > >>> thing to use *mmc ? > >>> > >>> Best regards, > >>> Marek Vasut.

Re: [U-Boot] [PATCH v5 0/3] apf27: add support of armadeus apf27

2013-08-28 Thread Marek Vasut
Dear Philippe Reynes, > Difference between v5 and v4: > - use spl framework > - use script > - use SPDX-License-Identifier > - use u-boot-with-spl.bin (instead of u-boot-nand.bin) > - fix some comments format issue > > Difference between v4 and v3: > - use standard start.S > - use part to know u-

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

2013-08-28 Thread Tapani
Add support for TechNexion edm-cf-imx6 SoM The edm1-cf-imx6 SoM comes in three variants, one with imx6 solo cpu, one with an imx6 dual lite cpu and one with an imx6 quad cpu. This patch adds basic support for the module that utilizes SPL boot mechanism for detecting imx6 CPU

Re: [U-Boot] [PATCH v5 0/4] arm64 patch

2013-08-28 Thread Marek Vasut
Dear feng...@phytium.com.cn, > From: David Feng > > 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. > > Changes for v4: > - fix the generic board_f.c, remove

Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Przemyslaw Marczak
On 08/28/2013 01:03 PM, Marek Vasut wrote: Dear Przemyslaw Marczak, On 08/28/2013 10:44 AM, Marek Vasut wrote: You still use dev_num further in the code, why not convert the whole thing to use *mmc ? Best regards, Marek Vasut. Hello, I don't know exactly what do you mean. I suppose that putt

Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Marek Vasut
Dear Przemyslaw Marczak, > On 08/28/2013 10:44 AM, Marek Vasut wrote: > > You still use dev_num further in the code, why not convert the whole > > thing to use *mmc ? > > > > Best regards, > > Marek Vasut. > > Hello, > I don't know exactly what do you mean. > I suppose that putting "mmc device n

Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Przemyslaw Marczak
On 08/28/2013 10:44 AM, Marek Vasut wrote: You still use dev_num further in the code, why not convert the whole thing to use *mmc ? Best regards, Marek Vasut. Hello, I don't know exactly what do you mean. I suppose that putting "mmc device number" as a parameter is easy to maintain at command

Re: [U-Boot] [PATCH v3 1/3] arm:samsung:serial Extract common UART code

2013-08-28 Thread Minkyu Kang
Dear Lukasz, On 13/08/13 06:15, Lukasz Majewski wrote: > This commit brings removal of duplicated code for UART IP block embedded > at Samsung SoCs. > New include/asm/samsung-common directory has been created to store > common code for existing and future Samsung targets. > > Moreover building of

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

2013-08-28 Thread Przemyslaw Marczak
On 08/28/2013 10:41 AM, Jaehoon Chung wrote: When eMMC init is failed, immediately return? I think that even if eMMC init is failed, there is worth that try to init SD-card. Best Regards, Jaehoon Chung Hi Jaehoon, You're right, I will change this. Regards -- Przemyslaw Marczak Samsung R&D

Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Marek Vasut
Dear Przemyslaw Marczak, > This change allows using every mmc device instance with ums, > like eMMC or SD cards. > > Example: ums for mmc devices. > > Signed-off-by: Przemyslaw Marczak > Signed-off-by: Kyungmin Park > CC: Marek Vasut > --- > common/cmd_usb_mass_storage.c |7 +-- > 1

Re: [U-Boot] [PATCH 3/3 V2] ARM: mxs: Fix NAND FCB flashing

2013-08-28 Thread Marek Vasut
Dear Marek Vasut, > Fix the method of flashing FCB blocks into NAND. The new env > writes all four FCB blocks and also does not scrub such a big > part of the NAND. This fixed complains about busted NAND blocks > in Linux. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Stefano Babic

Re: [U-Boot] [PATCH v4 1/6] arm, am33xx: add defines for gmii_sel_register bits

2013-08-28 Thread Enric Balletbo Serra
Hi all, Sorry for late reply, I was out of office. 2013/8/19 Tom Rini : > On Mon, Aug 19, 2013 at 04:38:56PM +0200, Heiko Schocher wrote: > >> Signed-off-by: Heiko Schocher >> Acked-by: Mugunthan V N > > Looks fine, but can we get this tested on the isee board too? It's a > functional change

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

2013-08-28 Thread Jaehoon Chung
Looks good to me. Acked-by: Jaehoon Chung On 08/28/2013 04:11 PM, Przemyslaw Marczak wrote: > Hi Minkyu, > >> On s5pc1xx mmc devices offset is multiply of 0x10, >> wrong value was 0x1. Register offset always points >> to mmc 0 before this change. >> >> Add macro definition of mmc dev re

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

2013-08-28 Thread Jaehoon Chung
On 08/28/2013 04:39 PM, Przemyslaw Marczak wrote: > Hello Minkyu, > >> 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". > > Could you review this patch, please? > >> >> Signed-off-by: Przemyslaw Marczak >> Signe

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

2013-08-28 Thread Simon Glass
Hi, On Thu, Aug 8, 2013 at 3:24 AM, Wolfgang Denk wrote: > Hello all, > > I think we should bring the upcoming U-Boot mini-summit in Edinburgh > back to attention - it's still more than two months, so no reason to > panic yet, but as we all know, time flies like an arrow... I will be there. > >

Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Przemyslaw Marczak
Hello Marek, This change allows using every mmc device instance with ums, like eMMC or SD cards. Example: ums for mmc devices. Could you review this patch, please? Signed-off-by: Przemyslaw Marczak Signed-off-by: Kyungmin Park CC: Marek Vasut --- common/cmd_usb_mass_storage.c |7 +

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

2013-08-28 Thread Przemyslaw Marczak
Hello Minkyu, 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". Could you review this patch, please? Signed-off-by: Przemyslaw Marczak Signed-off-by: Kyungmin Park CC: Minkyu Kang --- board/samsung/goni/gon

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

2013-08-28 Thread Przemyslaw Marczak
Hi Minkyu, > On s5pc1xx mmc devices offset is multiply of 0x10, wrong value was 0x1. Register offset always points to mmc 0 before this change. Add macro definition of mmc dev register offset to s5pc1xx and exynos mmc. Could you review this patch, please? Signed-off-by: Przemyslaw