[U-Boot] [PATCH v2] powerpc/t2081qds: Add T2081 QDS board support

2014-02-19 Thread Shengzhou Liu
T2081 QDS is a high-performance computing evaluation, development and test platform supporting the T2081 QorIQ Power Architecture processor. T2081QDS board Overview --- - T2081 SoC integrating four 64-bit dual-threads e6500 cores up to 1.8GHz - 2MB shared L2 and 512KB L3 CoreNe

Re: [U-Boot] [PATCH] net: fec_mxc: fix mii_speed configuration for MX6's

2014-02-19 Thread Markus Niebel
Hello Phillip, Am 19.02.2014 15:27, wrote Philippe De Muyter: > On MX6DL at least, measured mdc speed was wrong (3.3 Mhz instead of 2.5 > Mhz), because of wrong assumptions about the reference clock and the > way the divider is used. > > I have fixed that for all MX6's by using the IPG clock as t

[U-Boot] [PATCH v10 5/6] arm: faraday: add missing header file for FTSDC021

2014-02-19 Thread Kuo-Jung Su
From: Kuo-Jung Su For the Faraday FTSDC021 (SDHCI) controller driver source is sent out before the patches for Faraday Virtual Machine (FVM) which actually uses this chip. The header file (ftsdc021.h) has been accidentally removed by commit: 3b98b57fa - include: delete unused header files This

[U-Boot] [PATCH v10 6/6] arm: faraday: add virtual machine support

2014-02-19 Thread Kuo-Jung Su
From: Kuo-Jung Su Faraday Virtual Machine (FVM) is a QEMU based emulator which is designed for early stage software development (i.e., IPL, SPL development). Please check the link bellow for details: https://github.com/dantesu1218/qemu/blob/qemu-1.5.1/hw/arm/faraday_fvm.c Signed-off-by: Kuo-Jun

[U-Boot] [PATCH v10 4/6] arm: faraday: add A369 evaluation board support

2014-02-19 Thread Kuo-Jung Su
From: Kuo-Jung Su The A369 is an ARM CPU-based SoC with rich SoC features and convenient FPGA link for building fast system prototyping and mass production. More information about this hardware can be found at: http://www.faraday-tech.com/html/Product/SoCPlatform/SoCreativeIII.htm Signed-off-by

[U-Boot] [PATCH v10 3/6] arm: faraday: add FTPWMTMR010 timer support

2014-02-19 Thread Kuo-Jung Su
From: Kuo-Jung Su Faraday FTPWMTMR010 is a simple APB device which supports both timer and pwm functions. Signed-off-by: Kuo-Jung Su CC: Albert Aribaud --- Changes for v8, v9, v10: - Nothing updates Changes for v7: - Update license to use SPDX identifiers. Changes for v6:

[U-Boot] [PATCH v10 2/6] arm: faraday: add FTTMR010 timer support

2014-02-19 Thread Kuo-Jung Su
From: Kuo-Jung Su Faraday FTTMR010 is a simple APB device which supports generic timer functions. Signed-off-by: Kuo-Jung Su CC: Albert Aribaud --- Changes for v8, v9, v10: - Nothing updates Changes for v7: - Update license to use SPDX identifiers. Changes for v6: - N

[U-Boot] [PATCH v10 1/6] arm: add Faraday ARMv5TE cores support

2014-02-19 Thread Kuo-Jung Su
From: Kuo-Jung Su Here is the list of verified cores: 1. FA606TE (ARMv5TE, no mmu) 2. FA626TE (ARMv5TE) Signed-off-by: Kuo-Jung Su CC: Albert Aribaud --- Changes for v10: - Merge [arm: add Faraday SoC helper files] Changes for v9: - Build 'arch_preboot_os()' only when CONFIG_

[U-Boot] [PATCH v10 0/6] arm: add Faraday SoC platform support

2014-02-19 Thread Kuo-Jung Su
From: Kuo-Jung Su These patches introduce Faraday A369 & Virtual SoC platform support. Here are some public documents for your reference. http://www.faraday-tech.com/html/Product/SoCPlatform/SoCreativeIII.htm http://www.faraday-tech.com/html/documentation/index.html There is also a QEMU

Re: [U-Boot] [PATCH] socfpga: Add a signing tool that automatically signs the preloader.

2014-02-19 Thread Charles Manning
Hi Tom On Thursday 20 February 2014 13:32:37 Tom Rini wrote: > On Thu, Feb 20, 2014 at 12:01:40PM +1300, Charles Manning wrote: > > No need to use the altera tool any more... > > > > Signed-off-by: Charles Manning > > [snip] > > > + //crcval = crc_calc ((uint32_t *)buf, len/4); > > + printf("

Re: [U-Boot] [PATCH] socfpga: Add a signing tool that automatically signs the preloader.

2014-02-19 Thread Tom Rini
On Thu, Feb 20, 2014 at 12:01:40PM +1300, Charles Manning wrote: > No need to use the altera tool any more... > > Signed-off-by: Charles Manning [snip] > + //crcval = crc_calc ((uint32_t *)buf, len/4); > + printf("crc %x\n", crcval); Debug stuff left in? > +static char *out_filename =

Re: [U-Boot] [PATCH 5/5] NAND: DaVinci: allow forced disable of subpage writes

2014-02-19 Thread Murali Karicheri
On 2/18/2014 9:57 AM, Rini, Tom wrote: On Wed, Feb 12, 2014 at 06:00:22PM -0600, Scott Wood wrote: On Tue, 2014-01-28 at 23:19 +, Karicheri, Muralidharan wrote: -Original Message- From: Scott Wood [mailto:scottw...@freescale.com] Sent: Wednesday, January 22, 2014 3:48 PM To: Kariche

[U-Boot] [PATCH] socfpga: Add a signing tool that automatically signs the preloader.

2014-02-19 Thread Charles Manning
No need to use the altera tool any more... Signed-off-by: Charles Manning --- spl/Makefile |8 ++ tools/Makefile |9 +- tools/socfpga-signer.c | 294 3 files changed, 310 insertions(+), 1 deletion(-) create mode 100644

Re: [U-Boot] uboot/linux version compatibilty

2014-02-19 Thread Wolfgang Denk
Dear Kiran, In message you wrote: > > If I am not wrong, the kernel 2.6.18 has included fdt (firmware device > tree) . > In that case, can we expect any compatibility issues with U-Boot v1.1.2. > Please let us know , if there is any backward compatibility is maintained . Well, running 9 year ol

Re: [U-Boot] [PATCH] ENGR00299356 ARM:imx6 Fix USDHC driver bug in PIO mode

2014-02-19 Thread Wolfgang Denk
Dear Ye.Li , repl: bad addresses: Ye.Li -- no at-sign after local-part (<) In message <1392806011-18821-1-git-send-email-b37...@freescale.com> you wrote: > When configure the USDHC driver to PIO mode by defining > "CONFIG_SYS_FSL_ESDHC_USE_PIO", the SD/MMC read and write will fail. Can

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Denys Dmytriyenko
On Wed, Feb 19, 2014 at 02:41:31PM -0500, Tom Rini wrote: > On Wed, Feb 19, 2014 at 12:29:19PM -0700, Stephen Warren wrote: > > On 02/19/2014 12:24 PM, Dan Murphy wrote: > > ... > > > Do we have a directory where default scripts exist for each board? Or > > > at least samples for each board? > >

Re: [U-Boot] [PATCH] kbuild,tegra124: add dummy obj- for Kbuild

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 10:26:43PM +0900, Masahiro Yamada wrote: > In Kbuild, every makefile must have non-empty obj- or obj-y. > Otherwise, built-in.o will not be created and the link stage > will fail. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.a

[U-Boot] [ANN] U-Boot v2014.04-rc1 released

2014-02-19 Thread Tom Rini
Hey all, I've pushed v2014.04-rc1 out to the repository and tarballs should exist soon. The merge window is now, really, closed. Aside from various fixups all around we now have Kbuild as the build system. A big thank you to Masahiro Yamada for all his work on that! I plan to go and pick up bo

Re: [U-Boot] [PATCH v9 0/38] Switch over to real Kbuild

2014-02-19 Thread Tom Rini
On Tue, Feb 04, 2014 at 05:24:07PM +0900, Masahiro Yamada wrote: > We switched to Kbuild style makefiles at v2014.01-rc1 release. > With that modification, we can write makefiles simpler. > But it is NOT real Kbuild. We need more progress. > > As the next step, this series imports (+ adjusts) bui

Re: [U-Boot] [U-Boot, v3, 1/3] dts: re-write dts/Makefile more simply with Kbuild

2014-02-19 Thread Tom Rini
On Wed, Feb 05, 2014 at 11:28:25AM +0900, Masahiro Yamada wrote: > Useful rules in scripts/Makefile.lib allows us to easily > generate a device tree blob and wrap it in assembly code. > > We do not need to parse a linker script to get output format and arch. > > This commit deletes ./u-boot.dtb

Re: [U-Boot] [U-Boot, v3, 3/3] dts: generate multiple device tree blobs

2014-02-19 Thread Tom Rini
On Wed, Feb 05, 2014 at 11:28:27AM +0900, Masahiro Yamada wrote: > It is convenient to have all device trees on the same SoC compiled. > It allows for later easy repackaging without the need to re-run > the make file. > > - Build device trees with the same SoC under arch/$(ARCH)/dts > > - Co

Re: [U-Boot] [U-Boot, v3, 2/3] dts: move device tree sources to arch/$(ARCH)/dts/

2014-02-19 Thread Tom Rini
On Wed, Feb 05, 2014 at 11:28:26AM +0900, Masahiro Yamada wrote: > Unlike Linux Kernel, U-Boot historically had *.dts files under > board/$(VENDOR)/dts/ and *.dtsi files under arch/$(ARCH)/dts/. > > I think arch/$(ARCH)/dts dicretory is a better location > to store both *.dts and *.dtsi files. >

Re: [U-Boot] [U-Boot,v2,3/3] kernel-doc: fix some errors

2014-02-19 Thread Tom Rini
On Wed, Feb 05, 2014 at 10:52:52AM +0900, Masahiro Yamada wrote: > - Delete fs.xml from DOCBOOKS to fix an error. > Commit e3ff797c added fs.xml to DOCBOOKS > but missed to add doc/DocBook/fs.tmpl. > - Fix the location of include guard in include/linker_lists.h. > > Signed-off-by: Mas

Re: [U-Boot] [U-Boot,v2] cosmetic: FIT: fix a strange comment

2014-02-19 Thread Tom Rini
On Tue, Feb 18, 2014 at 03:39:21PM +0900, Masahiro Yamada wrote: > There is a strange comment in fit_image_load(). > This function can be used for loading Kernel Image, FDT > as well as ramdisk. > > Signed-off-by: Masahiro Yamada > Cc: Simon Glass > Acked-by: Simon Glass Applied to u-boot/mas

Re: [U-Boot] [U-Boot, v2, 2/3] kernel-doc: update kernel-doc related files to Linux v3.13

2014-02-19 Thread Tom Rini
On Wed, Feb 05, 2014 at 10:52:51AM +0900, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.de

Re: [U-Boot] [U-Boot, v2, 1/3] kernel-doc: move kernel-doc tools to scripts/

2014-02-19 Thread Tom Rini
On Wed, Feb 05, 2014 at 10:52:50AM +0900, Masahiro Yamada wrote: > tools/kernel-doc/docproc.c and tools/kernel-doc/kernel-doc are > files imported from Linux Kernel. > > They originally resided under scripts/ directory in Linux Kernel. > > This commit moves them to the original location. > > Si

Re: [U-Boot] [U-Boot, 1/2] Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee

2014-02-19 Thread Tom Rini
On Thu, Feb 13, 2014 at 06:30:26PM +0900, Masahiro Yamada wrote: > - When CONFIG_DISPLAY_CPUINFO is not enabled, >print_cpuinfo() should be defined as an empty function >in a header, include/common.h > > - Remove #ifdef CONFIG_DISPLAY_CPUINFO .. #endif >from caller, common/board_f.c

Re: [U-Boot] [U-Boot,2/2] Move CONFIG_DISPLAY_CPUINFO to Makefile

2014-02-19 Thread Tom Rini
On Thu, Feb 13, 2014 at 06:30:27PM +0900, Masahiro Yamada wrote: > If the whole code is surrounded by #ifdef(CONFIG_ ) .. #endif, > it should be moved to Makefile. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] configs: Delete unused CONFIG_SYS_64BIT_{VSPRINTF, STRTOUL}

2014-02-19 Thread Tom Rini
On Fri, Feb 07, 2014 at 05:20:52PM +0900, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.d

Re: [U-Boot] configs: Delete obsolete macro, CONFIG_SYS_GBL_DATA_SIZE

2014-02-19 Thread Tom Rini
On Fri, Feb 07, 2014 at 09:23:03AM +0900, Masahiro Yamada wrote: > CONFIG_SYS_GBL_DATA_SIZE is not used any more. > The size of struct "global_data" is automatically calculated > by asm-offsets. (See lib/asm-offsets.c) > > GENERATED_GBL_DATA_SIZE should be used instead of > CONFIG_SYS_GBL_DATA_SI

Re: [U-Boot] .gitignore: drop include/asm from ignored file list

2014-02-19 Thread Tom Rini
On Wed, Feb 05, 2014 at 10:41:27AM +0900, Masahiro Yamada wrote: > Commit bb02c536 stopped creaing a symbolic link include/asm. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [RFC PATCH 2/3] move the beaglebones over to the generic configs

2014-02-19 Thread Dennis Gilmore
On Wed, 19 Feb 2014 14:31:42 -0600 Dan Murphy wrote: > On 02/19/2014 02:22 PM, Stephen Warren wrote: > > On 02/19/2014 01:20 PM, Dan Murphy wrote: > >> On 02/19/2014 02:05 PM, Stephen Warren wrote: > >>> On 02/19/2014 12:57 PM, Dan Murphy wrote: > On 02/17/2014 11:56 AM, Dennis Gilmore wrote

Re: [U-Boot] [RFC PATCH 2/3] move the beaglebones over to the generic configs

2014-02-19 Thread Dan Murphy
On 02/19/2014 02:38 PM, Stephen Warren wrote: > On 02/19/2014 01:31 PM, Dan Murphy wrote: >> On 02/19/2014 02:22 PM, Stephen Warren wrote: >>> On 02/19/2014 01:20 PM, Dan Murphy wrote: On 02/19/2014 02:05 PM, Stephen Warren wrote: > On 02/19/2014 12:57 PM, Dan Murphy wrote: >> On 02/17

[U-Boot] [PATCH v2] net: fec_mxc: fix mii_speed configuration for MX6's

2014-02-19 Thread Philippe De Muyter
On MX6DL at least, measured mdc speed was wrong (3.3 Mhz instead of 2.5 Mhz), because of wrong assumptions about the reference clock and the way the divider is used. I have fixed that for all MX6's by using the IPG clock as the reference clock, and applying the - 1 correction when we have a ENET M

Re: [U-Boot] [PATCH] kbuild,tegra124: add dummy obj- for Kbuild

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 10:26:43PM +0900, Masahiro Yamada wrote: > In Kbuild, every makefile must have non-empty obj- or obj-y. > Otherwise, built-in.o will not be created and the link stage > will fail. > > Signed-off-by: Masahiro Yamada > --- > > Tom, > Please apply this along with the Kbuild

Re: [U-Boot] [PATCH] net: fec_mxc: fix mii_speed configuration for MX6's

2014-02-19 Thread Philippe De Muyter
On Wed, Feb 19, 2014 at 12:19:04PM -0700, Troy Kisky wrote: > On 2/19/2014 7:27 AM, Philippe De Muyter wrote: > > On MX6DL at least, measured mdc speed was wrong (3.3 Mhz instead of 2.5 > > Mhz), because of wrong assumptions about the reference clock and the > > way the divider is used. > > > > I

Re: [U-Boot] [PATCH] kbuild,tegra124: add dummy obj- for Kbuild

2014-02-19 Thread Stephen Warren
On 02/19/2014 01:40 PM, Tom Rini wrote: > On Wed, Feb 19, 2014 at 09:36:14AM -0700, Stephen Warren wrote: >> On 02/19/2014 07:46 AM, Albert ARIBAUD wrote: >>> Hi Masahiro, >>> >>> On Wed, 19 Feb 2014 22:26:43 +0900, Masahiro Yamada >>> wrote: >>> In Kbuild, every makefile must have non-empty

Re: [U-Boot] [PATCH] kbuild,tegra124: add dummy obj- for Kbuild

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 09:36:14AM -0700, Stephen Warren wrote: > On 02/19/2014 07:46 AM, Albert ARIBAUD wrote: > > Hi Masahiro, > > > > On Wed, 19 Feb 2014 22:26:43 +0900, Masahiro Yamada > > wrote: > > > >> In Kbuild, every makefile must have non-empty obj- or obj-y. > >> Otherwise, built-in.o

Re: [U-Boot] [RFC PATCH 2/3] move the beaglebones over to the generic configs

2014-02-19 Thread Stephen Warren
On 02/19/2014 01:31 PM, Dan Murphy wrote: > On 02/19/2014 02:22 PM, Stephen Warren wrote: >> On 02/19/2014 01:20 PM, Dan Murphy wrote: >>> On 02/19/2014 02:05 PM, Stephen Warren wrote: On 02/19/2014 12:57 PM, Dan Murphy wrote: > On 02/17/2014 11:56 AM, Dennis Gilmore wrote: ... >>

Re: [U-Boot] [RFC PATCH 2/3] move the beaglebones over to the generic configs

2014-02-19 Thread Dan Murphy
On 02/19/2014 02:22 PM, Stephen Warren wrote: > On 02/19/2014 01:20 PM, Dan Murphy wrote: >> On 02/19/2014 02:05 PM, Stephen Warren wrote: >>> On 02/19/2014 12:57 PM, Dan Murphy wrote: On 02/17/2014 11:56 AM, Dennis Gilmore wrote: >>> ... > +#ifndef CONFIG_SPL_BUILD > +#include I

Re: [U-Boot] [RFC PATCH 2/3] move the beaglebones over to the generic configs

2014-02-19 Thread Stephen Warren
On 02/19/2014 01:20 PM, Dan Murphy wrote: > On 02/19/2014 02:05 PM, Stephen Warren wrote: >> On 02/19/2014 12:57 PM, Dan Murphy wrote: >>> On 02/17/2014 11:56 AM, Dennis Gilmore wrote: >> ... +#ifndef CONFIG_SPL_BUILD +#include >>> I did not see the patchset for this. >>> >>> Should this

Re: [U-Boot] [RFC PATCH 2/3] move the beaglebones over to the generic configs

2014-02-19 Thread Dan Murphy
On 02/19/2014 02:05 PM, Stephen Warren wrote: > On 02/19/2014 12:57 PM, Dan Murphy wrote: >> On 02/17/2014 11:56 AM, Dennis Gilmore wrote: > ... >>> +#ifndef CONFIG_SPL_BUILD >>> +#include >> I did not see the patchset for this. >> >> Should this header and the removal the extra configs be a diffe

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Dennis Gilmore
On Wed, 19 Feb 2014 12:43:49 -0700 Stephen Warren wrote: > On 02/19/2014 12:36 PM, Tom Rini wrote: > ... > > I would put a generic distro knowing how to deal, genericially at > > least, with NAND on par with knowing how to deal with HW RAID or > > other not too uncommon desktop features. If /dev

Re: [U-Boot] [RFC PATCH 2/3] move the beaglebones over to the generic configs

2014-02-19 Thread Stephen Warren
On 02/19/2014 12:57 PM, Dan Murphy wrote: > On 02/17/2014 11:56 AM, Dennis Gilmore wrote: ... >> +#ifndef CONFIG_SPL_BUILD >> +#include > > I did not see the patchset for this. > > Should this header and the removal the extra configs be a different patch? > Or be part of the series that introduc

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Dan Murphy
On 02/19/2014 01:38 PM, Stephen Warren wrote: > On 02/19/2014 12:32 PM, Dan Murphy wrote: >> On 02/19/2014 01:04 PM, Stephen Warren wrote: >>> On 02/19/2014 11:59 AM, Dan Murphy wrote: On 02/19/2014 12:57 PM, Stephen Warren wrote: > On 02/19/2014 11:52 AM, Dan Murphy wrote: > ... >> If

Re: [U-Boot] [RFC PATCH 2/3] move the beaglebones over to the generic configs

2014-02-19 Thread Dan Murphy
On 02/19/2014 01:57 PM, Dan Murphy wrote: > On 02/17/2014 11:56 AM, Dennis Gilmore wrote: Missing commit log as well >> Signed-off-by: Dennis Gilmore >> --- >> include/configs/am335x_evm.h | 109 >> -- >> include/configs/ti_armv7_common.h | 28 ++---

Re: [U-Boot] [RFC PATCH 2/3] move the beaglebones over to the generic configs

2014-02-19 Thread Dan Murphy
On 02/17/2014 11:56 AM, Dennis Gilmore wrote: > Signed-off-by: Dennis Gilmore > --- > include/configs/am335x_evm.h | 109 > -- > include/configs/ti_armv7_common.h | 28 ++ > 2 files changed, 16 insertions(+), 121 deletions(-) > > diff --git a/inc

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 12:43:49PM -0700, Stephen Warren wrote: > On 02/19/2014 12:36 PM, Tom Rini wrote: > ... > > I would put a generic distro knowing how to deal, genericially at least, > > with NAND on par with knowing how to deal with HW RAID or other not too > > uncommon desktop features. If

Re: [U-Boot] [PATCH] net: fec_mxc: fix mii_speed configuration for MX6's

2014-02-19 Thread Troy Kisky
On 2/19/2014 7:27 AM, Philippe De Muyter wrote: > On MX6DL at least, measured mdc speed was wrong (3.3 Mhz instead of 2.5 > Mhz), because of wrong assumptions about the reference clock and the > way the divider is used. > > I have fixed that for all MX6's by using the IPG clock as the reference >

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 01:37:24PM -0600, Dan Murphy wrote: > Stephen > > On 02/19/2014 01:29 PM, Stephen Warren wrote: > > On 02/19/2014 12:24 PM, Dan Murphy wrote: > > ... > >> Do we have a directory where default scripts exist for each board? Or at > >> least samples for each board? > >> > >>

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Stephen Warren
On 02/19/2014 12:36 PM, Tom Rini wrote: ... > I would put a generic distro knowing how to deal, genericially at least, > with NAND on par with knowing how to deal with HW RAID or other not too > uncommon desktop features. If /dev/mtdblockN then offer UBI or a few > other choices, else if /dev/sd*

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 12:29:19PM -0700, Stephen Warren wrote: > On 02/19/2014 12:24 PM, Dan Murphy wrote: > ... > > Do we have a directory where default scripts exist for each board? Or at > > least samples for each board? > > > > I could not find them. If they don't exist then we should prob

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Stephen Warren
On 02/19/2014 12:32 PM, Dan Murphy wrote: > On 02/19/2014 01:04 PM, Stephen Warren wrote: >> On 02/19/2014 11:59 AM, Dan Murphy wrote: >>> On 02/19/2014 12:57 PM, Stephen Warren wrote: On 02/19/2014 11:52 AM, Dan Murphy wrote: ... > If no config file exists should we not try to default to

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Dan Murphy
Stephen On 02/19/2014 01:29 PM, Stephen Warren wrote: > On 02/19/2014 12:24 PM, Dan Murphy wrote: > ... >> Do we have a directory where default scripts exist for each board? Or at >> least samples for each board? >> >> I could not find them. If they don't exist then we should probably put them

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 12:16:13PM -0700, Stephen Warren wrote: > On 02/19/2014 12:10 PM, Tom Rini wrote: > ... > >> A generic Linux distro wouldn't be installing a kernel to NAND, but > >> would rather put it into the /boot filesystem. NAND boot is something > >> that'd be best supported by the cu

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Dan Murphy
On 02/19/2014 01:04 PM, Stephen Warren wrote: > On 02/19/2014 11:59 AM, Dan Murphy wrote: >> On 02/19/2014 12:57 PM, Stephen Warren wrote: >>> On 02/19/2014 11:52 AM, Dan Murphy wrote: On 02/19/2014 12:48 PM, Stephen Warren wrote: > On 02/19/2014 11:44 AM, Dan Murphy wrote: >> On 02/17

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Stephen Warren
On 02/19/2014 12:24 PM, Dan Murphy wrote: ... > Do we have a directory where default scripts exist for each board? Or at > least samples for each board? > > I could not find them. If they don't exist then we should probably put them > in the board dirs and cp them to the respective out directo

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Dan Murphy
On 02/19/2014 01:16 PM, Tom Rini wrote: > On Wed, Feb 19, 2014 at 01:05:15PM -0600, Dan Murphy wrote: >> On 02/19/2014 01:02 PM, Eric Nelson wrote: >>> On 02/19/2014 11:57 AM, Stephen Warren wrote: On 02/19/2014 11:52 AM, Dan Murphy wrote: > On 02/19/2014 12:48 PM, Stephen Warren wrote: >>

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 01:05:15PM -0600, Dan Murphy wrote: > On 02/19/2014 01:02 PM, Eric Nelson wrote: > > On 02/19/2014 11:57 AM, Stephen Warren wrote: > >> On 02/19/2014 11:52 AM, Dan Murphy wrote: > >>> On 02/19/2014 12:48 PM, Stephen Warren wrote: > On 02/19/2014 11:44 AM, Dan Murphy wro

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Stephen Warren
On 02/19/2014 12:10 PM, Tom Rini wrote: ... >> A generic Linux distro wouldn't be installing a kernel to NAND, but >> would rather put it into the /boot filesystem. NAND boot is something >> that'd be best supported by the custom hook we discussed above. > > Wait, why would a generic Linux distro

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Dan Murphy
On 02/19/2014 01:02 PM, Eric Nelson wrote: > On 02/19/2014 11:57 AM, Stephen Warren wrote: >> On 02/19/2014 11:52 AM, Dan Murphy wrote: >>> On 02/19/2014 12:48 PM, Stephen Warren wrote: On 02/19/2014 11:44 AM, Dan Murphy wrote: > On 02/17/2014 11:56 AM, Dennis Gilmore wrote: >> Signed-

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 12:04:12PM -0700, Stephen Warren wrote: > On 02/19/2014 11:59 AM, Dan Murphy wrote: > > On 02/19/2014 12:57 PM, Stephen Warren wrote: > >> On 02/19/2014 11:52 AM, Dan Murphy wrote: > >>> On 02/19/2014 12:48 PM, Stephen Warren wrote: > On 02/19/2014 11:44 AM, Dan Murphy

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Stephen Warren
On 02/19/2014 11:59 AM, Dan Murphy wrote: > On 02/19/2014 12:57 PM, Stephen Warren wrote: >> On 02/19/2014 11:52 AM, Dan Murphy wrote: >>> On 02/19/2014 12:48 PM, Stephen Warren wrote: On 02/19/2014 11:44 AM, Dan Murphy wrote: > On 02/17/2014 11:56 AM, Dennis Gilmore wrote: >> Signed-o

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Eric Nelson
On 02/19/2014 11:57 AM, Stephen Warren wrote: On 02/19/2014 11:52 AM, Dan Murphy wrote: On 02/19/2014 12:48 PM, Stephen Warren wrote: On 02/19/2014 11:44 AM, Dan Murphy wrote: On 02/17/2014 11:56 AM, Dennis Gilmore wrote: Signed-off-by: Dennis Gilmore diff --git a/include/config_distro_bootc

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Dan Murphy
On 02/19/2014 12:57 PM, Stephen Warren wrote: > On 02/19/2014 11:52 AM, Dan Murphy wrote: >> On 02/19/2014 12:48 PM, Stephen Warren wrote: >>> On 02/19/2014 11:44 AM, Dan Murphy wrote: On 02/17/2014 11:56 AM, Dennis Gilmore wrote: > Signed-off-by: Dennis Gilmore > diff --git a/include

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Stephen Warren
On 02/19/2014 11:52 AM, Dan Murphy wrote: > On 02/19/2014 12:48 PM, Stephen Warren wrote: >> On 02/19/2014 11:44 AM, Dan Murphy wrote: >>> On 02/17/2014 11:56 AM, Dennis Gilmore wrote: Signed-off-by: Dennis Gilmore diff --git a/include/config_distro_bootcmd.h b/include/config_distr

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Dan Murphy
On 02/19/2014 12:48 PM, Stephen Warren wrote: > On 02/19/2014 11:44 AM, Dan Murphy wrote: >> On 02/17/2014 11:56 AM, Dennis Gilmore wrote: >>> Signed-off-by: Dennis Gilmore >>> diff --git a/include/config_distro_bootcmd.h >>> b/include/config_distro_bootcmd.h >>> +#ifdef CONFIG_CMD_USB >>> +#defi

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Stephen Warren
On 02/19/2014 11:44 AM, Dan Murphy wrote: > On 02/17/2014 11:56 AM, Dennis Gilmore wrote: >> Signed-off-by: Dennis Gilmore >> diff --git a/include/config_distro_bootcmd.h >> b/include/config_distro_bootcmd.h >> +#ifdef CONFIG_CMD_USB >> +#define BOOTCMD_INIT_USB "run usb_init; " >> +#define BOO

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Dan Murphy
On 02/17/2014 11:56 AM, Dennis Gilmore wrote: > Signed-off-by: Dennis Gilmore > --- > include/config_distro_bootcmd.h | 172 > > 1 file changed, 172 insertions(+) > create mode 100644 include/config_distro_bootcmd.h > > diff --git a/include/config_distro

Re: [U-Boot] [RFC PATCH 3/3] move wandboard over to use the generic distro configuratin and environment

2014-02-19 Thread Stephen Warren
On 02/17/2014 10:56 AM, Dennis Gilmore wrote: > Signed-off-by: Dennis Gilmore > diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h > - "netargs=setenv bootargs console=${console},${baudrate} " \ > - "root=/dev/nfs " \ > - "ip=dhcp nfsroot=${serverip}:${nfs

Re: [U-Boot] [RFC PATCH 2/3] move the beaglebones over to the generic configs

2014-02-19 Thread Stephen Warren
On 02/17/2014 10:56 AM, Dennis Gilmore wrote: > Signed-off-by: Dennis Gilmore Patch description? > diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h > #define CONFIG_EXTRA_ENV_SETTINGS \ > "loadaddr=0x8020\0" \ > - "fdtaddr=0x80F8\0" \ > + "fdt_addr

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Marek Vasut
On Wednesday, February 19, 2014 at 06:41:17 PM, Stephen Warren wrote: > On 02/19/2014 10:30 AM, Marek Vasut wrote: > > On Wednesday, February 19, 2014 at 06:28:39 PM, Stephen Warren wrote: > >> On 02/19/2014 08:54 AM, Marek Vasut wrote: > >>> On Monday, February 17, 2014 at 06:56:36 PM, Dennis Gilm

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Stephen Warren
On 02/17/2014 10:56 AM, Dennis Gilmore wrote: > Signed-off-by: Dennis Gilmore Patch description? > diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h > +#ifndef _CONFIG_CMD_DISTRO_BOOTCMD_H > +#define _CONFIG_CMD_DISTRO_BOOTCMD_H > + > + Is there a need for 2 blank

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Stephen Warren
On 02/19/2014 10:30 AM, Marek Vasut wrote: > On Wednesday, February 19, 2014 at 06:28:39 PM, Stephen Warren wrote: >> On 02/19/2014 08:54 AM, Marek Vasut wrote: >>> On Monday, February 17, 2014 at 06:56:36 PM, Dennis Gilmore wrote: Signed-off-by: Dennis Gilmore --- include/con

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Marek Vasut
On Wednesday, February 19, 2014 at 06:28:39 PM, Stephen Warren wrote: > On 02/19/2014 08:54 AM, Marek Vasut wrote: > > On Monday, February 17, 2014 at 06:56:36 PM, Dennis Gilmore wrote: > >> Signed-off-by: Dennis Gilmore > >> --- > >> > >> include/config_distro_bootcmd.h | 172 > >> > >> +++

Re: [U-Boot] [PATCH v8 0/38] Switch over to real Kbuild

2014-02-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2014 04:02 AM, Masahiro Yamada wrote: > Hello Simon, > > >> >> I'm not sure whether to start a new thread or not, but here in >> one observations which might be useful. >> >> With current master, a 'null' build (with nothing changed) takes

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Stephen Warren
On 02/19/2014 08:54 AM, Marek Vasut wrote: > On Monday, February 17, 2014 at 06:56:36 PM, Dennis Gilmore wrote: >> Signed-off-by: Dennis Gilmore >> --- >> include/config_distro_bootcmd.h | 172 >> 1 file changed, 172 insertions(+) >> create mode 100644 inc

Re: [U-Boot] [PATCH] pxe: prepend fdtdir to DTB name irrespective of source

2014-02-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/19/2014 12:00 PM, Stephen Warren wrote: > On 02/14/2014 11:49 AM, Dennis Gilmore wrote: >> On Wed, 12 Feb 2014 14:30:04 -0700 >> Stephen Warren wrote: >> >>> From: Stephen Warren >>> >>> The directory name from an fdtdir directive in a PXE conf

Re: [U-Boot] [PATCH] pxe: prepend fdtdir to DTB name irrespective of source

2014-02-19 Thread Stephen Warren
On 02/14/2014 11:49 AM, Dennis Gilmore wrote: > On Wed, 12 Feb 2014 14:30:04 -0700 > Stephen Warren wrote: > >> From: Stephen Warren >> >> The directory name from an fdtdir directive in a PXE config file >> should always be pre-pended to the DTB filename; it shouldn't matter >> whether the DTB f

Re: [U-Boot] [PATCH] kbuild,tegra124: add dummy obj- for Kbuild

2014-02-19 Thread Stephen Warren
On 02/19/2014 07:46 AM, Albert ARIBAUD wrote: > Hi Masahiro, > > On Wed, 19 Feb 2014 22:26:43 +0900, Masahiro Yamada > wrote: > >> In Kbuild, every makefile must have non-empty obj- or obj-y. >> Otherwise, built-in.o will not be created and the link stage >> will fail. ... >> diff --git a/arch/a

[U-Boot] [PATCH] net: phy: micrel: add support for KSZ8895 switch in SMI mode

2014-02-19 Thread Philippe De Muyter
This patch adds a phy driver for the Micrel KSZ8895 switch. As the SoC MAC is directly connected to the switch MAC the link to the switch is always up. But the KSZ8895 switch can be hardwired in three configuration modes : - not configurable with eventually an eeprom-stored configuration - config

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-19 Thread Marek Vasut
On Monday, February 17, 2014 at 06:56:36 PM, Dennis Gilmore wrote: > Signed-off-by: Dennis Gilmore > --- > include/config_distro_bootcmd.h | 172 > 1 file changed, 172 insertions(+) > create mode 100644 include/config_distro_bootcmd.h > > diff --git a/inc

Re: [U-Boot] [PATCH] OMAP3: igep00x0: Enable required clocks for GPIO that are used.

2014-02-19 Thread Enric Balletbo Serra
Hi Tom, 2014-01-25 22:52 GMT+01:00 Enric Balletbo i Serra : > Enable required clocks for GPIO to fix a boot issue introduced by commit > f33b9bd3984fb11e1d8566a866adc5957b1e1c9d (arm: omap3: Enable clocks for > peripherals only if they are used). > > Without this patch the u-boot freezes after the

Re: [U-Boot] [U-Boot, v2, 1/2] common: spl: Add spl sata boot support

2014-02-19 Thread Tom Rini
On Mon, Feb 03, 2014 at 06:59:01AM -0600, Dan Murphy wrote: > Add spl_sata to read a fat partition from a bootable SATA > drive. > > Signed-off-by: Dan Murphy > Reviewed-by: Roger Quadros Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,v2,2/2] ARM: O5/dra7xx: Add SATA boot support

2014-02-19 Thread Tom Rini
On Mon, Feb 03, 2014 at 06:59:02AM -0600, Dan Murphy wrote: > Add the SATA boot support for OMAP5 and dra7xx. > > Renamed the omap_sata_init to the common init_sata(int dev) > for commonality in with sata stack. > > Added the ROM boot device ID for SATA. > > Signed-off-by: Dan Murphy > Reviewe

Re: [U-Boot] fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP

2014-02-19 Thread Tom Rini
On Wed, Jan 29, 2014 at 04:29:16PM +0900, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > Cc: Simon Glass > Acked-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing l

Re: [U-Boot] [U-Boot,v2] tools: correct proftool build rule

2014-02-19 Thread Tom Rini
On Fri, Jan 31, 2014 at 11:54:44PM +, Ian Campbell wrote: > The incorrect substitution made it rebuild every time. > > Signed-off-by: Ian Campbell > Cc: Tom Rini > Cc: Simon Glass > Acked-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital sign

Re: [U-Boot] net, phy: atheros ar803x bug

2014-02-19 Thread Tom Rini
On Thu, Jan 30, 2014 at 11:02:13AM +0100, Heiko Schocher wrote: > commit 626ee1e3 "phylib: update atheros ar803x phy" > > leads in failing ethernet on the pxm2 board. > > Calling genphy_config() instead of ar8021_config(), > which seems for ar8021 phys not ar803x phys, make > it working again. >

Re: [U-Boot] EXT4: Fix number base handling of "ext4write" command

2014-02-19 Thread Tom Rini
On Fri, Jan 31, 2014 at 09:28:25AM +0100, Wolfgang Denk wrote: > Unlike other commands (for example, "fatwrite"), ext4write would > interpret the "sizebytes" as decimal number. This is not only > inconsistend and unexpected to most users, it also breaks usage > like this: > > tftp ${addr}

Re: [U-Boot] mini2440.h: Delete remainder of dead board

2014-02-19 Thread Tom Rini
On Tue, Jan 28, 2014 at 06:06:12PM +0900, Masahiro Yamada wrote: > Commit af5b9b1f removed mini2440 board support, > but missed to delete include/configs/mini2440.h. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] doc: README: Correct file name of signature verification documentation

2014-02-19 Thread Tom Rini
On Mon, Jan 20, 2014 at 04:21:46PM +0100, Detlev Zundel wrote: > Signed-off-by: Detlev Zundel Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

Re: [U-Boot] config: remove platform CONFIG_SYS_HZ definition part 3

2014-02-19 Thread Tom Rini
On Tue, Jan 28, 2014 at 06:08:13PM +0900, Masahiro Yamada wrote: > This commit removes platform CONFIG_SYS_HZ definition for the > remainders of part1 (commit cdb23792) and part2 (commit f232950f). > > Signed-off-by: Masahiro Yamada > Cc: Rob Herring Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 10:10:04PM +0900, Masahiro Yamada wrote: > Commit 779bf42c moved timer functions from > arch/microblaze/lib/time.c to arch/microblaze/cpu/timer.c. > > But the empty file, arch/microblaze/lib/time.c > has been remaining probably for a human mistake. > > Signed-off-by: Masa

Re: [U-Boot] show_boot_progress

2014-02-19 Thread Albert ARIBAUD
Hi Abdullah, On Wed, 19 Feb 2014 16:57:37 +0200, Abdullah YILDIZ wrote: > Hi Albert, > > > > > What board is that? > > > > The board is DevKit3250 from Embest. Actually, there is limited support > of the board in the latest version of u-boot. There is no NAND or > ethernet support, for example

[U-Boot] [PATCH 2/2] ootstage: powerpc: support fdt stash and reporting

2014-02-19 Thread Rommel G Custodio
This implements stashing of bootstage timing data to FDT and automatic timing reporting. To enable define CONFIG_BOOTSTAGE_FDT and CONFIG_BOOTSTAGE_REPORT respectively. Signed-off-by: Rommel G Custodio --- arch/powerpc/lib/bootm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/p

Re: [U-Boot] [PATCH V2] disk:efi: avoid unaligned access on efi partition

2014-02-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/19/2014 10:03 AM, Tom Rini wrote: > On 02/19/2014 09:56 AM, Hector Palacios wrote: >> On 01/28/2014 01:46 PM, Piotr Wilczek wrote: >>> This patch fixes part_efi code to avoid unaligned access exception >>> on some ARM platforms. >>> >>> Signed-of

[U-Boot] [PATCH V2 1/2] bootstage: arm: fix fdt stashing code

2014-02-19 Thread Rommel G Custodio
The conditional is using a variable that is not defined. Signed-off-by: Rommel G Custodio --- arch/arm/lib/bootm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index a8295bf..7f1b2e0 100644 --- a/arch/arm/lib/bootm.c +++ b/arch

[U-Boot] [PATCH V2 0/2] bootstage: fix fdt stashing and reporting

2014-02-19 Thread Rommel G Custodio
In arm, it seems there is a discrepancy in the code. The fdt stashing code uses an undefined variable. In powerpc, implement fdt stashing and pre-boot reporting of bootstage timing data. Fixed a typo in the commit log. Rommel G Custodio (2): bootstage: arm: fix fdt stashing code bootstage: p

[U-Boot] [PATCH V2 2/2] bootstage: powerpc: support fdt stash and reporting

2014-02-19 Thread Rommel G Custodio
This implements stashing of bootstage timing data to FDT and automatic timing reporting. To enable define CONFIG_BOOTSTAGE_FDT and CONFIG_BOOTSTAGE_REPORT respectively. Signed-off-by: Rommel G Custodio --- arch/powerpc/lib/bootm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/p

Re: [U-Boot] [PATCH] part_efi: fix protective_mbr struct allocation

2014-02-19 Thread Lukasz Majewski
Hi Albert, > Hi Lukasz, > > On Wed, 19 Feb 2014 15:25:37 +0100, Lukasz Majewski > wrote: > > > Hi Albert, > > > > > Hi Hector, > > > > > > On Wed, 19 Feb 2014 13:52:07 +0100, "Palacios, Hector" > > > wrote: > > > > > > > On 02/19/2014 11:16 AM, Albert ARIBAUD wrote: > > > > > On Wed, 19 Feb

  1   2   >