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

2013-04-25 Thread Benoît Thébaudeau
Hi Stefano, On Thursday, April 25, 2013 3:02:25 PM, Stefano Babic wrote: On 25/04/2013 14:49, Benoît Thébaudeau wrote: Hi Stefan, On Thursday, April 25, 2013 2:48:59 PM, Stefan Roese wrote: Subject: Re: [U-Boot] [PATCH V2 6/6] arm: mx5: Add support for DENX M53EVK On 25.04.2013 14

Re: [U-Boot] [PATCH v3 1/3] iomux-v3: Place pad control definitions into common file

2013-04-25 Thread Benoît Thébaudeau
Hi Stefano, On Thursday, April 25, 2013 10:27:12 PM, Stefano Babic wrote: On 10/04/2013 21:32, feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com Instead of having the same PAD control definition in each MX6 variant pin file, place it into a common location.

Re: [U-Boot] [PATCH 1/2] tools: arm: imx: Implement BOOT_OFFSET command for imximage

2013-04-25 Thread Benoît Thébaudeau
values into arm/arch/imx-common/ so the board-specific imximage.cfg can include this file to avoid magic constants. The syntax of BOOT_OFFSET command is BOOT_OFFSET u32 offset. Signed-off-by: Marek Vasut ma...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Benoît Thébaudeau

Re: [U-Boot] [PATCH v3 1/3] iomux-v3: Place pad control definitions into common file

2013-04-25 Thread Benoît Thébaudeau
On Thursday, April 25, 2013 10:32:50 PM, Benoît Thébaudeau wrote: Hi Stefano, On Thursday, April 25, 2013 10:27:12 PM, Stefano Babic wrote: On 10/04/2013 21:32, feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com Instead of having the same PAD control

Re: [U-Boot] [PATCH 1/2] tools: arm: imx: Implement BOOT_OFFSET command for imximage

2013-04-26 Thread Benoît Thébaudeau
Dear Marek Vasut, On Friday, April 26, 2013 2:57:44 AM, Marek Vasut wrote: @@ -52,6 +57,7 @@ enum imximage_cmd { CMD_INVALID, CMD_IMAGE_VERSION, CMD_BOOT_FROM, + CMD_BOOT_OFFSET, CMD_DATA }; -- 1.7.10.4 This looks good to me. Yes,

Re: [U-Boot] [PATCH v4 01/10] imx: Homogenize and fix fuse register definitions

2013-04-26 Thread Benoît Thébaudeau
Hi Stefano, On Friday, April 26, 2013 9:31:15 AM, Stefano Babic wrote: On 23/04/2013 22:17, Benoît Thébaudeau wrote: IIM: - Homogenize prg_p naming (the reference manuals are not always self-consistent for that). - Add missing SCSx and bank registers. - Fix the number of banks

[U-Boot] [PATCH 1/4] imx: iomux-v3: Fix common pad control definitions

2013-04-26 Thread Benoît Thébaudeau
what is done in Linux's), and select the correct definitions depending on whether CONFIG_MX6 is defined or not. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- arch/arm/include/asm/arch-mx5/iomux-mx51.h | 23 --- arch/arm/include/asm/imx-common/iomux-v3.h

[U-Boot] [PATCH 3/4] imx: iomux-v3: Restore Linux's NEW_PAD_CTRL() macro

2013-04-26 Thread Benoît Thébaudeau
This macro will be useful for future changes. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- arch/arm/include/asm/imx-common/iomux-v3.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/include/asm/imx-common/iomux-v3.h b/arch/arm/include/asm/imx-common

[U-Boot] [PATCH 2/4] imx: iomux-v3: cosmetic: Reorganize definitions

2013-04-26 Thread Benoît Thébaudeau
Keep pad control definitions together, and organize definitions in a more legible way. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- arch/arm/include/asm/imx-common/iomux-v3.h | 33 1 file changed, 19 insertions(+), 14 deletions(-) diff --git

[U-Boot] [PATCH 4/4] imx: iomux-v3: Include PKE and PUE to pad control pull definitions

2013-04-26 Thread Benoît Thébaudeau
definitions. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- arch/arm/include/asm/arch-mx5/iomux-mx51.h| 10 +++--- arch/arm/include/asm/imx-common/iomux-v3.h| 10 +++--- board/boundary/nitrogen6x/nitrogen6x.c| 42 +++-- board/freescale

[U-Boot] [PATCH 4/6] imx: tx25: Convert to iomux-v3

2013-04-26 Thread Benoît Thébaudeau
There is no change of behavior, even if some pad control values could probably be simplified. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/karo/tx25/tx25.c | 107 ++-- 1 file changed, 68 insertions(+), 39 deletions

[U-Boot] [PATCH 2/6] imx: mx25pdk: Convert to iomux-v3

2013-04-26 Thread Benoît Thébaudeau
There is no change of behavior, even if some pad control values could probably be simplified. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx25pdk/mx25pdk.c | 128 ++--- 1 file changed, 75 insertions(+), 53 deletions

[U-Boot] [PATCH 3/6] imx: mx25pdk: Fix GPIO assignments

2013-04-26 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx25pdk/mx25pdk.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/mx25pdk/mx25pdk.c b/board/freescale/mx25pdk/mx25pdk.c index 421afea..5e6047f 100644 --- a/board

[U-Boot] [PATCH 5/6] imx: zmx25: Convert to iomux-v3

2013-04-26 Thread Benoît Thébaudeau
There is no change of behavior, even if some pad control values could probably be simplified. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/syteco/zmx25/zmx25.c | 143 ++-- 1 file changed, 72 insertions(+), 71 deletions

[U-Boot] [PATCH 1/6] imx: iomux-v3: Add iomux-mx25.h

2013-04-26 Thread Benoît Thébaudeau
Allow usage of the imx-common/iomux-v3.h framework by including pad settings for the i.MX25. The content of the file is taken from Linux kernel at commit 267dd34, plus the required changes to make it work in U-Boot. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- arch/arm/imx

[U-Boot] [PATCH 6/6] imx: mx25: Remove legacy iomux support

2013-04-26 Thread Benoît Thébaudeau
Legacy iomux support is no longer needed now that all boards have been converted to iomux-v3. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- arch/arm/cpu/arm926ejs/mx25/generic.c | 117 --- arch/arm/include/asm/arch-mx25/imx25-pinmux.h | 421

[U-Boot] [PATCH 3/6] imx: mx35pdk: Fix WDOG_RST iomux function

2013-04-29 Thread Benoît Thébaudeau
The signal connected from this pin to the PMIC is WDOG_B, i.e. ALT0 mode, not ALT1 (which even corresponds to nothing). Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx35pdk/mx35pdk.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 6/6] imx: mx35: Remove legacy iomux support

2013-04-29 Thread Benoît Thébaudeau
Legacy iomux support is no longer needed now that all boards have been converted to iomux-v3. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- arch/arm/cpu/arm1136/mx35/Makefile |1 - arch/arm/cpu/arm1136/mx35/iomux.c | 114 - arch/arm/include/asm

[U-Boot] [PATCH 2/6] imx: flea3: Convert to iomux-v3

2013-04-29 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/CarMediaLab/flea3/flea3.c | 91 +-- 1 file changed, 48 insertions(+), 43 deletions(-) diff --git a/board/CarMediaLab/flea3/flea3.c b/board/CarMediaLab

[U-Boot] [PATCH 4/6] imx: mx35pdk: Convert to iomux-v3

2013-04-29 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx35pdk/mx35pdk.c | 173 - 1 file changed, 74 insertions(+), 99 deletions(-) diff --git a/board/freescale/mx35pdk/mx35pdk.c b/board/freescale

[U-Boot] [PATCH 5/6] imx: woodburn: Convert to iomux-v3

2013-04-29 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/woodburn/woodburn.c | 69 - 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/board/woodburn/woodburn.c b/board/woodburn

Re: [U-Boot] [PATCH 4/6] imx: mx35pdk: Convert to iomux-v3

2013-04-29 Thread Benoît Thébaudeau
Hi Stefano, On Monday, April 29, 2013 10:41:18 PM, Benoît Thébaudeau wrote: There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- [...] diff --git a/board/freescale/mx35pdk/mx35pdk.c b/board/freescale/mx35pdk/mx35pdk.c index 9993d7b..12e84d7

[U-Boot] [PATCH v2 1/6] imx: iomux-v3: Add iomux-mx25.h

2013-05-02 Thread Benoît Thébaudeau
Allow usage of the imx-common/iomux-v3.h framework by including pad settings for the i.MX25. The content of the file is taken from Linux kernel at commit 267dd34, plus the required changes to make it work in U-Boot. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v2

[U-Boot] [PATCH v2 5/6] imx: zmx25: Convert to iomux-v3

2013-05-02 Thread Benoît Thébaudeau
There is no change of behavior, even if some pad control values could probably be simplified. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v2: None board/syteco/zmx25/zmx25.c | 143 ++-- 1 file changed, 72 insertions

[U-Boot] [PATCH v2 3/6] imx: mx25pdk: Fix GPIO assignments

2013-05-02 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v2: None board/freescale/mx25pdk/mx25pdk.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/mx25pdk/mx25pdk.c b/board/freescale/mx25pdk/mx25pdk.c index 421afea..5e6047f

[U-Boot] [PATCH v2 4/6] imx: tx25: Convert to iomux-v3

2013-05-02 Thread Benoît Thébaudeau
There is no change of behavior, even if some pad control values could probably be simplified. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v2: None board/karo/tx25/tx25.c | 107 ++-- 1 file changed, 68 insertions

[U-Boot] [PATCH v2 2/6] imx: mx25pdk: Convert to iomux-v3

2013-05-02 Thread Benoît Thébaudeau
There is no change of behavior, even if some pad control values could probably be simplified. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v2: None board/freescale/mx25pdk/mx25pdk.c | 128 ++--- 1 file changed, 75 insertions

[U-Boot] [PATCH v2 6/6] imx: mx25: Remove legacy iomux support

2013-05-02 Thread Benoît Thébaudeau
Legacy iomux support is no longer needed now that all boards have been converted to iomux-v3. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v2: None arch/arm/cpu/arm926ejs/mx25/generic.c | 117 --- arch/arm/include/asm/arch-mx25/imx25-pinmux.h

[U-Boot] [PATCH 02/12] imx: iomux-v3: Add missing definitions to iomux-mx51.h

2013-05-02 Thread Benoît Thébaudeau
Add missing definitions that are required by future changes. By the way, make some cosmetic cleanup. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- arch/arm/include/asm/arch-mx5/iomux-mx51.h | 151 +++- 1 file changed, 124 insertions(+), 27

[U-Boot] [PATCH 03/12] imx: mx51evk: Convert to iomux-v3

2013-05-02 Thread Benoît Thébaudeau
There is no change of behavior, except for older silicon revisions for which support is removed. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx51evk/mx51evk.c | 348 +++ board/freescale/mx51evk/mx51evk_video.c | 22

[U-Boot] [PATCH 01/12] imx: iomux-mx51: Fix MX51_PAD_EIM_CS2__GPIO2_27

2013-05-02 Thread Benoît Thébaudeau
In ALT1 mode, EIM_CS2 is GPIO2[27], not ESDHC1.CD. Hence, rename MX51_PAD_EIM_CS2__SD1_CD to MX51_PAD_EIM_CS2__GPIO2_27. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- arch/arm/include/asm/arch-mx5/iomux-mx51.h |2 +- board/genesi/mx51_efikamx/efikamx.c|2

[U-Boot] [PATCH 07/12] imx: ima3-mx53: Convert to iomux-v3

2013-05-02 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/esg/ima3-mx53/ima3-mx53.c | 227 +-- include/configs/ima3-mx53.h |3 - 2 files changed, 72 insertions(+), 158 deletions(-) diff --git a/board

[U-Boot] [PATCH 11/12] imx: mx53smd: Convert to iomux-v3

2013-05-02 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx53smd/mx53smd.c | 152 - 1 file changed, 48 insertions(+), 104 deletions(-) diff --git a/board/freescale/mx53smd/mx53smd.c b/board

[U-Boot] [PATCH 04/12] imx: mx51_efikamx/sb: Convert to iomux-v3

2013-05-02 Thread Benoît Thébaudeau
There is no change of behavior, except for older silicon revisions for which support is removed. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/genesi/mx51_efikamx/efikamx-usb.c | 122 +-- 1 file changed, 69 insertions(+), 53 deletions

[U-Boot] [PATCH 09/12] imx: mx53evk: Convert to iomux-v3

2013-05-02 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx53evk/mx53evk.c | 289 +++-- 1 file changed, 83 insertions(+), 206 deletions(-) diff --git a/board/freescale/mx53evk/mx53evk.c b/board

[U-Boot] [PATCH 08/12] imx: mx53ard: Convert to iomux-v3

2013-05-02 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx53ard/mx53ard.c | 327 - 1 file changed, 141 insertions(+), 186 deletions(-) diff --git a/board/freescale/mx53ard/mx53ard.c b/board

[U-Boot] [PATCH 05/12] imx: vision2: Convert to iomux-v3

2013-05-02 Thread Benoît Thébaudeau
There is no change of behavior, except for older silicon revisions for which support is removed. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/ttcontrol/vision2/vision2.c | 585 ++--- 1 file changed, 223 insertions(+), 362 deletions

[U-Boot] [PATCH 10/12] imx: mx53loco: Convert to iomux-v3

2013-05-02 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx53loco/mx53loco.c | 268 + board/freescale/mx53loco/mx53loco_video.c | 68 2 files changed, 113 insertions(+), 223 deletions

Re: [U-Boot] [PATCH 12/12] imx: mx5: Remove legacy iomux support

2013-05-03 Thread Benoît Thébaudeau
Dear Marek Vasut, On Friday, May 3, 2013 4:38:43 AM, Marek Vasut wrote: Dear Benoît Thébaudeau, Legacy iomux support is no longer needed now that all boards have been converted to iomux-v3. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Yes, good move Reviewed

Re: [U-Boot] [PATCH 12/12] imx: mx5: Remove legacy iomux support

2013-05-03 Thread Benoît Thébaudeau
Dear Marek Vasut, On Friday, May 3, 2013 2:42:04 PM, Marek Vasut wrote: Dear Benoît Thébaudeau, Dear Marek Vasut, On Friday, May 3, 2013 4:38:43 AM, Marek Vasut wrote: Dear Benoît Thébaudeau, Legacy iomux support is no longer needed now that all boards have been converted

Re: [U-Boot] [PATCH 12/12] imx: mx5: Remove legacy iomux support

2013-05-03 Thread Benoît Thébaudeau
Dear Marek Vasut, On Friday, May 3, 2013 3:18:33 PM, Marek Vasut wrote: Dear Benoît Thébaudeau, Dear Marek Vasut, On Friday, May 3, 2013 2:42:04 PM, Marek Vasut wrote: Dear Benoît Thébaudeau, Dear Marek Vasut, On Friday, May 3, 2013 4:38:43 AM, Marek Vasut wrote

Re: [U-Boot] [PATCH 12/12] imx: mx5: Remove legacy iomux support

2013-05-03 Thread Benoît Thébaudeau
Dear Marek Vasut, On Friday, May 3, 2013 3:39:39 PM, Marek Vasut wrote: Dear Benoît Thébaudeau, Dear Marek Vasut, On Friday, May 3, 2013 3:18:33 PM, Marek Vasut wrote: Dear Benoît Thébaudeau, Dear Marek Vasut, On Friday, May 3, 2013 2:42:04 PM, Marek Vasut wrote

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

2013-05-03 Thread Benoît Thébaudeau
Dear Marek Vasut, On Thursday, April 25, 2013 10:16:03 PM, Marek Vasut wrote: Add basic support for the DENX M53EVK board. Currently supported is: MMC (incl. booting) NAND (incl. booting) Ethernet, I2C, USB, SATA, RTC. Signed-off-by: Marek Vasut ma...@denx.de [...] diff --git

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

2013-05-03 Thread Benoît Thébaudeau
On Friday, May 3, 2013 4:59:13 PM, Benoît Thébaudeau wrote: Dear Marek Vasut, On Thursday, April 25, 2013 10:16:03 PM, Marek Vasut wrote: Add basic support for the DENX M53EVK board. Currently supported is: MMC (incl. booting) NAND (incl. booting) Ethernet, I2C, USB, SATA, RTC

Re: [U-Boot] [PATCH 04/12] imx: mx51_efikamx/sb: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
On Friday, May 3, 2013 5:58:24 PM, Matt Sealey wrote: I had a patch queued which did exactly this, but I am fine with someone else doing it ;) Tested works exactly the same. Signed-off-by: Matt Sealey m...@genesi-usa.com You probably mean Tested-by. Best regards, Benoît

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

2013-05-03 Thread Benoît Thébaudeau
Dear Marek Vasut, On Friday, May 3, 2013 4:59:13 PM, Benoît Thébaudeau wrote: Dear Marek Vasut, On Thursday, April 25, 2013 10:16:03 PM, Marek Vasut wrote: Add basic support for the DENX M53EVK board. Currently supported is: MMC (incl. booting) NAND (incl. booting) Ethernet, I2C, USB

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

2013-05-03 Thread Benoît Thébaudeau
Dear Marek Vasut, On Friday, May 3, 2013 9:56:40 PM, Marek Vasut wrote: Dear Benoît Thébaudeau, Dear Marek Vasut, On Friday, May 3, 2013 4:59:13 PM, Benoît Thébaudeau wrote: Dear Marek Vasut, On Thursday, April 25, 2013 10:16:03 PM, Marek Vasut wrote: Add basic support

[U-Boot] [PATCH v3 02/25] imx: mx25pdk: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior, even if some pad control values could probably be simplified. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/freescale/mx25pdk/mx25pdk.c | 128 ++--- 1 file

[U-Boot] [PATCH v3 03/25] imx: mx25pdk: Fix GPIO assignments

2013-05-03 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/freescale/mx25pdk/mx25pdk.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/mx25pdk/mx25pdk.c b/board/freescale/mx25pdk/mx25pdk.c index

[U-Boot] [PATCH v3 01/25] imx: iomux-v3: Add iomux-mx25.h

2013-05-03 Thread Benoît Thébaudeau
Allow usage of the imx-common/iomux-v3.h framework by including pad settings for the i.MX25. The content of the file is taken from Linux kernel at commit 267dd34, plus the required changes to make it work in U-Boot. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3

[U-Boot] [PATCH v3 09/25] imx: mx35pdk: Fix WDOG_RST iomux function

2013-05-03 Thread Benoît Thébaudeau
The signal connected from this pin to the PMIC is WDOG_B, i.e. ALT0 mode, not ALT1 (which even corresponds to nothing). Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/freescale/mx35pdk/mx35pdk.c |2 +- 1 file changed, 1

[U-Boot] [PATCH v3 06/25] imx: mx25: Remove legacy iomux support

2013-05-03 Thread Benoît Thébaudeau
Legacy iomux support is no longer needed now that all boards have been converted to iomux-v3. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None arch/arm/cpu/arm926ejs/mx25/generic.c | 117 --- arch/arm/include/asm/arch-mx25

[U-Boot] [PATCH v3 13/25] imx: iomux-mx51: Fix MX51_PAD_EIM_CS2__GPIO2_27

2013-05-03 Thread Benoît Thébaudeau
In ALT1 mode, EIM_CS2 is GPIO2[27], not ESDHC1.CD. Hence, rename MX51_PAD_EIM_CS2__SD1_CD to MX51_PAD_EIM_CS2__GPIO2_27. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None arch/arm/include/asm/arch-mx5/iomux-mx51.h |2 +- board/genesi

[U-Boot] [PATCH v3 10/25] imx: mx35pdk: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/freescale/mx35pdk/mx35pdk.c | 173 - 1 file changed, 74 insertions(+), 99 deletions(-) diff --git a/board

[U-Boot] [PATCH v3 11/25] imx: woodburn: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/woodburn/woodburn.c | 69 - 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/board

[U-Boot] [PATCH v3 14/25] imx: iomux-v3: Add missing definitions to iomux-mx51.h

2013-05-03 Thread Benoît Thébaudeau
Add missing definitions that are required by future changes. By the way, make some cosmetic cleanup. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None arch/arm/include/asm/arch-mx5/iomux-mx51.h | 151 +++- 1

[U-Boot] [PATCH v3 04/25] imx: tx25: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior, even if some pad control values could probably be simplified. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/karo/tx25/tx25.c | 107 ++-- 1 file

[U-Boot] [PATCH v3 15/25] imx: mx51evk: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior, except for older silicon revisions for which support is removed. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/freescale/mx51evk/mx51evk.c | 348 +++ board

[U-Boot] [PATCH v3 05/25] imx: zmx25: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior, even if some pad control values could probably be simplified. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/syteco/zmx25/zmx25.c | 143 ++-- 1 file

[U-Boot] [PATCH v3 08/25] imx: flea3: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/CarMediaLab/flea3/flea3.c | 91 +-- 1 file changed, 48 insertions(+), 43 deletions(-) diff --git a/board

[U-Boot] [PATCH v3 16/25] imx: mx51_efikamx/sb: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior, except for older silicon revisions for which support is removed. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Tested-by: Matt Sealey m...@genesi-usa.com --- Changes in v3: None Changes in v2: None board/genesi/mx51_efikamx/efikamx-usb.c | 122

[U-Boot] [PATCH v3 23/25] imx: mx53smd: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/freescale/mx53smd/mx53smd.c | 152 - 1 file changed, 48 insertions(+), 104 deletions(-) diff --git a/board

[U-Boot] [PATCH v3 19/25] imx: ima3-mx53: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: - Disable some pull resistors that where actually not enabled in the original code, which was misleading. Changes in v2: None board/esg/ima3-mx53/ima3-mx53.c | 228

[U-Boot] [PATCH v3 17/25] imx: vision2: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior, except for older silicon revisions for which support is removed. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/ttcontrol/vision2/vision2.c | 585 ++--- 1 file

[U-Boot] [PATCH v3 21/25] imx: mx53evk: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: - Disable some pull resistors that where actually not enabled in the original code, which was misleading. Changes in v2: None board/freescale/mx53evk/mx53evk.c | 289

[U-Boot] [PATCH v3 12/25] imx: mx35: Remove legacy iomux support

2013-05-03 Thread Benoît Thébaudeau
Legacy iomux support is no longer needed now that all boards have been converted to iomux-v3. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None arch/arm/cpu/arm1136/mx35/Makefile |1 - arch/arm/cpu/arm1136/mx35/iomux.c

[U-Boot] [PATCH v3 20/25] imx: mx53ard: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: - Disable some pull resistors that where actually not enabled in the original code, which was misleading. Changes in v2: None board/freescale/mx53ard/mx53ard.c | 327

[U-Boot] [PATCH v3 22/25] imx: mx53loco: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Changes in v3: None Changes in v2: None board/freescale/mx53loco/mx53loco.c | 268 + board/freescale/mx53loco/mx53loco_video.c | 68 2 files changed

[U-Boot] [PATCH v3 24/25] imx: m53evk: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
There is no change of behavior, except for the folloing line that has been removed because the iomux mode was not set accordingly and the pad used for OTG OC is not this one: mxc_iomux_set_input(MX53_USBOH3_IPP_IND_OTG_OC_SELECT_INPUT, 1); Signed-off-by: Benoît Thébaudeau benoit.thebaud

Re: [U-Boot] [PATCH v3 24/25] imx: m53evk: Convert to iomux-v3

2013-05-03 Thread Benoît Thébaudeau
Hi Stefano, Marek, On Friday, May 3, 2013 10:32:36 PM, Benoît Thébaudeau wrote: There is no change of behavior, except for the folloing line that has been removed because the iomux mode was not set accordingly and the pad used for OTG OC is not this one: mxc_iomux_set_input

[U-Boot] [PATCH] imx: spl: Merge libimx-common make rules

2013-05-06 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- spl/Makefile |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spl/Makefile b/spl/Makefile index 8b655c4..d8fe948 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -88,7 +88,7 @@ ifneq ($(CONFIG_AM33XX

[U-Boot] [PATCH] imx: mx35pdk: Fix MUX2_CTR GPIO

2013-05-06 Thread Benoît Thébaudeau
MUX2_CTR is on GPIO1[5], not GPIO2[5], and it needs to be set high in order to connect the FEC. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx35pdk/mx35pdk.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/mx35pdk

Re: [U-Boot] [PATCH] arm: fix a comment

2013-05-09 Thread Benoît Thébaudeau
Dear Masahiro Yamada, On Thursday, May 9, 2013 9:12:17 AM, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/arm/lib/crt0.S |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/lib/crt0.S b/arch/arm/lib/crt0.S index

Re: [U-Boot] [PATCH 2/4] arm: make __image_copy_{start, end} compiler-generated

2013-05-10 Thread Benoît Thébaudeau
Hi Albert, On Friday, May 10, 2013 11:56:50 PM, Albert ARIBAUD wrote: Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/cpu/arm1136/start.S |7 +++ arch/arm/cpu/arm1136/u-boot-spl.lds |3 ++- arch/arm/cpu/arm720t/start.S

Re: [U-Boot] [PATCH 4/4] arm: factorize relocate_code routine

2013-05-10 Thread Benoît Thébaudeau
Hi Albert, On Friday, May 10, 2013 11:56:52 PM, Albert ARIBAUD wrote: Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/cpu/arm1136/start.S | 82 arch/arm/cpu/arm1176/start.S | 75 --

Re: [U-Boot] [PATCH 4/4] arm: factorize relocate_code routine

2013-05-11 Thread Benoît Thébaudeau
Hi Albert, On Saturday, May 11, 2013 9:40:02 AM, Albert ARIBAUD wrote: Hi Benoît, On Sat, 11 May 2013 04:04:09 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Friday, May 10, 2013 11:56:52 PM, Albert ARIBAUD wrote: Signed-off-by: Albert ARIBAUD

Re: [U-Boot] [PATCH 2/4] arm: make __image_copy_{start, end} compiler-generated

2013-05-11 Thread Benoît Thébaudeau
Hi Albert, On Saturday, May 11, 2013 10:02:48 AM, Albert ARIBAUD wrote: Hi Benoît, On Sat, 11 May 2013 02:25:02 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, [...] diff --git a/arch/arm/cpu/arm1136/u-boot-spl.lds b/arch/arm/cpu/arm1136/u-boot

Re: [U-Boot] Question: issues for usb keyboard work with OHCI HCD

2013-05-14 Thread Benoît Thébaudeau
Hi Marek, On Tuesday, May 14, 2013 4:13:33 AM, Marek Vasut wrote: Dear Bo Shen, Hi Marek, On 5/13/2013 23:12, Marek Vasut wrote: Dear Bo Shen, Hi All, On 5/6/2013 11:01, Bo Shen wrote: Hi Marek, On 5/3/2013 21:40, Marek Vasut wrote: Dear Bo Shen, Hi

Re: [U-Boot] [PATCH v2 1/4] mx31pdk: copy SPL directly, not using relocate_code.

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 11:50:27 AM, Albert ARIBAUD wrote: Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v2: - dropped relocate_code() call from mx31pdk SPL board/freescale/mx31pdk/mx31pdk.c | 16 +++- 1 file changed, 15 insertions(+), 1

Re: [U-Boot] [PATCH v2 2/4] tx25: copy SPL directly, not using relocate_code.

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 11:50:28 AM, Albert ARIBAUD wrote: Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v2: - dropped relocate_code() call from tx25 SPL board/karo/tx25/tx25.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-)

Re: [U-Boot] [PATCH v2 3/4] arm: do not compile relocate_code() for SPL builds

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 11:50:29 AM, Albert ARIBAUD wrote: Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v2: - dropped all relocate_code instances from SPL builds arch/arm/cpu/arm1136/start.S | 11 +++ arch/arm/cpu/arm1176/start.S | 11

Re: [U-Boot] [PATCH v2 4/4] arm: factorize relocate_code routine

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 11:50:30 AM, Albert ARIBAUD wrote: Replace all relocate_code routines from ARM start.S files with a single instance in file arch/arm/lib/relocate.S. For PXA, this requires moving the dcache unlocking code from within relocate_code into c_runtime_cpu_setup.

Re: [U-Boot] [PATCH v2 1/4] mx31pdk: copy SPL directly, not using relocate_code.

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 6:13:55 PM, Albert ARIBAUD wrote: Hi Benoît, On Tue, 14 May 2013 17:14:12 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Tuesday, May 14, 2013 11:50:27 AM, Albert ARIBAUD wrote: Signed-off-by: Albert ARIBAUD

Re: [U-Boot] [PATCH v2 3/4] arm: do not compile relocate_code() for SPL builds

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 6:21:02 PM, Albert ARIBAUD wrote: Hi Benoît, On Tue, 14 May 2013 17:21:51 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Tuesday, May 14, 2013 11:50:29 AM, Albert ARIBAUD wrote: Signed-off-by: Albert ARIBAUD

Re: [U-Boot] [PATCH v2 4/4] arm: factorize relocate_code routine

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 6:32:08 PM, Albert ARIBAUD wrote: Hi Benoît, On Tue, 14 May 2013 18:01:50 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, .globl c_runtime_cpu_setup c_runtime_cpu_setup: - bx lr

Re: [U-Boot] [PATCH v2 4/4] arm: factorize relocate_code routine

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 8:51:58 PM, Albert ARIBAUD wrote: Hi Benoît, On Tue, 14 May 2013 19:17:46 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Tuesday, May 14, 2013 6:32:08 PM, Albert ARIBAUD wrote: Hi Benoît, On Tue, 14

Re: [U-Boot] [PATCH 3/5] arm: make relocation symbols compiler-generated

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 10:02:58 PM, Albert ARIBAUD wrote: This change is only done where needed: some linker scripts may contain relocation symbols yet remain unchanged. __rel_dyn_start, __rel_dyn_end and __dynsym_start each requires its own output section; putting them in

Re: [U-Boot] [PATCH 4/5] arm: ensure u-boot only uses relative relocations

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 10:02:59 PM, Albert ARIBAUD wrote: Add a Makefile target ('checkarmreloc') which fails of the ELF binary contains relocation records of types other than R_ARM_RELATIVE. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Makefile |

Re: [U-Boot] [PATCH 5/5] arm: optimize relocate_code routine

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 10:03:00 PM, Albert ARIBAUD wrote: Use section symbols directly Drop support for R_ARM_ABS32 record types Eliminate unneeded intermediate registers Optimize relocation table iteration Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net ---

Re: [U-Boot] [PATCH 0/5] Optimize ARM relocation

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 10:16:01 PM, Albert ARIBAUD wrote: On Tue, 14 May 2013 22:02:55 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: *** NOTE: this series applies over the 'Factorize ARM relocate_code instances' series. This series optimizes relocation by

Re: [U-Boot] [PATCH 4/5] arm: ensure u-boot only uses relative relocations

2013-05-15 Thread Benoît Thébaudeau
Hi Albert, On Wednesday, May 15, 2013 11:38:37 AM, Albert ARIBAUD wrote: Hi again Benoît, On Wed, 15 May 2013 09:46:17 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Benoît, On Wed, 15 May 2013 00:12:24 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com

Re: [U-Boot] [PATCH v2 2/6] arm: mvf600: Add IOMUX support for Vybrid MVF600

2013-05-15 Thread Benoît Thébaudeau
Hi Stefano, Alison, On Wednesday, May 15, 2013 10:16:40 AM, Stefano Babic wrote: On 14/05/2013 11:51, Alison Wang wrote: This patch adds the IOMUX support for Vybrid MVF600 platform. There is a little difference for IOMUXC module between MVF600 and i.MX platform, the muxmode and pad

Re: [U-Boot] [PATCH v2 3/6] arm: mvf600: Add FEC support for Vybrid MVF600

2013-05-15 Thread Benoît Thébaudeau
Hi Stefano, Alison, On Wednesday, May 15, 2013 10:15:35 AM, Stefano Babic wrote: On 14/05/2013 11:51, Alison Wang wrote: This patch adds FEC support for Vybrid MVF600 platform. Add code to use RMII for MVF600. Signed-off-by: Alison Wang b18...@freescale.com --- Changes in v2: -

Re: [U-Boot] [PATCH] mmc and fat bug fixes

2013-05-15 Thread Benoît Thébaudeau
description. Signed-off-by: Ruud Commandeur rcommand...@clb.nl Cc: Tom Rini tr...@ti.com Cc: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Mats Karrman mats.karr...@tritech.se Index: drivers/mmc/mmc.c === --- drivers/mmc

Re: [U-Boot] [PATCH v2 4/4] arm: factorize relocate_code routine

2013-05-15 Thread Benoît Thébaudeau
Hi Albert, On Wednesday, May 15, 2013 10:30:00 AM, Albert ARIBAUD wrote: On Wed, 15 May 2013 09:31:37 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Then I should add =relocate_code to r3, not =_start, and also -- as r9 is not the right offset here -- compute r7 as the delta

Re: [U-Boot] [PATCH v2 4/4] arm: factorize relocate_code routine

2013-05-16 Thread Benoît Thébaudeau
Hi Albert, On Thursday, May 16, 2013 4:29:49 PM, Albert ARIBAUD wrote: Hi Benoît, On Wed, 15 May 2013 19:55:31 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Benoît, On Wed, 15 May 2013 18:36:05 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote

Re: [U-Boot] [PATCH v3 4/4] arm: factorize relocate_code routine

2013-05-16 Thread Benoît Thébaudeau
Hi Albert, On Thursday, May 16, 2013 2:02:57 PM, Albert ARIBAUD wrote: Replace all relocate_code routines from ARM start.S files with a single instance in file arch/arm/lib/relocate.S. For PXA, this requires moving the dcache unlocking code from within relocate_code into c_runtime_cpu_setup.

Re: [U-Boot] [PATCH 04/12] imx: mx51_efikamx/sb: Convert to iomux-v3

2013-05-16 Thread Benoît Thébaudeau
Hi Matt, On Thursday, May 16, 2013 8:05:22 PM, Matt Sealey wrote: I mean Signed-off-by since I'm the maintainer on the file you changed and I put the iomux-v3 support in the tree in the first place so I'm in the delivery path of the patch ;) Sure, I tested it, otherwise I wouldn't be

Re: [U-Boot] [PATCH v2 6/6] arm: mvf600: Add basic support for Vybrid MVF600TWR board

2013-05-17 Thread Benoît Thébaudeau
Hi Stefano, Alison, On Friday, May 17, 2013 6:07:43 PM, Stefano Babic wrote: On 17/05/2013 17:20, Wang Huan-B18965 wrote: Hi, Stefano, Hi Alison, +void setup_iomux_ddr(void) +{ + imx_iomux_v3_setup_multiple_pads(ddr_pads, ARRAY_SIZE(ddr_pads)); } + +void ddr_phy_init(void)

Re: [U-Boot] [PATCH v4 0/4] Factorize ARM relocate_code instances

2013-05-19 Thread Benoît Thébaudeau
of 'bx lr' for ARMv4 [...] Perfect! For this v4 series: Reviewed-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Best regards, Benoît ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

  1   2   3   4   5   6   7   8   9   10   >