Re: [U-Boot] NXP QorIQ LS1021A-IoT board support

2016-07-28 Thread Tapani
don't see other LS1021A boards in U-Boot, other than LS1021AQDS and > LS1021ATWR. I don't think NXP can support third-party boards. Did you > get any software from the vendor? > > York York, The LS1021A-IOT-GW is an NXP board. It is designed by NXP and support is NXP r

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

2014-05-05 Thread Tapani Utriainen
t; >> + return BOOT_DEVICE_NAND; > >> + } > >> + return BOOT_DEVICE_NONE; > >> +} > >> +#endif > >> + > >> +#if defined(CONFIG_SPL_MMC_SUPPORT) > >> +/* called from spl_mmc to see type of boot mode for storage (RA

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

Re: [U-Boot] [PATCH 2/4] mx6: add structs for mmdc and ddr iomux registers

2013-11-12 Thread Tapani
d replace the structure esd_mmdc_regs in cpu.c. We cannot have both. > So would you suggest we add a union inside the structure to differentiate imx5 and imx6? Or just make the structure imx6s/dl/q specific? regards, //Tapani ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH RFC] imx: add multi-architecture README

2013-11-12 Thread Tapani
T1_RXD ); IMX6_SET_PAD( PAD_EIM_D19__UART1_CTS ); IMX6_SET_PAD( PAD_EIM_D20__UART1_RTS ); imx6_add_uart(0, NULL); } An example of this architecture is in our kernel board file: https://github.com/TechNexion/linux/blob/imx-3.0.35-4.1.0/arch/arm/mach-mx6/board-edm_cf_imx6.c Using this method the boardfile part contains less macro hacks, is clearer, no tables, and results in shorter C code than your suggestion. (Ok, the clearer part could be an opinion.) Actually, I am not sure this is mutually exclusive with your suggestion. (Since we suspect you like your board file as much as we like ours, maybe it is better to not mandate how board files should do their pinmuxing?). Anyway, let's work together on this, so we can avoid the maintenance mess the iMX6 products otherwise could become. regards, //Tapani ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH RFC] imx: add multi-architecture README

2013-11-11 Thread Tapani
gets unreadable. Maybe it already is...? :-) Even with this description, it is not immediately obvious how it works. > +For pads that are specific to i.MX6DQ or i.MX6DLS, it is > +recommended that they be defined directly in the board file. > + &

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

2013-11-05 Thread Tapani
On Mon, 4 Nov 2013 15:28:39 -0200 Fabio Estevam wrote: > Hi Tapani, > > On Tue, Sep 10, 2013 at 11:47 AM, Stefano Babic wrote: > >> We are worried that we might not familiar enough with u-boot development > >> to get > >> such changes accepted in reasona

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] [RFC PATCH 0/3] i.MX6 (DQ/DLS): consolidate mux and pad names

2013-09-24 Thread Tapani Utriainen
DRAM_A_7, DRAM_A8__MMDC_DRAM_A_8, DRAM_A9__MMDC_DRAM_A_9 etc. might be useful as soon as memory is set up programmatically rather than using DCD tables. Hence, my suggestion is not to delete them all. At least leave the MMDC padconfigs in. //Tapani ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2013-09-04 Thread Tapani
Stefano, On Fri, 30 Aug 2013 16:43:28 +0200 Stefano Babic wrote: > Hi Tapani, > > > > On some things we probably need some clarification, see inlined responses > > to some of your questions. > > > > I hope I can help you. > Well, we start to get it.

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, &

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

2013-08-29 Thread Tapani Utriainen
n6x boundar > > wandboard_dlarm armv7 wandboard > > - mx6 > > wandboard:IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl.cfg,MX6DL,DDR_MB=1024 > > wandboard_quad arm armv7 wandb

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

2013-08-28 Thread Tapani
CPU runtime and sets the system accordingly. Signed-off-by: Richard Hu Signed-off-by: Tapani Utriainen Signed-off-by: Edward Lin --- MAINTAINERS | 4 + arch/arm/include/asm/arch-mx6/spl.h | 19 + board/technexion/edm_cf_imx6/Makefile

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

Re: [U-Boot] SPL boot on iMX6

2013-08-26 Thread Tapani
On Mon, 26 Aug 2013 09:42:30 +0200 Stefano Babic wrote: > Hi Tapani, > > > > > 1. Padconfigs. For some reason the existing padconfiguration macros are set > > compile time depending on target cpu variant. Hence the need to add new > > macros (or smth) so the bin

[U-Boot] SPL boot on iMX6

2013-08-26 Thread Tapani Utriainen
? (Thinking of features like fdt, fat or network boot). It seems that most imx6 based boards have some standard features enabled by default, but some of those we haven't tested on our new board. Any comments regarding this are welcome, //Tapani ___ U

Re: [U-Boot] twister: usb host support

2013-07-10 Thread Tapani
Stefano, Jeroen, On Wed, 10 Jul 2013 18:04:04 +0200 Jeroen Hofstee wrote: > Hello Stefano / Tapani, > > On 07/10/2013 04:27 PM, Stefano Babic wrote: > > On 09/07/2013 21:46, Jeroen Hofstee wrote: > >> I cannot find any document mentioning gpio_25 though. > &

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

2013-06-26 Thread Tapani
Add support for the Quad version of Wandboard; fix compile warning resulting from having 2G of memory. Signed-off-by: Tapani Utriainen Signed-off-by: Otavio Salvador --- board/wandboard/README | 5 + board/wandboard/wandboard.c | 2 +- boards.cfg | 1 + include

[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] 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 > > > > --- > >

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

2013-05-28 Thread Tapani Utriainen
on the wrong release!?). So for now, I am basing the resubmission on the 2013.04 release. regards, //Tapani ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[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 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 cha

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 1/4] arm, omap3: Add support for TechNexion modules

2011-11-22 Thread Tapani Utriainen
"incorrect". (And come on, it's just comments! Better to have badly formatted ones than none at all). //Tapani ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[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

[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 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 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 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