Re: [U-Boot] [PATCH 01/12] kbuild, mxs: use short logs for MXS images

2014-03-12 Thread Veli-Pekka Peltola
the original apx4 maintainer and I left Bluegiga. At that point Lauri took care of apx4 and he is still working there. -- Veli-Pekka Peltola ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2013-03-20 Thread Veli-Pekka Peltola
As I am no longer working for Bluegiga I will pass apx4devkit maintenance to Lauri. Signed-off-by: Veli-Pekka Peltola --- MAINTAINERS |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d031c3a..bb55650 100644 --- a/MAINTAINERS +++ b

[U-Boot] [PATCH v2] ubifs: Fix ubifsload when using ZLIB

2012-09-05 Thread Veli-Pekka Peltola
/etc/fstab Loading file '/etc/fstab' to addr 0x4100 with size 704 (0x000002c0)... Done => Signed-off-by: Veli-Pekka Peltola Cc: kmp...@infradead.org --- Changes for v2: use proper variable type fs/ubifs/ubifs.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -

[U-Boot] [PATCH] ubifs: Fix ubifsload when using ZLIB

2012-09-05 Thread Veli-Pekka Peltola
/etc/fstab Loading file '/etc/fstab' to addr 0x4100 with size 704 (0x000002c0)... Done => Signed-off-by: Veli-Pekka Peltola --- fs/ubifs/ubifs.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c index c68802b..6a68437 10

Re: [U-Boot] [PATCH 3/3] mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'

2012-08-23 Thread Veli-Pekka Peltola
Salvador Acked-by: Veli-Pekka Peltola --- arch/arm/cpu/arm926ejs/mxs/mxs.c |4 ++-- arch/arm/include/asm/arch-mxs/sys_proto.h |2 +- board/bluegiga/apx4devkit/apx4devkit.c|2 +- board/denx/m28evk/m28evk.c|2 +- board/freescale/mx28evk/mx28evk.c

Re: [U-Boot] [PATCH 2/2] apx4devkit: Turn on caches

2012-08-14 Thread Veli-Pekka Peltola
Hi Fabio, On 08/05/2012 07:18 PM, Fabio Estevam wrote: From: Fabio Estevam Turn on data and instruction caches. Signed-off-by: Fabio Estevam I run some quick tests and everything seems to be working well so: Acked-by: Veli-Pekka Peltola -- Veli-Pekka Peltola

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

2012-07-09 Thread Veli-Pekka Peltola
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 has only one ethernet port. Signed-off-by: Veli-Pekka Peltola Signed-off-by: Lauri Hintsala Cc: Stefano Babic --- Changes after v1

Re: [U-Boot] [PATCH v6 1/4] mx28: Let imx_get_mac_from_fuse be common for mx28

2011-12-20 Thread Veli-Pekka Peltola
ld read it from there for FEC1? It would be nice to have very generic fuse reading function that could be used to read a serial number or similar user data. I will work this out if you don't like to do it. I'm quite busy now so it might take a week or two

[U-Boot] [PATCH] mx28: remove omap specific config options

2011-12-20 Thread Veli-Pekka Peltola
Config options for OMAP are not used with i.MX28 so remove dead code. Signed-off-by: Veli-Pekka Peltola Cc: Stefano Babic Cc: Marek Vasut Cc: Fabio Estevam --- arch/arm/cpu/arm926ejs/mx28/start.S |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/arm/cpu

Re: [U-Boot] [PATCH] MXS-NAND: Backport ecc.size from linux kernel

2011-12-19 Thread Veli-Pekka Peltola
Lauri Hintsala. Currently device tree support is not in our task list. I don't know if someone is working on it. Shawn Guo (kernel maintainer for MX28) might know. -- Veli-Pekka Peltola ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.

Re: [U-Boot] [PATCH] MXS-NAND: Backport ecc.size from linux kernel

2011-12-19 Thread Veli-Pekka Peltola
Tested-by: Veli-Pekka Peltola -- Veli-Pekka Peltola ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 3/3] mx28evk: Add initial support for MX28EVK board

2011-12-19 Thread Veli-Pekka Peltola
indows) or imx_hid_recovery (Linux) [1] I tested USB powered mode and 5V wall adapter without difference. -- Veli-Pekka Peltola [1] http://git.pengutronix.de/?p=mxs-utils.git;a=commit;h=87692449099ae85922842f7f01acc0ab71e382d7 ___ U-Boot mailing l

Re: [U-Boot] [PATCH v5 3/3] mx28evk: Add initial support for MX28EVK board

2011-12-16 Thread Veli-Pekka Peltola
back to the ROM properly after SPL or ROM is unable to load/run U-Boot after SPL. -- Veli-Pekka Peltola ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] add initial support for bluegiga apx4devkit

2011-12-14 Thread Veli-Pekka Peltola
hing so we try to avoid programming any fuses as our customers might want to do that with their own mac address. -- Veli-Pekka Peltola ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] add initial support for bluegiga apx4devkit

2011-12-14 Thread Veli-Pekka Peltola
Hi Stefano, Thanks for your review. Please see my comments below. On 12/14/2011 03:20 PM, Stefano Babic wrote: On 13/12/2011 15:54, Veli-Pekka Peltola wrote: Add initial support for Bluegiga APX4 CoM and development kit. Signed-off-by: Veli-Pekka Peltola Cc: Stefano Babic --- Hi Veli-Pekka

[U-Boot] [PATCH] add initial support for bluegiga apx4devkit

2011-12-13 Thread Veli-Pekka Peltola
Add initial support for Bluegiga APX4 CoM and development kit. Signed-off-by: Veli-Pekka Peltola Cc: Stefano Babic --- board/bluegiga/apx4devkit/Makefile | 45 +++ board/bluegiga/apx4devkit/apx4devkit.c | 204 boards.cfg

Re: [U-Boot] [PATCH] GCC4.6: Fix common/usb.c on xscale

2011-11-14 Thread Veli-Pekka Peltola
On 11/06/2011 12:36 AM, Marek Vasut wrote: > The problem was that the code, when the function was compiled with -Os, was > misgenerated. As in the function description, this is likely another > manifestation of the bug in GCC. Acked-by: Veli-Pekka Peltola Tested with GCC 4.6.1 and 4.

Re: [U-Boot] [PATCH 20/20] M28EVK: Enable USB HOST support

2011-11-11 Thread Veli-Pekka Peltola
as how to debug this further? I noticed some comments related to GCC in common/usb.c before usb_set_maxpacket_ep function. I also printed out i and ii in usb_set_maxpacket. Results were something that I didn't expect: i: 0, ii: 0 i: 0, ii: 1 i: 4, ii: -30879 i:

Re: [U-Boot] [PATCH] NAND: Let NAND_NO_SUBPAGE_WRITE through

2011-11-11 Thread Veli-Pekka Peltola
and I have tried to figure out why it works. The driver sets same NAND_NO_SUBPAGE_WRITE flag but it is also dropped in nand_base. One difference is: chip->ecc.size is set to 1 instead of 512. -- Veli-Pekka Peltola ___ U-Boot mailing list U-Boot@list

Re: [U-Boot] [PATCH 09/17 RESEND V5] iMX28: Add GPMI NAND driver

2011-11-04 Thread Veli-Pekka Peltola
ts default; nand erase.part filesystem; ubi part filesystem 2048; ubi part filesystem 2048 Please let me know if I can help you more somehow. Thanks! -- Veli-Pekka Peltola Bluegiga Technologies ___ U-Boot mailing list U-Boot@lists.denx.de http://lists

Re: [U-Boot] [PATCH 09/17 RESEND V5] iMX28: Add GPMI NAND driver

2011-11-04 Thread Veli-Pekka Peltola
s & NAND_CHIPOPTIONS_MSK; so the bit is masked out anyway and subpages are enabled. After that UBI tries to read VID header at 512 by default. I had to use "ubi part root 2048" to override it. Besides of that driver seems to work fine. -- Veli-Pekka Peltola Bluegiga Technologies _

[U-Boot] [PATCH 1/2] cosmetic: remove excess whitespace from usb command help

2011-11-02 Thread Veli-Pekka Peltola
Signed-off-by: Veli-Pekka Peltola Cc: Remy Bohmer --- common/cmd_usb.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/cmd_usb.c b/common/cmd_usb.c index 8c87265..aecde13 100644 --- a/common/cmd_usb.c +++ b/common/cmd_usb.c @@ -701,10 +701,10

[U-Boot] [PATCH 2/2] usb: add help for missing start subcommand

2011-11-02 Thread Veli-Pekka Peltola
Signed-off-by: Veli-Pekka Peltola Cc: Remy Bohmer --- When I first time used USB framework it was not so obvious to start with "usb reset" to get everything going on. So lets add help text for start. common/cmd_usb.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) di

[U-Boot] How to compile tools?

2011-06-08 Thread Veli-Pekka Peltola
eltove/u-boot-2011.06-rc2/tools' make: *** [tools] Error 2 -- Veli-Pekka Peltola ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot