Re: Bug?

2016-07-07 Thread Wjatscheslaw Stoljarski
u, Jul 07, 2016 at 08:55:45AM +0200, Sascha Hauer wrote: > Hi Wjatscheslaw, > > On Wed, Jul 06, 2016 at 04:02:45PM +0200, Wjatscheslaw Stoljarski wrote: > > Hi, > > > > overwriting a file in barebox, didn't work properly. > > I have never seen this. Can you re

Bug?

2016-07-06 Thread Wjatscheslaw Stoljarski
Hi, overwriting a file in barebox, didn't work properly. -- 8< - unable to handle NULL pointer dereference at address 0x pc : [<2ff20f86>]lr : [<2ff20eff>] sp : 2ffef808 ip : 201383fc fp : r10: 2003cc94 r9 : 20138665 r8 : 02

Re: [PATCH] net: fec: add simple support for fixed-link

2016-05-04 Thread Wjatscheslaw Stoljarski
Hi Sascha, it works for me. Thanks! On Wed, May 04, 2016 at 03:11:21PM +0200, Sascha Hauer wrote: > Hi Wjatscheslaw, > > On Wed, May 04, 2016 at 09:28:55AM +0200, Wjatscheslaw Stoljarski wrote: > > Signed-off-by: Wjatscheslaw Stoljarski > > > > --- >

[PATCH] net: fec: add simple support for fixed-link

2016-05-04 Thread Wjatscheslaw Stoljarski
Signed-off-by: Wjatscheslaw Stoljarski --- drivers/net/fec_imx.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/net/fec_imx.c b/drivers/net/fec_imx.c index 696483f..31802c2 100644 --- a/drivers/net/fec_imx.c +++ b/drivers/net/fec_imx.c @@ -669,6 +669,8 @@ static int

[PATCH] readline: Kconfig: fix typo

2015-11-20 Thread Wjatscheslaw Stoljarski
Signed-off-by: Wjatscheslaw Stoljarski --- commands/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/Kconfig b/commands/Kconfig index 0853ffd..1743670 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -1493,9 +1493,9 @@ config CMD_SPLASH config

Source command with zero-sized files

2015-11-04 Thread Wjatscheslaw Stoljarski
Using source command (source or . ) on zero-sized files crash barebox. Can anyone confirm this? Thanks ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

Access to first 0x1000 byte on imx53/imx6

2015-01-29 Thread Wjatscheslaw Stoljarski
Hello, If I try to read from first 4k RAM on imx53/imx6, with md or from code, barebox show stacktrace with mesage: "unable to handle NULL pointer dereference at address 0x...". Is it possible in some way do that? Thanks, Slawa ___ barebox mailing list

[PATCH] loadenv: fix typo in help text

2015-01-27 Thread Wjatscheslaw Stoljarski
From: "Wjatscheslaw Stoljarski" Signed-off-by: Wjatscheslaw Stoljarski --- commands/loadenv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/loadenv.c b/commands/loadenv.c index 91ce5e7..8d6be2f 100644 --- a/commands/loadenv.c +++ b/commands

Barebox with DT and kernel without DT support

2014-11-13 Thread Wjatscheslaw Stoljarski
Hi, how to provide commandline to kernel without DT support from barebox with DT? ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

Re: phy-addr via dt

2014-11-03 Thread Wjatscheslaw Stoljarski (Slawa)
Hi Sascha, It works! Thanks! ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

phy-addr via dt

2014-11-03 Thread Wjatscheslaw Stoljarski (Slawa)
Hi, Is it possible to set default phy-addr for fec_imx driver via device tree or in barebox environment? ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

[PATCH] commands: usb: drop help for force rescan option

2014-09-29 Thread Wjatscheslaw Stoljarski (Slawa)
From: "Wjatscheslaw Stoljarski" Signed-off-by: Wjatscheslaw Stoljarski --- commands/usb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/usb.c b/commands/usb.c index a37d503..48c6619 100644 --- a/commands/usb.c +++ b/commands/usb.c @@ -13

boot command is broken?

2014-05-05 Thread Wjatscheslaw Stoljarski (Slawa)
Hi, after update to v2014.05.0 'boot -l' displays only one entry, although in /env/boot/ exists more files. Can anyone confirm this? Best regards, Wjatscheslaw Stoljarski ___ barebox mailing list barebox@lists.infradead.org http://lists.inf

[PATCH 3/3] imx53: add imx53_add_cspi

2014-04-04 Thread Wjatscheslaw Stoljarski (Slawa)
From: "Wjatscheslaw Stoljarski" Signed-off-by: Wjatscheslaw Stoljarski --- arch/arm/mach-imx/include/mach/devices-imx53.h |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/mach-imx/include/mach/devices-imx53.h b/arch/arm/mach-imx/include/mach/devices-imx53.h ind

[PATCH 1/3] imx-spi: enable v0.7 spi driver for imx53-cspi

2014-04-04 Thread Wjatscheslaw Stoljarski (Slawa)
From: "Wjatscheslaw Stoljarski" Signed-off-by: Wjatscheslaw Stoljarski --- drivers/spi/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 422693c..e429ea1 100644 --- a/drivers/spi/Kconfig +++ b/drivers/s

Re: barebox on i.MX53 in serial downloader boot mode

2013-11-05 Thread Wjatscheslaw Stoljarski (Slawa)
Hi Sascha, On 11/05/2013 08:44 AM, Sascha Hauer wrote: Hi Wjatscheslaw, On Mon, Nov 04, 2013 at 12:56:57PM +0100, Wjatscheslaw Stoljarski (Slawa) wrote: Hi, has anyone tried to start barebox on i.MX53 in 11 boot mode (serial downloader)? I've tried on Freescale Loco board with pmic d

Re: barebox on i.MX53 in serial downloader boot mode

2013-11-04 Thread Wjatscheslaw Stoljarski (Slawa)
On 11/04/2013 05:06 PM, Eric Bénard wrote: Le Mon, 04 Nov 2013 17:04:46 +0100, "Wjatscheslaw Stoljarski (Slawa)" a écrit : On 11/04/2013 04:07 PM, Eric Bénard wrote: Hi Wjatscheslaw, Le Mon, 04 Nov 2013 16:00:49 +0100, "Wjatscheslaw Stoljarski (Slawa)" a écrit : On

Re: barebox on i.MX53 in serial downloader boot mode

2013-11-04 Thread Wjatscheslaw Stoljarski (Slawa)
On 11/04/2013 04:07 PM, Eric Bénard wrote: Hi Wjatscheslaw, Le Mon, 04 Nov 2013 16:00:49 +0100, "Wjatscheslaw Stoljarski (Slawa)" a écrit : On 11/04/2013 01:48 PM, Eric Bénard wrote: Hi, has anyone tried to start barebox on i.MX53 in 11 boot mode (serial downloader)? I&#

Re: barebox on i.MX53 in serial downloader boot mode

2013-11-04 Thread Wjatscheslaw Stoljarski (Slawa)
On 11/04/2013 01:48 PM, Eric Bénard wrote: Hi, has anyone tried to start barebox on i.MX53 in 11 boot mode (serial downloader)? I've tried on Freescale Loco board with pmic da9053, but without success. In 00 boot mode (internal boot) works perfectly. U-Boot works in both modes. DCD in u-boot and

barebox on i.MX53 in serial downloader boot mode

2013-11-04 Thread Wjatscheslaw Stoljarski (Slawa)
can turn on LEDs with DCD in 11 boot mode on Loco. Regards, Wjatscheslaw Stoljarski ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

[PATCH] MFD MC34708: Add dependence on SPI

2012-12-20 Thread Wjatscheslaw Stoljarski (Slawa)
From: "Wjatscheslaw Stoljarski (Slawa)" MC34708 depend on I2C or SPI, so let driver depend on SPI too and rename config option name to MFD_MC34708. Signed-off-by: Wjatscheslaw Stoljarski --- arch/arm/configs/freescale_mx53_loco_defconfig |2 +- drivers/m

ethernet doesn't work after update to v2012.12.0

2012-12-10 Thread Wjatscheslaw Stoljarski (Slawa)
Hi All, after updating to the version 2012.12.0 ethernet doesn't work anymore. My system is iMX53, ethernet Interface: MII100. What could be the cause? devinfo output: ... ` imx_iim0 ` 0x-0x001f: /dev/imx_iim_bank0 ` 0x-0x001f: /dev/imx_iim_bank1

Re: [PATCH] Add JTAG bitbang driver

2012-08-09 Thread Wjatscheslaw Stoljarski (Slawa)
Hi, Sascha! On 07/25/2012 09:19 AM, Sascha Hauer wrote: How do you use this driver? From C code, or is there some command planned? I implement PSoC3 update, but with JTAG I have some trouble, what I haven't with SWD. Therefore much possible, that I will not use JTAG driver. But maybe somebod

[PATCH v2] Add JTAG bitbang driver

2012-08-09 Thread Wjatscheslaw Stoljarski
From: "Wjatscheslaw Stoljarski" Signed-off-by: Wjatscheslaw Stoljarski --- drivers/Kconfig |1 + drivers/Makefile |1 + drivers/misc/Kconfig | 17 +++ drivers/misc/Makefile |5 + drivers/misc/jtag.c | 392

[PATCH] ARM i.MX53: notify clocksource about changing clock

2012-07-24 Thread Wjatscheslaw Stoljarski (Slawa)
behavior call clock_notifier_call_chain() after changing clock in imx53_init_lowlevel(). Signed-off-by: Wjatscheslaw Stoljarski --- arch/arm/mach-imx/imx53.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-imx/imx53.c b/arch/arm/mach-imx/imx53.c index e20b60a..3359819 100644

[PATCH] Add JTAG bitbang driver

2012-07-24 Thread Wjatscheslaw Stoljarski (Slawa)
Signed-off-by: Wjatscheslaw Stoljarski --- drivers/Kconfig |1 + drivers/Makefile |1 + drivers/misc/Kconfig | 27 drivers/misc/Makefile |5 + drivers/misc/jtag.c | 395 + include/jtag.h| 113

[PATCH] Add JTAG bitbang driver

2012-07-24 Thread Wjatscheslaw Stoljarski (Slawa)
>From 01b528ff11f3d0fe63db96b77e40ae9e695afaa7 Mon Sep 17 00:00:00 2001 From: "Wjatscheslaw Stoljarski" Date: Tue, 24 Jul 2012 10:54:55 +0200 Subject: [PATCH] Add JTAG bitbang driver Signed-off-by: Wjatscheslaw Stoljarski --- drivers/Kconfig |1 + drivers/Makefil

[PATCH] i.MX53 boards: notify clocksource after init_lowlevel

2012-07-23 Thread Wjatscheslaw Stoljarski (Slawa)
>From 4d9a8e960654c02205cf4a8e47b4e86cac4b2a95 Mon Sep 17 00:00:00 2001 From: "Wjatscheslaw Stoljarski" Date: Mon, 23 Jul 2012 13:48:07 +0200 Subject: [PATCH] i.MX53 boards: notify clocksource after init_lowlevel This fix a clock inaccuracy in get_time_ns (used by sleep, time,