Re: imx53 internal boot from NAND

2012-03-26 Thread Robert Schwebel
On Mon, Mar 26, 2012 at 10:47:36AM +0200, guenter.gebha...@rafi.de wrote: Has someone done this or can give me some advice? We have the bcb command recently, and the functionality should be integrated there. rsc -- Pengutronix e.K. | |

Re: [PATCH] ARM i.MX51 babbage: add mci1

2012-06-25 Thread Robert Schwebel
On Mon, Jun 25, 2012 at 02:05:37PM +0200, Sascha Hauer wrote: The iomuxer is already initialized, only need to add the device. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- arch/arm/boards/freescale-mx51-pdk/board.c |1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH] ARM i.MX51 babbage: add mci1

2012-06-25 Thread Robert Schwebel
On Mon, Jun 25, 2012 at 07:30:41PM +0200, Sascha Hauer wrote: On Mon, Jun 25, 2012 at 06:39:30PM +0200, Robert Schwebel wrote: On Mon, Jun 25, 2012 at 02:05:37PM +0200, Sascha Hauer wrote: The iomuxer is already initialized, only need to add the device. Signed-off-by: Sascha Hauer

Re: tftp server

2012-08-18 Thread Robert Schwebel
On Fri, Aug 17, 2012 at 03:07:34PM +0200, christian.buett...@rafi.de wrote: i implemented an tftp_server for the barebox. Please post an RFC patch here on the list in order to make a review possible. rsc -- Pengutronix e.K. | | Industrial

DTS patches

2013-12-06 Thread Robert Schwebel
Hi, here are some patches for TQMa boards. rsc ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

[PATCH 3/3] ARM: i.MX6: tqma6x: dts: remove unused dts file

2013-12-06 Thread Robert Schwebel
The DTS file for MBa6x is imx6q-mba6x.dts, so it looks like this file doesn't make any sense. Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- arch/arm/dts/imx6q-tqma6x.dts | 319 -- 1 file changed, 319 deletions(-) delete mode 100644 arch/arm

[PATCH 2/3] ARM: i.MX6: tqma6x: dts: get MAC address from OCOTP

2013-12-06 Thread Robert Schwebel
Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- arch/arm/dts/imx6qdl-tqma6x.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/imx6qdl-tqma6x.dtsi b/arch/arm/dts/imx6qdl-tqma6x.dtsi index 668fa25..86d5ca7 100644 --- a/arch/arm/dts/imx6qdl-tqma6x.dtsi +++ b/arch

[PATCH 1/3] ARM: i.MX6: tqma6x: dts: move FEC enablement to baseboard

2013-12-06 Thread Robert Schwebel
The definition if the FEC is used is made by the baseboard (MBa6x), not by the module (TQMa6x). Move it there. Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- arch/arm/dts/imx6q-mba6x.dts | 4 arch/arm/dts/imx6q-tqma6x.dts | 2 +- 2 files changed, 5 insertions(+), 1 deletion

Re: [PATCH 1/2] ARM: i.MX6: saresd: set USB PHY and DR mode

2014-02-17 Thread Robert Schwebel
Typo in subject (sabre). rsc On Mon, Feb 17, 2014 at 01:04:11PM +0100, Lucas Stach wrote: Signed-off-by: Lucas Stach l.st...@pengutronix.de --- arch/arm/dts/imx6qdl-sabresd.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/imx6qdl-sabresd.dtsi

Re: picoTCP, barebox, and licenses

2014-06-05 Thread Robert Schwebel
On Thu, Jun 05, 2014 at 09:24:51PM +0200, Frederik Van Slycken wrote: I applaud that you're working on incorporating picoTCP into barebox - I work for the company that developed picoTCP, and so I am naturally enthusiastic about this. However, one small thing that should be taken into account,

Re: i.MX6 frame buffer inside barebox?

2014-06-23 Thread Robert Schwebel
On Mon, Jun 23, 2014 at 10:42:55AM +0200, Holger Schurig wrote: My preferred solution is to be fast enough in the bootloader and show a splash screen under Linux only. Hmm, I'd like to not do that. Splash screen from Linux usually means that I need an initrd. And an initrd is seldom needed

Re: recommendation for ARM cross-compiler for building for beaglebone black?

2014-07-01 Thread Robert Schwebel
On Mon, Jun 30, 2014 at 11:36:43AM -0400, Robert P. J. Day wrote: been a while since i've build barebox for my BBB ... anyone here doing that and can recommend a cross-compiler that's been working for them? i know there are several out there, just curious what anyone here is using for that

Re: v2014.08.0

2014-08-06 Thread Robert Schwebel
On Mon, Aug 04, 2014 at 09:11:12PM +0200, Sascha Hauer wrote: We have an August release. Could you upload the tarball? rsc -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8,

[PATCH] commands: select FILE_LIST for usbgadget

2014-10-02 Thread Robert Schwebel
Otherwhise we get this error message: commands/built-in.o: In function `do_usbgadget': barebox-2014.10.0/commands/usbgadget.c:77: undefined reference to `file_list_parse' Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- commands/Kconfig | 1 + 1 file changed, 1 insertion(+) diff

Re: [RFC] digest: Add enum

2015-03-13 Thread Robert Schwebel
On Fri, Mar 13, 2015 at 11:10:19AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: On 10:54 Fri 13 Mar , Jan Lübbe wrote: On Do, 2015-03-12 at 18:50 +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: do as in the kernel use the string as we may want to add hw IP You mean we should add a

Re: [PATCH 1/1] command: allow runtime usage

2015-03-13 Thread Robert Schwebel
On Fri, Mar 13, 2015 at 09:42:22AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: this will allow as example to list the current supported digest ^^ ^ Tly. Maybe you mean

Re: on barebox logo

2015-02-27 Thread Robert Schwebel
On Fri, Feb 27, 2015 at 03:04:40PM +0800, Jean-Christophe PLAGNIOL-VILLARD wrote: In this patch you have added barebox logo: We have a new logo which will be available soon. rsc -- Pengutronix e.K. | | Industrial Linux Solutions

[PATCH] Documentation: booting linux: improve doc text

2015-05-03 Thread Robert Schwebel
Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- Documentation/user/booting-linux.rst | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/user/booting-linux.rst b/Documentation/user/booting-linux.rst index 5ef1254..ad32907 100644

Re: [PATCH] dhcp: add missing define

2015-06-02 Thread Robert Schwebel
Hi, I think this was somehow missing in 32900eaf7c95e52da33442b24ce91c747e700cff and this patch should be squashed into the patch above in next. rsc On Tue, Jun 02, 2015 at 08:04:37PM +0200, Robert Schwebel wrote: Without this, we get commands/dhcp.c: In function 'do_dhcp': commands/dhcp.c

[PATCH] dhcp: add missing define

2015-06-02 Thread Robert Schwebel
function it appears in scripts/Makefile.build:249: recipe for target 'commands/dhcp.o' failed Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- commands/dhcp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/dhcp.c b/commands/dhcp.c index eb98bfc..0358a4c 100644

[PATCH 2/2] i2c: omap: fix i2c bus number output

2015-06-02 Thread Robert Schwebel
() in probe finds out the next free bus number, so we move the output to a location where the number is already determined. Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- drivers/i2c/busses/i2c-omap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/i2c

Re: [PATCH 00/62] Update UBI

2016-05-25 Thread Robert Schwebel
On Wed, May 25, 2016 at 04:42:32PM +0200, Teresa Remmet wrote: > Am Mittwoch, den 25.05.2016, 15:33 +0200 schrieb Robert Schwebel: > > On Mon, May 23, 2016 at 10:25:48AM +0200, Teresa Remmet wrote: > > > this series is more or less just a cherry-pick of the UBI patches > >

Re: [PATCH] driver: Fix unregister device after device probe failure

2016-02-08 Thread Robert Schwebel
On Mon, Feb 08, 2016 at 12:33:32PM +0100, Juergen Borleis wrote: > On Monday 08 February 2016 11:43:13 Sascha Hauer wrote: > > When a device probe fails the device is removed from the active list. > > If then the device is unregistered afterwards it is removed from the > > active list again

[PATCH 5/5] Documentation: commands: remove autogenerated directory on mrproper

2016-02-09 Thread Robert Schwebel
On 'make mrproper', remove the directory hierarchy autogenerated with 'make docs'. Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73fb09b..5c5b85c 100644 --- a/Makefile

[PATCH 1/5] Documentation: booting linux: improve wording

2016-02-09 Thread Robert Schwebel
'bootm' is the lowlevel boot command, in contrast to 'boot', which is more highlevel. Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de> --- Documentation/user/booting-linux.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/user/booting-lin

[PATCH 2/5] Documentation: m25p80: include in documentation

2016-02-09 Thread Robert Schwebel
Fix this warning: checking consistency... [...]Documentation/devicetree/bindings/mtd/m25p80.rst:: WARNING: document isn't included in any toctree by including the document. Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de> --- Documentation/devicetree/index.rst | 1 +

[PATCH 4/5] ratp: remove unused ratp_close command

2016-02-09 Thread Robert Schwebel
This is a leftover from development, remove. Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de> --- common/ratp.c | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/common/ratp.c b/common/ratp.c index 2fef3cc..e879e2b 100644 --- a/common/ratp.c

[PATCH 4/4] Documentation: networking: improve docs

2016-02-10 Thread Robert Schwebel
-by: Robert Schwebel <r.schwe...@pengutronix.de> --- Documentation/user/networking.rst | 44 --- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/Documentation/user/networking.rst b/Documentation/user/networking.rst index 6eeb93d..c1b1857

[PATCH 3/4] Documentation: user manual: improve tftp description

2016-02-10 Thread Robert Schwebel
Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de> --- Documentation/user/barebox.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst index b1f06b0..530693d 100644 --- a/Documentation/user/bareb

[PATCH 1/4] Documentation: user manual: clarify kconfig+kbuild

2016-02-10 Thread Robert Schwebel
Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de> --- Documentation/user/barebox.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst index 00ceabb..b1f06b0 100644 --- a/Documentatio

Re: [PATCH 00/62] Update UBI

2016-05-25 Thread Robert Schwebel
On Mon, May 23, 2016 at 10:25:48AM +0200, Teresa Remmet wrote: > this series is more or less just a cherry-pick of the UBI patches > from kernel to version v4.6. Rework was need for some patches to make > them apply and work for barebox. These patches should have your Signed-off-by:. rsc --

Re: i.MX7 support

2017-01-16 Thread Robert Schwebel
On Mon, Jan 16, 2017 at 12:02:47PM +0100, Belisko Marek wrote: > > One issue remaining is that I am currently unable to reset the board > > using the watchdog or the barebox reset command. Out of ideas, will > > fix later. > > imx7 has know problem that cannot be reset by softreset only by >

[PATCH] Documentation: clarify "ioe" for netconsole

2016-09-23 Thread Robert Schwebel
ioe means "input", "output", "error", which are bits that can be set individually. Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de> --- Documentation/user/networking.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/user/

[PATCH] Documentation: clarify that patches should target the master branch.

2016-09-22 Thread Robert Schwebel
I asked Sascha if he still prefers patches against 'next', and it turned out that this is not true any more and patches should be sent against master. Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de> --- Documentation/user/barebox.rst | 8 +--- 1 file changed, 5 insertions

Re: [RFC] add riscv support

2016-10-13 Thread Robert Schwebel
On Thu, Oct 13, 2016 at 12:11:27PM +0300, Antony Pavlov wrote: > This patch adds initial RISC-V architecture support for barebox. Great to see this; could you add some documentation? We have a nice documentation framework in the meantime. Most of your cover letter could for example go into the

Re: [RFC PATCH 4/4] fpga: add fpga-region support

2017-08-01 Thread Robert Schwebel
On Tue, Aug 01, 2017 at 11:19:34AM +0200, Steffen Trumtrar wrote: > Signed-off-by: Steffen Trumtrar Could you add a more verbose patch description? rsc -- Pengutronix e.K. | | Industrial Linux Solutions

Re: Bootchooser has unexpected changes of variable 'remaining_attempts'

2017-08-01 Thread Robert Schwebel
Hi, On Tue, Aug 01, 2017 at 04:02:32PM +0200, Norbert Wiedmann wrote: > after debugging a while, I found the reason: > In file bootchooser.c, in funktion bootchooser_save(..) the call of > > ret = pr_setenv(bc, "%s.remaining_attempts=%d", > target->state_prefix, >

Re: [PATCH v1] crypto: caam: use dma_alloc_coherent instead of dma_alloc

2017-07-11 Thread Robert Schwebel
On Tue, Jul 11, 2017 at 04:51:41PM +0200, Oleksij Rempel wrote: > It is a fixup for fallowing patch: ^o > | commit ef4144b4ab6301d7417af3eb4d79cfc66bf0e731 > | Date: Wed Mar 22 10:14:37 2017 +0100 > | > |crypto: caam - fix RNG buffer cache alignmen

Re: [PATCH 1/2] ARM: i.MX7: provide DDR register definitions

2017-07-26 Thread Robert Schwebel
On Mon, Jul 24, 2017 at 06:04:25PM +0200, Sam Ravnborg wrote: > On Mon, Jul 24, 2017 at 11:37:07AM +0200, Robert Schwebel wrote: > > On Mon, Jul 24, 2017 at 11:15:58AM +0200, Uwe Kleine-König wrote: > > > This was created using cut'n'paste from the i.MX7D reference manual >

Re: [PATCH 1/2] ARM: i.MX7: provide DDR register definitions

2017-07-24 Thread Robert Schwebel
On Mon, Jul 24, 2017 at 11:15:58AM +0200, Uwe Kleine-König wrote: > This was created using cut'n'paste from the i.MX7D reference manual > (rev 0.1, 08/2016). > > Signed-off-by: Uwe Kleine-König > --- > arch/arm/mach-imx/include/mach/imx7-ddr-regs.h | 174 >

Re: [PATCH 1/2] ARM: i.MX7: provide DDR register definitions

2017-07-24 Thread Robert Schwebel
On Mon, Jul 24, 2017 at 11:45:33AM +0200, Uwe Kleine-König wrote: > > > + * Copyright (C) 2017 Pengutronix, Fridolin Tux > > > > Sure? > > That's what I copied from our internal license template ... *sigh* I > will resend. It is a *template* :-) rsc -- Pengutronix

Re: [PATCH 0/4] privide ns16550 support for AR9344

2017-09-07 Thread Robert Schwebel
Subject -> provide ~ On Wed, Sep 06, 2017 at 04:44:06PM +0200, Oleksij Rempel wrote: > changes: > v3: > - fix compile for ppc, arm and sandbox. > > v2: > - fix compile if OF is not set. > - fix compile for x86 > > Oleksij Rempel (4): > of: base: port of_device_is_big_endian

Re: FW: Handling boot on NAND Bad Blocks

2017-11-23 Thread Robert Schwebel
Hi Kjell, On Thu, Nov 23, 2017 at 01:45:22PM +, Kjell Ove Røte wrote: > We have a product on the Freescale imx28 booting from a NAND Flash. > Lately we have seen high numbers of boards failing, and find we have > received batches with marked bad blocks in lower boot addresses of > Flash. Is

Re: FW: Handling boot on NAND Bad Blocks

2017-11-30 Thread Robert Schwebel
On Fri, Nov 24, 2017 at 08:49:22AM +, Kjell Ove Røte wrote: > In the original case the board just reboots when the Barebox is to be loaded > from the bootstream image. > In log below you see that the power_prep and boot_prep is run but the Barebox > is not started at all. > So, in this

Re: [PATCH] ARM: i.MX: freescale-mx6sx-sabresdb: Make ar8031_phy_fixup static

2018-08-13 Thread Robert Schwebel
resdb/board.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Applied, thanks Signed-off is missing. rsc -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Industrial Linux Solutions | https://www.pengutronix.de/ | Peiner Str.

Re: [PATCH v3] lxc: add new package

2018-08-30 Thread Robert Schwebel
make sure all necessary kernel options are enabled use: > > $ CONFIG=/path/to/kernelconfig lxc-checkconfig > > > > Signed-off-by: Michael Grzeschik > > -WRONGMAILLIST? Barebox Container FTW! :-) rsc -- Pengutronix e.K. | Di

Re: [PATCH v1 1/3] MIPS: migrate all files to SPDX

2018-12-18 Thread Robert Schwebel
otherwhise-2.0-only codebase. rsc -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Industrial Linux Solutions | https://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0| Amtsgericht Hildes

Re: [PATCH v1 2/3] MIPS: convert files with not precise GNU version to SPDX

2018-12-16 Thread Robert Schwebel
om time to time. Such new versions will > be similar in spirit to the present version, but may differ in detail to > address new problems or concerns. The toplevel COPYING file is a GPLv2, without "or later". rsc -- Pengutronix e.K. | Dipl.-Ing. Robe

Re: STM32MP1 SoC support in latest Barebox

2019-03-22 Thread Robert Schwebel
ay us for writing the code 3) wait until we found enough spare time and are interested enough do to the work at some point in the future. rsc -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Industrial Linux Solutions | https://www.pengutronix

Re: barebox bug, sh [ -c /dev/nand0.var.ubi.blablablub ] returns |true| even if there is no "blablablub" partition on "var" volume

2019-09-02 Thread Robert Schwebel
ues responsible for that project will handle the request there. Thanks, Robert -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Industrial Linux Solutions | https://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0