[PATCH] trivial: s/flasg/flash/

2015-01-26 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- drivers/mtd/nand/nand_imx_bbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/nand_imx_bbm.c b/drivers/mtd/nand/nand_imx_bbm.c index f419759b1877..5caa0a26c34b 100644 ---

[PATCH 2/3] net: smc1111: extend the driver for 91c94 and 91c96 support

2015-01-26 Thread Robert Jarzmik
All the smcs family chips 91c94, 91c96, 91c100, 91c111 share almost the same behavior and register sets. The noticeable exceptions are coped with in this patch, ie : - 91c94 and 91c96 only have an internal 10 Mbps phy The registers used for phy discovery on later chips will corrupt the

[PATCH 1/3] net: smc1111: allow platform specific accessors

2015-01-26 Thread Robert Jarzmik
Smc network IPs can be wired up in different funny ways. For example the lubbock pxa25x development platform wires all address lines shifted by 2, ie. bus A2 is smc91c96 A0, bus A3 is smc91c96 A1 etc ... In order to cope with the different possible combination without clobbering the driver, allow

[PATCH 1/2] ARM: pxa: add pxa25x support

2015-01-26 Thread Robert Jarzmik
Add support for the PXA25X SoC family, the oldest of the PXA serie. Signed-off-by: Robert Jarzmik robert.jarz...@free.fr --- arch/arm/mach-pxa/Kconfig| 21 +++ arch/arm/mach-pxa/Makefile | 1 + arch/arm/mach-pxa/include/mach/pxa-regs.h| 2 ++

[PATCH 3/3] net: smc1111: improve debug capability

2015-01-26 Thread Robert Jarzmik
Improve smc driver debug messages by printing the register accessed, the current bank, and the values. Signed-off-by: Robert Jarzmik robert.jarz...@free.fr --- drivers/net/smc9.c | 114 - 1 file changed, 65 insertions(+), 49 deletions(-)

Re: A little bit fixing and extending the existing documentation

2015-01-26 Thread Sascha Hauer
On Mon, Jan 26, 2015 at 11:39:47AM +0100, Juergen Borleis wrote: Just some minor changes... Thanks. Applied all but the second patch. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/

Re: [PATCH] commands/splash: fix '-y' option handling

2015-01-26 Thread Sascha Hauer
On Sun, Jan 25, 2015 at 04:22:13PM +0300, Antony Pavlov wrote: The '-y' and '-o' options are independent, so just add missing 'break'. Signed-off-by: Antony Pavlov antonynpav...@gmail.com Applied, thanks. --- commands/splash.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH 1/2] memtest: fix 4GB overflow fail

2015-01-26 Thread Sascha Hauer
(Adding Alexander Aring) On Fri, Jan 23, 2015 at 02:41:41PM +0300, Dmitry Lavnikevich wrote: Add condition for checking size_t overflow. This fixes memtest fail Memtest failed. Error: -22 which appears when 4GB RAM is present. Was tested on phyFLEX-i.MX6 modules with 4GB and 1GB RAM.

Re: [RFC] [JUST DEMO] commands: implement 'fbputs' command

2015-01-26 Thread Antony Pavlov
On Mon, 26 Jan 2015 16:55:40 +0800 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On Jan 26, 2015, at 4:14 PM, Sascha Hauer s.ha...@pengutronix.de wrote: On Sun, Jan 25, 2015 at 05:21:30PM +0300, Antony Pavlov wrote: Mainline barebox at the moment has no framebuffer

Re: [PATCH] commands/splash: fix '-y' option handling

2015-01-26 Thread Sascha Hauer
On Mon, Jan 26, 2015 at 04:51:14PM +0800, Jean-Christophe PLAGNIOL-VILLARD wrote: On Jan 25, 2015, at 9:22 PM, Antony Pavlov antonynpav...@gmail.com wrote: The '-y' and '-o' options are independent, so just add missing 'break'. Signed-off-by: Antony Pavlov antonynpav...@gmail.com

Re: picopng does not support big-endian CPUs

2015-01-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On Jan 26, 2015, at 3:58 PM, Sascha Hauer s.ha...@pengutronix.de wrote: On Sun, Jan 25, 2015 at 10:26:29PM +0400, Antony Pavlov wrote: Hi All! Current lib/gui/picopng.c has problems on big-endian CPUs. Here are two examples from PNG_readPngHeader(): if (*(uint64_t *) in !=

[PATCH] ARM: phyFLEX-i.MX6: Add support for 1GB on 1 bank

2015-01-26 Thread Christian Hemp
Add support phyFLEX-i.MX6 SOM with 1GB on one ram bank Signed-off-by: Christian Hemp c.h...@phytec.de --- .../flash-header-phytec-pfla02-1gib-1bank.imxcfg | 8 arch/arm/boards/phytec-phyflex-imx6/lowlevel.c| 1 + images/Makefile.imx

Re: picopng does not support big-endian CPUs

2015-01-26 Thread Sascha Hauer
On Sun, Jan 25, 2015 at 10:26:29PM +0400, Antony Pavlov wrote: Hi All! Current lib/gui/picopng.c has problems on big-endian CPUs. Here are two examples from PNG_readPngHeader(): if (*(uint64_t *) in != PNG_SIGNATURE) { ... if (*(uint32_t *) in[12] != CHUNK_IHDR) {

Re: [RFC] [JUST DEMO] commands: implement 'fbputs' command

2015-01-26 Thread Sascha Hauer
On Sun, Jan 25, 2015 at 05:21:30PM +0300, Antony Pavlov wrote: Mainline barebox at the moment has no framebuffer console support. The 'fbputs' demo command displays a text string on fb device. This quick-n-dirty patch demonstates that barebox framebuffer console can be easely realized.

[PATCH 9/9] Docs: add some info about the Olimex's Olinuxino related bootloader images

2015-01-26 Thread Juergen Borleis
Signed-off-by: Juergen Borleis j...@pengutronix.de --- Documentation/boards/mxs/Olimex-olinuxino.rst | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 Documentation/boards/mxs/Olimex-olinuxino.rst diff --git a/Documentation/boards/mxs/Olimex-olinuxino.rst

[PATCH 5/9] Docs: extend the mentioned commands with a link to their documentation

2015-01-26 Thread Juergen Borleis
Signed-off-by: Juergen Borleis j...@pengutronix.de --- Documentation/boards/mxs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/boards/mxs.rst b/Documentation/boards/mxs.rst index 879663c..1c26826 100644 --- a/Documentation/boards/mxs.rst +++

A little bit fixing and extending the existing documentation

2015-01-26 Thread Juergen Borleis
Just some minor changes... jbe ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

Re: [PATCH 2/9] Docs: just mark the 'bootm' command like the 'go' command as well

2015-01-26 Thread Lucas Stach
Am Montag, den 26.01.2015, 11:39 +0100 schrieb Juergen Borleis: Just a try to be consistent in one sentence. Signed-off-by: Juergen Borleis j...@pengutronix.de --- Documentation/boards/mxs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 1/2] memtest: fix 4GB overflow fail

2015-01-26 Thread Dmitry Lavnikevich
On 26/01/15 12:09, Sascha Hauer wrote: (Adding Alexander Aring) @@ -107,8 +106,8 @@ static int request_memtest_regions(struct list_head *list) r = list_last_entry(bank-res-children, struct resource, sibling); start =

[PATCH 1/9] Docs: just fix a typo

2015-01-26 Thread Juergen Borleis
Signed-off-by: Juergen Borleis j...@pengutronix.de --- Documentation/boards/imx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/boards/imx.rst b/Documentation/boards/imx.rst index 0fde3e7..21ea825 100644 --- a/Documentation/boards/imx.rst +++

[PATCH 4/9] Docs: add some info about the Phytec's phyCORE27 and phyCARD27 related bootloader images

2015-01-26 Thread Juergen Borleis
Signed-off-by: Juergen Borleis j...@pengutronix.de --- Documentation/boards/imx/Phytec-phyCARD-i.MX27.rst | 8 Documentation/boards/imx/Phytec-phyCORE-i.MX27.rst | 8 2 files changed, 16 insertions(+) create mode 100644 Documentation/boards/imx/Phytec-phyCARD-i.MX27.rst create

[PATCH 7/9] Docs: the name of the default config file for the FSL i.MX23 evk has changed

2015-01-26 Thread Juergen Borleis
Signed-off-by: Juergen Borleis j...@pengutronix.de --- Documentation/boards/mxs/Freescale-i.MX23-evk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/boards/mxs/Freescale-i.MX23-evk.rst b/Documentation/boards/mxs/Freescale-i.MX23-evk.rst index

[PATCH 8/9] Docs: extend the mentioned commands with a link to their documentation

2015-01-26 Thread Juergen Borleis
Signed-off-by: Juergen Borleis j...@pengutronix.de --- Documentation/boards/mxs/KaRo-TX28.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/boards/mxs/KaRo-TX28.rst b/Documentation/boards/mxs/KaRo-TX28.rst index 0c5dc71..6cad5eb 100644 ---

[PATCH 6/9] Docs: move the individual MXS target documentation where they belong to

2015-01-26 Thread Juergen Borleis
i.MX and MXS differs in their global documentation. Honor this. Signed-off-by: Juergen Borleis j...@pengutronix.de --- Documentation/boards/imx.rst | 1 - Documentation/boards/mxs.rst | 12 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Documentation/boards/imx.rst

[PATCH 2/9] Docs: just mark the 'bootm' command like the 'go' command as well

2015-01-26 Thread Juergen Borleis
Just a try to be consistent in one sentence. Signed-off-by: Juergen Borleis j...@pengutronix.de --- Documentation/boards/mxs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/boards/mxs.rst b/Documentation/boards/mxs.rst index 6c8bdb5..879663c 100644 ---

[PATCH 3/9] Docs: add some info about the Ka-Ro TX25 related bootloader images

2015-01-26 Thread Juergen Borleis
Signed-off-by: Juergen Borleis j...@pengutronix.de --- Documentation/boards/imx/Karo-TX25.rst | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 Documentation/boards/imx/Karo-TX25.rst diff --git a/Documentation/boards/imx/Karo-TX25.rst b/Documentation/boards/imx/Karo-TX25.rst

Re: [PATCH 2/9] Docs: just mark the 'bootm' command like the 'go' command as well

2015-01-26 Thread Lucas Stach
Am Montag, den 26.01.2015, 11:46 +0100 schrieb Lucas Stach: Am Montag, den 26.01.2015, 11:39 +0100 schrieb Juergen Borleis: Just a try to be consistent in one sentence. Signed-off-by: Juergen Borleis j...@pengutronix.de --- Documentation/boards/mxs.rst | 2 +- 1 file changed, 1

Re: [PATCH 1/2] ARM: pxa: RAM and console fixes for zylonite

2015-01-26 Thread Robert Jarzmik
Robert Jarzmik robert.jarz...@free.fr writes: Sascha Hauer s.ha...@pengutronix.de writes: Squashed these into the original commits. Thanks. I will retest this week-end just to be sure on my zylonite board. Retested, everything is all right, thanks. -- Robert