Re: [U-Boot] [PATCH] arm: rmobile: bugfix: wrong register saving in lowlevel_init

2012-10-07 Thread Enric Balletbò i Serra
Hi Albert, 2012/10/5 Albert ARIBAUD albert.u.b...@aribaud.net: Hi Tetsuyuki, On Fri, 5 Oct 2012 13:39:22 +0900, Tetsuyuki Kobayashi k...@kmckk.co.jp wrote: lowlevel_init() of rmobile badly assumed that ip register holds return address. The commit 63ee53a7 armv7 cpu_init_crit: Simplify

Re: [U-Boot] [PATCH u-boot-arm/next v2 1/1] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-19 Thread Enric Balletbò i Serra
2012/7/19 Javier Martinez Canillas jav...@dowhile0.org: On Wed, Jul 18, 2012 at 5:49 PM, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: Le Tue, 17 Jul 2012 02:15:17 +0200, Javier Martinez Canillas jav...@dowhile0.org a écrit : +void get_board_mem_timings(u32 *mcfg, u32 *ctrla,

Re: [U-Boot] [PATCH u-boot-arm/next v2 1/1] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-19 Thread Enric Balletbò i Serra
2012/7/19 Javier Martinez Canillas jav...@dowhile0.org: On Thu, Jul 19, 2012 at 8:56 AM, Enric Balletbò i Serra eballe...@gmail.com wrote: 2012/7/19 Javier Martinez Canillas jav...@dowhile0.org: On Wed, Jul 18, 2012 at 5:49 PM, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: Le

Re: [U-Boot] [PATCH u-boot-arm/next v2 2/2] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-19 Thread Enric Balletbò i Serra
2012/7/19 Javier Martinez Canillas jav...@dowhile0.org: This patch adds SPL support for IGEP-based boards. Tested on an IGEPv2 Rev.C board with Micron NAND Flash memory. Signed-off-by: Javier Martinez Canillas jav...@dowhile0.org --- Changes since v1: - Set NAND memory 200 Mhz timings

Re: [U-Boot] [PATCH u-boot-arm/next 1/2] OMAP3: igep00x0: Add config option to choose flash storage memory

2012-07-17 Thread Enric Balletbò i Serra
Hi, 2012/7/17 Tom Rini tr...@ti.com: On 07/16/2012 04:41 PM, Javier Martinez Canillas wrote: [snip] Runtime detection is possible reading the sysboot as you said (in fact this is how we do it in the kernel) but as Tom said I didn't find a common way to do this. I guess you can manually

Re: [U-Boot] [PATCH u-boot-arm/next v2 1/1] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-17 Thread Enric Balletbò i Serra
2012/7/17 Javier Martinez Canillas jav...@dowhile0.org: This patch adds SPL support for IGEP-based boards. Tested on an IGEPv2 Rev.C board with Micron NAND Flash memory. Signed-off-by: Javier Martinez Canillas jav...@dowhile0.org --- Changes since v1: - CONFIG_SPL_MAX_SIZE should be 54 *

Re: [U-Boot] [PATCH 1/1] igep0020: set OMAP MUX mcspi1_cs2 pin to GPIO 176 mode

2012-07-09 Thread Enric Balletbò i Serra
Hi Javier, 2012/7/3 Javier Martinez Canillas jav...@dowhile0.org According to the IGEPv2 Rev.C data-sheet the LAN9221i pin 14 (IRQ) is connected to the OMAP3730 mcspi1_cs2 pin. Since this omap mux pin acts as an IRQ line, it has to be configured as an input GPIO. IGEPv2 platform code sets

Re: [U-Boot] [PATCH 1/2] igep00x0: default to OMAP-specific serial driver

2012-07-03 Thread Enric Balletbò i Serra
2012/6/29 Javier Martinez Canillas jav...@dowhile0.org An OMAP specific serial driver was merged on the Linux kenel a long time ago. So, it makes sense to default the console name to OMAP ttyO instead of the generic ttyS naming. Signed-off-by: Javier Martinez Canillas jav...@dowhile0.org

Re: [U-Boot] [PATCH 2/2] igep00x0: default mmcrootfstype to EXT4

2012-07-03 Thread Enric Balletbò i Serra
2012/6/29 Javier Martinez Canillas jav...@dowhile0.org omap2plus_defconfig now has built-in compile support for EXT4 enabled by default now. So, we can use EXT4 as the default root file system type for MMC. Signed-off-by: Javier Martinez Canillas jav...@dowhile0.org ---

Re: [U-Boot] [PATCH 2/2] igep00x0: default mmcrootfstype to EXT4

2012-07-03 Thread Enric Balletbò i Serra
2012/6/29 Javier Martinez Canillas jav...@dowhile0.org omap2plus_defconfig now has built-in compile support for EXT4 enabled by default now. So, we can use EXT4 as the default root file system type for MMC. Signed-off-by: Javier Martinez Canillas jav...@dowhile0.org ---

Re: [U-Boot] [PATCH 1/2] igep00x0: default to OMAP-specific serial driver

2012-07-03 Thread Enric Balletbò i Serra
2012/6/29 Javier Martinez Canillas jav...@dowhile0.org An OMAP specific serial driver was merged on the Linux kenel a long time ago. So, it makes sense to default the console name to OMAP ttyO instead of the generic ttyS naming. Signed-off-by: Javier Martinez Canillas jav...@dowhile0.org

Re: [U-Boot] [PATCH] OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.

2012-03-05 Thread Enric Balletbò i Serra
Hi Tom 2012/3/5 Tom Rini tr...@ti.com: On Sat, Mar 03, 2012 at 09:14:21PM +0100, Enric Balletbo i Serra wrote: This is rework on config files of IGEP-based boards with the aim to remove duplicated code to be more maintainable. Basically this patch creates a common configuration file for both

Re: [U-Boot] [PATCH 1/3] ARM: OMAP3: Remove unused define CONFIG_OMAP3430

2011-11-22 Thread Enric Balletbò i Serra
2011/11/22 Tom Rini tr...@ti.com On 11/22/2011 04:23 AM, Thomas Weber wrote: This patch removes the CONFIG_OMAP3430, because it is unused. Acked-by: Igor Grinberg grinb...@compulab.co.il Signed-off-by: Thomas Weber we...@corscience.de Acked-by: Tom Rini tr...@ti.com -- Tom

Re: [U-Boot] [PATCH 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B

2011-11-22 Thread Enric Balletbò i Serra
2011/11/22 Tom Rini tr...@ti.com On 11/22/2011 04:23 AM, Thomas Weber wrote: This patch removes the unused definition of SDRC_R_C_B from the config files. Acked-by: Igor Grinberg grinb...@compulab.co.il Signed-off-by: Thomas Weber we...@corscience.de [snip]  /* SDRAM Bank Allocation

Re: [U-Boot] [PATCH 3/3] ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused

2011-11-22 Thread Enric Balletbò i Serra
2011/11/22 Tom Rini tr...@ti.com: On 11/22/2011 04:23 AM, Thomas Weber wrote: This patch removes the definition of stack sizes for irq and fiq if the CONFIG_USE_IRQ is undefined before. Acked-by: Igor Grinberg grinb...@compulab.co.il Signed-off-by: Thomas Weber we...@corscience.de

Re: [U-Boot] [PATCH v2] OMAP3: Overo: Update GPMC timing for ethernet chip.

2011-09-09 Thread Enric Balletbò i Serra
. Signed-off-by: Philip Balister phi...@opensdr.com --- Changes for v2: Added igep0020 board per Enric Balletbò i Serra. Compile tested only.  arch/arm/include/asm/arch-omap3/omap_gpmc.h |    9 +  board/isee/igep0020/igep0020.c              |    1 +  board/isee/igep0020/igep0020.h

Re: [U-Boot] [PATCH] OMAP3: Overo: Update GPMC timing for ethernet chip.

2011-09-08 Thread Enric Balletbò i Serra
2011/9/8 Steve Sakoman sako...@gmail.com: On Wed, Sep 7, 2011 at 4:57 AM, Philip Balister phi...@balister.org wrote: The existing timing does not quite meet the minimum requirements in the LAN9221 datasheet. The timing in this patch solves problems noticed on some parts. Signed-off-by:

Re: [U-Boot] [PATCH] OMAP3: Overo: Update GPMC timing for ethernet chip.

2011-09-08 Thread Enric Balletbò i Serra
2011/9/8 Philip Balister phi...@opensdr.com: On 09/08/2011 10:45 AM, Enric Balletbò i Serra wrote: 2011/9/8 Steve Sakomansako...@gmail.com: On Wed, Sep 7, 2011 at 4:57 AM, Philip Balisterphi...@balister.org  wrote: The existing timing does not quite meet the minimum requirements

[U-Boot] AM/DM37X How to configure registers to get 1000MHz

2010-11-19 Thread Enric Balletbò i Serra
Hi all, I would ask a question, maybe someone can help, which is the better way to configure the PRCM registers to get 1000MHz on AM/DM37X processor ? Thanks in advance, Enric ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] AM/DM37X How to configure registers to get 1000MHz

2010-11-19 Thread Enric Balletbò i Serra
Hi, Thanks for your reply 2010/11/19 Premi, Sanjeev pr...@ti.com: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Enric Balletbò i Serra Sent: Friday, November 19, 2010 2:42 PM To: u-boot@lists.denx.de; Steve Sakoman Subject

Re: [U-Boot] AM/DM37X How to configure registers to get 1000MHz

2010-11-19 Thread Enric Balletbò i Serra
Hi, 2010/11/19 Premi, Sanjeev pr...@ti.com: -Original Message- From: Enric Balletbò i Serra [mailto:eballe...@gmail.com] Sent: Friday, November 19, 2010 6:30 PM To: Premi, Sanjeev Cc: u-boot@lists.denx.de; Steve Sakoman Subject: Re: [U-Boot] AM/DM37X How to configure registers

Re: [U-Boot] [PATCH] ARMV7: OMAP3: IGEP: Rename TEXT_BASE

2010-10-29 Thread Enric Balletbò i Serra
Hello, 2010/10/23 Enric Balletbò i Serra eballe...@iseebcn.com: 2010/10/21 Steve Sakoman st...@sakoman.com: Commit 14d0a02a Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE missed the IGEP boards since they were just added. Signed-off-by: Steve Sakoman steve.sako...@linaro.org --- diff --git

Re: [U-Boot] [PATCH] ARMV7: OMAP3: IGEP: Rename TEXT_BASE

2010-10-23 Thread Enric Balletbò i Serra
2010/10/21 Steve Sakoman st...@sakoman.com: Commit 14d0a02a Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE missed the IGEP boards since they were just added. Signed-off-by: Steve Sakoman steve.sako...@linaro.org --- diff --git a/board/isee/igep0020/config.mk b/board/isee/igep0020/config.mk

Re: [U-Boot] [PATCH 2/2] ARM: fix relocation support for onenand device.

2010-10-19 Thread Enric Balletbò i Serra
Hello Heiko, 2010/10/19 Heiko Schocher h...@denx.de: Hello Enric, Enric Balletbo i Serra wrote: We also have to relocate the onenand command table manually, otherwise onenand command don't work. Signed-off-by: Enric Balletbo i Serra eballe...@iseebcn.com ---  arch/arm/lib/board.c |    3

Re: [U-Boot] [PATCHv3 0/3] Add support for the IGEP v2 board.

2010-10-11 Thread Enric Balletbò i Serra
Hello, 2010/10/11 Steve Sakoman st...@sakoman.com: On Mon, 2010-10-11 at 00:12 +0200, Enric Balletbo i Serra wrote: Hello, This is the version 3 of patch series to add initial support for OMAP3 IGEP v2 board. CHANGES: * since v2     - [1/3] keep lists sorted     - [2/3] fix multiline

Re: [U-Boot] [PATCH 3/3] OMAP3: Add support for the IGEP v2 board.

2010-10-11 Thread Enric Balletbò i Serra
Sorry, this is the version 4 2010/10/11 Enric Balletbo i Serra eballe...@gmail.com: The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop

Re: [U-Boot] [PATCHv2 2/3] OMAP3: SDRC: Introduce Numonyx DDR type

2010-10-10 Thread Enric Balletbò i Serra
Hi Wolfgang 2010/10/10 Wolfgang Denk w...@denx.de: Dear Enric Balletbo i Serra, In message 1286699659-2952-3-git-send-email-eballe...@gmail.com you wrote: Introduce Numonyx DDR timings and provide CONFIG_OMAP3_NUMONYX_DDR config options to allow for platform files to setup their timings.