[U-Boot] [PATCH] imx: Easy enabling of SION per-pin using MUX_MODE_SION helper macro

2013-10-03 Thread Otavio Salvador
this down. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- arch/arm/include/asm/imx-common/iomux-v3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/imx-common/iomux-v3.h b/arch/arm/include/asm/imx-common/iomux-v3.h index dc2b3ef..b7bdaa5 100644 --- a/arch/arm

[U-Boot] [PATCH 1/2] mx28evk: Use 512k for fdt partition to align it

2013-10-03 Thread Otavio Salvador
Using 512k for fdt partition allow it to be aligned with the other small partitions and 512k erase block size. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx28evk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx28evk.h b

[U-Boot] [PATCH 2/2] mtd: Fix size overflow

2013-10-03 Thread Otavio Salvador
When using a NAND IC with 4GiB of size, mtdparts go crazy as the 32bit size variables overview resulting in: , | MX28EVK U-Boot mtdparts default | gpmi-nand: partitioning exceeds flash size ` Using a 64bit variable fixes the problem. Signed-off-by: Otavio Salvador ota

Re: [U-Boot] [PATCH] imx: Easy enabling of SION per-pin using MUX_MODE_SION helper macro

2013-10-03 Thread Otavio Salvador
On Thu, Oct 3, 2013 at 9:43 AM, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Otavio, On Thursday, October 3, 2013 1:46:00 PM, Otavio Salvador wrote: The macro allows easy setting in per-pin, as for example: , | imx_iomux_v3_setup_pad(MX6_PAD_NANDF_D1__GPIO_2_1

Re: [U-Boot] [PATCH 1/2] mx28evk: Use 512k for fdt partition to align it

2013-10-03 Thread Otavio Salvador
On Thu, Oct 3, 2013 at 6:48 PM, Wolfgang Denk w...@denx.de wrote: Dear Otavio Salvador, In message 1380801056-11923-1-git-send-email-ota...@ossystems.com.br you wrote: Using 512k for fdt partition allow it to be aligned with the other small partitions and 512k erase block size. Signed-off

Re: [U-Boot] [PATCH] mx6: Add IOMUX_CONFIG_SION flag to all GPIO pins

2013-10-01 Thread Otavio Salvador
On Tue, Oct 1, 2013 at 5:33 AM, Stefano Babic sba...@denx.de wrote: Hi Otavio, On 30/09/2013 00:15, Otavio Salvador wrote: The IOMUX_CONFIG_SION allows for reading PAD value from PSR register. The following quote from the datasheet: , | ... | 28.4.2.2 GPIO Write Mode

Re: [U-Boot] [PATCH] mx6: Add IOMUX_CONFIG_SION flag to all GPIO pins

2013-10-01 Thread Otavio Salvador
On Tue, Oct 1, 2013 at 9:43 AM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Tue, Oct 1, 2013 at 5:33 AM, Stefano Babic sba...@denx.de wrote: Hi Otavio, On 30/09/2013 00:15, Otavio Salvador wrote: The IOMUX_CONFIG_SION allows for reading PAD value from PSR register

Re: [U-Boot] [PATCH] mx6: Add IOMUX_CONFIG_SION flag to all GPIO pins

2013-10-01 Thread Otavio Salvador
); --- On the Linux side of things, the CONFIG field in the pinctrl DT bindings already provides bit 30 for SION. Hence, using MUX_MODE_SION like above would be close to Linux's pin config. Thus dropping my patch, right? Or do you think for GPIO we ought to have them? -- Otavio Salvador

Re: [U-Boot] [PATCH] gpio: mxc_gpio: Fix gpio_get_value() when the GPIO is an output

2013-09-29 Thread Otavio Salvador
am trying to fix it :-( my bad. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___ U-Boot mailing list U-Boot

Re: [U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-29 Thread Otavio Salvador
On Sun, Sep 29, 2013 at 5:23 AM, Michael Trimarchi mich...@amarulasolutions.com wrote: On Sun, Sep 29, 2013 at 2:19 AM, Otavio Salvador ota...@ossystems.com.br wrote: I am trying to add support for watchdog in one board and it is not working as expected. I did add the: #define

Re: [U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-29 Thread Otavio Salvador
On Sun, Sep 29, 2013 at 1:57 PM, Anatolij Gustschin ag...@denx.de wrote: On Sat, 28 Sep 2013 21:19:19 -0300 Otavio Salvador ota...@ossystems.com.br wrote: I am trying to add support for watchdog in one board and it is not working as expected. I did add the: #define CONFIG_HW_WATCHDOG

Re: [U-Boot] [PATCH] gpio: mxc_gpio: Fix gpio_get_value() when the GPIO is an output

2013-09-29 Thread Otavio Salvador
against Fabio's proposed patch to read from DR? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___ U-Boot mailing list

Re: [U-Boot] [PATCH] gpio: mxc_gpio: Fix gpio_get_value() when the GPIO is an output

2013-09-29 Thread Otavio Salvador
On Sun, Sep 29, 2013 at 4:45 PM, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: On Sunday, September 29, 2013 9:42:44 PM, Otavio Salvador wrote: On Sun, Sep 29, 2013 at 4:25 PM, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: ... Hence, gpio_get_value() should be left

Re: [U-Boot] [PATCH] gpio: mxc_gpio: Fix gpio_get_value() when the GPIO is an output

2013-09-29 Thread Otavio Salvador
On Sun, Sep 29, 2013 at 4:49 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Sun, Sep 29, 2013 at 4:45 PM, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: On Sunday, September 29, 2013 9:42:44 PM, Otavio Salvador wrote: On Sun, Sep 29, 2013 at 4:25 PM, Benoît Thébaudeau

Re: [U-Boot] [PATCH] gpio: mxc_gpio: Fix gpio_get_value() when the GPIO is an output

2013-09-28 Thread Otavio Salvador
by looking at this. Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

Re: [U-Boot] [PATCH 5/7] gpio-led: Fix __led_toggle support to first set GPIO as input

2013-09-28 Thread Otavio Salvador
; + if ((direction gpio) 0x01) + return (readl(regs-gpio_dr) gpio) 0x01; /* output mode */ + else + return (readl(regs-gpio_psr) gpio) 0x01; /* input mode */ } This did the trick! I dropped this patch. -- Otavio Salvador O.S

Re: [U-Boot] [PATCH 6/7] status_led: Add support for inverted LEDs

2013-09-28 Thread Otavio Salvador
On Sat, Sep 28, 2013 at 1:49 PM, Fabio Estevam feste...@gmail.com wrote: On Sat, Sep 28, 2013 at 11:17 AM, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Dear Otavio Salvador, On Saturday, September 28, 2013 5:24:17 AM, Otavio Salvador wrote: There're cases we want to use active-low

[U-Boot] [PATCH v2 1/6] mtd: Fix function description in part_validate comment

2013-09-28 Thread Otavio Salvador
The part_validate comment had a wrong description of the actions it does and referenced to non-existent functions while in fact it calls 'part_validate_eraseblock()'. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - rework commit log (Eric Benard) common

[U-Boot] [PATCH v2 3/6] doc: Fix a typo in the description in doc/README.JFFS2_NAND

2013-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: None doc/README.JFFS2_NAND | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.JFFS2_NAND b/doc/README.JFFS2_NAND index 5018ae8..09788d5 100644 --- a/doc/README.JFFS2_NAND +++ b/doc

[U-Boot] [PATCH v2 6/6] cmd_led: Add support for inverted BIT leds

2013-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: None common/cmd_led.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/common/cmd_led.c b/common/cmd_led.c index c48603c..d541f2f 100644 --- a/common/cmd_led.c +++ b/common

[U-Boot] [PATCH v2 4/6] status_led: Print an error when the LED id is out of range

2013-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - new patch drivers/misc/status_led.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/misc/status_led.c b/drivers/misc/status_led.c index 6b71ad4..33148c9 100644 --- a/drivers/misc

[U-Boot] [PATCH v2 2/6] include/linux/fb.h: Add a missing include for 'list.h'

2013-09-28 Thread Otavio Salvador
*/ |^ | make[1]: *** [.o] Error 1 | make[1]: Leaving directory `.../u-boot/board/xxx/' | make: *** [board/xxx//lib.o] Error 2 ` Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - rework commitlog (Fabio) include/linux/fb.h | 1 + 1 file

[U-Boot] [PATCH v2 5/6] status_led: Add support for inverted LEDs

2013-09-28 Thread Otavio Salvador
There're cases we want to use active-low LEDs and the 'inverted' logic needs to be added. This includes it using the STATUS_LED_INVERT macro. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - rework to keep calling __led_init doc/README.LED| 2 ++ drivers

[U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-28 Thread Otavio Salvador
In:serial Out: serial Err: serial Net:� and it in fact resets. I am booting the board from USB loader. May it be an issue? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile

Re: [U-Boot] [PATCH 0/2] Add bootcount support to SPL

2013-09-27 Thread Otavio Salvador
SPL and full U-Boot to happen, if that's strongly desired but the way I see this being used is to fall-back to a failsafe full U-Boot to do what's needed there. I think we need to count both; the SPL part solves the U-Boot failsafe but the full U-Boot is needed to failsafe the OS. -- Otavio

[U-Boot] [PATCH 3/7] include/linux/fb.h: Add a missing include for 'list.h'

2013-09-27 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/linux/fb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/fb.h b/include/linux/fb.h index 3858f8f..111372c 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -2,6 +2,7 @@ #define _LINUX_FB_H

[U-Boot] [PATCH 6/7] status_led: Add support for inverted LEDs

2013-09-27 Thread Otavio Salvador
There're cases we want to use active-low LEDs and the 'inverted' logic needs to be added. This includes it using the STATUS_LED_INVERT macro. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- doc/README.LED| 2 ++ drivers/misc/status_led.c | 21

[U-Boot] [PATCH 1/7] mtd: Fix function description in part_validate comment

2013-09-27 Thread Otavio Salvador
The part_validate comment had a wrong description of the actions it does and referenced to non-existent functions while in fact it calls 'part_validate_eraseblock()'. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- common/cmd_mtdparts.c | 8 1 file changed, 4 insertions(+), 4

[U-Boot] [PATCH 4/7] gpio-led: Use __led_set in __led_init code

2013-09-27 Thread Otavio Salvador
This avoid logic code duplication and is need to fix __led_toggle later. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/misc/gpio_led.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/misc/gpio_led.c b/drivers/misc/gpio_led.c index 3fedddc

[U-Boot] [PATCH 5/7] gpio-led: Fix __led_toggle support to first set GPIO as input

2013-09-27 Thread Otavio Salvador
The GPIO need to be set as input before reading its current value and set back to output for setting it; this fixes the non-working 'led id toggle' for GPIO based LEDs. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/misc/gpio_led.c | 3 ++- 1 file changed, 2 insertions(+), 1

[U-Boot] [PATCH 2/7] doc: Fix a typo in the description in doc/README.JFFS2_NAND

2013-09-27 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- doc/README.JFFS2_NAND | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.JFFS2_NAND b/doc/README.JFFS2_NAND index 5018ae8..09788d5 100644 --- a/doc/README.JFFS2_NAND +++ b/doc/README.JFFS2_NAND @@ -1,6 +1,6

[U-Boot] [PATCH 7/7] cmd_led: Add support for inverted BIT leds

2013-09-27 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- common/cmd_led.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/common/cmd_led.c b/common/cmd_led.c index c48603c..d541f2f 100644 --- a/common/cmd_led.c +++ b/common/cmd_led.c @@ -18,6

[U-Boot] NAND crazy behavior - mtd-size changing without clear reason

2013-09-25 Thread Otavio Salvador
, mtd-size); ... } and when it gets in the mtdparts code it is '0' thus resulting in the error: MX28EVK U-Boot mtdparts default gpmi-nand: partitioning exceeds flash size Does someone has a clue about what is going on? -- Otavio Salvador O.S. Systems http

Re: [U-Boot] NAND crazy behavior - mtd-size changing without clear reason

2013-09-25 Thread Otavio Salvador
On Wed, Sep 25, 2013 at 8:07 PM, Scott Wood scottw...@freescale.com wrote: On Wed, 2013-09-25 at 09:26 -0300, Otavio Salvador wrote: Hello, I am using a K9LBG08U0D-PCB0 NAND IC with the i.MX28EVK board. I tested it with 2013.04 and current imx tree tip. Both same results. I am having

Re: [U-Boot] NAND crazy behavior - mtd-size changing without clear reason

2013-09-25 Thread Otavio Salvador
On Wed, Sep 25, 2013 at 8:56 PM, Scott Wood scottw...@freescale.com wrote: On Wed, 2013-09-25 at 20:52 -0300, Otavio Salvador wrote: On Wed, Sep 25, 2013 at 8:07 PM, Scott Wood scottw...@freescale.com wrote: On Wed, 2013-09-25 at 09:26 -0300, Otavio Salvador wrote: Hello, I am using

Re: [U-Boot] [PATCH] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Otavio Salvador
ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de --- arch/arm/cpu/arm926ejs/mxs/Makefile | 11 + arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg | 4 ++-- arch/arm/cpu/arm926ejs/mxs

Re: [U-Boot] [PATCH] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Otavio Salvador
On Tue, Sep 24, 2013 at 11:51 AM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Tue, Sep 24, 2013 at 11:40 AM, Marek Vasut ma...@denx.de wrote: Now that mkimage can generate an BootStream for i.MX23 and i.MX28, use the mkimage as a default tool to generate the BootStreams

Re: [U-Boot] [PATCH v3] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Otavio Salvador
-$(ELFTOSB_TARGET-y).bd +$(OBJTREE)/mxsimage.cfg: $(SRCTREE)/$(CPUDIR)/$(SOC)/mxsimage.$(MKIMAGE_TARGET-y).cfg sed s@OBJTREE@$(OBJTREE)@g $^ $@ This is clearly a mxsimage thing; I do believe MXSIMAGE_TARGET is more clear. -- Otavio Salvador O.S. Systems http

Re: [U-Boot] [PATCH v3] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Otavio Salvador
On Tue, Sep 24, 2013 at 1:28 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Tue, Sep 24, 2013 at 12:39 PM, Marek Vasut ma...@denx.de wrote: Now that mkimage can generate an BootStream for i.MX23 and i.MX28, use the mkimage as a default tool to generate the BootStreams instead

Re: [U-Boot] [PATCH] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Otavio Salvador
On Tue, Sep 24, 2013 at 12:25 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Tue, Sep 24, 2013 at 11:51 AM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Tue, Sep 24, 2013 at 11:40 AM, Marek Vasut ma...@denx.de wrote: Now that mkimage can generate

Re: [U-Boot] [PATCH] Prevent a U-Boot crash on Wandboard

2013-09-23 Thread Otavio Salvador
--- Acked-by: Otavio Salvador ota...@ossystems.com.br Tom, will you pick this or should it be Cced to someone specific? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347

Re: [U-Boot] [PATCH 01/10] arm: vf610: fix anadig register struct

2013-09-17 Thread Otavio Salvador
=arch/arm/include/asm/arch-mxs/regs-power-mx28.h;h=9528e3ce9ad805ec30a1c0595924dbddb296c50f for an usage example. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903

Re: [U-Boot] [PATCH] mx6sabresd: Fix the fdt file for the mx6dl version

2013-09-17 Thread Otavio Salvador
On Tue, Sep 17, 2013 at 10:55 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com We need to load 'imx6dl-sabresd.dtb' in the mx6dl version. Signed-off-by: Fabio Estevam fabio.este...@freescale.com I fully agree with this. Acked-by: Otavio Salvador

Re: [U-Boot] [PATCH 3/4] dumpimage: Added a tool to extract data files from U-Boot multifile images

2013-09-17 Thread Otavio Salvador
-- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de

Re: [U-Boot] [PATCH v2] doc: README.mxs: Add instruction to install 'libssl-dev'

2013-09-16 Thread Otavio Salvador
) ! ;-) Debian +1 :-) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH] doc: README.mxsimage: Use mkimage provided by U-boot

2013-09-15 Thread Otavio Salvador
scri Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___ U

Re: [U-Boot] [PATCH RFC 0/22] i.MX6: Update pad declarations for multiple-arch binaries

2013-09-13 Thread Otavio Salvador
, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [PATCH] i.MX6DL/S: add drive-strength back to pads DISP0_DAT2/DAT10

2013-09-13 Thread Otavio Salvador
On Fri, Sep 13, 2013 at 1:19 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: This patch fixes a regression introduced by commit 87d720e0. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador

Re: [U-Boot] [PATCH 1/2] net: fec_mxc: Add support for mx6 solo-lite

2013-09-12 Thread Otavio Salvador
...@freescale.com --- Seems safe enough to go into 2013.10, doesn't it? :-) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

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

2013-09-03 Thread Otavio Salvador
On Mon, Sep 2, 2013 at 8:00 PM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/31/2013 05:15 PM, Otavio Salvador wrote: On Sat, Aug 31, 2013 at 5:52 PM, Stefano Babic sba...@denx.de wrote: Am 31/08/2013 22:03, schrieb Marek Vasut: I suppose

Re: [U-Boot] [PATCH RFC 0/22] i.MX6: Update pad declarations for multiple-arch binaries

2013-09-01 Thread Otavio Salvador
On Sun, Sep 1, 2013 at 2:08 PM, Stefano Babic sba...@denx.de wrote: Hi Otavio, On 31/08/2013 23:55, Otavio Salvador wrote: On Sat, Aug 31, 2013 at 6:38 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: The primary reason this patch set is sent as an RFC is the overall feeling

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

2013-08-31 Thread Otavio Salvador
On Sat, Aug 31, 2013 at 10:53 AM, Marek Vasut ma...@denx.de wrote: These boards were not sortes in the boards.cfg, fix this. Signed-off-by: Marek Vasut ma...@denx.de I think this patch is not need as boards.cfg is being reworked. -- Otavio Salvador O.S. Systems

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

2013-08-31 Thread Otavio Salvador
On Sat, Aug 31, 2013 at 3:51 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Sat, Aug 31, 2013 at 10:53 AM, Marek Vasut ma...@denx.de wrote: These boards were not sortes in the boards.cfg, fix this. Signed-off-by: Marek Vasut ma...@denx.de I think this patch is not need

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

2013-08-31 Thread Otavio Salvador
On Sat, Aug 31, 2013 at 4:51 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Sat, Aug 31, 2013 at 3:51 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Sat, Aug 31, 2013 at 10:53 AM, Marek Vasut ma...@denx.de wrote: These boards were not sortes

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

2013-08-31 Thread Otavio Salvador
. Anyone knows what is holding the MAINTAINER file rework from merge? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

Re: [U-Boot] [PATCH RFC 0/22] i.MX6: Update pad declarations for multiple-arch binaries

2013-08-31 Thread Otavio Salvador
all in favor of these changes. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH v2 0/7] The patchset fixes some issue in the generation of the imx image

2013-08-19 Thread Otavio Salvador
On Mon, Aug 19, 2013 at 8:30 AM, Stefano Babic sba...@denx.de wrote: Hio Otavio, On 12/08/2013 17:23, Otavio Salvador wrote: On Mon, Aug 12, 2013 at 11:39 AM, Stefano Babic sba...@denx.de wrote: ... The patchset allows to add to the imx Header the CSF (command Sequence File) generated

Re: [U-Boot] [PATCH] ARM: mxs: Add mx28evk_auart_console target

2013-08-16 Thread Otavio Salvador
for console? can you elaborate it a little more? -- 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

Re: [U-Boot] [PATCH] ARM: mxs: Add mx28evk_auart_console target

2013-08-16 Thread Otavio Salvador
:-) -- 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@lists.denx.de http

Re: [U-Boot] [PATCH] i.MX: Add documentation on how to use SPI NOR on MX28evk

2013-08-13 Thread Otavio Salvador
On Tue, Aug 13, 2013 at 12:48 PM, Mårten Wikman marten.wik...@novia.fi wrote: 2013/8/11 Otavio Salvador ota...@ossystems.com.br: On Sun, Aug 11, 2013 at 10:49 AM, Mårten Wikman marten.wik...@novia.fi wrote: This adds necessary information on how to use U-boot on SPI NOR on MX28evk Signed

Re: [U-Boot] [PATCH v2 0/7] The patchset fixes some issue in the generation of the imx image

2013-08-12 Thread Otavio Salvador
-to' to be added to the README and also the pointers to the documents where this is documented? -- 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] i.MX: Add documentation on how to use SPI NOR on MX28evk

2013-08-11 Thread Otavio Salvador
the new target - add documentation From your commit log it is not clear you're adding the new target. -- 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] U-Boot mini-summit at ELCE 2013 in Edinburgh - call for participation!

2013-08-09 Thread Otavio Salvador
I've had kicking around my head for a while and now have to go and implement. I wish I could go :-( arrg! -- 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] wandboard: add pxe support, set default boot command like highbank

2013-08-06 Thread Otavio Salvador
, it gets used rather than the built-in default. How can someone 'overwrite' the default environment from system or when generating a FIT image? I am interested in let my customers to revert back to a sane default running: env -f -d -a saveenv -- Otavio Salvador O.S

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-08-06 Thread Otavio Salvador
, -- 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@lists.denx.de http://lists.denx.de

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-08-06 Thread Otavio Salvador
without rebuilding U-Boot binary? -- 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] wandboard: add pxe support, set default boot command like highbank

2013-08-06 Thread Otavio Salvador
On Tue, Aug 6, 2013 at 2:12 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 08/06/2013 10:58 AM, Otavio Salvador wrote: On Tue, Aug 6, 2013 at 1:54 PM, Stephen Warren swar...@wwwdotorg.org wrote: How can someone 'overwrite' the default environment from system or when generating a FIT image

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-08-06 Thread Otavio Salvador
On Tue, Aug 6, 2013 at 6:37 PM, Tom Rini tr...@ti.com wrote: On Tue, Aug 06, 2013 at 01:58:22PM -0300, Otavio Salvador wrote: On Tue, Aug 6, 2013 at 1:54 PM, Stephen Warren swar...@wwwdotorg.org wrote: How can someone 'overwrite' the default environment from system or when generating a FIT

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-08-06 Thread Otavio Salvador
On Tue, Aug 6, 2013 at 6:37 PM, Tom Rini tr...@ti.com wrote: On Tue, Aug 06, 2013 at 01:58:22PM -0300, Otavio Salvador wrote: On Tue, Aug 6, 2013 at 1:54 PM, Stephen Warren swar...@wwwdotorg.org wrote: How can someone 'overwrite' the default environment from system or when generating a FIT

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-08-05 Thread Otavio Salvador
environment must be as flexible and generic as possible. Part of product development will be trimm it to fulfil product needs. I agree with Tom that we need to get a better and more general used default environment setting. -- Otavio Salvador O.S. Systems http

Re: [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support

2013-08-01 Thread Otavio Salvador
...@gmail.com Cc: Andy Fleming aflem...@freescale.com Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de Cc: Otavio Salvador ota...@ossystems.com.br Reviewed-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems http

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Otavio Salvador
On Tue, Jul 30, 2013 at 8:36 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Tue, Jul 30, 2013 at 7:46 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, [...] + mxsfb_write_register(0x36, 0xaf); + mxsfb_write_register(0x37, 0

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-30 Thread Otavio Salvador
into it's registers. Also, this patch makes sure the SYNC signals are off for the SmartLCD case. Signed-off-by: Marek Vasut ma...@denx.de Cc: Anatolij Gustschin ag...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-30 Thread Otavio Salvador
-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de --- MAINTAINERS|1 + board/creative/xfi3/Makefile | 47 + board/creative/xfi3/spl_boot.c | 150

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-30 Thread Otavio Salvador
On Tue, Jul 30, 2013 at 7:45 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Tue, Jul 30, 2013 at 6:37 PM, Marek Vasut ma...@denx.de wrote: Add hook that allow configuring SmartLCD attached the MXS LCDIF controller operating in System-Mode. This hook can be overriden

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-30 Thread Otavio Salvador
On Tue, Jul 30, 2013 at 7:46 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, [...] + mxsfb_write_register(0x36, 0xaf); + mxsfb_write_register(0x37, 0); + mxsfb_write_register(0x38, 0xdb); + mxsfb_write_register(0x39, 0); + mxsfb_write_register

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-07-29 Thread Otavio Salvador
On Fri, Jul 26, 2013 at 9:20 PM, Dennis Gilmore dgilm...@fedoraproject.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 26 Jul 2013 10:52:04 -0300 Otavio Salvador ota...@ossystems.com.br wrote: On Thu, Jul 25, 2013 at 6:13 PM, dgilm...@fedoraproject.org wrote: From

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-07-26 Thread Otavio Salvador
; then \ run bootscript; \ else \ -- 1.8.3.1 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Otavio Salvador O.S. Systems http

Re: [U-Boot] [PATCH 2/2] usb: ehci-mx5: Use 'bool' instead of 'unsigned char'

2013-07-26 Thread Otavio Salvador
On Fri, Jul 26, 2013 at 1:54 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com The 'enable' argument can be better expressed as boolean. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Reviewed-by: Otavio Salvador ota...@ossystems.com.br

Re: [U-Boot] [PATCH v2] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

2013-07-24 Thread Otavio Salvador
will set it back to normal I think it should be together with commands and in the documentation you could say it is specific. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1

Re: [U-Boot] [PATCH] imx: Add documentation for imx specific commands

2013-07-24 Thread Otavio Salvador
On Wed, Jul 24, 2013 at 9:57 PM, Robert Winkler robert.wink...@boundarydevices.com wrote: CONFIG_CMD_HDMIDETECT CONFIG_CMD_BMODE Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador

[U-Boot] [PATCH] wandboard: Use splash image at screen center by default

2013-07-23 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/wandboard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index ee6bf21..dd06bd7 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h

Re: [U-Boot] [RFC] [PATCH 5/5] MAINTAINERS: refactor file for easier processing

2013-07-23 Thread Otavio Salvador
sorting and format using shell script. I am not a 'vi' user (but an Emacs one) but I think the most generic way would be to provide a shell line, or script, for it. Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br

Re: [U-Boot] [PATCH v2] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

2013-07-23 Thread Otavio Salvador
? -- 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@lists.denx.de http

Re: [U-Boot] [PATCH] net: phy: Fix networking regression on some mx6 boards

2013-07-18 Thread Otavio Salvador
use AR8031 Ethernet phy. Revert the commit as a proper fix is still not available. Reported-by: Sascha Silbe t-ub...@infra-silbe.de Signed-off-by: Fabio Estevam fabio.este...@freescale.com This is indeed the best option that late in the release I think. Acked-by: Otavio Salvador ota

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Otavio Salvador
tree kernel on a mx6qsabrelite board. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Reviewed-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53

Re: [U-Boot] [PATCH] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-14 Thread Otavio Salvador
from SPI NOR. -- 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@lists.denx.de http

Re: [U-Boot] [PATCH] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-14 Thread Otavio Salvador
On Sun, Jul 14, 2013 at 11:52 PM, Fabio Estevam feste...@gmail.com wrote: Hi Otavio, On Sun, Jul 14, 2013 at 11:44 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Sun, Jul 14, 2013 at 11:40 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com

Re: [U-Boot] [ANN] v2013.07 _not_ on Monday

2013-07-12 Thread Otavio Salvador
it... :-) -- 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@lists.denx.de http://lists.denx.de

Re: [U-Boot] [PATCH v1 0/7] The patchset fixes some issue in the generation of the imx image

2013-07-11 Thread Otavio Salvador
for verified boot (CONFIG_OF_CONTROL must be set in the board configuarion file). I didn't yet test or reviewed the patchset (will do) but I must to say a big Thank you :-) Awesome! -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br

Re: [U-Boot] Pull request: u-boot-video/master

2013-07-02 Thread Otavio Salvador
On Tue, Jul 2, 2013 at 3:00 AM, Anatolij Gustschin ag...@denx.de wrote: On Mon, 1 Jul 2013 23:11:07 -0300 Otavio Salvador ota...@ossystems.com.br wrote: ... You didn' t put the splashpos fix. I would prefer to wait a few days, so other people will have a chance to review and comment. Also I

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

2013-07-01 Thread Otavio Salvador
On Mon, Jul 1, 2013 at 10:20 AM, Tom Rini tr...@ti.com wrote: On Fri, Jun 28, 2013 at 06:56:46PM -0300, Fabio Estevam wrote: On Fri, Jun 28, 2013 at 6:52 PM, Otavio Salvador ota...@ossystems.com.br wrote: This changes were being done in every version of U-Boot and it makes sense to try

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

2013-07-01 Thread Otavio Salvador
On Mon, Jul 1, 2013 at 10:30 AM, Tom Rini tr...@ti.com wrote: On Mon, Jul 01, 2013 at 10:25:46AM -0300, Otavio Salvador wrote: On Mon, Jul 1, 2013 at 10:20 AM, Tom Rini tr...@ti.com wrote: On Fri, Jun 28, 2013 at 06:56:46PM -0300, Fabio Estevam wrote: On Fri, Jun 28, 2013 at 6:52 PM

Re: [U-Boot] [PATCH] video: consolidate splash screen alignment code

2013-07-01 Thread Otavio Salvador
Gustschin ag...@denx.de Awesome! Acked-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

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

2013-07-01 Thread Otavio Salvador
On Mon, Jul 1, 2013 at 7:01 PM, Anatolij Gustschin ag...@denx.de wrote: Hello Otavio, Sorry for delay. On Thu, 6 Jun 2013 14:57:23 -0300 Otavio Salvador ota...@ossystems.com.br wrote: ... +#ifdef CONFIG_SPLASH_SCREEN_ALIGN + s = getenv(splashpos); + if (s != NULL

Re: [U-Boot] Pull request: u-boot-video/master

2013-07-01 Thread Otavio Salvador
splash_screen_prepare Stephen Warren (1): lcd: remove unaligned access in lcd_dt_simplefb_configure_node() You didn' t put the splashpos fix. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854

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

2013-06-28 Thread Otavio Salvador
On Fri, Jun 28, 2013 at 5:59 AM, Wang Huan-B18965 b18...@freescale.com wrote: -Original Message- From: Fabio Estevam [mailto:feste...@gmail.com] Sent: Friday, June 28, 2013 10:15 AM To: Otavio Salvador Cc: Andy Voltz; U-Boot Mailing List; Estevam Fabio-R49496; Stefano Babic; Wang

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

2013-06-28 Thread Otavio Salvador
On Fri, Jun 28, 2013 at 9:48 AM, Andy Voltz andy.vo...@timesys.com wrote: Hi Fabio, On Thu, Jun 27, 2013 at 10:14:40PM -0400, Fabio Estevam wrote: On Thu, Jun 27, 2013 at 11:12 PM, Otavio Salvador ota...@ossystems.com.br wrote: Just curious: why do we need to pass mem=128M? Board fails

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

2013-06-28 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 v5: None Changes in v4: None Changes in v3: None Changes in v2: None include/configs

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

2013-06-28 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 v5: - remove mem=128M param (Alison/Andy/Fabio) Changes in v4: - revert sys text address change (Alison) - add mem

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