[U-Boot] [PATCH v5 2/6] mx28evk: We shouldn't hardcode a rootfs filesystem type

2013-01-09 Thread Otavio Salvador
For a generic environment, we shouldn't have a fixed rootfs filesystem so we drop it from env. Signed-off-by: Otavio Salvador --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - reformat environment change to fit in 80 cols include/configs/mx28evk.h |

[U-Boot] [PATCH v5 3/6] mx28evk: Add support to dynamically choose between fdt use or not

2013-01-09 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v5: - Change subject - Reword the warning Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop exit use - Fix netboot - Use fdt instead of ftd Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script

[U-Boot] [PATCH v5 5/6] mx6qsabrelite: Add support to dynamically choose between fdt use or not

2013-01-09 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v5: - Change subject - Reword the warning Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop exit use - Fix netboot - Use fdt instead of ftd Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script

[U-Boot] [PATCH v5 6/6] mx6qsabre{auto, sd}: Add support to dynamically choose between fdt use or not

2013-01-09 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v5: - Change subject - Reword the warning Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop exit use - Fix netboot - Use fdt instead of ftd Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script

[U-Boot] [PATCH v5 4/6] mx53loco: Add support to dynamically choose between fdt use or not

2013-01-09 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v5: - Change subject - Reword the warning Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop exit use - Fix netboot - Use fdt instead of ftd Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script

Re: [U-Boot] [PATCH] mx6qsabresd: Fix booting the kernel from SDHC3

2013-01-10 Thread Otavio Salvador
mx6qsabresd.h > +++ b/include/configs/mx6qsabresd.h > @@ -27,7 +27,7 @@ > > #define CONFIG_SYS_FSL_USDHC_NUM 3 > #if defined(CONFIG_ENV_IS_IN_MMC) > -#define CONFIG_SYS_MMC_ENV_DEV 2 /* eMMC/uSDHC4 */ > +#define CONFIG_SYS_MMC_ENV_DEV 1 /* SDHC

Re: [U-Boot] [PATCH v2] mx6qsabresd: Fix booting the kernel from SDHC3

2013-01-10 Thread Otavio Salvador
Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br __

[U-Boot] [PATCH v6 0/6] Improve default environment for easy use

2013-01-10 Thread Otavio Salvador
use - Fix netboot - Use fdt instead of ftd Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - New patch - Reformat environment change to fit in 80 cols - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try&#x

[U-Boot] [PATCH v6 1/6] mx6qsabrelite: Use tabs to environment setting

2013-01-10 Thread Otavio Salvador
This rework the environment to use tabs for environment setting as done in other boards. Signed-off-by: Otavio Salvador --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - New patch include/configs/mx6qsabrelite.h | 66

[U-Boot] [PATCH v6 6/6] mx6qsabre{auto, sd}: Add support to dynamically choose between fdt use or not

2013-01-10 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v6: - Fix netboot fdt - Rebase on top of 'mx6qsabresd: Fix booting the kernel from SDHC3' Changes in v5: - Change subject - Reword the warning Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop exit use - F

[U-Boot] [PATCH v6 5/6] mx6qsabrelite: Add support to dynamically choose between fdt use or not

2013-01-10 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v6: - Fix netboot fdt Changes in v5: - Change subject - Reword the warning Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop exit use - Fix netboot - Use fdt instead of ftd Changes in v3: - Add loadfdt - Use loadfdt

[U-Boot] [PATCH v6 2/6] mx28evk: We shouldn't hardcode a rootfs filesystem type

2013-01-10 Thread Otavio Salvador
For a generic environment, we shouldn't have a fixed rootfs filesystem so we drop it from env. Signed-off-by: Otavio Salvador --- Changes in v6: - Fix reformat Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Reformat environment change to fit in 80 cols in

[U-Boot] [PATCH v6 3/6] mx28evk: Add support to dynamically choose between fdt use or not

2013-01-10 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v6: None Changes in v5: - Change subject - Reword the warning Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop exit use - Fix netboot - Use fdt instead of ftd Changes in v3: - Add loadfdt - Use loadfdt - Call exit to

[U-Boot] [PATCH v6 4/6] mx53loco: Add support to dynamically choose between fdt use or not

2013-01-10 Thread Otavio Salvador
. | | resetting ... `--- Signed-off-by: Otavio Salvador --- Changes in v6: - Fix mmcargs set - Fix netboot fdt - Raise SYS_CBSIZE to 512 to fix a runtime error Changes in v5: - Change subject - Reword the warning Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop

Re: [U-Boot] [PATCH 16/18 V2] mxs: Add MX23 olinuxino board support

2013-01-12 Thread Otavio Salvador
On Fri, Jan 11, 2013 at 9:27 PM, Marek Vasut wrote: > This patch adds support for MX23-based Olinuxino board. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Otavio Salvador > Cc: Stefano Babic > --- > MAINTAINERS

Re: [U-Boot] [PATCH 16/18] mxs: Add MX23 olinuxino board support

2013-01-12 Thread Otavio Salvador
On Fri, Jan 11, 2013 at 9:27 PM, Marek Vasut wrote: > Dear Fabio Estevam, > >> Hi Marek, >> >> On Fri, Jan 11, 2013 at 11:19 AM, Marek Vasut wrote: >> > This patch adds support for MX23-based Olinuxino board. >> > >> > Signed-off-by: Marek Vasu

Re: [U-Boot] [PATCH] mxs: Linux uses ttyAMA0 as DUART

2013-01-12 Thread Otavio Salvador
On Fri, Jan 11, 2013 at 9:29 PM, Marek Vasut wrote: > Replace use of ttyAM0 with ttyAMA0 as default serial console. > > Signed-off-by: Marek Vasut > Cc: Stefano Babic Please use the board name in the commit log. -- Otavio Salvador O.S. Systems

Re: [U-Boot] [PATCH] mxs: Linux uses ttyAMA0 as DUART

2013-01-12 Thread Otavio Salvador
On Sat, Jan 12, 2013 at 2:14 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Fri, Jan 11, 2013 at 9:29 PM, Marek Vasut wrote: >> > Replace use of ttyAM0 with ttyAMA0 as default serial console. >> > >> > Signed-off-by: Marek Vasut >> > Cc: S

Re: [U-Boot] [PATCH 16/18 V2] mxs: Add MX23 olinuxino board support

2013-01-12 Thread Otavio Salvador
On Sat, Jan 12, 2013 at 2:16 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Fri, Jan 11, 2013 at 9:27 PM, Marek Vasut wrote: >> > This patch adds support for MX23-based Olinuxino board. >> > >> > Signed-off-by: Marek Vasut >> > Cc:

Re: [U-Boot] [PATCH 16/18 V2] mxs: Add MX23 olinuxino board support

2013-01-12 Thread Otavio Salvador
On Sat, Jan 12, 2013 at 2:52 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Sat, Jan 12, 2013 at 2:16 PM, Marek Vasut wrote: >> > Dear Otavio Salvador, >> > >> >> On Fri, Jan 11, 2013 at 9:27 PM, Marek Vasut wrote: >> >> &g

Re: [U-Boot] [PATCH] mx6qsabre_common: Let mmc partition be board specific

2013-01-14 Thread Otavio Salvador
dif > > #endif /* __MX6QSABREAUTO_CONFIG_H */ > -- > 1.7.9.5 > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot -- Otavio Salvador

Re: [U-Boot] [PATCH] mxs: Boost the memory power supply

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 8:51 PM, Marek Vasut wrote: > The memory power supply on MX23 didn't pump out enough juice into > the DRAM chip, thus caused occasional memory corruption. Fix this. > > Signed-off-by: Marek Vasut > Cc: Otavio Salvador > Cc: Fabio Estevam > Cc

Re: [U-Boot] [PATCH] mxs: Boost the memory power supply

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 10:59 PM, Fabio Estevam wrote: > Hi Otavio, > > On Mon, Jan 21, 2013 at 10:44 PM, Otavio Salvador > wrote: > >> I did try it in mx23evk and mtest works fine there. However this patch > > That's good news. Do you plan to submit mx23evk supp

Re: [U-Boot] [PATCH V2] mxs: Boost the memory power supply

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 10:57 PM, Marek Vasut wrote: > The memory power supply on MX23 didn't pump out enough juice into > the DRAM chip, thus caused occasional memory corruption. Fix this. > > Signed-off-by: Marek Vasut > Cc: Otavio Salvador > Cc: Fabio Estevam > Cc

[U-Boot] [PATCH 0/9] iMX23 MMC support and environment addition

2013-01-21 Thread Otavio Salvador
: Add SSP registers map mx23: Use XFER_COUNT field in HW_SSP_CTRL0 register in MMC PIO mode mx23_olinuxino: Add MMC support Otavio Salvador (6): mx23: Fix transfer size setting for SPI mx23evk: Add initial board support mx23_olinuxino: Skip MMC Card detection mx23_olinuxino: Add default

[U-Boot] [PATCH 1/9] mx23: Add SSP registers map

2013-01-21 Thread Otavio Salvador
From: Marek Vasut Signed-off-by: Marek Vasut Signed-off-by: Otavio Salvador --- arch/arm/include/asm/arch-mxs/regs-ssp.h | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/include/asm/arch-mxs/regs-ssp.h b/arch/arm/include/asm/arch-mxs/regs-ssp.h index

[U-Boot] [PATCH 2/9] mx23: Use XFER_COUNT field in HW_SSP_CTRL0 register in MMC PIO mode

2013-01-21 Thread Otavio Salvador
From: Marek Vasut Signed-off-by: Marek Vasut Signed-off-by: Otavio Salvador --- drivers/mmc/mxsmmc.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c index 0c4cd54..4b178be 100644 --- a/drivers/mmc

[U-Boot] [PATCH 3/9] mx23: Fix transfer size setting for SPI

2013-01-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- drivers/spi/mxs_spi.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/spi/mxs_spi.c b/drivers/spi/mxs_spi.c index bb865b7..10bf5aa 100644 --- a/drivers/spi/mxs_spi.c +++ b/drivers/spi/mxs_spi.c @@ -167,8 +167,13 @@ static int mxs_spi_xfer_pio

[U-Boot] [PATCH 4/9] mx23evk: Add initial board support

2013-01-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- board/freescale/mx23evk/Makefile | 47 +++ board/freescale/mx23evk/mx23evk.c | 81 board/freescale/mx23evk/spl_boot.c | 115 + boards.cfg | 1 + include/configs/mx23evk.h | 252

[U-Boot] [PATCH 5/9] mx23_olinuxino: Add MMC support

2013-01-21 Thread Otavio Salvador
From: Marek Vasut Signed-off-by: Marek Vasut --- board/olimex/mx23_olinuxino/mx23_olinuxino.c | 17 - board/olimex/mx23_olinuxino/spl_boot.c | 10 ++ include/configs/mx23_olinuxino.h | 12 3 files changed, 38 insertions(+), 1 deletion(-) d

[U-Boot] [PATCH 7/9] mx23_olinuxino: Add default environment

2013-01-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- include/configs/mx23_olinuxino.h | 90 +++- 1 file changed, 89 insertions(+), 1 deletion(-) diff --git a/include/configs/mx23_olinuxino.h b/include/configs/mx23_olinuxino.h index a62e3a2..7d34168 100644 --- a/include/configs

[U-Boot] [PATCH 6/9] mx23_olinuxino: Skip MMC Card detection

2013-01-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- drivers/mmc/mxsmmc.c | 2 ++ include/configs/mx23_olinuxino.h | 1 + 2 files changed, 3 insertions(+) diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c index 4b178be..618659e 100644 --- a/drivers/mmc/mxsmmc.c +++ b/drivers/mmc/mxsmmc.c

[U-Boot] [PATCH 8/9] mxs: Fix MMC reset to avoid write errors and timeout in iMX23

2013-01-21 Thread Otavio Salvador
This does the same reset mask as done in v3.7 Linux kernel code; it fixed the saveenv command in mx23evk. Signed-off-by: Otavio Salvador --- drivers/mmc/mxsmmc.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c

[U-Boot] [PATCH 9/9] mx23: Use PIO mode support for MMC

2013-01-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- drivers/mmc/mxsmmc.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c index 0a3f0c4..628d609 100644 --- a/drivers/mmc/mxsmmc.c +++ b/drivers/mmc/mxsmmc.c @@ -50,6 +50,7 @@ struct mxsmmc_priv

Re: [U-Boot] [PATCH 2/9] mx23: Use XFER_COUNT field in HW_SSP_CTRL0 register in MMC PIO mode

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 11:45 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> From: Marek Vasut >> >> Signed-off-by: Marek Vasut >> Signed-off-by: Otavio Salvador >> --- >> drivers/mmc/mxsmmc.c | 24 +--- >> 1 file chan

Re: [U-Boot] [PATCH 3/9] mx23: Fix transfer size setting for SPI

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 11:46 PM, Marek Vasut wrote: > Dear Otavio Salvador, > > Description missing. Was this ever tested? Does SSP DMA work? > >> Signed-off-by: Otavio Salvador No; I did not test it as NAND support is not yet done but this was need to get it going. This is

Re: [U-Boot] [PATCH 9/9] mx23: Use PIO mode support for MMC

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 11:50 PM, Marek Vasut wrote: > Dear Otavio Salvador, > > NAK. DMA works on MX28 and works in Linux on MX23, therefore the DMA is not > broken on either. Thus there's no reason to introduce such "force_pio" stuff. Lack of time to work on it is

Re: [U-Boot] [PATCH 6/9] mx23_olinuxino: Skip MMC Card detection

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 11:48 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> Signed-off-by: Otavio Salvador >> --- >> drivers/mmc/mxsmmc.c | 2 ++ >> include/configs/mx23_olinuxino.h | 1 + >> 2 files changed, 3 insertions(+) >> >

Re: [U-Boot] [PATCH 5/9] mx23_olinuxino: Add MMC support

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 11:47 PM, Marek Vasut wrote: > Dear Otavio Salvador, > > Description is missing. > >> From: Marek Vasut >> >> Signed-off-by: Marek Vasut Please provide me the description you wish and I amend it. -- Otavio Salvador

Re: [U-Boot] [PATCH 7/9] mx23_olinuxino: Add default environment

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 11:49 PM, Marek Vasut wrote: > Dear Otavio Salvador, > > Description missing. > >> Signed-off-by: Otavio Salvador >> --- >> include/configs/mx23_olinuxino.h | 90 >> +++- 1 file changed, 89 insert

Re: [U-Boot] [PATCH 4/9] mx23evk: Add initial board support

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 11:46 PM, Marek Vasut wrote: > Dear Otavio Salvador, > > This should not be a part of the patchset. Description is missing. Well, this is the first version of the board support. I see no better description for it. -- Otavio Salvador

Re: [U-Boot] [PATCH 8/9] mxs: Fix MMC reset to avoid write errors and timeout in iMX23

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 11:49 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> This does the same reset mask as done in v3.7 Linux kernel code; it >> fixed the saveenv command in mx23evk. >> >> Signed-off-by: Otavio Salvador >> --- >> drivers/mmc

Re: [U-Boot] [PATCH 4/9] mx23evk: Add initial board support

2013-01-22 Thread Otavio Salvador
On Tue, Jan 22, 2013 at 12:30 AM, Fabio Estevam wrote: > On Mon, Jan 21, 2013 at 11:47 PM, Otavio Salvador > wrote: >> Signed-off-by: Otavio Salvador >> --- >> board/freescale/mx23evk/Makefile | 47 +++ >> board/freescale/mx23evk/mx23evk.c | 81 ++

[U-Boot] [PATCH] mx28evk: extend default environment

2012-09-15 Thread Otavio Salvador
The environment has been based on mx53loco and m28evk but keeping the possibility to easy change the default console device as Freescale and mainline kernels differ on the device name. Signed-off-by: Otavio Salvador --- include/configs/mx28evk.h | 82

[U-Boot] [PATCH 1/3] mx53loco: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador --- include/configs/mx53loco.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a

[U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador --- include/configs/mx6qsabrelite.h |8 +++- 1 file changed, 3 insertions(+), 5 deletions

[U-Boot] [PATCH 3/3] mx6qsabresd: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador --- include/configs/mx6qsabresd.h |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 2:57 PM, Robert Nelson wrote: > On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador > wrote: >> OpenEmbedded has change partitioning layout of generated image so it >> does not raise warnings during the boot regarding unkown partition >> being used

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 3:08 PM, Robert Nelson wrote: > On Wed, Sep 19, 2012 at 1:00 PM, Otavio Salvador > wrote: >> On Wed, Sep 19, 2012 at 2:57 PM, Robert Nelson >> wrote: >>> On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador >>> wrote: >>>>

[U-Boot] [PATCH v2 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador --- Changes in v2: - add initrd and fdt info back include/configs/mx6qsabrelite.h |4 ++-- 1 file

[U-Boot] [PATCH v2 1/3] mx53loco: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador --- Changes in v2: - no changes include/configs/mx53loco.h |4 ++-- 1 file changed, 2 insertions

[U-Boot] [PATCH v2 3/3] mx6qsabresd: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador --- Changes in v2: - add initrd and fdt info back include/configs/mx6qsabresd.h |4 ++-- 1 file

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 8:40 PM, Eric Nelson wrote: > On 09/19/2012 11:22 AM, Otavio Salvador wrote: >> >> On Wed, Sep 19, 2012 at 3:08 PM, Robert Nelson >> wrote: >>> >>> On Wed, Sep 19, 2012 at 1:00 PM, Otavio Salvador >>> wrote: >>

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 9:58 PM, Eric Nelson wrote: > On 09/19/2012 04:51 PM, Otavio Salvador wrote: >> I sort of agree; do you use 2 or 3 partitions in this case? >> > > Or 1 or 9? > > I'm actually not kidding here. The current Freescale Android image >

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 10:29 PM, Eric Nelson wrote: > On 09/19/2012 06:15 PM, Otavio Salvador wrote: >> On Wed, Sep 19, 2012 at 9:58 PM, Eric Nelson >> wrote: >>> The best part of doing it in OE is that the same commit should be able to >>> update both the envi

[U-Boot] [PATCH] mx28evk: Add missing 'setexpr' command

2012-09-21 Thread Otavio Salvador
The environment now uses expressions but we missed the setexpr command was not being include. This patch adds it. Signed-off-by: Otavio Salvador --- include/configs/mx28evk.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index

Re: [U-Boot] [PATCH v2 1/3] mx53loco: Change default environment to cope with OE changes

2012-09-21 Thread Otavio Salvador
On Thu, Sep 20, 2012 at 5:51 AM, Stefano Babic wrote: > On 20/09/2012 00:28, Otavio Salvador wrote: >> OpenEmbedded has change partitioning layout of generated image so it >> does not raise warnings during the boot regarding unkown partition >> being used for U-Boot. >&g

Re: [U-Boot] Disabling video in bootm (cleanup_before_linux)

2012-09-22 Thread Otavio Salvador
that can be overridden by platform specific preboot >> routine. We could define a preboot function in >> >> arch/arm/cpu/armv7/mx6/soc.c >> or in >> arch/arm/cpu/armv7/imx-common/cpu.c >> >> and call IPU shutdown routine in it. >> >

Re: [U-Boot] [PATCH 1/2] i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU before bootm

2012-09-22 Thread Otavio Salvador
your fix does what is need. Fabio did the workaround patch and knows the details. Added him in CC. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystem

Re: [U-Boot] [ELCE] Nov. 5.-7. meeting

2012-09-22 Thread Otavio Salvador
e I'd like to meet you guys :-) I will be there :-D -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _

Re: [U-Boot] [PATCH 1/2] i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU before bootm

2012-09-22 Thread Otavio Salvador
On Sat, Sep 22, 2012 at 11:37 AM, Fabio Estevam wrote: > On Sat, Sep 22, 2012 at 10:42 AM, Otavio Salvador > wrote: >> Hello Eric, >> >> On Fri, Sep 21, 2012 at 5:36 PM, Eric Nelson >> wrote: >>> Signed-off-by: Eric Nelson >> >> Did you test

Re: [U-Boot] Disabling video in bootm (cleanup_before_linux)

2012-09-22 Thread Otavio Salvador
On Sat, Sep 22, 2012 at 12:35 PM, Eric Nelson wrote: > On 09/22/2012 06:35 AM, Otavio Salvador wrote: >> >> On Fri, Sep 21, 2012 at 2:44 PM, Eric Nelson >> wrote: >>> >>> On 09/21/2012 10:22 AM, Anatolij Gustschin wrote: >>>> >>>

Re: [U-Boot] [PATCH 1/3] mx25: add CPU revision 1.2

2012-09-22 Thread Otavio Salvador
On Sat, Sep 22, 2012 at 5:50 PM, Eric Bénard wrote: > tested on a MCIMX257CJM4A which now reports : > CPU: Freescale i.MX25 rev1.2 at 399 MHz > > Signed-off-by: Eric Bénard Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems E-mail: ota...@ossy

Re: [U-Boot] [PATCH 2/3] mx25: fix compilation when CONFIG_FSL_ESDHC is enabled

2012-09-22 Thread Otavio Salvador
/cpu/arm1136/mx35/generic.c > and will pevent the usage of eSDHC2 (as done on i/MX35). > > Signed-off-by: Eric Bénard What about working in the proper fix then? -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.co

Re: [U-Boot] [PATCH 3/3] add Eukrea's CPUIMX25

2012-09-22 Thread Otavio Salvador
as he is the iMX custodian. Cheers, -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ___ U-Boot ma

Re: [U-Boot] [PATCH 3/3 V2] common: Add .u_boot_list into all linker files

2012-09-25 Thread Otavio Salvador
t; Cc: Mike Frysinger This has a mix of indentation; I did not check every file but it seems not consistent. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://proj

[U-Boot] [PATCH] mx6qsabreauto: Use ttymxc3 as console

2012-09-26 Thread Otavio Salvador
The mx6qsabreauto console is different than mx6qsabresd so the console configuration is now set in the board file. Signed-off-by: Otavio Salvador --- include/configs/mx6qsabre_common.h |2 +- include/configs/mx6qsabreauto.h|4 +++- include/configs/mx6qsabresd.h |4 +++- 3

Re: [U-Boot] [PATCH] tools: Add cleanpatch

2012-09-30 Thread Otavio Salvador
om master so it is easier to track from the hash. Using the stable tree will force the check of another tree. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.b

Re: [U-Boot] [PATCH] tools: Add cleanpatch

2012-09-30 Thread Otavio Salvador
On Fri, Sep 28, 2012 at 10:19 AM, Fabio Estevam wrote: > On Fri, Sep 28, 2012 at 9:42 AM, Otavio Salvador > wrote: > >> Please take it from master so it is easier to track from the hash. >> Using the stable tree will force the check of another tree. > > I don&#x

[U-Boot] [PATCH] mx6qsabreauto: Change mmcroot so it works out of box

2012-10-02 Thread Otavio Salvador
The mmcroot setting vary between mx6qsabreauto and mx6qsabresd so we move this to the board configuration file. Signed-off-by: Otavio Salvador --- include/configs/mx6qsabre_common.h |2 +- include/configs/mx6qsabreauto.h|3 ++- include/configs/mx6qsabresd.h |1 + 3 files

Re: [U-Boot] [PATCH V3 30/32] mx6qsabrelite: change CONFIG_SYS_PROMPT

2012-10-03 Thread Otavio Salvador
On Wed, Oct 3, 2012 at 10:47 PM, Troy Kisky wrote: > The prompt is not appropriate if not running on > a mx6q processor. > > Signed-off-by: Troy Kisky But in this case the board name will change, no? -- Otavio Salvador O.S. Systems E-mail: ota...@ossy

Re: [U-Boot] [PATCH V3 27/32] mx6qsabrelite: add support for mx6 solo/duallite

2012-10-03 Thread Otavio Salvador
could be renamed to mx6sabrelite so it is not confusing. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ___ U-Boot

Re: [U-Boot] [STATUS] v2012.10 released, Merge Window is OPEN

2012-10-15 Thread Otavio Salvador
On Mon, Oct 15, 2012 at 4:18 PM, Joe Hershberger wrote: > Hi Wolfgang, > Can you also add National Instruments (ni.com) to your list of employers? Please add O.S. Systems (ossystems.com.br) too. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br

[U-Boot] [PATCH] mxsboot: fix tool name in usage message

2012-03-17 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- tools/mxsboot.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/mxsboot.c b/tools/mxsboot.c index 8246831..6c05aa4 100644 --- a/tools/mxsboot.c +++ b/tools/mxsboot.c @@ -453,7 +453,7 @@ static int mx28_nand_write_firmware(struct

[U-Boot] [PATCH] README.mx28: add

2012-03-20 Thread Otavio Salvador
This is mainline a copy of README.m28 changing the references to the mx28 counterpart but it makes easy for people looking for information about mx28 based boards. Signed-off-by: Otavio Salvador Cc: Fabio Estevam --- doc/README.mx28 | 224

[U-Boot] [PATCH v2] README.mx28: add

2012-03-20 Thread Otavio Salvador
This is mainline a copy of README.m28 changing the references to the mx28 counterpart but it makes easy for people looking for information about mx28 based boards. Signed-off-by: Otavio Salvador Cc: Fabio Estevam --- doc/README.mx28 | 152

Re: [U-Boot] [PATCH v2] README.mx28: add

2012-03-21 Thread Otavio Salvador
enerally for the SOC. So please rename it to README.mx28evk. Will send v3 in a minute. :) -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              http://projetos.ossy

[U-Boot] [PATCH v3] README.mx28evk: add

2012-03-21 Thread Otavio Salvador
This is mainline a copy of README.m28 changing the references to the mx28evk counterpart and removing NAND instructions as it is not supported by the board. Signed-off-by: Otavio Salvador Acked-by: Fabio Estevam --- doc/README.mx28evk | 153

Re: [U-Boot] [PATCH] mx53: Make PLL2 to be the parent of UART clock

2012-03-21 Thread Otavio Salvador
On Wed, Mar 21, 2012 at 12:42, Fabio Estevam wrote: ... > On a 2.6.35 kernel the serial console is messed up after IPU driver is loaded > and this patch fixes this problem. ... I tested it on my imx53qsb and it does fix the issue. Acked-by: Otavio Salvador -- Otavio Sa

Re: [U-Boot] [PATCH] README.mx28: add

2012-03-21 Thread Otavio Salvador
does has specific information and remove the not-applicable one. The v3 seems fine to me as is and makes easier to new users to find the desired information. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53

Re: [U-Boot] [PATCH v3] README.mx28evk: add

2012-03-21 Thread Otavio Salvador
eed information; thus it seems better to have a small duplication of this and easy end user finding. I do think many boards has common stuff but splitting those details too much ends up making hard to find the needed information. -- Otavio Salvador                             O.S. Systems E-mail: ota...

Re: [U-Boot] [PATCH v2] README.mx28: add

2012-03-22 Thread Otavio Salvador
On Thu, Mar 22, 2012 at 12:17, Wolfgang Denk wrote: > Dear Otavio Salvador, > > please keep the ML on Cc: My fault :) > In message > you > wrote: >> >> On Wed, Mar 21, 2012 at 12:38, Wolfgang Denk wrote: >> > Can we please split this document in a gen

Re: [U-Boot] [PATCH 9/9] mx23: Use PIO mode support for MMC

2013-01-23 Thread Otavio Salvador
On Wed, Jan 23, 2013 at 7:04 AM, Stefano Babic wrote: > On 22/01/2013 02:56, Otavio Salvador wrote: >> On Mon, Jan 21, 2013 at 11:50 PM, Marek Vasut wrote: >>> Dear Otavio Salvador, >>> >>> NAK. DMA works on MX28 and works in Linux on MX23, therefore the D

Re: [U-Boot] [PATCH 9/9] mx23: Use PIO mode support for MMC

2013-01-23 Thread Otavio Salvador
A. This is what you want? >> > >> > Forcing PIO is nonsense, why would it be of any use? >> >> No, I agree with Marek - if DMA is then working also for MX23, we do not >> need PIO at all. > > Stefano, it's now using mixed mode -- PI

Re: [U-Boot] [PATCH 6/6] mxs: mmc: mx23_olinuxino: Add MMC support

2013-01-23 Thread Otavio Salvador
On Wed, Jan 23, 2013 at 1:51 AM, Fabio Estevam wrote: > On Wed, Jan 23, 2013 at 1:33 AM, Marek Vasut wrote: > >> Fabio, do you feel like rolling out the env patch? > > Sure, I can send it after it reaches Stefano's tree. I have it done; will send it with the fixes Mare

[U-Boot] [PATCH 1/2] mx23_olinuxino: Add default environment

2013-01-23 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- include/configs/mx23_olinuxino.h | 75 1 file changed, 68 insertions(+), 7 deletions(-) diff --git a/include/configs/mx23_olinuxino.h b/include/configs/mx23_olinuxino.h index bc63481..a97598c 100644 --- a/include

[U-Boot] [PATCH 2/2] mx23evk: Add initial board support

2013-01-23 Thread Otavio Salvador
The following features are supported: * 128 MB DDR1 SDRAM * SD/MMC Card Socket Signed-off-by: Otavio Salvador --- MAINTAINERS| 4 + board/freescale/mx23evk/Makefile | 47 +++ board/freescale/mx23evk/mx23evk.c | 81 board/freescale/mx23evk

[U-Boot] [PATCH v2 1/2] mx23_olinuxino: Add default environment

2013-01-23 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: None include/configs/mx23_olinuxino.h | 75 1 file changed, 68 insertions(+), 7 deletions(-) diff --git a/include/configs/mx23_olinuxino.h b/include/configs/mx23_olinuxino.h index bc63481..a97598c 100644

[U-Boot] [PATCH v2 2/2] mx23evk: Add initial board support

2013-01-23 Thread Otavio Salvador
The following features are supported: * 128 MB DDR1 SDRAM * DUART * SD/MMC Card Socket Signed-off-by: Otavio Salvador --- Changes in v2: - Add DUART in commitlog - Remove AUART MUX setup as it is unused - Remove wrong comment in mx23evk.h board config - Use single line comments in mx23evk.h

[U-Boot] [PATCH v3 1/2] mx23_olinuxino: Add default environment

2013-01-23 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None include/configs/mx23_olinuxino.h | 75 1 file changed, 68 insertions(+), 7 deletions(-) diff --git a/include/configs/mx23_olinuxino.h b/include/configs/mx23_olinuxino.h index

[U-Boot] [PATCH v3 2/2] mx23evk: Add initial board support

2013-01-23 Thread Otavio Salvador
The following features are supported: * 128 MB DDR1 SDRAM * DUART * SD/MMC Card Socket Signed-off-by: Otavio Salvador --- Changes in v3: - Removed unused macro for GPMI setting in spl_boot.c Changes in v2: - Add DUART in commitlog - Remove AUART MUX setup as it is unused - Remove wrong

[U-Boot] [PATCH v4 1/2] mx23_olinuxino: Add default environment

2013-01-23 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v4: None Changes in v3: None Changes in v2: None include/configs/mx23_olinuxino.h | 75 1 file changed, 68 insertions(+), 7 deletions(-) diff --git a/include/configs/mx23_olinuxino.h b/include/configs

[U-Boot] [PATCH v4 2/2] mx23evk: Add initial board support

2013-01-23 Thread Otavio Salvador
The following features are supported: * 128 MB DDR1 SDRAM * DUART * SD/MMC Card Socket Signed-off-by: Otavio Salvador --- Changes in v4: - Fix build warnings Changes in v3: - Removed unused macro for GPMI setting in spl_boot.c Changes in v2: - Add DUART in commitlog - Remove AUART MUX setup

[U-Boot] [PATCH v5 1/2] mx23_olinuxino: Add default environment

2013-01-23 Thread Otavio Salvador
This adds a default environment with support for MMC booting. Signed-off-by: Otavio Salvador --- Changes in v5: - Remove duplicate environment setting - Improve commit log Changes in v4: None Changes in v3: None Changes in v2: None include/configs/mx23_olinuxino.h | 74

[U-Boot] [PATCH v5 2/2] mx23evk: Add initial board support

2013-01-23 Thread Otavio Salvador
The following features are supported: * 128 MB DDR1 SDRAM * DUART * SD/MMC Card Socket Signed-off-by: Otavio Salvador --- Changes in v5: - Use 4bit bus for mmc Changes in v4: - Fix build warnings Changes in v3: - Removed unused macro for GPMI setting in spl_boot.c Changes in v2: - Add

Re: [U-Boot] [PATCH v5 1/2] mx23_olinuxino: Add default environment

2013-01-23 Thread Otavio Salvador
On Wed, Jan 23, 2013 at 5:12 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> This adds a default environment with support for MMC booting. >> >> Signed-off-by: Otavio Salvador >> --- >> Changes in v5: >> - Remove duplicate environment setting >>

[U-Boot] [PATCH v6 1/2] mx23_olinuxino: Add default environment

2013-01-23 Thread Otavio Salvador
This adds a default environment with support for MMC booting. Signed-off-by: Otavio Salvador --- Changes in v6: - Remove 'saveenv' command as it is not need - Move environment settings to environment section Changes in v5: - Remove duplicate environment setting - Improve commit log

[U-Boot] [PATCH v6 2/2] mx23evk: Add initial board support

2013-01-23 Thread Otavio Salvador
The following features are supported: * 128 MB DDR1 SDRAM * DUART * SD/MMC Card Socket Signed-off-by: Otavio Salvador --- Changes in v6: - Remove 'saveenv' command as it is not need - Move environment settings to environment section - Use 1s boot delay Changes in v5: - Use 4bit b

[U-Boot] [PATCH] mxs: mxsboot: Add support for SD card generation for i.MX23

2013-01-24 Thread Otavio Salvador
The mxsboot now receives the SoC type as parameter to generate binary compatible with the SoC. Currently the NAND support has not been add for i.MX23 as it is not yet supported in U-Boot. Signed-off-by: Otavio Salvador --- doc/README.mx28_common | 4 +-- tools/mxsboot.c| 92

Re: [U-Boot] [PATCH] mxs: mxsboot: Add support for SD card generation for i.MX23

2013-01-24 Thread Otavio Salvador
On Thu, Jan 24, 2013 at 3:56 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> The mxsboot now receives the SoC type as parameter to generate binary >> compatible with the SoC. Currently the NAND support has not been add >> for i.MX23 as it is not yet supported in U-

<    1   2   3   4   5   6   7   8   9   10   >