Re: [ADDRESS CONVERTED] [PATCH 07/25] arm: Remove apx4devkit board

2021-02-10 Thread Lauri Hintsala
Acked-by: Lauri Hintsala mailto:lauri.hints...@silabs.com>> On 9 Feb 2021, at 15.02, Tom Rini mailto:tr...@konsulko.com>> wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the

Re: [ADDRESS CONVERTED] [PATCH 07/25] arm: Remove apx4devkit board

2021-02-09 Thread Lauri Hintsala
That's fine. apx4devkit is not under active development. Best regards, Lauri Hintsala > On 9 Feb 2021, at 15.02, Tom Rini wrote: > > CAUTION: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize the se

Re: [U-Boot] [PATCH] apx4devkit: change maintainer

2013-03-20 Thread Lauri Hintsala
Hi, I'll start maintaining apx4devkit as Veli-Pekka mailed. On 03/20/2013 09:08 PM, Veli-Pekka Peltola wrote: As I am no longer working for Bluegiga I will pass apx4devkit maintenance to Lauri. Signed-off-by: Veli-Pekka Peltola Acked-by: Lauri Hintsala --- MAINTAINERS |

Re: [U-Boot] [PATCH v2] mxs: spl_mem_init: Align DDR2 init with FSL bootlets source

2013-03-19 Thread Lauri Hintsala
On 03/19/2013 02:36 PM, Fabio Estevam wrote: On Tue, Mar 19, 2013 at 3:52 AM, Lauri Hintsala wrote: I tried to boot Freescale's 2.6.35.3 kernel on apx4devkit. The device is still freezing after mxs_cpu_init print. Are you able to boot 3.8? I booted up to 3.2. I assume that the f

Re: [U-Boot] [PATCH v2] mxs: spl_mem_init: Align DDR2 init with FSL bootlets source

2013-03-19 Thread Lauri Hintsala
On 03/19/2013 01:35 PM, Otavio Salvador wrote: On Tue, Mar 19, 2013 at 3:52 AM, Lauri Hintsala wrote: Hi, On 03/01/2013 12:59 AM, Fabio Estevam wrote: From: Fabio Estevam Currently the following kernel hang happens when loading a 2.6.35 kernel from Freeescale on a mx28evk board: RPC

Re: [U-Boot] [PATCH v2] mxs: spl_mem_init: Align DDR2 init with FSL bootlets source

2013-03-18 Thread Lauri Hintsala
Hi, On 03/01/2013 12:59 AM, Fabio Estevam wrote: From: Fabio Estevam Currently the following kernel hang happens when loading a 2.6.35 kernel from Freeescale on a mx28evk board: RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. Bus freq driver mod

Re: [U-Boot] [PATCH v2] mxs: spl_mem_init: Align DDR2 init with FSL bootlets source

2013-03-13 Thread Lauri Hintsala
Hi, On 03/13/2013 04:22 PM, Fabio Estevam wrote: Lauri, On Wed, Mar 13, 2013 at 11:18 AM, Fabio Estevam wrote: Hi Stefano, On Wed, Mar 13, 2013 at 5:16 AM, Stefano Babic wrote: Apart of the fact that fixes booting old kernel, these changes affects all mx28 boards, not only mx28evk. Can we

Re: [U-Boot] [PATCH v2] Add support for Bluegiga APX4 Development Kit

2012-07-31 Thread Lauri Hintsala
On 07/31/2012 01:26 PM, Stefano Babic wrote: I see no problems in your patch - I will push it into the -next branch. Thanks, We'll continue developing. Lauri ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] Add support for Bluegiga APX4 Development Kit

2012-07-31 Thread Lauri Hintsala
Hello Stefano, Could you review the patch? Thanks! Best Regards, Lauri Hintsala On 07/09/2012 04:14 PM, Veli-Pekka Peltola wrote: This adds support for Bluegiga APX4 Development Kit. It is built around Freescale i.MX28. Currently supported features are: ethernet, I2C, MMC, RTC and USB. APX4

Re: [U-Boot] [PATCH 11/13] i.MX28: Add battery boot components to SPL

2012-07-26 Thread Lauri Hintsala
On 07/25/2012 10:28 PM, Marek Vasut wrote: Dear Lauri Hintsala, On 07/25/2012 05:17 PM, Lauri Hintsala wrote: Hi Marek, On 05/02/2012 12:09 AM, Marek Vasut wrote: From: Marek Vasut Signed-off-by: Marek Vasut Cc: Detlev Zundel Cc: Fabio Estevam Cc: Stefano Babic Cc: Wolfgang Denk

Re: [U-Boot] [PATCH 11/13] i.MX28: Add battery boot components to SPL

2012-07-25 Thread Lauri Hintsala
On 07/25/2012 05:17 PM, Lauri Hintsala wrote: Hi Marek, On 05/02/2012 12:09 AM, Marek Vasut wrote: From: Marek Vasut Signed-off-by: Marek Vasut Cc: Detlev Zundel Cc: Fabio Estevam Cc: Stefano Babic Cc: Wolfgang Denk --- arch/arm/cpu/arm926ejs/mx28/spl_power_init.c | 100

Re: [U-Boot] [PATCH 11/13] i.MX28: Add battery boot components to SPL

2012-07-25 Thread Lauri Hintsala
(+), 8 deletions(-) This patch increases the power consumption about 250 mW (~50mA @ 5V). I think it could be nice to disable LRADC after spl boot if it is not really needed. Best regards, Lauri Hintsala ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] mx28evk: add NAND support

2012-04-17 Thread Lauri Hintsala
NAND support is not enabled by default because Eval Kit is not delivered with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board config. Signed-off-by: Lauri Hintsala --- board/freescale/mx28evk/iomux.c | 21 + include/configs/mx28evk.h | 10

Re: [U-Boot] MXS NAND: DMA read error

2012-04-17 Thread Lauri Hintsala
Hi Marek, On 04/17/2012 12:05 PM, Marek Vasut wrote: Lauri, as much as I'd love to help you, MX28EVK is Fabio's board. So let's see what he has to say ;-) I found the solution myself. The issue was caused by the missing iomuxing. I'll do the patch... Thank you for your friendly and fast res

Re: [U-Boot] MXS NAND: DMA read error

2012-04-17 Thread Lauri Hintsala
On 04/17/2012 11:29 AM, Marek Vasut wrote: On 04/17/2012 11:17 AM, Marek Vasut wrote: I'm trying to compile latest U-Boot to mx28evk (rev D) with NAND support. U-Boot boots up but NAND chip is not detected and DMA read error is popped up. MX28 EVK has no NAND, right? MX28 EVK has NAND slot a

Re: [U-Boot] MXS NAND: DMA read error

2012-04-17 Thread Lauri Hintsala
Hi Marek, On 04/17/2012 11:17 AM, Marek Vasut wrote: I'm trying to compile latest U-Boot to mx28evk (rev D) with NAND support. U-Boot boots up but NAND chip is not detected and DMA read error is popped up. MX28 EVK has no NAND, right? MX28 EVK has NAND slot and I have installed NAND chip on

[U-Boot] MXS NAND: DMA read error

2012-04-17 Thread Lauri Hintsala
on SOC (FEC) */ #ifdef CONFIG_CMD_NET BR, Lauri Hintsala ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] MMC is broken on mx28evk

2012-04-02 Thread Lauri Hintsala
Hi Marek, I built U-Boot 2012.04-rc1 and tried it with mx28evk. MMC seems to be broken. Reverting your commit 3687c4 (i.MX28: Do data transfers via DMA in MMC driver) fix the issue. Also there is issue in setting MAC address. Console logs are at the end of this mail. Best regards, Lauri

[U-Boot] [PATCH] Makefile: fix distclean and *_config rules to be less noise

2011-12-20 Thread Lauri Hintsala
Signed-off-by: Lauri Hintsala --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 05966f4..ba336ed 100644 --- a/Makefile +++ b/Makefile @@ -643,7 +643,7 @@ unconfig: sinclude $(obj).boards.depend $(obj).boards.depend: boards.cfg