Re: [U-Boot] [PATCH v2 7/9] configs: migrate ubispl boards to KConfig

2019-05-20 Thread Enric Balletbo Serra
Missatge de Markus Klotzbuecher del dia dc., 15 de maig 2019 a les 15:16: > > From: Markus Klotzbuecher > > Migrate the ubispl configuration for the omap3_igep00x0 and > am335x_igep003x boards to KConfig. Both boards were built with > SOURCE_DATE_EPOCH=0 and found to be equal before and after. >

Re: [U-Boot] [PATCH 2/2] mtd: Get rid of board_mtdparts_default()

2018-12-21 Thread Enric Balletbo Serra
Hi Boris, Missatge de Boris Brezillon del dia dc., 12 de des. 2018 a les 18:36: > > On Wed, 12 Dec 2018 12:37:04 +0100 > Ladislav Michl wrote: > > > Now problem is that IGEPv2 comes with quite many configurations, some of > > them are even customized, so static configuration is a show stopper >

Re: [U-Boot] [PATCH 1/2] configs: igep: Define default mtdids/mtdparts

2018-12-21 Thread Enric Balletbo Serra
Hi Boris, Missatge de Enric Balletbo Serra del dia dl., 10 de des. 2018 a les 22:50: > > +Ladis who might be also interested. > Missatge de Boris Brezillon del dia dl., > 10 de des. 2018 a les 16:38: > > > > We are trying to get rid of the weak board_mtdparts_default()

Re: [U-Boot] [PATCH 2/2] mtd: Get rid of board_mtdparts_default()

2018-12-10 Thread Enric Balletbo Serra
+Ladis who might be also interested. Missatge de Boris Brezillon del dia dl., 10 de des. 2018 a les 16:38: > > The only implementer of this function has been patched to use > CONFIG_MTD{IDS,PARTS}_DEFAULT instead. Let's get rid of this function > and the associated CONFIG_SYS_MTDPARTS_RUNTIME

Re: [U-Boot] [PATCH 1/2] configs: igep: Define default mtdids/mtdparts

2018-12-10 Thread Enric Balletbo Serra
+Ladis who might be also interested. Missatge de Boris Brezillon del dia dl., 10 de des. 2018 a les 16:38: > > We are trying to get rid of the weak board_mtdparts_default() function > and we need to make sure igep defconfigs have proper proper > CONFIG_MTD{IDS,PARTS}_DEFAULT before doing that. >

Re: [U-Boot] Getting rid of board_mtdparts_default()

2018-11-16 Thread Enric Balletbo Serra
Missatge de Boris Brezillon del dia dj., 15 de nov. 2018 a les 23:40: > > On Thu, 15 Nov 2018 23:18:46 +0100 > Enric Balletbo Serra wrote: > > > Hello Boris, > > > > Missatge de Boris Brezillon del dia dj., > > 15 de nov. 2018 a les 16:58: > > >

Re: [U-Boot] Getting rid of board_mtdparts_default()

2018-11-15 Thread Enric Balletbo Serra
Hello Boris, Missatge de Boris Brezillon del dia dj., 15 de nov. 2018 a les 16:58: > > Hello Enric, > > Miquel and I recently reworked drivers/mtd/mtdpart.c to get MTD > partitions exposed as MTD devices (as is done in Linux) instead of > having yet another abstraction to handle them (see what's

Re: [U-Boot] [PATCH] Convert CONFIG_NAND_OMAP_GPMC et al to Kconfig

2017-12-01 Thread Enric Balletbo Serra
2017-08-26 15:37 GMT+02:00 Simon Glass : > On 11 August 2017 at 07:03, Adam Ford wrote: >> This converts the following to Kconfig: >>CONFIG_NAND_OMAP_GPMC >>CONFIG_NAND_OMAP_GPMC_PREFETCH >>CONFIG_NAND_OMAP_ELM >>

Re: [U-Boot] [PATCH 1/2] igep00x0: move SPL routines into separate file

2017-08-24 Thread Enric Balletbo Serra
2017-08-19 0:02 GMT+02:00 Pau Pajuelo : > Tested-by: Pau Pajuelo > > 2017-08-17 3:06 GMT+02:00 Ladislav Michl : >> Avoid cluttering board file with CONFIG_SPL_BUILD ifdefs >> by moving SPL related functions into separate file. >> >>

Re: [U-Boot] [PATCH 2/4] omap3_igep00x0: Rework MACH_TYPE and status LED logic slightly

2017-01-11 Thread Enric Balletbo Serra
2017-01-11 16:05 GMT+01:00 Tom Rini <tr...@konsulko.com>: > On Wed, Jan 11, 2017 at 03:59:17PM +0100, Enric Balletbo Serra wrote: >> 2017-01-10 23:22 GMT+01:00 Tom Rini <tr...@konsulko.com>: >> > The MACH_TYPE for IGEP0032 was never officially used and has been >

Re: [U-Boot] [PATCH 2/4] omap3_igep00x0: Rework MACH_TYPE and status LED logic slightly

2017-01-11 Thread Enric Balletbo Serra
2017-01-10 23:22 GMT+01:00 Tom Rini : > The MACH_TYPE for IGEP0032 was never officially used and has been > removed from upstream, so we must not use it. In order to remove this > we need to rework the status LED logic. > > Cc: Enric Balletbo i Serra >

Re: [U-Boot] [PATCH 2/3] igep00x0: consolidate defconfigs

2016-09-21 Thread Enric Balletbo Serra
2016-09-21 14:51 GMT+02:00 Tom Rini <tr...@konsulko.com>: > On Wed, Sep 21, 2016 at 01:46:51PM +0200, Enric Balletbo Serra wrote: >> Hi, >> >> 2016-09-21 11:39 GMT+02:00 Ladislav Michl <la...@linux-mips.org>: >> > On Tue, Sep 20, 2016 at 08:26:36PM -0400,

Re: [U-Boot] [PATCH 2/3] igep00x0: consolidate defconfigs

2016-09-21 Thread Enric Balletbo Serra
Hi, 2016-09-21 11:39 GMT+02:00 Ladislav Michl : > On Tue, Sep 20, 2016 at 08:26:36PM -0400, Tom Rini wrote: >> On Wed, Sep 21, 2016 at 01:52:21AM +0200, Ladislav Michl wrote: >> > On Tue, Sep 20, 2016 at 07:45:14PM -0400, Tom Rini wrote: > [snip] >> > > But why do we even

Re: [U-Boot] [PATCH 1/3] igep00x0: disable CONFIG_DISPLAY_BOARDINFO

2016-09-20 Thread Enric Balletbo Serra
Hi Ladis, 2016-09-20 11:04 GMT+02:00 Ladislav Michl : > As a single U-Boot binary can now run on various board modifications, > drop CONFIG_DISPLAY_BOARDINFO as there's no known way to distinguish > between them. Also saves few bytes as a bonus. > > Signed-off-by: Ladislav

Re: [U-Boot] [PATCH] ARM: am335x: select DM_GPIO

2016-08-30 Thread Enric Balletbo Serra
2016-08-30 11:51 GMT+02:00 Masahiro Yamada : > We are supposed to not add config entries with only "default y" > in board/SoC Kconfig files. > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/Kconfig | 1 + >

Re: [U-Boot] [PATCH] armv7: fix order of OMAP die ID printing

2016-06-02 Thread Enric Balletbo Serra
2016-06-02 11:43 GMT+02:00 Ladislav Michl : > Signed-off-by: Ladislav Michl > --- > diff --git a/arch/arm/cpu/armv7/omap-common/utils.c > b/arch/arm/cpu/armv7/omap-common/utils.c > index 52ea734..2d03ebf 100644 > ---

Re: [U-Boot] [PATCH] igep00x0: Use all SRAM available for SPL.

2016-04-27 Thread Enric Balletbo Serra
Hi Heiko, 2016-04-27 6:25 GMT+02:00 Heiko Schocher : > Hello Enric, > > Am 26.04.2016 um 17:05 schrieb Enric Balletbo i Serra: >> >> Internal SRAM starts at 0x4020 and ends at 0x4020, so there >> are 64KB available to be used for SPL. This will also help some >> compilers to

Re: [U-Boot] [PATCH] omap3_igep00x0.h: Drop SPL MMC support on BOOT_NAND

2016-04-26 Thread Enric Balletbo Serra
Hi Tom, 2016-04-25 17:16 GMT+02:00 Tom Rini <tr...@konsulko.com>: > On Mon, Apr 25, 2016 at 05:09:50PM +0200, Enric Balletbo Serra wrote: >> Hi Tom, >> >> 2016-04-25 16:44 GMT+02:00 Tom Rini <tr...@konsulko.com>: >> > In the case of booting from NAND on

Re: [U-Boot] [PATCH] omap3_igep00x0.h: Drop SPL MMC support on BOOT_NAND

2016-04-25 Thread Enric Balletbo Serra
Hi Tom, 2016-04-25 16:44 GMT+02:00 Tom Rini : > In the case of booting from NAND on these boards, remove MMC support > from SPL so that we can continue to fit into the safest partitioning of > the available SRAM. > > Reported-by: Heiko Schocher > Cc: Enric

Re: [U-Boot] [PATCHv7 6/7] igep00x0: UBIize

2016-04-19 Thread Enric Balletbo Serra
Hi Ladislav, 2016-04-13 13:39 GMT+02:00 Enric Balletbo Serra <eballe...@gmail.com>: > 2016-04-13 7:19 GMT+02:00 Heiko Schocher <h...@denx.de>: >> Hello Enric, >> >> >> Am 25.01.2016 um 17:56 schrieb Enric Balletbo Serra: >>> >>> Hi Lad

Re: [U-Boot] [PATCHv7 6/7] igep00x0: UBIize

2016-04-13 Thread Enric Balletbo Serra
2016-04-13 7:19 GMT+02:00 Heiko Schocher <h...@denx.de>: > Hello Enric, > > > Am 25.01.2016 um 17:56 schrieb Enric Balletbo Serra: >> >> Hi Ladis, >> >> 2016-01-25 16:56 GMT+01:00 Ladislav Michl <la...@linux-mips.org>: >>> >>>

Re: [U-Boot] [PATCHv7 6/7] igep00x0: UBIize

2016-01-25 Thread Enric Balletbo Serra
Hi Ladis, 2016-01-25 16:56 GMT+01:00 Ladislav Michl <la...@linux-mips.org>: > Hi Enric, > > On Mon, Jan 25, 2016 at 08:26:23AM +0100, Enric Balletbo Serra wrote: >> The ROM boot on OMAP reads the first 4 blocks searching for the SPL, >> in production is a practice fla

Re: [U-Boot] [PATCHv7 6/7] igep00x0: UBIize

2016-01-24 Thread Enric Balletbo Serra
Hi, 2016-01-25 7:39 GMT+01:00 Heiko Schocher <h...@denx.de>: > Hello Enric, Ladislav, > > Am 22.01.2016 um 23:35 schrieb Enric Balletbo Serra: >> >> Hi Ladis, >> >> Many thanks for your work on this, see some comments below ... > > > Sorry, pul

Re: [U-Boot] [PATCHv4 7/7] igep00x0: Falcon mode

2016-01-22 Thread Enric Balletbo Serra
2016-01-21 7:08 GMT+01:00 Heiko Schocher : > Hello Ladislav, > > Am 17.01.2016 um 04:16 schrieb Ladislav Michl: >> >> Implement spl_start_uboot to let Falcon mode work. >> >> Signed-off-by: Ladislav Michl >> --- >> board/isee/igep00x0/igep00x0.c | 12

Re: [U-Boot] [PATCHv7 6/7] igep00x0: UBIize

2016-01-22 Thread Enric Balletbo Serra
Hi Ladis, Many thanks for your work on this, see some comments below ... 2016-01-21 7:07 GMT+01:00 Heiko Schocher : > Hello Ladislav, > > Am 17.01.2016 um 04:16 schrieb Ladislav Michl: >> >> Convert IGEP board to use UBI volumes for U-Boot, its environment and >> kernel. With

Re: [U-Boot] [PATCH] igep00x0: remove #undef CONFIG_BOOTDELAY

2016-01-22 Thread Enric Balletbo Serra
2016-01-21 11:35 GMT+01:00 Ladislav Michl : > Do not undefine CONFIG_BOOTDELAY, so board can boot without user > intervention. > > Signed-off-by: Ladislav Michl > --- > include/configs/omap3_igep00x0.h | 2 -- > 1 file changed, 2 deletions(-) > > diff

Re: [U-Boot] [PATCH] armv7: Add missing newline after OMAP die ID

2016-01-04 Thread Enric Balletbo Serra
> ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot I personally find this a bit annoying too, so you have my ack Acked-by: Enric Balletbo Serra <enric.balle...@collabora.com> ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] igep00x0: Do not include config_distro_defaults.h directly

2015-12-30 Thread Enric Balletbo Serra
Hi Ladislav, Thanks for the patch, some comments below 2015-12-30 2:50 GMT+01:00 Ladislav Michl : > File is already included: > omap3_igep00x0.h -> ti_omap3_common.h -> ti_armv7_omap.h -> > ti_armv7_common.h -> config_distro_defaults.h > > Signed-off-by: Ladislav Michl

Re: [U-Boot] Possible OMAP3 regression with current mainline

2015-01-30 Thread Enric Balletbo Serra
Hi Simon, 2015-01-30 2:24 GMT+01:00 Simon Glass s...@chromium.org: Hi Enric, On 26 January 2015 at 10:55, Enric Balletbo Serra eballe...@gmail.com wrote: I just tried boot with my OMAP3 based board (IGEPv2) and I found that is broken in current mainline and v2015.01. The boot process stops

[U-Boot] Possible OMAP3 regression with current mainline

2015-01-26 Thread Enric Balletbo Serra
I just tried boot with my OMAP3 based board (IGEPv2) and I found that is broken in current mainline and v2015.01. The boot process stops at reading u-boot.img Did someone, with another OMAP3 board, have the same problem? I bisected the problem and looks that was introduced in following commit.

[U-Boot] Return value of run command

2014-05-30 Thread Enric Balletbo Serra
Hi all, Should the command 'run something' return the value that returns something or just return true if can execute something and false if it can't ? I'll explain. Imagine you have a variable that loads a file from the mmc but this files doesn't exist. loadfile=load mmc ${mmcdev}

Re: [U-Boot] [PATCH] omap3: igep00x0: fix NAND_BOOT for igep_0020 and igep_0030

2014-04-03 Thread Enric Balletbo Serra
Hi Peko 2014-04-03 9:09 GMT+02:00 Pekon Gupta pe...@ti.com: fixes commit e37e954eba3edb5015a0a02880d57517f57425d8 OMAP3: igep00x0: Convert to ti_omap3_common.h. Above commit introduced compilation error when building igep0020 and igep0030 boards for NAND boot. It removed

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

2014-03-06 Thread Enric Balletbo Serra
Hi Tom, 2014-03-06 16:45 GMT+01:00 Tom Rini tr...@ti.com: Hey, The following changes since commit cc07294bc704694ae33db75b25ac557e5917a83f: arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup (2014-03-04 09:42:07 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH] OMAP3: igep00x0: Enable required clocks for GPIO that are used.

2014-02-19 Thread Enric Balletbo Serra
Hi Tom, 2014-01-25 22:52 GMT+01:00 Enric Balletbo i Serra eballe...@gmail.com: Enable required clocks for GPIO to fix a boot issue introduced by commit f33b9bd3984fb11e1d8566a866adc5957b1e1c9d (arm: omap3: Enable clocks for peripherals only if they are used). Without this patch the u-boot

Re: [U-Boot] [RFC][PATCH 0/7] TI: OMAP3: Use common config file.

2014-01-24 Thread Enric Balletbo Serra
Hi Tom, 2014/1/6 Tom Rini tr...@ti.com: On Mon, Dec 23, 2013 at 12:11:25PM +0100, Enric Balletbo Serra wrote: 2013/12/6 Enric Balletbo i Serra eballe...@gmail.com: Hi all, Most of the boards based on TI processors uses common configuration files (ti_armv7_common.h, ti_processor_common.h

Re: [U-Boot] [RFC][PATCH 0/7] TI: OMAP3: Use common config file.

2014-01-24 Thread Enric Balletbo Serra
Hi Tom, 2014/1/24 Tom Rini tr...@ti.com: On Fri, Jan 24, 2014 at 09:45:36AM +0100, Enric Balletbo Serra wrote: Hi Tom, 2014/1/6 Tom Rini tr...@ti.com: On Mon, Dec 23, 2013 at 12:11:25PM +0100, Enric Balletbo Serra wrote: 2013/12/6 Enric Balletbo i Serra eballe...@gmail.com: Hi all

Re: [U-Boot] BCH8 support when we do not have ELM h/w engine.

2014-01-14 Thread Enric Balletbo Serra
Hi Pekon, 2014/1/13 Gupta, Pekon pe...@ti.com: Hi Enric, Hi Pekon, 2013/12/10 Gupta, Pekon pe...@ti.com: Hi Enric, Sorry I missed your earlier mail, so din't check this.. From: Enric Balletbo Serra [mailto:eballe...@gmail.com] I saw that the OOB layout is not the same when I flash

Re: [U-Boot] [RFC][PATCH 0/7] TI: OMAP3: Use common config file.

2013-12-23 Thread Enric Balletbo Serra
2013/12/6 Enric Balletbo i Serra eballe...@gmail.com: Hi all, Most of the boards based on TI processors uses common configuration files (ti_armv7_common.h, ti_processor_common.h) to avoid duplication of code. This is right except for OMAP3-based boards. In order to use the same schema as

Re: [U-Boot] [PATCH v3 0/8] SATA support for omap5_uevm and dra7_evm

2013-12-18 Thread Enric Balletbo Serra
Hi Roger, 2013/12/4 Tom Rini tr...@ti.com: On Mon, Nov 11, 2013 at 04:56:36PM +0200, Roger Quadros wrote: Hi, This series adds SATA support for OMAP5 uevm and DRA7 evm. Patches are also availabe at g...@github.com:rogerq/u-boot.git sata v3: - get rid of custom perror() macro, use

Re: [U-Boot] BCH8 support when we do not have ELM h/w engine.

2013-12-10 Thread Enric Balletbo Serra
2013/12/4 Enric Balletbo Serra eballe...@gmail.com: Dear Pekon, I'm trying to enable the support for BCH8 for platforms that do not have ELM hardware engine. Maybe I'm missing something but my first and quick attempt was applying the following patch: http://pastebin.com/VUjuGChR

Re: [U-Boot] BCH8 support when we do not have ELM h/w engine.

2013-12-10 Thread Enric Balletbo Serra
Hi Pekon, 2013/12/10 Gupta, Pekon pe...@ti.com: Hi Enric, Sorry I missed your earlier mail, so din't check this.. From: Enric Balletbo Serra [mailto:eballe...@gmail.com] I saw that the OOB layout is not the same when I flash the rootfs from the u-boot or from the kernel. For example

Re: [U-Boot] [PATCH] mtd: nand: omap: add CONFIG_SPL_NAND_DEVICE_WIDTH to determine NAND device bus-width

2013-12-05 Thread Enric Balletbo Serra
Hi Pekon, Just a comment for OMAP3-based IGEP boards, see below ... 2013/12/5 Pekon Gupta pe...@ti.com: This patch adds CONFIG_SPL_NAND_DEVICE_WIDTH to specify bus-width of NAND device CONFIG_SPL_NAND_DEVICE_WIDTH == 16: NAND device with x16 bus-width CONFIG_SPL_NAND_DEVICE_WIDTH == 8:

Re: [U-Boot] [uBoot] TI: configs: Commonize the boot of different devices

2013-12-04 Thread Enric Balletbo Serra
Hi Tom, 2013/12/4 Tom Rini tr...@ti.com: On Wed, Nov 20, 2013 at 01:40:18PM -0600, Dan Murphy wrote: Commonize in the ti_armv7_common.h the boot scripts for USB, MMC and NAND. Each board file can then select which BOOT_TARGETS are applicable for the target board. And any parameters based

Re: [U-Boot] [uBoot] TI: configs: Commonize the boot of different devices

2013-12-04 Thread Enric Balletbo Serra
2013/12/4 Tom Rini tr...@ti.com: On Wed, Dec 04, 2013 at 03:14:08PM +0100, Enric Balletbo Serra wrote: Hi Tom, 2013/12/4 Tom Rini tr...@ti.com: On Wed, Nov 20, 2013 at 01:40:18PM -0600, Dan Murphy wrote: Commonize in the ti_armv7_common.h the boot scripts for USB, MMC and NAND

[U-Boot] BCH8 support when we do not have ELM h/w engine.

2013-12-04 Thread Enric Balletbo Serra
Dear Pekon, I'm trying to enable the support for BCH8 for platforms that do not have ELM hardware engine. Maybe I'm missing something but my first and quick attempt was applying the following patch: http://pastebin.com/VUjuGChR With this patch I'm able to switch to

Re: [U-Boot] [PATCH V2] arm: omap: i2c: don't zero cnt in i2c_write

2013-11-29 Thread Enric Balletbo Serra
writes that zero the cnt register. Cc: Heiko Schocher h...@denx.de Cc: Thomas Petazzoni thomas.petazz...@free-electrons.com Cc: Tom Rini tr...@ti.com Cc: Lubomir Popov lpo...@mm-sol.com Cc: Enric Balletbo Serra eballe...@gmail.com Signed-off-by: Nikita Kiryanov nik...@compulab.co.il --- Changes

Re: [U-Boot] OMAP3 i2c issues on IGEP, u-boot 2013.10

2013-11-27 Thread Enric Balletbo Serra
Hi Thomas, CC'ing Javier Martínez 2013/11/27 Thomas Petazzoni thomas.petazz...@free-electrons.com: Hello, We've recently updated from u-boot 2013.04 to u-boot 2013.10 on our IGEP boards (OMAP3 based, U-Boot shows OMAP36XX/37XX-GP ES1.2), and we're seeing random I2C communication problems

Re: [U-Boot] OMAP3 i2c issues on IGEP, u-boot 2013.10

2013-11-27 Thread Enric Balletbo Serra
Hi Thomas, 2013/11/27 Thomas Petazzoni thomas.petazz...@free-electrons.com: Dear Enric Balletbo Serra, On Wed, 27 Nov 2013 14:56:15 +0100, Enric Balletbo Serra wrote: 2013/11/27 Thomas Petazzoni thomas.petazz...@free-electrons.com: Hello, We've recently updated from u-boot 2013.04 to u

Re: [U-Boot] OMAP3 i2c issues on IGEP, u-boot 2013.10

2013-11-27 Thread Enric Balletbo Serra
Hi all, 2013/11/27 Nikita Kiryanov nik...@compulab.co.il: On 11/27/2013 06:10 PM, Thomas Petazzoni wrote: Dear Nikita Kiryanov, On Wed, 27 Nov 2013 17:52:31 +0200, Nikita Kiryanov wrote: The zeroing of the cnt register also happens in other places in the driver, and it is entirely

Re: [U-Boot] [PATCH v3 0/8] SATA support for omap5_uevm and dra7_evm

2013-11-21 Thread Enric Balletbo Serra
Hi Roger, 2013/11/11 Roger Quadros rog...@ti.com: Hi, This series adds SATA support for OMAP5 uevm and DRA7 evm. Patches are also availabe at g...@github.com:rogerq/u-boot.git sata v3: - get rid of custom perror() macro, use printf - Fixed coding sytle issues v2: - Address

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

2013-11-07 Thread Enric Balletbo Serra
Hi Roger, Thanks for the patches! 2013/11/6 Roger Quadros rog...@ti.com: 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()

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

2013-10-17 Thread Enric Balletbo Serra
Hi Brad and Sricharan, 2013/10/17 Sricharan R r.sricha...@ti.com: Hi Brad, On Thursday 17 October 2013 08:05 AM, Griffis, Brad wrote: First, Sricharan, thanks for putting together these patches and getting them posted so quickly. I approve of the code but wanted to comment on the commit

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

2013-10-16 Thread Enric Balletbo Serra
Hi Sricharan, 2013/10/16 Sricharan R r.sricha...@ti.com: Changing the IO settings to turn on VREF_DQ and disable weak pullup for DQS/nDQS. Signed-off-by: Sricharan R r.sricha...@ti.com --- arch/arm/include/asm/arch-omap5/omap.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

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

2013-10-16 Thread Enric Balletbo Serra
Hi Sricharan, 2013/10/16 Sricharan R r.sricha...@ti.com: Hi, On Wednesday 16 October 2013 06:03 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/16/2013 07:34 AM, Enric Balletbo Serra wrote: Hi Sricharan, 2013/10/16 Sricharan R r.sricha...@ti.com: Changing the IO

Re: [U-Boot] [PATCH 0/1] Fix ethernet regression on pcm051

2013-09-27 Thread Enric Balletbo Serra
Hi Lars, 2013/9/26 Mugunthan V N mugunthan...@ti.com: On 9/25/2013 5:21 AM, Lars Poeschel wrote: From: Lars Poeschel poesc...@lemonage.de I compiled and tried v2013.10-rc2 on pcm051 and it fails booting over tftp. I could bisect 2bf36ac638ab2db9f0295aa47064976eeebf80c1 as the cause of the

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

2013-09-02 Thread Enric Balletbo Serra
Hi Javier, Just an observation... 2013/8/31 Javier Martinez Canillas jav...@dowhile0.org: 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

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

2013-09-02 Thread Enric Balletbo Serra
Hi Javier, Just some minor changes ... 2013/8/31 Javier Martinez Canillas jav...@dowhile0.org: 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

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 jav...@dowhile0.org: 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

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 tr...@ti.com: On Mon, Aug 19, 2013 at 04:38:56PM +0200, Heiko Schocher wrote: Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Mugunthan V N mugunthan...@ti.com Looks fine, but can we get this tested on the isee

Re: [U-Boot] [PATCH 6/6] am335x_evm: am33xx_spl_board_init function and scale core frequency

2013-07-29 Thread Enric Balletbo Serra
Hi Tom, 2013/7/23 Dan Murphy dmur...@ti.com: On 07/19/2013 02:00 PM, Tom Rini wrote: Add a am33xx_spl_board_init (and enable the PMICs) that we may see, depending on the board we are running on. In all cases, we see if we can rely on the efuse_sma register to tell us the maximum speed. In

Re: [U-Boot] [RFC] Improve bootargs for IGEP boards.

2013-07-23 Thread Enric Balletbo Serra
Hi Tom, Thanks for the answer. 2013/7/18 Tom Rini tr...@ti.com: On Tue, Jul 16, 2013 at 10:00:16AM +0200, Enric Balletbo Serra wrote: [snip] o 2nd proposal: 4 partitions: SPL U-Boot U-Boot Environment Filesystem (ubifs): zImage + kernel modules

Re: [U-Boot] [RFC] Improve bootargs for IGEP boards.

2013-07-23 Thread Enric Balletbo Serra
2013/7/23 Enric Balletbo Serra eballe...@gmail.com: Hi Tom, Thanks for the answer. 2013/7/18 Tom Rini tr...@ti.com: On Tue, Jul 16, 2013 at 10:00:16AM +0200, Enric Balletbo Serra wrote: [snip] o 2nd proposal: 4 partitions: SPL U-Boot U-Boot Environment

Re: [U-Boot] [PATCH 6/6] am335x_evm: am33xx_spl_board_init function and scale core frequency

2013-07-19 Thread Enric Balletbo Serra
Hi Tom, Just a comment below ... 2013/7/19 Tom Rini tr...@ti.com: Add a am33xx_spl_board_init (and enable the PMICs) that we may see, depending on the board we are running on. In all cases, we see if we can rely on the efuse_sma register to tell us the maximum speed. In the case of

[U-Boot] [RFC] Improve bootargs for IGEP boards.

2013-07-16 Thread Enric Balletbo Serra
Now that all the IGEP boards have Device Tree support and uImage is deprecated in favour of zImage, maybe, it's time to rethink the default boot command. We can also use this to unify the different bootargs between IGEP0020/30/32 and IGEP0033 that now are a bit different. IMHO, basically, there

Re: [U-Boot] [PATCH 1/1] OMAP3: igep00x0: allow booting with a FDT from MMC

2013-07-15 Thread Enric Balletbo Serra
Hi Javier, 2013/7/14 Javier Martinez Canillas jav...@dowhile0.org: IGEP boards now have Device Tree support in the mainline kernel. To boot an IGEP board using a DT, a uEnv.txt plain text file could be used to define a custom uenvcmd that will be run by the default boot command. It is more

Re: [U-Boot] Build error of u-boot mater branch

2013-06-27 Thread Enric Balletbo Serra
Hi Bo, 2013/6/27 Bo Shen voice.s...@gmail.com: Hi All, When build u-boot master branch, I meet the following of error. ---8--- lib/rsa/rsa-sign.c:26:25: fatal error: openssl/rsa.h: No such file or directory ---8--- The master git commit id I build is:

Re: [U-Boot] Not able to boot using zImage

2013-06-21 Thread Enric Balletbo Serra
Hi Tom, Thanks for your quick reply. 2013/6/20 Tom Rini tr...@ti.com On Thu, Jun 20, 2013 at 12:27:02PM +0200, Enric Balletbo Serra wrote: Hi all, I've some problems trying to boot a zImage with following command after load the zImage and the fdt file on memory: U-Boot fdt addr

[U-Boot] Not able to boot using zImage

2013-06-20 Thread Enric Balletbo Serra
Hi all, I've some problems trying to boot a zImage with following command after load the zImage and the fdt file on memory: U-Boot fdt addr ${dtbaddr}; fdt resize; bootz ${loadaddr} - ${dtbaddr} But the sistem stops at Starting kernel ... File transfer via NFS from server 192.168.2.245; our

Re: [U-Boot] [PATCH] net: nfs: add dynamic wait period

2013-04-12 Thread Enric Balletbo Serra
Hi all, 2013/1/26 Matthias Brugger matthias@gmail.com 2012/12/11 Matthias Brugger matthias@gmail.com: This patch tackles the time out problem which leads to break the boot process, when loading file over nfs. The patch does two things. First of all, we just ignore messages that

Re: [U-Boot] [PATCH] net: nfs: add dynamic wait period

2013-04-12 Thread Enric Balletbo Serra
Hi Joe, Thanks for answer. 2013/4/12 Joe Hershberger joe.hershber...@gmail.com Hi Matthias and Enric, On Fri, Apr 12, 2013 at 3:08 AM, Enric Balletbo Serra eballe...@gmail.com wrote: Hi all, 2013/1/26 Matthias Brugger matthias@gmail.com 2012/12/11 Matthias Brugger matthias

Re: [U-Boot] [PATCH 2/2] ARM: Add support for IGEP COM AQUILA/CYGNUS

2013-04-04 Thread Enric Balletbo Serra
Tom, One more question... 2013/4/4 Enric Balletbo Serra eballe...@gmail.com Hi Tom, Thanks for your comments. 2013/4/4 Tom Rini tr...@ti.com On Wed, Apr 03, 2013 at 03:12:03PM +0200, Enric Balletbo i Serra wrote: From: Enric Balletbo i Serra eballe...@iseebcn.com The IGEP COM

Re: [U-Boot] [PATCHv2 0/3] new IGEP board support

2013-03-15 Thread Enric Balletbo Serra
Hi Tom, Any comments on these patch series ? 2013/2/7 Javier Martinez Canillas jav...@dowhile0.org: On Thu, Feb 7, 2013 at 11:40 AM, [Enric Balletbo i Serra eballe...@gmail.com wrote: From: Enric Balletbo i Serra eballe...@iseebcn.com Hi all, This is the second version to add support to

Re: [U-Boot] [PATCH 2/2] SPL: ONENAND: Support SPL to boot u-boot from OneNAND.

2013-02-07 Thread Enric Balletbo Serra
Hi, 2013/2/5 Enric Balletbo Serra eballe...@gmail.com: Hi Kyungmin, Thanks for revisit the patch. 2013/2/5 Kyungmin Park kmp...@infradead.org: Hi, On Tue, Feb 5, 2013 at 6:23 PM, Enric Balletbo i Serra eballe...@gmail.com wrote: From: Enric Balletbo i Serra eballe...@iseebcn.com

Re: [U-Boot] [PATCH 2/2] OMAP3: igep00x0: Add new IGEP COM PROTON.

2013-02-06 Thread Enric Balletbo Serra
Hi Javier, Thanks for your comments. 2013/2/6 Javier Martinez Canillas jav...@dowhile0.org: Hi Enric, On Wed, Feb 6, 2013 at 9:29 AM, Enric Balletbo i Serra eballe...@gmail.com wrote: From: Enric Balletbo i Serra eballe...@iseebcn.com The IGEP COM PROTON is a new ultra compact module

Re: [U-Boot] [PATCH 2/2] OMAP3: igep00x0: Add new IGEP COM PROTON.

2013-02-06 Thread Enric Balletbo Serra
Hi Javier, 2013/2/6 Javier Martinez Canillas martinez.jav...@gmail.com: On Wed, Feb 6, 2013 at 3:42 PM, Enric Balletbo Serra eballe...@gmail.com wrote: Hi Javier, Hi Enric, Thanks for your comments. 2013/2/6 Javier Martinez Canillas jav...@dowhile0.org: Hi Enric, On Wed, Feb 6, 2013

Re: [U-Boot] [PATCH 2/2] SPL: ONENAND: Support SPL to boot u-boot from OneNAND.

2013-02-05 Thread Enric Balletbo Serra
Hi Kyungmin, Thanks for revisit the patch. 2013/2/5 Kyungmin Park kmp...@infradead.org: Hi, On Tue, Feb 5, 2013 at 6:23 PM, Enric Balletbo i Serra eballe...@gmail.com wrote: From: Enric Balletbo i Serra eballe...@iseebcn.com This patch will allow use SPL to boot an u-boot from the

Re: [U-Boot] [PATCH 1/1] OMAP3: igep00x0: add CONFIG_SPL_BOARD_INIT for CONFIG_SPL_NAND_SUPPORT

2012-12-28 Thread Enric Balletbo Serra
2012/12/28 Javier Martinez Canillas jav...@dowhile0.org: When booting an IGEPv2 board from NAND with SPL, U-Boot hangs trying to read the OMAP General Purpose Memory Controller (GPMC). The reason is that the GPMC initialization function is called inside spl_board_init() and this function is

Re: [U-Boot] [PATCH] OMAP3: igep0020: Add pad config for WIFI/BT GPIOs

2012-10-29 Thread Enric Balletbo Serra
Hi, 2012/10/28 Anders Hedlund anders.j.hedl...@gmail.com: This adds support for WIFI/BT GPIOs which were previously missing. Signed-off-by: Anders Hedlund anders.j.hedl...@gmail.com Cc: Enric Balletbo i Serra eballe...@iseebcn.com Cc: Jonas Zetterberg j...@jozz.se ---

Re: [U-Boot] [PATCH] OMAP3: igep0020: Add pad config for WIFI/BT GPIOs

2012-10-29 Thread Enric Balletbo Serra
2012/10/29 Anders Hedlund anders.j.hedl...@gmail.com: 2012/10/29 Enric Balletbo Serra eballe...@gmail.com: Hi, 2012/10/28 Anders Hedlund anders.j.hedl...@gmail.com: This adds support for WIFI/BT GPIOs which were previously missing. Signed-off-by: Anders Hedlund anders.j.hedl...@gmail.com