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

2013-09-02 Thread Rajeshwari S Shinde
This patch fixes the S3C24xx I2C driver as per new I2C multibus/multiadapter support for Exynos5250. Change-Id: I95873fef7d312310670e3bb33ad9532c10f60463 Signed-off-by: Rajeshwari S Shinde --- drivers/i2c/s3c24x0_i2c.c | 14 +++--- include/configs/exynos5250-dt.h | 3 ++- 2 files

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

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

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

2013-09-02 Thread Pekon Gupta
NAND boot mode on AM335x EVM has been verified, and steps to use it has been documented and update in this README Signed-off-by: Pekon Gupta --- board/ti/am335x/README | 59 +++--- 1 file changed, 42 insertions(+), 17 deletions(-) diff --git a/board/t

[U-Boot] [PATCH v4 4/5] mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes

2013-09-02 Thread Pekon Gupta
chip->ecc.correct() is used for detecting and correcting bit-flips during read operations. In omap-nand driver it implemented as: (a) omap_correct_data(): for h/w based ECC_HAM1 scheme (b) omap_correct_data_bch() + CONFIG_NAND_OMAP_ECC_BCH8_CODE_HW_DETECTION_SW for ECC_BCH8 scheme using GPM

[U-Boot] [PATCH v4 3/5] mtd: nand: omap: optimize chip->ecc.calculate() for H/W ECC schemes

2013-09-02 Thread Pekon Gupta
chip->ecc.calculate() is used for calculating and fetching of ECC syndrome by processing the data passed during Read/Write accesses. All H/W based ECC schemes use GPMC controller to calculate ECC syndrome. But each BCHx_ECC scheme has its own implemetation of post-processing and fetching ECC syndr

[U-Boot] [PATCH v4 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform

2013-09-02 Thread Pekon Gupta
BCH8_ECC scheme implemented in omap_gpmc.c driver has following favours +---+-+-+ |ECC Scheme | ECC Calculation | Error Detection | +---+-+-+ |OMAP

[U-Boot] [PATCH v4 2/5] mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemes

2013-09-02 Thread Pekon Gupta
chip->ecc.hwctl() is used for preparing the H/W controller before read/write NAND accesses (like assigning data-buf, enabling ECC scheme configs, etc.) Though all ECC schemes in OMAP NAND driver use GPMC controller for generating ECC syndrome (for both Read/Write accesses). But but in current code

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

2013-09-02 Thread Pekon Gupta
*changes in v4* [PATCH 1/5] - removed omap_read_page_bch(): chip->ecc.read_page uses default API nand_read_page_hwecc() in nand_base.c - updated tricorder.h: added new CONFIGS for ECCSCHEME & ONFI_DETECTION - converted printf("ECC-SCHEME") to debug("ECC-SCHEM

[U-Boot] [PATCH][v2] powerpc/mpc85xx:Update processor defines for T1040

2013-09-02 Thread Prabhakar Kushwaha
T1040 SoC has - DDR controller ver 5.0 - 2 PLLs - 8 IFC Chip select - FMAN Muram 192K - No Srio - Sec controller ver 5.0 - Max CPU update for its personalities So, update the defines accordingly. Signed-off-by: Prabhakar Kushwaha --- Changes for v2: - Remove

[U-Boot] [PATCH][v2] powerpc/mpc85xx:Avoid fix clk groups for Cluster & HW accelerator

2013-09-02 Thread Prabhakar Kushwaha
CHASSIS2 architecture never fix clock groups for Cluster and hardware accelerator like PME, FMA. These are SoC defined. SoC defines :- - NUM of PLLs present in the system - Clusters and their Clock group - hardware accelerator and their clock group if no clock group, then plat

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

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

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

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

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

2013-09-02 Thread Bo Shen
Add atmel usba udc driver support, porting from Linux kernel Signed-off-by: Bo Shen --- drivers/usb/gadget/Makefile |1 + drivers/usb/gadget/atmel_usba_udc.c | 1305 +++ drivers/usb/gadget/atmel_usba_udc.h | 326 + include/linux/usb/atmel_usba

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

2013-09-02 Thread Bo Shen
Add RNDIS gadget support to test atmel usba udc driver Signed-off-by: Bo Shen --- arch/arm/cpu/armv7/at91/sama5d3_devices.c| 12 ++ arch/arm/include/asm/arch-at91/at91_common.h |1 + board/atmel/sama5d3xek/sama5d3xek.c | 51 ++ include/configs/sa

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

2013-09-02 Thread Bo Shen
Add atmel usb udc driver support porting from Linux kernel. Using RNDIS gadget driver to test it. Test it on sama5d31ek and sam9x5ek board. Bo Shen (3): USB: gadget: add atmel usba udc driver ARM: atmel: correct UDPHS name ARM: atmel: add RNDIS gadget support arch/arm/cpu/armv7/at91/sama5d

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

2013-09-02 Thread Bo Shen
Signed-off-by: Bo Shen --- arch/arm/include/asm/arch-at91/sama5d3.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-at91/sama5d3.h b/arch/arm/include/asm/arch-at91/sama5d3.h index 49bd335..b9d574d 100644 --- a/arch/arm/include/asm/arch-at91/sama5d

Re: [U-Boot] [PATCH] nios2: change size_t to fix format warning for gcc 4.7.3

2013-09-02 Thread Thomas Chou
Hi Mike, On 09/03/2013 10:38 AM, Thomas Chou wrote: The gcc-4.7.3 in lastest nios2 toolchain generated lots of warning on type mismatch. So change typedef of size_t to unsigned int, followed those of arm and mips arch. spi_flash.c: In function 'spi_flash_read_write': spi_flash.c:42:3: warning:

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

2013-09-02 Thread Bo Shen
Hi Albert Aribaud, On 08/22/2013 11:04 PM, Andreas Bießmann wrote: Dear Albert Aribaud, 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

[U-Boot] [PATCH] nios2: change size_t to fix format warning for gcc 4.7.3

2013-09-02 Thread Thomas Chou
The gcc-4.7.3 in lastest nios2 toolchain generated lots of warning on type mismatch. So change typedef of size_t to unsigned int, followed those of arm and mips arch. spi_flash.c: In function 'spi_flash_read_write': spi_flash.c:42:3: warning: format '%zu' expects argument of type 'size_t', but a

[U-Boot] [PATCH] nios2: fix missing comment terminator from SPDX License commit

2013-09-02 Thread Thomas Chou
The commit 1a4596601fd395f3afb8f82f3f840c5e00bdd57a Add GPL-2.0+ SPDX-License-Identifier to source files generated a warning due to a missing comment terminator. longlong.h:7:1: warning: "/*" within comment Signed-off-by: Thomas Chou --- arch/nios2/lib/longlong.h | 1 + 1 file changed, 1 in

Re: [U-Boot] [PATCH v2] net: Add fixed phy driver

2013-09-02 Thread Andy Fleming
On Mon, Sep 2, 2013 at 7:30 AM, Christian Gmeiner < christian.gmei...@gmail.com> wrote: > This patch is needed if the MAC is directly connected to a ethernet switch. > In my case the FEC MAC is connected to a Micrel KSZ8895. All I need to to > is configure my fixed phy/link like: > > #define IMX_F

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

2013-09-02 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/31/2013 05:15 PM, Otavio Salvador wrote: > On Sat, Aug 31, 2013 at 5:52 PM, Stefano Babic wrote: >> Am 31/08/2013 22:03, schrieb Marek Vasut: >> >>> I suppose there will be not much problem with this reorder ... it would be >>> nice >>> if you

Re: [U-Boot] [ANN] v2013.10-rc1

2013-09-02 Thread Wolfgang Denk
Dear Tom, In message <20130902182422.GX17898@bill-the-cat> you wrote: > > I've put v2013.10-rc2 out, and I hope Detlev can get the tarball > uploaded soon. Done! Thanks! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich,

Re: [U-Boot] [ANN] v2013.10-rc2 - was: v2013.10-rc1

2013-09-02 Thread Wolfgang Denk
Dear Tom, In message <20130902182422.GX17898@bill-the-cat> you wrote: > > I've put v2013.10-rc2 out, and I hope Detlev can get the tarball > uploaded soon. BTW - the Subject: was wrong... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB

[U-Boot] [ANN] v2013.10-rc1

2013-09-02 Thread Tom Rini
Hey all, I've put v2013.10-rc2 out, and I hope Detlev can get the tarball uploaded soon. We don't have a whole lot of changes in here, but I think that's partly due to some folks being on holiday. I hope that we can finish re-syncing everyone in around the 16th when I'll kick out -rc3. For my p

Re: [U-Boot] [PATCH v1 0/5]

2013-09-02 Thread Stefano Babic
Hi Thomas, On 02/09/2013 16:59, thomas.lan...@lantiq.com wrote: > Hello Stefano, > > Stefano Babic wrote on 2013-09-02: > >> Some phys have additional registers that are not covered >> by standard. Access to this registers can be done via >> specific sequence according to the phy datasheet. >>

Re: [U-Boot] [PATCH v1 0/5]

2013-09-02 Thread thomas.langer
Hello Stefano, Stefano Babic wrote on 2013-09-02: > Some phys have additional registers that are not covered > by standard. Access to this registers can be done via > specific sequence according to the phy datasheet. > The driver for Micrel phy contains some additional function, > that the board

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

2013-09-02 Thread Przemyslaw Marczak
On 08/29/2013 05:16 AM, Jaehoon Chung wrote: 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

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

2013-09-02 Thread Przemyslaw Marczak
On 08/30/2013 04:16 AM, Minkyu Kang wrote: Dear Przemyslaw Marczak, ... Your v1 patchset is made by 3 patches. But this patch is only one patch. Do you want to separate patchset? Then please send each patches again. or not, please send whole patchset. Thanks, Minkyu Kang. Hello Minkyu Kang,

[U-Boot] [PATCH v1 3/5] net: add extended function to phy API

2013-09-02 Thread Stefano Babic
Some phys (Micrel) has extended registers that must be accessed in a special way. Add pointers to the phy driver structure to allow to use these functions with mdio command. Signed-off-by: Stefano Babic --- include/phy.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/include/phy.h b/i

[U-Boot] [PATCH v1 5/5] net: add support for extended registers to mdio command

2013-09-02 Thread Stefano Babic
Some phys (Micrel) have additional registers that can be accessed using a special sequence. This patch allows to use standard "mdio" command to accesss these registers. Signed-off-by: Stefano Babic --- common/cmd_mdio.c | 75 + 1 file changed

[U-Boot] [PATCH v1 1/5] phy: add missing constants for Micrel KSZ9031

2013-09-02 Thread Stefano Babic
Signed-off-by: Stefano Babic --- include/micrel.h |5 + 1 file changed, 5 insertions(+) diff --git a/include/micrel.h b/include/micrel.h index e1c62d8..04c9ecf 100644 --- a/include/micrel.h +++ b/include/micrel.h @@ -15,6 +15,11 @@ #define MII_KSZ9031_MOD_DATA_POST_INC_RW 0x8000

[U-Boot] [PATCH v1 4/5] net: add function to read/write extended registers in Micrel Phy

2013-09-02 Thread Stefano Babic
Signed-off-by: Stefano Babic --- drivers/net/phy/micrel.c | 32 1 file changed, 32 insertions(+) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index f3e3054..5d7e3be 100644 --- a/drivers/net/phy/micrel.c +++ b/drivers/net/phy/micrel.c @@ -100

[U-Boot] [PATCH v1 2/5] net: fix mask for phy Micrel KSZ9031

2013-09-02 Thread Stefano Babic
Signed-off-by: Stefano Babic --- drivers/net/phy/micrel.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index a7450f8..f3e3054 100644 --- a/drivers/net/phy/micrel.c +++ b/drivers/net/phy/micrel.c @@ -174,7 +174,7 @@ int

[U-Boot] [PATCH v1 0/5]

2013-09-02 Thread Stefano Babic
Some phys have additional registers that are not covered by standard. Access to this registers can be done via specific sequence according to the phy datasheet. The driver for Micrel phy contains some additional function, that the board maintainer can call to tune the phy. However, these registers

[U-Boot] [PATCH 10/10 V2] Config: Add initial config for SMDK5420

2013-09-02 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None include/configs/smdk5420.h | 316 + 1 file changed, 316 inserti

[U-Boot] [PATCH 09/10 V2] DTS: Add dts support for SMDK5420

2013-09-02 Thread Rajeshwari S Shinde
This patch adds support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - None arch/arm/dts/exynos5.dtsi | 213 +

[U-Boot] [PATCH 08/10 V2] Exynos5420: Add base patch for SMDK5420

2013-09-02 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None MAINTAINERS | 1 + Makefile

[U-Boot] [PATCH 04/10 V2] Exynos5420: Add DDR3 initialization for 5420

2013-09-02 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: Corrected a compilation issue for SMDK5250. arch/arm/cpu/armv7/exynos/dmc_common.c| 8 - arch/arm/cpu/armv7/exynos/dmc_init_ddr3.

[U-Boot] [PATCH 07/10 V2] Exynos5420: Add support for 5420 in pinmux and gpio

2013-09-02 Thread Rajeshwari S Shinde
From: Akshay Saraswat Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None arch/arm/cpu/armv7/exynos/pinmux.c | 171 +++- arch/arm/include/asm/arch-exy

[U-Boot] [PATCH 06/10 V2] Exynos5420: Alter UNCON and UFCON for 5420

2013-09-02 Thread Rajeshwari S Shinde
From: Akshay Saraswat This patch modifies UNCON and UFCON values to make s5p serial support exynos5420 by doing following changes: * Enable Rx time-out interrupts. * Make Rx time-out interrupt interval = 32 frame time. * Enable DMA mode. * Enable FIFO. * Make Rx FIFO Trigger level 64, 16 and

[U-Boot] [PATCH 05/10 V2] Exynos5420: Modify TZPC init to support 5420

2013-09-02 Thread Rajeshwari S Shinde
From: Akshay Saraswat Currently, part of TZPC init code for Exynos5 starts setting DECPROT from the base address 0x1010 upto 0x1019 but in case of Exynos5420 we need it to start from 0x0100E and keep end address same as 0x1019. Signed-off-by: Rajeshwari S Shinde Signed-off-by: A

[U-Boot] [PATCH 02/10 V2] Exynos5420: Add base addresses for 5420

2013-09-02 Thread Rajeshwari S Shinde
From: Akshay Saraswat Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None arch/arm/include/asm/arch-exynos/cpu.h | 48 +- 1 file changed,

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

2013-09-02 Thread Rajeshwari S Shinde
This patch adds basic board support for SMDK5420 board. These patches are tested for booting fine on EVT0 SMDK5420. Changes in V2: Corrected a compilation issue for SMDK5250. Akshay Saraswat (5): Exynos5420: Add base addresses for 5420 Exynos5420: Add clock initialization for 5420 E

[U-Boot] [PATCH 01/10 V2] EXYNOS5: Create a common board file

2013-09-02 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform cpecific code. Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - None arch/arm/include/asm/arch-exynos/board.h | 17 ++ board/samsung/common

[U-Boot] [PATCH v2] net: Add fixed phy driver

2013-09-02 Thread Christian Gmeiner
This patch is needed if the MAC is directly connected to a ethernet switch. In my case the FEC MAC is connected to a Micrel KSZ8895. All I need to to is configure my fixed phy/link like: #define IMX_FEC_BASEENET_BASE_ADDR #define CONFIG_FEC_XCV_TYPE MII100 #define C

[U-Boot] [PATCH] net: Add fixed phy driver

2013-09-02 Thread Christian Gmeiner
This patch is needed if the MAC is directly connected to a ethernet switch. In my case the FEC MAC is connected to a Micrel KSZ8895. All I need to to is configure my fixed phy/link like: Signed-off-by: Christian Gmeiner --- drivers/net/phy/Makefile |1 + drivers/net/phy/fixed.c | 34 +

[U-Boot] [PATCH 10/10] Config: Add initial config for SMDK5420

2013-09-02 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- include/configs/smdk5420.h | 316 + 1 file changed, 316 insertions(+) create mode 100644 inc

[U-Boot] [PATCH 06/10] Exynos5420: Alter UNCON and UFCON for 5420

2013-09-02 Thread Rajeshwari S Shinde
From: Akshay Saraswat This patch modifies UNCON and UFCON values to make s5p serial support exynos5420 by doing following changes: * Enable Rx time-out interrupts. * Make Rx time-out interrupt interval = 32 frame time. * Enable DMA mode. * Enable FIFO. * Make Rx FIFO Trigger level 64, 16 and

[U-Boot] [PATCH 04/10] Exynos5420: Add DDR3 initialization for 5420

2013-09-02 Thread Rajeshwari S Shinde
From: Akshay Saraswat This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- arch/arm/cpu/armv7/exynos/dmc_common.c| 8 - arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c | 411 +- arc

[U-Boot] [PATCH 07/10] Exynos5420: Add support for 5420 in pinmux and gpio

2013-09-02 Thread Rajeshwari S Shinde
From: Akshay Saraswat Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- arch/arm/cpu/armv7/exynos/pinmux.c | 171 +++- arch/arm/include/asm/arch-exynos/gpio.h | 52 ++ 2

[U-Boot] [PATCH 09/10] DTS: Add dts support for SMDK5420

2013-09-02 Thread Rajeshwari S Shinde
This patch adds support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Rajeshwari S Shinde --- arch/arm/dts/exynos5.dtsi | 213 ++ arch/arm/dts/exynos5250.dtsi | 177 +--

[U-Boot] [PATCH 08/10] Exynos5420: Add base patch for SMDK5420

2013-09-02 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- MAINTAINERS | 1 + Makefile | 2 +- board/samsung/

[U-Boot] [PATCH 02/10] Exynos5420: Add base addresses for 5420

2013-09-02 Thread Rajeshwari S Shinde
From: Akshay Saraswat Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- arch/arm/include/asm/arch-exynos/cpu.h | 48 +- 1 file changed, 47 insertions(+), 1 deletion(

[U-Boot] [PATCH 05/10] Exynos5420: Modify TZPC init to support 5420

2013-09-02 Thread Rajeshwari S Shinde
From: Akshay Saraswat Currently, part of TZPC init code for Exynos5 starts setting DECPROT from the base address 0x1010 upto 0x1019 but in case of Exynos5420 we need it to start from 0x0100E and keep end address same as 0x1019. Signed-off-by: Rajeshwari S Shinde Signed-off-by: A

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

2013-09-02 Thread Rajeshwari S Shinde
This patch adds basic board support for SMDK5420 board. These patches are tested for booting fine on EVT0 SMDK5420. Akshay Saraswat (6): Exynos5420: Add base addresses for 5420 Exynos5420: Add clock initialization for 5420 Exynos5420: Add DDR3 initialization for 5420 Exynos5420: Modify TZP

[U-Boot] [PATCH 01/10] EXYNOS5: Create a common board file

2013-09-02 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform cpecific code. Signed-off-by: Rajeshwari S Shinde --- arch/arm/include/asm/arch-exynos/board.h | 17 ++ board/samsung/common/Makefile| 4 +

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

2013-09-02 Thread Enric Balletbo Serra
2013/9/2 Javier Martinez Canillas : > 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 and the IGEP COM Module use a TI > OMAP3

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

2013-09-02 Thread Marek Vasut
Dear Huang Shijie, > 于 2013年09月02日 18:10, Hector Palacios 写道: > > So does this mean that U-Boot is now unable to properly write a JFFS2 > > partition for it to be understood by the linux-next > > For the gpmi nand controller, the uboot is not proper to write a jffs2 now. > > > kernel? What is ex

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

2013-09-02 Thread Huang Shijie
于 2013年09月02日 18:10, Hector Palacios 写道: So does this mean that U-Boot is now unable to properly write a JFFS2 partition for it to be understood by the linux-next For the gpmi nand controller, the uboot is not proper to write a jffs2 now. kernel? What is exactly the difference? Does it only aff

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

2013-09-02 Thread Hector Palacios
Dear Huang, On 09/02/2013 10:50 AM, Huang Shijie wrote: 于 2013年09月02日 16:42, Hector Palacios 写道: I am writing the JFFS2 partition from my custom U-Boot. Do you mean that they way it writes it could not be compatible with what the new driver expects? That sounds really bad. The mtd code(as wel

[U-Boot] [PATCH v2 2/2] OMAP3: igep00x0: rename config file to omap3_igep00x0.h

2013-09-02 Thread Javier Martinez Canillas
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 and the IGEP COM Module use a TI OMAP35xx/DM37xx processor, is better to rename its boa

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

2013-09-02 Thread Lokesh Vutla
Hi Tom, On Wednesday 28 August 2013 08:10 PM, Tom Rini wrote: > 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