Re: [PATCH 1/2] arm: mvebu: Initial iEi Puzzle-M801 support

2020-10-14 Thread Luka Perkov
> > 1x USB 3.0 > > 4x Gigabit Ethernet > > 2x SFP+ (with NXP PCA9555 and NXP PCA9544) > > 1x SATA 3.0 > > 1x M.2 type B > > 1x RJ45 UART > > 1x SPI flash > > 1x EPSON RX8010 RTC > > > > Signed-off-by: Luka Kovacic > > Cc: Luka P

Re: [U-Boot] IO Error Propagation on Armada-385

2019-11-21 Thread Luka Perkov
Hello, I'm including Marek as he might have a similar situation. Also, extending the list with few guys from our side. Thanks, Luka On Thu, Nov 21, 2019 at 9:28 AM Stefan Roese wrote: > > Hi Chris, > > (added Kosta to Cc) > > On 21.11.19 08:43, Chris Packham wrote: > > Hi Stefan and Luka, > >

Re: [U-Boot] [PATCH] MAINTAINERS: Update u-boot-marvell entry

2019-02-18 Thread Luka Perkov
e speak up, if you would like to continue or better > start maintaining. > - Add multiple Marvell / MVEBU related driver directories and files > > Signed-off-by: Stefan Roese > Cc: Prafulla Wadaskar > Cc: Luka Perkov > Cc: Tom Rini Acked-by: Luka Perkov > --- > MAIN

[U-Boot] Please pull u-boot-marvell/master

2016-03-14 Thread Luka Perkov
Hi Tom, please pull these missed patches from Peter for which I should have sent pull request a while back. The following changes since commit df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa: Prepare v2016.03 (2016-03-14 10:20:21 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH 0/4] ARM: sheevaplug: misc fixes

2016-03-14 Thread Luka Perkov
Hi Peter, On Mon, Mar 14, 2016 at 11:08:55PM +0100, Peter Korsgaard wrote: > >>>>> "Luka" == Luka Perkov <luka.per...@sartura.hr> writes: > > Hi, > > > On Sun, Jan 17, 2016 at 06:23:41PM +0100, Peter Korsgaard wrote: > >> The follo

Re: [U-Boot] [PATCH 0/4] ARM: sheevaplug: misc fixes

2016-01-17 Thread Luka Perkov
On Sun, Jan 17, 2016 at 06:23:41PM +0100, Peter Korsgaard wrote: > The following patch series fixes a number of issues I noticed while updating > a sheevaplug from 2013.10 to 2016.01: > > Peter Korsgaard (4): > ARM: sheevaplug: unbreak default environment > ARM: sheevaplug: unbreak

Re: [U-Boot] [PATCH] MAINTAINERS: Update Marvell custodianship

2016-01-14 Thread Luka Perkov
On Thu, Jan 14, 2016 at 05:05:11AM +0100, Stefan Roese wrote: > Add myself as custodian for the Marvell git repository. Additionally, > add the mach-mvebu directory to the list of files / directories. And > add Armada XP & Armada 38x to the title (not only kirkwood). Acked-by

Re: [U-Boot] [PATCH] arm: mvebu: Add SolidRun ClearFog Armada 38x initial support

2015-12-13 Thread Luka Perkov
th only minor modifications, like the addition of some aliases and the > > "u-boot,dm-pre-reloc" property. > > > > Signed-off-by: Stefan Roese <s...@denx.de> > > Cc: Rabeeh Khoury <rab...@solid-run.com> > > Cc: Luka Perkov <luka.per...@sartura

[U-Boot] Please pull u-boot-marvell master

2015-11-29 Thread Luka Perkov
Hi Tom, please pull the queued changes below from Marvell tree. Additional work from Stefan will be sent later on. The following changes since commit fa8883a1e39a20e72aaa5093af0c80062cb95757: Merge branch 'master' of git://git.denx.de/u-boot-i2c (2015-11-27 08:41:03 -0500) are available in

[U-Boot] Please pull u-boot-marvell master

2015-11-17 Thread Luka Perkov
): arm: mvebu: Fix SAR1_CPU_CORE_MASK Kevin Smith (3): arm: mvebu: a38x: Remove unsupported topologies arm: mvebu: a38x: Add const to some function calls arm: mvebu: a38x: serdes specification cleanup Luka Perkov (6): arm: kirkwood: ib62x0: drop CONFIG_MACH_TYPE

[U-Boot] [PATCH 3/6] kirkwood: ib62x0: drop CONFIG_CMD_ENV define

2015-10-31 Thread Luka Perkov
The CONFIG_CMD_ENV is enabled by default so we can safely remove it. Signed-off-by: Luka Perkov <luka.per...@sartura.hr> --- include/configs/ib62x0.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 73caaca..ad966bd 100644 --- a/i

[U-Boot] [PATCH 6/6] kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS

2015-10-31 Thread Luka Perkov
These options were already defined in mv-common.h file. Signed-off-by: Luka Perkov <luka.per...@sartura.hr> --- include/configs/ib62x0.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index fb59ce2..57b1a43

[U-Boot] [PATCH 1/6] kirkwood: ib62x0: drop CONFIG_MACH_TYPE

2015-10-31 Thread Luka Perkov
Mainline kernel for this device has only support for device tree. We can safely drop this legacy code. Signed-off-by: Luka Perkov <luka.per...@sartura.hr> --- include/configs/ib62x0.h | 5 - 1 file changed, 5 deletions(-) diff --git a/include/configs/ib62x0.h b/include/configs/ib

[U-Boot] [PATCH 2/6] kirkwood: ib62x0: build u-boot.kwb

2015-10-31 Thread Luka Perkov
Avoid double typing in the shell and build u-boot.kwb when running "make" only. Signed-off-by: Luka Perkov <luka.per...@sartura.hr> --- include/configs/ib62x0.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index

[U-Boot] [PATCH 4/6] kirkwood: ib62x0: make use of defconfig

2015-10-31 Thread Luka Perkov
Signed-off-by: Luka Perkov <luka.per...@sartura.hr> --- configs/ib62x0_defconfig | 5 + include/configs/ib62x0.h | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/configs/ib62x0_defconfig b/configs/ib62x0_defconfig index 194ef02..19cbfd5 100644 --- a/c

[U-Boot] [PATCH 5/6] kirkwood: ib62x0: drop dev CONFIG_OF_LIBFDT

2015-10-31 Thread Luka Perkov
It is already defined in included mv-common.h file. Signed-off-by: Luka Perkov <luka.per...@sartura.hr> --- include/configs/ib62x0.h | 5 - 1 file changed, 5 deletions(-) diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 976147d..fb59ce2 100644 --- a/include/c

Re: [U-Boot] [PATCH 1/7] kirkwood: standardise the configuration

2015-10-30 Thread Luka Perkov
Hi Quentin, On Wed, Oct 28, 2015 at 12:47:15AM +, Quentin Armitage wrote: > The Marvell plugs are very similar systems, and so it makes sense > for their u-boots to have the same commands/configuration. > > Add EXT4 and MII to Dreamplug, DATE to Guruplug and Sheevaplug. > Add

Re: [U-Boot] [PATCH v0 3/5] arm: mvebu: Fix SAR1_CPU_CORE_MASK

2015-10-29 Thread Luka Perkov
On Wed, Oct 28, 2015 at 04:44:14PM +0100, dirk.eib...@gdsys.cc wrote: > From: Dirk Eibach > > SAR1_CPU_CORE_MASK was wrong, probably copy/paste > from another architecture. > > Signed-off-by: Dirk Eibach > --- > >

Re: [U-Boot] [PATCH] tools/kwbimage.c: Fix generation of binary header

2015-10-28 Thread Luka Perkov
this binary header need to get cleared. > > Signed-off-by: Stefan Roese <s...@denx.de> > Cc: Luka Perkov <luka.per...@sartura.hr> > Cc: Kevin Smith <kevin.sm...@elecsyscorp.com> > --- > tools/kwbimage.c | 12 +--- > 1 file changed, 9 insertions(+

Re: [U-Boot] [PATCH 1/3] arm: mvebu: a38x: Remove unsupported topologies

2015-10-27 Thread Luka Perkov
gt; > >Cc: Stefan Roese <s...@denx.de> > >Cc: Dirk Eibach <eib...@gdsys.de> > >Cc: Luka Perkov <luka.per...@sartura.hr> > > Thanks Kevin for working on this. For all 3 patches: > > Acked-by: Stefan Roese <s...@denx.de> Thank you! Appli

[U-Boot] Please pull u-boot-marvell master

2015-10-20 Thread Luka Perkov
Hi Tom, can you please pull various mvebu enhancements from Stefan? The following changes since commit 5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d: Prepare v2015.10 (2015-10-19 19:59:38 -0400) are available in the git repository at: git://git.denx.de/u-boot-marvell.git for you to fetch

[U-Boot] Please pull u-boot-marvell master

2015-09-30 Thread Luka Perkov
Hi Tom, can you please pull these three commits containing two mvebu related fixes and one handy kwboot tool feature? The following changes since commit 1f8836396de8215b7f460616926052b32597bb29: Prepare v2015.10-rc4 (2015-09-28 16:57:42 -0400) are available in the git repository at:

[U-Boot] Please pull u-boot-marvell master

2015-08-17 Thread Luka Perkov
Hi Tom, pull containes patches from Stefan and Anton that have been posted on the mailing list a while back. The newest feature is PCI support on mvebu. The following changes since commit 58243001a9419d9d1671e32611b7d15f6ed64b3a: i2c: lpc32xx: fix write timeout (2015-08-17 08:11:50 -0400)

[U-Boot] Please pull u-boot-marvell master

2015-07-24 Thread Luka Perkov
Hi Tom, can you please pull this batch from Stefan as well? This pull request does not contain patches that are still under review. Pull request for those will be sent another time. The following changes since commit 413978d118bb7d7b0a8488d97d802f2899cd81ce: Merge

[U-Boot] Please pull u-boot-marvell master

2015-07-23 Thread Luka Perkov
Hi Tom, can you please pull the mvebu tree? This series contains mvebu DDR training code and couple of bug fixes. Thanks, Luka The following changes since commit b217c89e8565ade3aaa9f74c33c93236bf151187: Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-07-20 17:12:52 -0400)

Re: [U-Boot] Please pull u-boot-marvell master

2015-07-23 Thread Luka Perkov
Hi Tom, please ignore this pull. For some reason body of commit messages is missing - thanks Stefan for pointing this out. I will fix and resend. Regards, Luka On Thu, Jul 23, 2015 at 08:35:10AM +0200, Luka Perkov wrote: Hi Tom, can you please pull the mvebu tree? This series contains mvebu

[U-Boot] Please pull u-boot-marvell master (v2)

2015-07-23 Thread Luka Perkov
Hi Tom, can you please pull the mvebu tree? This series contains mvebu DDR training code and couple of bug fixes. Also, this version of pull request has the correct messages. Thanks, Luka PS. It turns out that when you try to download patches from gitolite as email patches the commit message is

Re: [U-Boot] [PATCH v2 06/11] arm: mvebu: Add Armada 38x SERDES / PHY init code from Marvell bin_hdr

2015-07-20 Thread Luka Perkov
Hi Stefan, On Mon, Jul 20, 2015 at 10:17:48AM +0200, Stefan Roese wrote: This code is ported from the Marvell bin_hdr code into mainline SPL U-Boot. It needs to be executed very early so that the devices connected to the serdes PHY are configured correctly. Signed-off-by: Stefan Roese

Re: [U-Boot] [PATCH v2 09/11] arm: mvebu: Call timer_init early before PHY and DDR init

2015-07-20 Thread Luka Perkov
Hi Stefan, On Mon, Jul 20, 2015 at 10:17:51AM +0200, Stefan Roese wrote: Without calling timer_init(), the xdelay() functions return immediately. We need to call timer_init() early, so that these functions work and the PHY and DDR init code works correctly. Signed-off-by: Stefan Roese

Re: [U-Boot] [PATCH 5/5] arm: mvebu: db-88f6820-gp: Add SDIO/MMC SPL boot support

2015-07-20 Thread Luka Perkov
to have bootable flag configured? Thanks, Luka dd if=u-boot-spl.kwb of=/dev/sdX1 Signed-off-by: Stefan Roese s...@denx.de Cc: Luka Perkov luka.per...@sartura.hr Cc: Dirk Eibach eib...@gdsys.de --- include/configs/db-88f6820-gp.h | 28 1 file changed, 28 insertions

Re: [U-Boot] [PATCH] arm: mvebu: increase delay after setting ddr3 training patterns

2015-07-18 Thread Luka Perkov
Hi Stefan, On Wed, Jul 15, 2015 at 05:00:44PM +0200, Stefan Roese wrote: Your timer patch fixes the booting problems for me so this delay isn't necessary anymore. I've pushed the two patches from you guys to marvell/master: http://git.denx.de/?p=u-boot/u-boot-marvell.git;a=summary I'll

Re: [U-Boot] [PATCH v2] add Armada XP SATA support

2015-07-15 Thread Luka Perkov
Hi Anton, On Wed, Jul 15, 2015 at 02:25:52PM +0200, Stefan Roese wrote: The first minor comment is, to better move the patch history (Changes in v2:...) below this line ---. The revision comments will then not be added to the git repository. This is common practice. I would also like to add

Re: [U-Boot] [PATCH] arm: mvebu: increase delay after setting ddr3 training patterns

2015-07-15 Thread Luka Perkov
Hi Anton, On Wed, Jul 15, 2015 at 05:00:21PM +0200, Anton Schubert wrote: My Patch isn't necessary anymore and as Stefan said potentially breaking on other chip versions. I think everything is merged correctly as was intended. Please check. Luka ___

Re: [U-Boot] [PATCH] arm: mvebu: increase delay after setting ddr3 training patterns

2015-07-15 Thread Luka Perkov
Hi Anton, hi Stefan, On Wed, Jul 15, 2015 at 04:47:55PM +0200, Anton Schubert wrote: Hi Stefan, Your timer patch fixes the booting problems for me so this delay isn't necessary anymore. I've pushed the two patches from you guys to marvell/master:

[U-Boot] Please pull u-boot-marvell master

2015-07-10 Thread Luka Perkov
Hi Tom, can you please pull this 10 patches from Stefan? The following changes since commit f3edfd30541d6f245d7dfa6fa7354cc916cc53e1: net: designware: Program MAC address to hardware after soft reset (2015-07-08 13:43:19 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH] arm: mvebu: db-88f6820-gp: Add MAINTAINERS file

2015-07-01 Thread Luka Perkov
Hi Stefan, On Wed, Jul 01, 2015 at 05:38:05PM +0200, Stefan Roese wrote: Signed-off-by: Stefan Roese s...@denx.de Cc: Luka Perkov luka.per...@sartura.hr Cc: Albert Aribaud albert.u.b...@aribaud.net --- board/Marvell/db-88f6820-gp/MAINTAINERS | 6 ++ 1 file changed, 6 insertions

[U-Boot] Please pull u-boot-marvell master

2015-06-28 Thread Luka Perkov
Hi Tom, this series contains two patches from Kevin that I missed to include in last pull request. The following changes since commit ef0f2f57524ec85fb9058a23298f2c4995e0d950: Move defaults from config_cmd_default.h to Kconfig (2015-06-25 22:18:34 -0400) are available in the git repository

Re: [U-Boot] [PATCH v3 3/4] mv-common.h: Include support for device trees

2015-06-28 Thread Luka Perkov
Hi Stefan, On Fri, Jun 26, 2015 at 01:56:24PM +0200, Stefan Roese wrote: On 18.05.2015 18:09, Kevin Smith wrote: Signed-off-by: Kevin Smith kevin.sm...@elecsyscorp.com Acked-by: Stefan Roese s...@denx.de --- include/configs/mv-common.h | 2 ++ 1 file changed, 2 insertions(+) diff

[U-Boot] Please pull u-boot-marvell master

2015-06-14 Thread Luka Perkov
Hi Tom, this series contains patches from Kevin and Stefan and it would be great if you could pull them in this release. The following changes since commit 64d16706a052553c85d2f8f4c741879a4e3e6116: Nokia RX-51: Fix calculating return address in save_boot_params (2015-06-12 08:11:18 -0400)

Re: [U-Boot] [PATCH] tools/kwboot: Add parameters to set delay and timeout via cmdline

2015-05-29 Thread Luka Perkov
Hi Stefan, On Fri, May 29, 2015 at 01:25:04PM +0200, Stefan Roese wrote: To support the Armada 38x, new values for the request-delay and the response-timeout are needed. As the values already implemented in this tool (for Kirkwood and Armada XP) don't seem to work here. To make this more

Re: [U-Boot] [PATCH] tools/kwbimage.c: Correct header size for SPI boot

2015-05-07 Thread Luka Perkov
Hi Stefan, On Thu, May 07, 2015 at 04:52:29PM +0200, Stefan Roese wrote: On 17.03.2015 10:24, Stefan Roese wrote: On 16.03.2015 15:58, Kevin Smith wrote: If defined, the macro CONFIG_SYS_SPI_U_BOOT_OFFS allows a board to specify the offset of the payload image into the kwb image file. This

[U-Boot] Please pull u-boot-marvell master

2015-05-05 Thread Luka Perkov
Hi Tom, please pull from marvell/master. The changes include Stefan's Armada 38x series which reached v3 on the mailing list and two more Marvell Armada related fixes. The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c: Merge branch 'zynq' of

[U-Boot] Please pull u-boot-marvell master

2015-04-11 Thread Luka Perkov
Hi Tom, this series contains one fix from Stefan. The following changes since commit c175f306b3f8885965f63ff6c71df5c0f899b4c9: Merge git://git.denx.de/u-boot-arc (2015-04-10 12:39:13 -0400) are available in the git repository at: git://git.denx.de/u-boot-marvell.git for you to fetch

Re: [U-Boot] [PATCH] arm: armada-xp: Fix SPL for AXP by using save_boot_params_ret

2015-03-11 Thread Luka Perkov
to work correctly. Signed-off-by: Stefan Roese s...@denx.de Cc: Simon Glass s...@chromium.org Cc: Luka Perkov luka.per...@sartura.hr --- arch/arm/cpu/armv7/armada-xp/lowlevel_spl.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to marvell's master branch. Thank you. Luka

[U-Boot] Please pull u-boot-marvell master

2015-03-05 Thread Luka Perkov
Hi Tom, this series contains small kirkwood/marvell fixes. Please pull when you find the time. The following changes since commit 694cc87b76b1063a2a7a8bd1809e990df0a469f8: arm, da8xx: convert ipam390 board to generic board support (2015-03-05 10:08:13 -0500) are available in the git

Re: [U-Boot] [PATCH 2/2] dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb

2015-02-24 Thread Luka Perkov
Hi Ian, On Tue, Feb 24, 2015 at 08:38:57AM +, Ian Campbell wrote: From: Ian Campbell i...@hellion.org.uk Saves having to remember to ask make for it explicitly. Signed-off-by: Ian Campbell i...@hellion.org.uk Cc: Jason Cooper u-b...@lakedaemon.net --- include/configs/dreamplug.h |

Re: [U-Boot] [PATCH 1/2] dreamplug: switch to GENERIC_BOARD

2015-02-24 Thread Luka Perkov
Hi Ian, On Tue, Feb 24, 2015 at 08:38:56AM +, Ian Campbell wrote: From: Ian Campbell i...@hellion.org.uk Built and booted to a Linux prompt with no issues discovered. network and usb access to the external mmc are ok. (my internal mmc is knackered at the h/w level). Signed-off-by:

Re: [U-Boot] [RFC PATCH v1] kwbimage: Align v1 binary header to 4B

2015-02-23 Thread Luka Perkov
On Mon, Feb 23, 2015 at 01:06:49AM -0800, Prafulla Wadaskar wrote: Hi Chris, (added Prafulla and Luka to Cc) On 22.02.2015 23:25, Chris Packham wrote: According to the Armada-XP documentation the binary header format requires the header length to be aligned to 4B.

[U-Boot] Please pull u-boot-marvell master

2015-02-16 Thread Luka Perkov
Hi Tom, this series contains kirkwood patches from Michael. Please pull them when you find the time. The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f: sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART (2015-02-11 19:43:45 -0500) are available in the git

Re: [U-Boot] [PATCH 2/2] arm:aspenite: Convert to generic board

2015-02-16 Thread Luka Perkov
On Mon, Feb 16, 2015 at 05:30:07AM -0800, Prafulla Wadaskar wrote: Subject: [PATCH 2/2] arm:aspenite: Convert to generic board Enable CONFIG_SYS_GENERIC_BOARD for Marvell aspenite. Signed-off-by: Ajay Bhargav ajay.bhar...@einfochips.com --- include/configs/aspenite.h | 5 +

Re: [U-Boot] [PATCH 1/2] arm:gplugd: Convert to generic board

2015-02-16 Thread Luka Perkov
On Mon, Feb 16, 2015 at 05:29:24AM -0800, Prafulla Wadaskar wrote: Subject: [PATCH 1/2] arm:gplugd: Convert to generic board Enable CONFIG_SYS_GENERIC_BOARD for Marvell Gplugd. Signed-off-by: Ajay Bhargav ajay.bhar...@einfochips.com --- include/configs/gplugd.h | 5 + 1 file

Re: [U-Boot] [PATCH] lsxl: add a README file

2015-02-16 Thread Luka Perkov
Hi Michael, On Fri, Feb 13, 2015 at 06:45:57PM +0100, Michael Walle wrote: The README describes the recovery method which can be used if the NAS box is not reachable anymore. Addionally, it describes the different boot scripts. Signed-off-by: Michael Walle mich...@walle.cc ---

Re: [U-Boot] [PATCH 0/3] lsxl: fix and rework boot scripts

2015-02-08 Thread Luka Perkov
Hi Michael, On Sun, Feb 08, 2015 at 08:06:04PM +0100, Michael Walle wrote: This fixes an issue which prevents newer kernels from booting. Also add support for the bootz command. I know I'm too late for the merge window (again, really sorry). But these changes are short and only affect one

[U-Boot] Please pull u-boot-marvell master

2015-02-06 Thread Luka Perkov
Hi Tom, this series contains the last bits of pending kirkwood/mvebu patches that I'm aware of. The changes from Gerald are minimal and I've merged Stefan's series which have reached v3 on the list. The following changes since commit 7f641d53bbb3a426a3bfb132d8346153e86a9d08: Merge branch

Re: [U-Boot] [PATCH v2 0/11] Add full DDR init for Marvell Armada-XP MV78xx0 (AXP)

2015-01-28 Thread Luka Perkov
DIMM setup on the Marvell DB-MV784MP-GP board and on a custom fixed DDR configuration board (maxbcm with MV78460). I've tested entire series on Kirkwood board RaidSonic ICY BOX IB-NAS62x0. That said: Tested-by: Luka Perkov luka.per...@sartura.hr Tom, can you pull this series as-is or should I

[U-Boot] Please pull u-boot-marvell master

2015-01-25 Thread Luka Perkov
) Gerald Kerma (1): marvell: kirkwood: guruplug refresh for newer kernel Luka Perkov (9): cosmetic: kirkwood: style fixes in kwbimage.cfg files kirkwood: define empty CONFIG_MVGBE_PORTS by default ARM: kirkwood: fix cpu info for 6282 device id kirkwood

Re: [U-Boot] [PATCH v2 1/1] marvell: kirkwood: guruplug refresh for newer kernel

2015-01-08 Thread Luka Perkov
Hi Prafulla, On Wed, Jan 07, 2015 at 08:48:17PM -0800, Prafulla Wadaskar wrote: May you lease pull these too? Will do. Let me know if there are any other ones left. Luka ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] MAINTAINERS: add me as a co-maintainer of KIRKWOOD

2015-01-07 Thread Luka Perkov
Signed-off-by: Luka Perkov luka.per...@sartura.hr CC: Prafulla Wadaskar prafu...@marvell.com CC: Wolfgang Denk w...@denx.de --- I'd like to help the U-Boot project as a Kirkwood co-maintainer and assist Prafulla with the Kirkwood maintenance. I'm maintaining U-Boot in OpenWrt project for Kirkwood

[U-Boot] [PATCH] doc/gitmail-rc: fix whitespaces

2015-01-07 Thread Luka Perkov
Signed-off-by: Luka Perkov luka.per...@sartura.hr --- doc/git-mailrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/git-mailrc b/doc/git-mailrc index 563e3ae..d90793a 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -22,7 +22,7 @@ alias gruss Graeme Russ

Re: [U-Boot] [PATCH 1/6] kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD define

2014-12-08 Thread Luka Perkov
Hi Prafulla, any luck with getting this patches in your or master tree? Luka On Mon, Dec 01, 2014 at 12:34:50AM -0800, Prafulla Wadaskar wrote: -Original Message- From: Luka Perkov [mailto:l...@openwrt.org] Sent: 30 November 2014 09:31 To: u-boot@lists.denx.de Cc: Luka Perkov

Re: [U-Boot] arm kirkwood pending patches

2014-11-29 Thread Luka Perkov
Hi guys, can we get this in before the release is out? Thanks, Luka On Thu, Sep 11, 2014 at 04:00:41AM -0700, Prafulla Wadaskar wrote: Sure... will be pulled soon, once I am back in office. Regards... Prafulla . . . -Original Message- From: Luka Perkov [mailto:l

[U-Boot] [PATCH 1/6] kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD define

2014-11-29 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org CC: Prafulla Wadaskar prafu...@marvell.com CC: Stefan Roese s...@denx.de --- This is patch was sent already in July: http://lists.denx.de/pipermail/u-boot/2014-July/182900.html include/configs/ib62x0.h | 2 ++ 1 file changed, 2 insertions(+) diff

[U-Boot] [PATCH 2/6] kirkwood: dockstar: add CONFIG_SYS_GENERIC_BOARD define

2014-11-29 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org CC: Prafulla Wadaskar prafu...@marvell.com CC: Stefan Roese s...@denx.de --- include/configs/dockstar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/dockstar.h b/include/configs/dockstar.h index 46a42b3..ec7f721 100644

[U-Boot] [PATCH 3/6] kirkwood: goflexhome: add CONFIG_SYS_GENERIC_BOARD define

2014-11-29 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org CC: Prafulla Wadaskar prafu...@marvell.com CC: Stefan Roese s...@denx.de --- include/configs/goflexhome.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h index 5ed9497..836515d 100644

[U-Boot] [PATCH 4/6] kirkwood: iconnect: add CONFIG_SYS_GENERIC_BOARD define

2014-11-29 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org CC: Prafulla Wadaskar prafu...@marvell.com CC: Stefan Roese s...@denx.de --- include/configs/iconnect.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/iconnect.h b/include/configs/iconnect.h index 9f4a4b8..2baf50c 100644

[U-Boot] [PATCH 6/6] kirkwood: sheevaplug: add CONFIG_SYS_GENERIC_BOARD define

2014-11-29 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org CC: Prafulla Wadaskar prafu...@marvell.com CC: Stefan Roese s...@denx.de --- include/configs/sheevaplug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 71be823..21c8bda 100644

[U-Boot] [PATCH 5/6] kirkwood: pogo_e02: add CONFIG_SYS_GENERIC_BOARD define

2014-11-29 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org CC: Prafulla Wadaskar prafu...@marvell.com CC: Stefan Roese s...@denx.de --- include/configs/pogo_e02.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/pogo_e02.h b/include/configs/pogo_e02.h index 7594bdb..89560ad 100644

[U-Boot] arm kirkwood pending patches

2014-09-10 Thread Luka Perkov
Hi, I have noticed that there are 3 pending kirkwood patches that I've sent a while back. It seems that there has been no action since then. Patches have been ACKed... Can we get some progress on these: http://patchwork.ozlabs.org/patch/366225/ http://patchwork.ozlabs.org/patch/366226/

[U-Boot] [PATCH] mkimage: fix compilation issues on OpenBSD

2014-08-09 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org --- tools/mkimage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mkimage.c b/tools/mkimage.c index 123d0c7..c70408c9 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -458,6 +458,7 @@ NXTARG: ; #if defined

Re: [U-Boot] [PATCH 06/15] kirkwood: kconfig: refactor Kconfig and defconfig

2014-08-05 Thread Luka Perkov
Hi Masahiro, On Mon, Aug 04, 2014 at 10:19:19PM +0900, Masahiro Yamada wrote: Becuase the board select menu in arch/arm/Kconfig is too big, move the KirkWood board select menu to kirkwood/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU=arm926ejs and CONFIG_SYS_SOC=kirkwood).

Re: [U-Boot] [PATCH 06/15] kirkwood: kconfig: refactor Kconfig and defconfig

2014-08-05 Thread Luka Perkov
Hi Masahiro, On Tue, Aug 05, 2014 at 06:08:21PM +0900, Masahiro Yamada wrote: On Tue, 5 Aug 2014 10:54:56 +0200 +config TARGET_DREAMPLUG + bool Dreamplug Board This sould be DramPlug Board. I assume this is a typo. DreamPlug Board ? Yes, sorry. I will fix in v2. Great,

Re: [U-Boot] [PATCH v1 22/25] tools/kwboot: Sync with latest barebox version to support Armada XP

2014-07-29 Thread Luka Perkov
Hi Stefan, On Mon, Jul 28, 2014 at 08:47:13AM +0200, Stefan Roese wrote: Sorry for the late reply to this comment. On 04.07.2014 00:02, Luka Perkov wrote: On Fri, Jun 27, 2014 at 11:55:08AM +0200, Stefan Roese wrote: The barebox version of the kwboot tool has evolved a bit. To support

Re: [U-Boot] [PATCH v1 23/25] tools: Compile kwboot for Marvell Armada XP as those SoCs are now supported

2014-07-03 Thread Luka Perkov
On Fri, Jun 27, 2014 at 11:55:09AM +0200, Stefan Roese wrote: Signed-off-by: Stefan Roese s...@denx.de --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) Tested-by: Luka Perkov l...@openwrt.org Luka ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH v1 22/25] tools/kwboot: Sync with latest barebox version to support Armada XP

2014-07-03 Thread Luka Perkov
*/ +#define KWBOOT_MSG_RSP_TIMEO 1000 /* ms */ This causes problems on kirkwood. The old values should be kept, apply the patch below to this one. After that chage feel free to add Tested-by line. Tested-by: Luka Perkov l...@openwrt.org Now only to figure out why 21/25 breaks things on kirkwood

Re: [U-Boot] [PATCH v1 24/25] tools: kwbimage: Add image version 1 support for Armada XP / 370

2014-07-03 Thread Luka Perkov
(+), 268 deletions(-) Tested-by: Luka Perkov l...@openwrt.org Luka ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v1 20/25] arm: kirkwood: Remove some dead code from cpu.c

2014-07-01 Thread Luka Perkov
changed, 55 deletions(-) Up until this patch I have tested the series without problems on ib62x0. This is the last patch that I can apply and still boot the board. That said, for this patch and those before it: Tested-by: Luka Perkov l...@openwrt.org After the next patch in series is applied

[U-Boot] [PATCH] kirkwood: cosmetic: style fixes in kwbimage.cfg files

2014-07-01 Thread Luka Perkov
When diffing through the various kwbimage.cfg files only show relevant changes. Signed-off-by: Luka Perkov l...@openwrt.org CC: Prafulla Wadaskar prafu...@marvell.com CC: Stefan Roese s...@denx.de --- board/iomega/iconnect/kwbimage.cfg | 4 ++-- board/raidsonic/ib62x0/kwbimage.cfg | 22

[U-Boot] [PATCH] ARM: kirkwood: fix cpu info for 6282 device id

2014-07-01 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org CC: Prafulla Wadaskar prafu...@marvell.com CC: Stefan Roese s...@denx.de --- arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/kirkwood/cpu.c b/arch/arm/cpu

[U-Boot] [PATCH] kirkwood: define empty CONFIG_MVGBE_PORTS by default

2014-07-01 Thread Luka Perkov
; This patch fixes above described problem. Signed-off-by: Luka Perkov l...@openwrt.org CC: Prafulla Wadaskar prafu...@marvell.com CC: Stefan Roese s...@denx.de --- drivers/net/mvgbe.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/mvgbe.c b/drivers/net/mvgbe.c index 0cd06b6

[U-Boot] [PATCH] kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD define

2014-07-01 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org CC: Prafulla Wadaskar prafu...@marvell.com CC: Stefan Roese s...@denx.de --- include/configs/ib62x0.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 186fd35..cd38577 100644 --- a/include

Re: [U-Boot] [PATCH v1 22/25] tools/kwboot: Sync with latest barebox version to support Armada XP

2014-06-27 Thread Luka Perkov
Hi Stefan, It's great to see you working on adding support for Marvell's new SoCs :) Since now kwboot is going to support more SoCs except kirkwood it makes sense to rename it to mvboot. I've sent this patch long ago, dunno if it still applies: http://patchwork.ozlabs.org/patch/219741/ Also,

Re: [U-Boot] error when building env

2014-06-12 Thread Luka Perkov
Hi Masahiro, On Mon, Jun 09, 2014 at 10:39:27PM +0900, Masahiro Yamada wrote: On Thu, 5 Jun 2014 14:25:47 -0400 Tom Rini tr...@ti.com wrote: On Mon, May 19, 2014 at 02:14:03PM +0200, Luka Perkov wrote: On Fri, May 16, 2014 at 01:58:05PM -0400, Tom Rini wrote: On Fri, May 16, 2014 at 07

Re: [U-Boot] error when building env

2014-05-19 Thread Luka Perkov
Hi Tom, On Fri, May 16, 2014 at 01:58:05PM -0400, Tom Rini wrote: On Fri, May 16, 2014 at 07:26:51PM +0200, Luka Perkov wrote: when trying to build env with -mfloat-abi=hard I'm hitting this error: /opt/openwrt/trunk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-4.8-linaro_uClibc

[U-Boot] error when building env

2014-05-16 Thread Luka Perkov
Hi, when trying to build env with -mfloat-abi=hard I'm hitting this error: /opt/openwrt/trunk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-uclibcgnueabi-gcc -o tools/env/fw_printenv_unstripped tools/env/fw_env.o tools/env/fw_env_main.o

Re: [U-Boot] Pull request for u-boot-marvell.git

2013-12-01 Thread Luka Perkov
Hi Prafulla, On Thu, Nov 28, 2013 at 07:32:35PM -0800, Prafulla Wadaskar wrote: so we missed v2013.10. Any chance to pull them now for v2014.01? I am sorry about that. I will send new pull request for this. Can you please take this one too: http://patchwork.ozlabs.org/patch/287388/

[U-Boot] [PATCH] config: arm: exynos5250: remove duplicate defines

2013-11-03 Thread Luka Perkov
The SPI section is already defined in this file (lines 268-288) so we can remove the duplicate definitions. While at it, also fix one tiny whitespace typo. Signed-off-by: Luka Perkov l...@openwrt.org --- include/configs/exynos5250-dt.h | 23 +-- 1 file changed, 1 insertion

[U-Boot] [PATCH] boards.cfg: remove git leftovers

2013-10-30 Thread Luka Perkov
Remove 'HEAD' line which is most likely left there while rebasing. It was introduced in commit 877bfe37dc00b0ae59f37742954a62bce3fdf3a0. Signed-off-by: Luka Perkov l...@openwrt.org --- boards.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/boards.cfg b/boards.cfg index 5e10125..9fecbed

[U-Boot] [PATCH] kirkwood: ib62x0: use device tree and update config

2013-10-30 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org CC: Prafulla Wadaskar prafu...@marvell.com --- v1-v2: * keep CONFIG_MACH_TYPE define for backwards compatibility --- include/configs/ib62x0.h | 38 +++--- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git

[U-Boot] [PATCH] cosmetic: sf: hex values are in lower case

2013-10-28 Thread Luka Perkov
All other hex values in sf_probe.c are in lower case so we should fix this one too. Signed-off-by: Luka Perkov l...@openwrt.org --- drivers/mtd/spi/sf_probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c index 5eb8ffe

[U-Boot] [PATCH] sf: probe: add support for MX25L2006E

2013-10-28 Thread Luka Perkov
Add support for Macronix MX25L2006E SPI flash. Signed-off-by: Luka Perkov l...@openwrt.org --- drivers/mtd/spi/sf_probe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c index 7ecbd96..07f8a4b 100644 --- a/drivers/mtd/spi/sf_probe.c

Re: [U-Boot] [PATCH] kirkwood: ib62x0: use device tree and update config

2013-10-14 Thread Luka Perkov
Hi Fabio, On Sun, Oct 13, 2013 at 11:41:44PM -0300, Fabio Estevam wrote: On Sun, Oct 13, 2013 at 11:38 PM, Luka Perkov l...@openwrt.org wrote: /* - * Machine type + * Enable device tree support */ -#define CONFIG_MACH_TYPE MACH_TYPE_NAS6210 +#define CONFIG_OF_LIBFDT I am

[U-Boot] [PATCH] kirkwood: ib62x0: use device tree and update config

2013-10-13 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org --- include/configs/ib62x0.h | 37 - 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 7fa0c53..90ed0fb 100644 --- a/include/configs/ib62x0.h

[U-Boot] [PATCH 3/3] cmd_zfs: normalize 'file not found' errors

2013-10-09 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org --- common/cmd_zfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cmd_zfs.c b/common/cmd_zfs.c index 9110868..0aed29e 100644 --- a/common/cmd_zfs.c +++ b/common/cmd_zfs.c @@ -95,7 +95,7 @@ static int do_zfs_load(cmd_tbl_t

[U-Boot] [PATCH 2/3] cmd_reiser: normalize 'file not found' errors

2013-10-09 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org --- common/cmd_reiser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cmd_reiser.c b/common/cmd_reiser.c index b9d2449..8871564 100644 --- a/common/cmd_reiser.c +++ b/common/cmd_reiser.c @@ -141,7 +141,7 @@ int do_reiserload

[U-Boot] [PATCH 1/3] cmd_ubifs: normalize 'file not found' errors

2013-10-09 Thread Luka Perkov
From: Tim Harvey thar...@gateworks.com Signed-off-by: Tim Harvey thar...@gateworks.com --- common/cmd_ubifs.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/common/cmd_ubifs.c b/common/cmd_ubifs.c index eba54fd..d9af023 100644 --- a/common/cmd_ubifs.c +++

[U-Boot] [PATCH v2 2/2] fw_env: fix writing environment for mtd devices

2013-08-29 Thread Luka Perkov
From: Oliver Metz oli...@freetz.org Signed-off-by: Oliver Metz oli...@freetz.org Tested-by: Luka Perkov l...@openwrt.org --- v1 - v2: * fix checkpatch.pl warnings tools/env/fw_env.c | 70 -- 1 file changed, 42 insertions(+), 28 deletions

[U-Boot] [PATCH v2 1/2] fw_env: add redundant env support for MTD_ABSENT

2013-08-29 Thread Luka Perkov
From: Oliver Metz oli...@freetz.org Signed-off-by: Oliver Metz oli...@freetz.org Tested-by: Luka Perkov l...@openwrt.org --- v1 - v2: * correct spelling of redundant tools/env/fw_env.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index 44607b1

Re: [U-Boot] [PATCH 1/2] fw_env: add redundand env support for MTD_ABSENT

2013-08-27 Thread Luka Perkov
Hi Oliver, On Tue, Aug 27, 2013 at 07:35:57PM +0200, Oliver Metz wrote: But I'm unsure how to comment the changes in fw_env.config since redundant env description is already in the comment at the top. Is something like this enough? diff --git a/tools/env/fw_env.config

Re: [U-Boot] can u-boot tools fw_{printenv, setenv} work with eMMC HW partition?

2013-08-24 Thread Luka Perkov
On Sat, Aug 24, 2013 at 12:01:25AM -0400, Robert P. J. Day wrote: On Sat, 24 Aug 2013, Luka Perkov wrote: /dev/mmcblk0 0x6 0x2000 0x2000 ah, there's the misunderstanding. i thought we were discussing how to be able to refer *directly* to the eMMC partition boot1, as in /dev

Re: [U-Boot] can u-boot tools fw_{printenv, setenv} work with eMMC HW partition?

2013-08-24 Thread Luka Perkov
On Sat, Aug 24, 2013 at 07:37:00AM -0400, Robert P. J. Day wrote: On Sat, 24 Aug 2013, Luka Perkov wrote: On Sat, Aug 24, 2013 at 12:01:25AM -0400, Robert P. J. Day wrote: On Sat, 24 Aug 2013, Luka Perkov wrote: /dev/mmcblk0 0x6 0x2000 0x2000 ah, there's

  1   2   >