[U-Boot] [PATCH 0/6] Upstream environment changes being used in Yocto/OE

2013-06-28 Thread Otavio Salvador
This changes were being done in every version of U-Boot and it makes sense to try to merge them upstream. Please review them and ack/nack them. Otavio Salvador (6): mx53loco: Change default environment to cope with OE changes mx6qsabrelite: Change default environment to cope with OE changes

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

2013-06-28 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 ota...@ossystems.com.br --- include/configs/mx53loco.h | 4 ++-- 1 file changed, 2 insertions(+), 2

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

2013-06-28 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 ota...@ossystems.com.br --- include/configs/mx6qsabrelite.h | 4 ++-- 1 file changed, 2 insertions(+), 2

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

2013-06-28 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 ota...@ossystems.com.br --- include/configs/mx6slevk.h | 4 ++-- 1 file changed, 2 insertions(+), 2

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

2013-06-28 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 ota...@ossystems.com.br --- include/configs/mx53ard.h | 4 ++-- 1 file changed, 2 insertions(+), 2

[U-Boot] [PATCH 4/6] wandboard: Change default environment to cope with OE changes

2013-06-28 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 ota...@ossystems.com.br --- include/configs/wandboard.h | 4 ++-- 1 file changed, 2 insertions(+), 2

[U-Boot] [PATCH 5/6] mx51evk: Change default environment to cope with OE changes

2013-06-28 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 ota...@ossystems.com.br --- include/configs/mx51evk.h | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Otavio Salvador
in the other email. Of course, and I will not apply the patches until there are open comments. I will fix this. As I don't have the board can you, Alison, provide me the right loadaddr and fdt_addr? So we avoid many revisions. -- Otavio Salvador O.S. Systems http

[U-Boot] [PATCH v4 2/2] vf610twr: Remove SoC name from U-Boot prompt

2013-06-27 Thread Otavio Salvador
We've been dropping SoC name from U-Boot prompt as it increase complexity for automatic testing and makes line longer for no good reason. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v4: None Changes in v3: None Changes in v2: None include/configs/vf610twr.h | 2 +- 1

[U-Boot] [PATCH v4 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Otavio Salvador
This adds a default environment which should be able to support both 3.0.15 from Timesys and upcoming 3.11. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v4: - revert sys text address change (Alison) - add mem=128M to bootargs/netargs (Andy) Changes in v3: - add dt boot

Re: [U-Boot] [PATCH v4 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 11:03 PM, Fabio Estevam feste...@gmail.com wrote: On Thu, Jun 27, 2013 at 10:59 PM, Otavio Salvador ota...@ossystems.com.br wrote: This adds a default environment which should be able to support both 3.0.15 from Timesys and upcoming 3.11. Signed-off-by: Otavio

Re: [U-Boot] [PATCH 5/6] mx28evk: Move README file inside board directory

2013-06-26 Thread Otavio Salvador
/README.mx28evk rename to board/freescale/mx28evk/README Strange, I cannot find this patch in patchworks..anyway Applied to u-boot-imx, thanks. This is because it was a rename so patchwork does not track it. It is a bug ... -- Otavio Salvador O.S. Systems http

Re: [U-Boot] [PATCH v3] Add support for Wandboard Quad

2013-06-26 Thread Otavio Salvador
the patches is using git send-email command. This avoid this problems with the e-mail client. Apart of that: Acked-by: Stefano Babic sba...@denx.de This patch was pending for a while, I will push it still for the release. Thanks Stefano. -- Otavio Salvador O.S. Systems http

[U-Boot] [PATCH 2/2] vf610twr: Remove SoC name from U-Boot prompt

2013-06-26 Thread Otavio Salvador
We've been dropping SoC name from U-Boot prompt as it increase complexity for automatic testing and makes line longer for no good reason. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/vf610twr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/vf610twr.h | 58 ++ 1 file changed, 58 insertions(+) diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 77fe893..bda5ddf 100644 --- a/include/configs

Re: [U-Boot] [PATCH] MAINTAINERS: Add an entry to the mx6q wandboard variant

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 1:53 PM, Fabio Estevam fabio.este...@freescale.com wrote: Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp

Re: [U-Boot] [PATCH 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 1:59 PM, Fabio Estevam feste...@gmail.com wrote: On Wed, Jun 26, 2013 at 1:40 PM, Otavio Salvador ota...@ossystems.com.br wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/vf610twr.h | 58

[U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - fix console for ttymxc1 (Fabio) include/configs/vf610twr.h | 58 ++ 1 file changed, 58 insertions(+) diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index

[U-Boot] [PATCH v2 2/2] vf610twr: Remove SoC name from U-Boot prompt

2013-06-26 Thread Otavio Salvador
We've been dropping SoC name from U-Boot prompt as it increase complexity for automatic testing and makes line longer for no good reason. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: None include/configs/vf610twr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 2:16 PM, Fabio Estevam feste...@gmail.com wrote: On Wed, Jun 26, 2013 at 2:12 PM, Otavio Salvador ota...@ossystems.com.br wrote: + console=ttymxc1\0 \ Vybrid does not use the same serial driver as i.MX. In the kernel the serial driver is this one: https

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 2:27 PM, Fabio Estevam feste...@gmail.com wrote: On Wed, Jun 26, 2013 at 2:19 PM, Otavio Salvador ota...@ossystems.com.br wrote: This is being done using Timesys kernel as reference; so I did used his kernel as reference. So it is better to fix the tty driver name

[U-Boot] [PATCH v3 2/2] vf610twr: Remove SoC name from U-Boot prompt

2013-06-26 Thread Otavio Salvador
We've been dropping SoC name from U-Boot prompt as it increase complexity for automatic testing and makes line longer for no good reason. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3: None Changes in v2: None include/configs/vf610twr.h | 2 +- 1 file changed, 1

[U-Boot] [PATCH v3 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
This adds a default environment which should be able to support both 3.0.15 from Timesys and upcoming 3.11. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3: - add dt boot support - use ttyLP1 as console - change loadaddr and sys text as iMX6SL - NOTE: It needs to be boot

Re: [U-Boot] [PATCH 1/2] PHY: micrel: helper function for KSZ9031

2013-06-20 Thread Otavio Salvador
*/ Please drop this change; not need. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___ U-Boot mailing list U

Re: [U-Boot] [PATCH 2/2] ARM: Congatec: Ethernet: Add support for cgtqmx6qeval

2013-06-20 Thread Otavio Salvador
) { + printf(FEC MXC: %s:failed\n, __func__); + free(phydev); + free(bus); + } +#endif + return 0; +} -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53

Re: [U-Boot] [PATCH v2] Add support for Wandboard quad.

2013-06-20 Thread Otavio Salvador
but we're getting short on time. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH v2 3/3] ARM: Congatec: README update

2013-06-20 Thread Otavio Salvador
On Thu, Jun 20, 2013 at 10:46 AM, SARTRE Leo lsar...@adeneo-embedded.com wrote: README: U-boot works both on SPI-NOR and SDcard Signed-off-by: Leo Sartre lsar...@adeneo-embedded.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems

Re: [U-Boot] [PATCH v2 1/3] PHY: micrel: helper function for KSZ9031

2013-06-20 Thread Otavio Salvador
-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___ U-Boot mailing list U

Re: [U-Boot] [PATCH v2 2/3] ARM: Congatec: Ethernet: Add support for cgtqmx6qeval

2013-06-20 Thread Otavio Salvador
On Thu, Jun 20, 2013 at 10:46 AM, SARTRE Leo lsar...@adeneo-embedded.com wrote: cgtqmx6eval.c: add Micrel KSZ9031 Ethernet transceiver Signed-off-by: Leo Sartre lsar...@adeneo-embedded.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S

Re: [U-Boot] gpio: Question about gpio_set_value() implementation in spear_gpio.c

2013-06-19 Thread Otavio Salvador
; } writel(value gpio, regs-gpiodata[DATA_REG_ADDR(gpio)]); Should do no? This would avoid the if block. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

Re: [U-Boot] [PATCH] ARM: mxs: Make the console buffer smaller

2013-06-17 Thread Otavio Salvador
of the board to add his own scripts, as I presume. It is pity if he cannot do what u-boot really supports only to save some bytes. I think this is more than enough to justify a bigger buffer. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp

Re: [U-Boot] [PATCH] bmp: Respect splashpos if it is defined

2013-06-17 Thread Otavio Salvador
On Thu, Jun 6, 2013 at 2:57 PM, Otavio Salvador ota...@ossystems.com.br wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br Ping? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [U-Boot] [PATCH] wandboard: Fix typo in README

2013-06-13 Thread Otavio Salvador
http://git.denx.de/?p=u-boot/u-boot-imx.git;a=commitdiff;h=8c4983779ed50090b74d56498be17cde31892a64 Already fixed. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1

Re: [U-Boot] 2013.07-rc1 plans?

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 6:26 AM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Otavio, On Sun, 9 Jun 2013 12:54:31 -0300, Otavio Salvador ota...@ossystems.com.br wrote: Hello, I'd like to know what the plains regarding rc releases? Dunno right now what Tom is planning, but before

Re: [U-Boot] 2013.07-rc1 plans?

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 12:55 PM, Tom Rini tr...@ti.com wrote: On Mon, Jun 10, 2013 at 08:43:20AM -0300, Otavio Salvador wrote: On Mon, Jun 10, 2013 at 6:26 AM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Otavio, On Sun, 9 Jun 2013 12:54:31 -0300, Otavio Salvador ota

[U-Boot] 2013.07-rc1 plans?

2013-06-09 Thread Otavio Salvador
Hello, I'd like to know what the plains regarding rc releases? Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

Re: [U-Boot] patches never reviewed

2013-06-06 Thread Otavio Salvador
and the duty of review and check it will be in the custodian side. Friendly, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

[U-Boot] [PATCH] bmp: Respect splashpos if it is defined

2013-06-06 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- common/cmd_bmp.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index 5a52edd..48e045e 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@ -33,6 +33,10 @@ #include

Re: [U-Boot] [PATCH] bmp: Respect splashpos if it is defined

2013-06-06 Thread Otavio Salvador
Dear Anatolij, On Thu, Jun 6, 2013 at 2:57 PM, Otavio Salvador ota...@ossystems.com.brwrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br I forgot to add you in Cc; sorry. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp

Re: [U-Boot] [PATCH] mmc: mx6qsabrelite: fsl_esdhc: Define maximum bus width supported by SabreLite board

2013-06-06 Thread Otavio Salvador
buses? I'm certain about the Nitrogen6x. Less so about Wandboard. I think I looked it up, but can't recall precisely. I can test a patch for Wandboard :) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55

Re: [U-Boot] [PATCH] vf610twr: Drop unneeded 'or' operator

2013-06-05 Thread Otavio Salvador
, esdhc_cfg[0]); return status; } -- 1.8.1.2 Or even better, completely drop status and use return fsl_esdhc_initialize(bis, esdhc_cfg[0]);. +1 :) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br

Re: [U-Boot] [PATCH v2] vf610twr: Drop unneeded 'status' variable

2013-06-05 Thread Otavio Salvador
On Wed, Jun 5, 2013 at 6:34 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com No need to use the 'status' variable, so just remove it. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Reviewed-by: Otavio Salvador ota...@ossystems.com.br

[U-Boot] Maintain U-Boot splash until application is loaded

2013-06-04 Thread Otavio Salvador
look at kernel source and it seems CONFIG_FB_PRE_INIT_FB is available for only *one* board. Could someone advice me how to do that? Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [U-Boot] [PATCH v2] Add support for Wandboard quad.

2013-06-03 Thread Otavio Salvador
* SZ_1M; Please do NOT use these terrible SZ_* defines. Never, ever. They are dangerous and should be avoided. Do you mind to explain why? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981

Re: [U-Boot] [PATCH v2] Add support for Wandboard quad.

2013-05-28 Thread Otavio Salvador
On Tue, May 28, 2013 at 5:04 AM, Tapani Utriainen tap...@technexion.comwrote: Add support for Wandboard quad. Signed-off-by: Tapani Utriainen tap...@technexion.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems http

Re: [U-Boot] [PATCH] Wandboard: Add support for Wandboard quad

2013-05-28 Thread Otavio Salvador
On Tue, May 28, 2013 at 4:44 AM, Tapani Utriainen tap...@technexion.comwrote: On Mon, 27 May 2013 13:56:30 -0300 Otavio Salvador ota...@ossystems.com.br wrote: I have sent two patches for adding the Boot Splash with Wandboard logo. Please take a look on them and if you agree please base

Re: [U-Boot] [PATCH] mmc: fsl_esdhc: Fix hang after 'save' command

2013-05-28 Thread Otavio Salvador
/fsl_esdhc.c: fix compiler warnings) was the correct one. Reported-by: Tapani Utriainen tap...@technexion.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com This seem to affect 'master' branch, not 'imx' tree. Is that correct? -- Otavio Salvador O.S

Re: [U-Boot] [PATCH] Wandboard: Add support for Wandboard quad

2013-05-27 Thread Otavio Salvador
-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

[U-Boot] [PATCH 1/2] wandboard: Use 'wandboard' vendor for the Wandboard boards

2013-05-27 Thread Otavio Salvador
The board needs to be under a 'wandboard' vendor so we can use it to choose the proper Boot Splash image. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- board/wandboard/{ = }/wandboard/Makefile| 0 board/wandboard/{ = }/wandboard/README | 0 board/wandboard/{ = }/wandboard

[U-Boot] [PATCH 2/2] wandboard: Add Boot Splash image with Wandboard logo

2013-05-27 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/wandboard.h | 3 +++ tools/Makefile | 3 +++ tools/logos/wandboard.bmp | Bin 0 - 22390 bytes 3 files changed, 6 insertions(+) create mode 100644 tools/logos/wandboard.bmp diff --git a/include/configs

[U-Boot] [PATCH v2 1/2] wandboard: Use 'wandboard' vendor for the Wandboard boards

2013-05-27 Thread Otavio Salvador
The board needs to be under a 'wandboard' vendor so we can use it to choose the proper Boot Splash image. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - Fix indenting in boards.cfg board/wandboard/{ = }/wandboard/Makefile| 0 board/wandboard/{ = }/wandboard

[U-Boot] [PATCH v2 2/2] wandboard: Add Boot Splash image with Wandboard logo

2013-05-27 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - Move config changes to video block include/configs/wandboard.h | 2 ++ tools/Makefile | 3 +++ tools/logos/wandboard.bmp | Bin 0 - 22390 bytes 3 files changed, 5 insertions(+) create mode 100644

Re: [U-Boot] [PATCH] Wandboard: Add support for Wandboard quad

2013-05-27 Thread Otavio Salvador
On Mon, May 27, 2013 at 9:13 AM, Otavio Salvador ota...@ossystems.com.brwrote: On Mon, May 27, 2013 at 1:13 AM, Tapani Utriainen tap...@technexion.comwrote: Add support for the Wandboard quad. Signed-off-by: Tapani Utriainen tap...@technexion.com --- boards.cfg | 1

Re: [U-Boot] [PATCH v2 1/2] wandboard: Use 'wandboard' vendor for the Wandboard boards

2013-05-27 Thread Otavio Salvador
On Mon, May 27, 2013 at 6:23 PM, Wolfgang Denk w...@denx.de wrote: Dear Otavio Salvador, In message 1369673122-20455-1-git-send-email-ota...@ossystems.com.br you wrote: The board needs to be under a 'wandboard' vendor so we can use it to choose the proper Boot Splash image. Signed-off

Re: [U-Boot] [PATCH 2/2] wandboard: Add Boot Splash image with Wandboard logo

2013-05-27 Thread Otavio Salvador
On Mon, May 27, 2013 at 6:22 PM, Wolfgang Denk w...@denx.de wrote: Dear Otavio Salvador, In message 1369672312-18774-2-git-send-email-ota...@ossystems.com.br you wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/wandboard.h | 3 +++ tools/Makefile

[U-Boot] [PATCH v3 1/2] build: Use generic boot logo matching

2013-05-27 Thread Otavio Salvador
The boot logo matching is now done in following way: - use LOGO_BMP if it is set, or - use $(BOARD).bmp if it exists in tools/logos, or - use $(VENDOR).bmp if it exists in tools/logos, or - use denx.bmp otherwise. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3

[U-Boot] [PATCH v3 2/2] wandboard: Add Boot Splash image with Wandboard logo

2013-05-27 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3: - Remove Makefile change as it is not need anymore Changes in v2: - Move config changes to video block include/configs/wandboard.h | 2 ++ tools/logos/wandboard.bmp | Bin 0 - 22390 bytes 2 files changed, 2 insertions

Re: [U-Boot] [PATCH v2 1/2] wandboard: Use 'wandboard' vendor for the Wandboard boards

2013-05-27 Thread Otavio Salvador
On Mon, May 27, 2013 at 6:27 PM, Otavio Salvador ota...@ossystems.com.brwrote: On Mon, May 27, 2013 at 6:23 PM, Wolfgang Denk w...@denx.de wrote: Dear Otavio Salvador, In message 1369673122-20455-1-git-send-email-ota...@ossystems.com.br you wrote: The board needs to be under

Re: [U-Boot] [PATCH 1/9] wandboard: Return error if the SDHC port index is invalid

2013-05-21 Thread Otavio Salvador
this by returning -EINVAL instead. Signed-off-by: Fabio Estevam fabio.este...@freescale.com When I looked at this code I didn't change it because it raises a warning. So it returns the status if any failed. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [U-Boot] [PATCH 1/9] wandboard: Return error if the SDHC port index is invalid

2013-05-21 Thread Otavio Salvador
On Tue, May 21, 2013 at 3:39 PM, Fabio Estevam feste...@gmail.com wrote: On Tue, May 21, 2013 at 3:26 PM, Otavio Salvador ota...@ossystems.com.br wrote: When I looked at this code I didn't change it because it raises a warning. So it returns the status if any failed. Which warning

Re: [U-Boot] [PATCH 1/9] wandboard: Return error if the SDHC port index is invalid

2013-05-21 Thread Otavio Salvador
On Tue, May 21, 2013 at 3:49 PM, Fabio Estevam feste...@gmail.com wrote: On Tue, May 21, 2013 at 3:44 PM, Otavio Salvador ota...@ossystems.com.br wrote: In the loop; it does: status |= fsl... so it gets the output of it. In case any fails it won't be 0. It's good practice to return

Re: [U-Boot] [PATCH v6] Add support for Congatec Conga-QEVAl board

2013-05-17 Thread Otavio Salvador
-by: Otavio Salvador ota...@ossystems.com.br -- 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 mailing

Re: [U-Boot] mx23-olinuxino: occasional memory errors

2013-05-16 Thread Otavio Salvador
it will work even better :) So new board revisions are coming without R17? -- 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] mx23-olinuxino: occasional memory errors

2013-05-16 Thread Otavio Salvador
Can you test this one and check if it is stable? -- 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] [PATCH v4] Add support for Congatec Conga-QEVAl board

2013-05-16 Thread Otavio Salvador
(6 * 64 * 1024) +#define CONFIG_SYS_MMC_ENV_DEV 0 + +#define CONFIG_OF_LIBFDT +#define CONFIG_CMD_BOOTZ + +#ifndef CONFIG_SYS_DCACHE_OFF +#define CONFIG_CMD_CACHE +#endif + +#endif/* __CONFIG_H */ Regards, -- Otavio Salvador

Re: [U-Boot] [PATCH v5] Add support for Congatec Conga-QEVAl board

2013-05-16 Thread Otavio Salvador
-by: Otavio Salvador ota...@ossystems.com.br Thanks for handling the issues. Regards, -- 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 v5] Add support for Congatec Conga-QEVAl board

2013-05-16 Thread Otavio Salvador
On Thu, May 16, 2013 at 12:24 PM, SARTRE Leo lsar...@adeneo-embedded.com wrote: Is there also a DL version ? If not, you could drop the #ifdef Yes there is a DL version but I do not have the module so I cannot test it. Maybe add the DL version and prepare a binary for them to test. -- Otavio

Re: [U-Boot] [PATCH v3] Add support for Congatec Conga-QEVAl board

2013-05-15 Thread Otavio Salvador
+ +#ifndef CONFIG_SYS_DCACHE_OFF +#define CONFIG_CMD_CACHE +#endif + +#endif/* __CONFIG_H */ -- 1.7.10.4 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Otavio Salvador

Re: [U-Boot] mx23-olinuxino: occasional memory errors

2013-05-15 Thread Otavio Salvador
On Wed, May 15, 2013 at 6:49 AM, Kiril Zyapkov kiril.zyap...@gmail.com wrote: ... The mini board, despite having R17 removed, shows occasional memory errors, here are some: ... What about including R17 and giving it a go? -- Otavio Salvador O.S. Systems E-mail: ota

Re: [U-Boot] [PATCH 1/2] mx6qsabreauto: Add i2c to mx6qsabreauto board

2013-05-14 Thread Otavio Salvador
...@freescale.com Code seems fine, I don't have the board so I cannot test. Reviewed-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http

Re: [U-Boot] [PATCH v2] Add support for Congatec Conga-QEVAl board

2013-05-14 Thread Otavio Salvador
lately in Wandboard and default environment which you might want to use. Take a look there for reference. Regards, -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http

Re: [U-Boot] [PATCH] mx23: Add a README file

2013-05-03 Thread Otavio Salvador
? Maybe to provide a README.mxs and reference it in the board specific docs. -- 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 v3 1/7] mx23: Fix pad voltage selection bit

2013-05-02 Thread Otavio Salvador
think for code readability it'd be good to have it in place. It makes it more obvious for people looking at code. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http

Re: [U-Boot] [PATCH v3 6/7] mxs: spl_mem_init: Skip the initialization of some DRAM_CTL registers

2013-05-02 Thread Otavio Salvador
in HW_DRAM_CTL08 ; it must be the last * element to be set */ writel((1 24), MXS_DRAM_BASE + (4 * 8)); -#endif } +#endif static void mxs_mem_init_clock(void) { Best regards, Marek Vasut -- Otavio Salvador O.S. Systems E-mail: ota

Re: [U-Boot] [PATCH] arm: mx23: Fix VDDMEM misconfiguration

2013-04-29 Thread Otavio Salvador
the merge issue) it does not fix the memory issue. Did you test it against OlinuXino and checked memory? it seems to not fix the memory issue. Setting it to 2V6 seems to improve it but still does not fix the issue. -- Otavio Salvador O.S. Systems E-mail: ota

Re: [U-Boot] [PATCH] arm: mxs: Preprocess u-boot.bd so they contain full path

2013-04-28 Thread Otavio Salvador
MAKEALL and had no issues. Is it reproducable with higher number of parallel tasks? -- 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] arm: mxs: Preprocess u-boot.bd so they contain full path

2013-04-28 Thread Otavio Salvador
On Sun, Apr 28, 2013 at 8:02 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Sun, Apr 28, 2013 at 3:39 PM, Marek Vasut ma...@denx.de wrote: The u-boot-imx23.bd and u-boot-imx28.bd need to be preprocessed, otherwise they have issues with out-of-tree build where elftosb tool

Re: [U-Boot] [PATCH] arm: mxs: Preprocess u-boot.bd so they contain full path

2013-04-28 Thread Otavio Salvador
On Sun, Apr 28, 2013 at 8:13 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Sun, Apr 28, 2013 at 8:02 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Sun, Apr 28, 2013 at 3:39 PM, Marek Vasut ma...@denx.de wrote: The u-boot-imx23.bd and u-boot-imx28.bd need

Re: [U-Boot] [PATCH V2] arm: mxs: Preprocess u-boot.bd so they contain full path

2013-04-28 Thread Otavio Salvador
with sed and insert full path to u-boot.bin and spl/u-boot-spl.bin to prevent this issue. Moreover, to avoid adding more churn into main Makefile, move all this preprocessing and u-boot.sb generation into CPU directory instead. Signed-off-by: Marek Vasut ma...@denx.de Acked-by: Otavio Salvador

Re: [U-Boot] [PATCH] mx23: Put back RAM voltage level to its original value

2013-04-27 Thread Otavio Salvador
the benefit of allowing mx23 to boot a kernel again, and then we can focus on the real fix, which requires a more careful and detailed investigation. 100% agreed as well. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55

Re: [U-Boot] [PATCH] build: Pull -DBUILD_TAG into separate ifdef

2013-04-27 Thread Otavio Salvador
and the -DBUILD_TAG is appended in separate ifdef. Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Tom Rini tr...@ti.com Reviewed-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http

Re: [U-Boot] [PATCH] mx23: Fix the size of internal RAM

2013-04-26 Thread 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 mailing list U-Boot@lists.denx.de http://lists.denx.de

Re: [U-Boot] [PATCH] mx23: Put back RAM voltage level to its original value

2013-04-26 Thread Otavio Salvador
. I also vote for it to be applied and then do this investigation in parallel. Even if there're still pending issues it does improve the current status. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854

Re: [U-Boot] [PATCH] mx23: Put back RAM voltage level to its original value

2013-04-26 Thread Otavio Salvador
On Fri, Apr 26, 2013 at 5:58 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Fri, Apr 26, 2013 at 5:08 PM, Fabio Estevam feste...@gmail.com wrote: On Fri, Apr 26, 2013 at 3:16 PM, Marek Vasut ma...@denx.de wrote: strange at best and I don't like it. I think that's also

Re: [U-Boot] [PATCH] arm: mxs: Fix vectoring table crafting

2013-04-25 Thread Otavio Salvador
to that address. + */ I understood what you're doing but not the motivation for it. What problem you're fixing or feature this will allow? -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http

Re: [U-Boot] [PATCH] arm: mxs: Fix vectoring table crafting

2013-04-25 Thread Otavio Salvador
On Fri, Apr 26, 2013 at 12:10 AM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, [...] +/* + * This function will craft a jumptable at 0x0 which will redirect interrupt + * vectoring to proper location of U-Boot in RAM. + * + * The structure of the jumptable

[U-Boot] [PATCH 1/2] mxs: mxsboot: Move sdcard BCB header to 4 sectors offset

2013-04-24 Thread Otavio Salvador
-off-by: Otavio Salvador ota...@ossystems.com.br --- tools/mxsboot.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/mxsboot.c b/tools/mxsboot.c index 6c05aa4..d92c39f 100644 --- a/tools/mxsboot.c +++ b/tools/mxsboot.c @@ -551,7 +551,7 @@ static int

[U-Boot] [PATCH 2/2] mx53ard: Rework default environment to support FDT, MMC and netboot

2013-04-24 Thread Otavio Salvador
This reworks the environment settings to be aligned with the other i.MX boards. The loadaddr has been changed to allow the Freescale kernel and mainline kernel to work without environment changes. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx53ard.h | 101

Re: [U-Boot] [PATCH 1/2] mxs: mxsboot: Move sdcard BCB header to 4 sectors offset

2013-04-24 Thread Otavio Salvador
On Wed, Apr 24, 2013 at 6:29 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, The MX23 Boot ROM does blindly load from 2048 offset while the MX28 does parse the BCB header to known where to load the image from. We move the BCB header to 4 sectors offset so same code can be used

Re: [U-Boot] [PATCH V2 6/6] arm: mx5: Add support for DENX M53EVK

2013-04-24 Thread Otavio Salvador
afterwards ? As a patch before this one, I'd say. No reason to add one more place to change it later. -- 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] Allow U-Boot scripts to be placed in a .env file

2013-04-23 Thread Otavio Salvador
am hoping we can find another way which is more textfile-friendly without losing the benefits. What about using \ as continuous line indicator and otherwise finish the line, when parsing, wiht \0? -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http

Re: [U-Boot] [PATCH] Allow U-Boot scripts to be placed in a .env file

2013-04-23 Thread Otavio Salvador
On Tue, Apr 23, 2013 at 11:36 PM, Simon Glass s...@chromium.org wrote: Hi Otavio, On Tue, Apr 23, 2013 at 7:14 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Apr 23, 2013 at 9:29 PM, Simon Glass s...@chromium.org wrote: Hi Tom, On Tue, Apr 23, 2013 at 4:33 PM, Tom Rini tr

Re: [U-Boot] [PATCH] Allow U-Boot scripts to be placed in a .env file

2013-04-23 Thread Otavio Salvador
On Wed, Apr 24, 2013 at 12:05 AM, Simon Glass s...@chromium.org wrote: On Tue, Apr 23, 2013 at 7:44 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Apr 23, 2013 at 11:36 PM, Simon Glass s...@chromium.org wrote: Thanks for the suggestion. But that, along with the need for quotes

Re: [U-Boot] [PATCH RESEND] arm: bootm: call udc_disable() before booting linux

2013-04-20 Thread Otavio Salvador
. Signed-off-by: Mike Dunn miked...@newsguy.com Shouldn't it be fixed in Linux, in this case? -- 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] mx51evk: Update environmet in order to allow booting a dt kernel

2013-04-19 Thread Otavio Salvador
the mmcrootfstype part here. Is this intentional? If yes, it appears to be an unrelated change that should be done in a separate commit. He is doing the sync of environment being used here with the other boards so I think the commit log could be reworded so it is clear about it. -- Otavio Salvador

Re: [U-Boot] [PATCH] imx: Complete the pin definitions for the i.MX6DL / i.MX6Solo

2013-04-19 Thread Otavio Salvador
resubmitting you can make this a series. I will resubmit as a serie today. Please also improve the commitlog. You should use the SoC or board name your are changing and copy Fabio and Stefano. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http

Re: [U-Boot] [PATCH 2/3] wandboard: Add support for carrier board MicroSD card

2013-04-19 Thread Otavio Salvador
On Wed, Apr 17, 2013 at 7:21 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Apr 16, 2013 at 2:36 AM, Wolfgang Denk w...@denx.de wrote: Dear Otavio Salvador, In message cap9odkqo8v1-wyzq4_gxrz5djbd2xixw59xkozgy0zjsujj...@mail.gmail.com you wrote: + default

[U-Boot] [PATCH v3 1/7] mx6qsabre{sd, auto}: Add update_sd_firmware support

2013-04-19 Thread Otavio Salvador
This allow for easy update of firmware in the SD card from a running U-Boot. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3: - New patch Changes in v2: None include/configs/mx6qsabre_common.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/include

[U-Boot] [PATCH v3 2/7] mx6qsabresd: Return status when initializing MMC

2013-04-19 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3: - New patch Changes in v2: None board/freescale/mx6qsabresd/mx6qsabresd.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/board/freescale/mx6qsabresd/mx6qsabresd.c b/board/freescale

[U-Boot] [PATCH v3 3/7] wandboard: Use env storage info for mmcdev/mmcpart

2013-04-19 Thread Otavio Salvador
This makes environment and mmcdev/mmcpart in sync with SYS_MMC_ENV_DEV and SYS_MMC_ENV_PART settings. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3: - New patch Changes in v2: None include/configs/wandboard.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions

<    5   6   7   8   9   10   11   12   13   14   >