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
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
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
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
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
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.
> +
&
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
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-
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
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.
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,
&
n6x boundar
> > wandboard_dlarm armv7 wandboard
> > - mx6
> > wandboard:IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl.cfg,MX6DL,DDR_MB=1024
> > wandboard_quad arm armv7 wandb
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
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
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
?
(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
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.
> &
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
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
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
> >
> > ---
> >
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
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
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
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
>
"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
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
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
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
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
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
30 matches
Mail list logo