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

2013-05-26 Thread Tapani Utriainen
Add support for the Wandboard quad. Signed-off-by: Tapani Utriainen --- boards.cfg | 1 + include/configs/wandboard.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/boards.cfg b/boards.cfg index 31483d6..b907409 100644 --- a/boards.cfg +++ b/boards.cfg @@ -268,6

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

2013-05-28 Thread Tapani Utriainen
On Mon, 27 May 2013 13:56:30 -0300 Otavio Salvador 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 on this to avoid > conflicts. > > (For easyness: http://patchwork.ozlabs.org/bundle/otavio/wandboard-20130

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

2013-05-28 Thread Tapani Utriainen
On Mon, 27 May 2013 07:22:42 -0300 Fabio Estevam wrote: > Hi Tapani, > > On Mon, May 27, 2013 at 1:13 AM, Tapani Utriainen > wrote: > > > > Add support for the Wandboard quad. > > > > Signed-off-by: Tapani Utriainen > > > > --- > >

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

2013-05-28 Thread Tapani Utriainen
Add support for Wandboard quad. Signed-off-by: Tapani Utriainen --- Changes from v1: - reorganized the board names into alphabetical order - added quad entry to the Wandboard README board/wandboard/README | 5 + boards.cfg | 1 + include/configs/wandboard.h | 2

Re: [U-Boot] [PATCH 1/4] arm, omap3: Add support for TechNexion modules

2011-11-22 Thread Tapani Utriainen
Wolfgang, Stefan, Igor, Tomi, thank you for reviewing the patches for TechNexion modules. Some of the comments are constructive and helpful and will be taken on-board once we get an opportunity to re-submit. It also seems that there are other patches lined-up that will influence our patches,

Re: [U-Boot] Adding support to Technexion TAM3517 SOM

2011-11-24 Thread Tapani Utriainen
On Thu, 24 Nov 2011 16:19:26 +0100 Stefano Babic wrote: > On 24/11/2011 07:57, Tapani Utriainen wrote: > > Using your u-boot.bin on Twister, USB devices do not work in linux. Using > > the u-boot.bin I submitted this issue disappears. The setup is otherwise > > the >

Re: [U-Boot] [PATCH V2 2/2] ARM: omap3: add support to Technexion twister board

2011-12-01 Thread Tapani Utriainen
On Wed, 30 Nov 2011 09:53:39 +0100 Stefano Babic wrote: > On 30/11/2011 00:18, Tom Rini wrote: > > > With this, and Wolfgang's change made in a v3, are you and Tapani > > otherwise in agreement for how this looks going in? > > Yes, I think so. Tapani, I also changed in V2 the default way to boo

[U-Boot] [PATCH 2/4] arm, omap3: Add support for TechNexion modules

2011-11-21 Thread Tapani Utriainen
Add support for TechNexion TAM3517 SoM Signed-off-by: Tapani Utriainen CC: Sandeep Paulraj --- arch/arm/include/asm/mach-types.h |1 board/technexion/tam3517/Makefile | 49 board/technexion/tam3517/tam3517.c | 150 board/technexion/tam3517/tam3517.h | 388

[U-Boot] [PATCH 0/4] arm, omap3: Add support for TechNexion modules

2011-11-21 Thread Tapani Utriainen
All, these patches add support for TechNexion TAM3517, TAO3530 and TDM3730 SoMs. regards, //Tapani ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/4] arm, omap3: Add support for TechNexion modules

2011-11-21 Thread Tapani Utriainen
Move duplicate Sitara MUX definitions to arch-omap3/mux.h Signed-off-by: Tapani Utriainen CC: Sandeep Paulraj --- arch/arm/include/asm/arch-omap3/mux.h | 51 ++ board/logicpd/am3517evm/am3517evm.h | 40 -- board/ti/am3517crane

[U-Boot] [PATCH 3/4] arm, omap3: Add support for TechNexion modules

2011-11-21 Thread Tapani Utriainen
Add support for TechNexion TAO3530 SoM Signed-off-by: Tapani Utriainen CC: Sandeep Paulraj --- arch/arm/include/asm/mach-types.h |1 board/technexion/tao3530/Makefile | 43 board/technexion/tao3530/tao3530.c | 207 board/technexion/tao3530/tao3530.h | 382

[U-Boot] [PATCH 4/4] arm, omap3: Add support for TechNexion modules

2011-11-21 Thread Tapani Utriainen
Add support for TechNexion TDM3730 SoM Signed-off-by: Tapani Utriainen CC: Sandeep Paulraj --- board/technexion/tdm3730/Makefile | 49 board/technexion/tdm3730/tdm3730.c | 173 board/technexion/tdm3730/tdm3730.h | 383

Re: [U-Boot] [RFC PATCH 0/3] i.MX6 (DQ/DLS): consolidate mux and pad names

2013-09-24 Thread Tapani Utriainen
On Fri, 20 Sep 2013 17:22:58 -0700 Eric Nelson wrote: > On 09/16/2013 02:26 PM, Eric Nelson wrote: > > This patch set begins the process of consolidating mux and pad > > declarations for the i.MX6 Dual/Quad and Dual-Lite/Solo processor > > variants. > > > > Patch 1 replaces the mux/pad names with

Re: [U-Boot] [PATCH 2/4] wandboard: add Future Eletronics 7" WVGA LCD extension board

2013-10-22 Thread Tapani Utriainen
On Mon, 21 Oct 2013 21:34:58 -0200 Otavio Salvador wrote: > This adds support for the 7" WVGA produced by Future Eletronics and > make it dynamically detect if it is connected or not based on the > touchscreen controller. > > Signed-off-by: Otavio Salvador Nice! Tested-

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Tapani Utriainen
SPL works also on TAO-3530 rev Cx (using mmc and Tsunami baseboard). Tested-by: Tapani Utriainen On Tue, 12 Nov 2013 13:15:00 +0100 Stefan Roese wrote: > Add SPL support for the Technexion TAO3530 SOM to replace > x-loader. Tested with the Thunder baseboard. Currently this is > on

[U-Boot] SPL boot on iMX6

2013-08-26 Thread Tapani Utriainen
Hello all, we would like to have some comments how to architecture some patches we would like to submit. Background: We have got SPL boot working, circumventing the need to have separate u-boot binaries depending on iMX6 CPU type and memory configuration. This allows us to have one (say) boota

Re: [U-Boot] SPL boot on iMX6

2013-08-26 Thread Tapani Utriainen
On Mon, 26 Aug 2013 15:33:56 +0200 Stefano Babic wrote: > Hi Tapani, > > > > > The macros I refer to is the MX6_PAD_ ones. The semantics of them depends on > > the target cpu. See arch/arm/include/asm/arch-mx6/mx6-pins.h > > Ok - these files are not thought to be used in the same binary, we ha

Re: [U-Boot] [PATCH] Add support for TechNexion edm1-cf-imx6 SoM

2013-08-29 Thread Tapani Utriainen
Stefano, Thank you for reviewing this patch, and for the constructive comments. Most of your comments are taken on board, and we will re-submit updated patches in the near future. On some things we probably need some clarification, see inlined responses to some of your questions. > > --- > >

Re: [U-Boot] [PATCH] Add support for TechNexion edm1-cf-imx6 SoM

2013-08-29 Thread Tapani Utriainen
Eric, On Wed, 28 Aug 2013 16:26:44 +0200 Eric Bénard wrote: > Le Wed, 28 Aug 2013 19:23:33 +0800, > Tapani a écrit : > > > > > Add support for TechNexion edm-cf-imx6 SoM > > > > The edm1-cf-imx6 SoM comes in three variants, one with imx6 solo cpu, > > one with an imx6 dual lite

Re: [U-Boot] [PATCH 05/12] MX6: add boot device support for SPL

2014-05-05 Thread Tapani Utriainen
On Mon, 5 May 2014 08:46:24 -0700 Tim Harvey wrote: > +cc Edward Lin > > On Mon, May 5, 2014 at 2:14 AM, Stefano Babic wrote: > > Hi Tim, > > ... > >> --- /dev/null > >> +++ b/arch/arm/imx-common/spl.c > >> @@ -0,0 +1,79 @@ > >> +/* > >> + * Copyright (C) 2014 Gateworks Corporation > >> + * Aut