Re: [U-Boot] [PATCH v4 13/13] RFC: Deprecate MAKEALL

2014-08-05 Thread York Sun
On 08/05/2014 11:59 AM, Simon Glass wrote: > Hi York, > > On 5 August 2014 12:55, York Sun wrote: >> On 08/05/2014 11:52 AM, Simon Glass wrote: > > BTW where does this information get published? > When we use gerrit and Jenkins, the build log is stored in Jenkins log, and >>

Re: [U-Boot] [PATCH v4 03/13] buildman: Allow building of current source tree

2014-08-05 Thread Tom Rini
On Tue, Aug 05, 2014 at 12:58:55PM -0600, Simon Glass wrote: > Hi Tom, > > On 5 August 2014 12:54, Tom Rini wrote: > > On Tue, Aug 05, 2014 at 08:46:53AM -0600, Simon Glass wrote: > > > >> Originally buildman had some support for building the current source tree. > >> However this was dropped bef

Re: [U-Boot] [PATCH v4 13/13] RFC: Deprecate MAKEALL

2014-08-05 Thread Tom Rini
On Tue, Aug 05, 2014 at 12:01:33PM -0700, York Sun wrote: > On 08/05/2014 11:59 AM, Simon Glass wrote: > > Hi York, > > > > On 5 August 2014 12:55, York Sun wrote: > >> On 08/05/2014 11:52 AM, Simon Glass wrote: > > > > BTW where does this information get published? > > > >

Re: [U-Boot] [PATCH] Makefile: restore *_config target

2014-08-05 Thread Jeroen Hofstee
Hi Masahiro, On 05-08-14 03:50, Masahiro Yamada wrote: On Mon, 04 Aug 2014 19:49:24 +0200 Jeroen Hofstee wrote: cc: Tom Rini cc: Masahiro Yamada cc: Simon Glass Signed-off-by: Jeroen Hofstee --- Makefile | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefi

Re: [U-Boot] [linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-05 Thread Maxime Ripard
On Tue, Aug 05, 2014 at 01:56:36PM +0200, Hans de Goede wrote: > Hi, > > On 08/02/2014 06:14 PM, Luc Verhaegen wrote: > > This adds a fixed mode hdmi driver (lcd to be added in future) for the > > sunxi platform. Current config is such that 8MB is shaved off at the top > > of the RAM. Simplefb sup

Re: [U-Boot] [linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-05 Thread Maxime Ripard
On Tue, Aug 05, 2014 at 12:10:30AM +0200, Henrik Nordström wrote: > > How's this for the sunxi implementation of simplefb: > > * u-boot lists used clocks, to allow some code in simplefb.c to grab all > > clocks. This is necessary as the list of clocks might change with > > changed cfb-console

Re: [U-Boot] [linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-05 Thread Maxime Ripard
On Mon, Aug 04, 2014 at 05:05:00PM +0200, Luc Verhaegen wrote: > On Mon, Aug 04, 2014 at 10:39:13AM +0200, Hans de Goede wrote: > > Hi Luc, > > > > First of all many thanks for your work on this. > > > > ATM I don't have time to do a full review, but I don't expect there > > to be too many supris

[U-Boot] [PATCH v2] ARM: tegra: add Colibri T30 board support

2014-08-05 Thread Stefan Agner
This adds board support for the Toradex Colibri T30 module. Working functions: - SD card boot - eMMC environment and boot - USB host/USB client (on the dual role port) - Network (via ASIX USB) Signed-off-by: Stefan Agner --- This patch requires Stephens patch "ARM: tegra: enable DFU too" applied

Re: [U-Boot] [linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-05 Thread Michal Suchanek
On 5 August 2014 23:03, Maxime Ripard wrote: > On Mon, Aug 04, 2014 at 05:05:00PM +0200, Luc Verhaegen wrote: >> On Mon, Aug 04, 2014 at 10:39:13AM +0200, Hans de Goede wrote: >> > Hi Luc, >> > >> > First of all many thanks for your work on this. >> > >> > ATM I don't have time to do a full review

Re: [U-Boot] [PATCH v4 13/13] RFC: Deprecate MAKEALL

2014-08-05 Thread York Sun
On 08/05/2014 12:10 PM, Tom Rini wrote: > On Tue, Aug 05, 2014 at 12:01:33PM -0700, York Sun wrote: >> On 08/05/2014 11:59 AM, Simon Glass wrote: >>> Hi York, >>> >>> On 5 August 2014 12:55, York Sun wrote: On 08/05/2014 11:52 AM, Simon Glass wrote: >>> >>> BTW where does this informa

Re: [U-Boot] [PATCH v3 1/4] usb/gadget: fastboot: add sparse image definitions

2014-08-05 Thread Steve Rae
On 14-08-05 07:00 AM, Tom Rini wrote: On Thu, Jul 31, 2014 at 10:32:51AM -0700, Steve Rae wrote: On 14-07-30 06:25 PM, Marek Vasut wrote: On Thursday, June 26, 2014 at 10:13:21 PM, Steve Rae wrote: - to prepare for the support of fastboot sparse images Signed-off-by: Steve Rae --- This f

Re: [U-Boot] [PATCH v4 02/13] buildman: Add some notes about moving from MAKEALL

2014-08-05 Thread York Sun
On 08/05/2014 07:46 AM, Simon Glass wrote: > + - build all Freescale boards with MPC83xx CPUs, plus all 4xx boards: > + MAKEALL -c mpc83xx -v freescale 4xx > + ** buildman -b mpc83xx freescale 4xx > + This is not very clear to me. Is the condition "AND", or "OR"? When I do "MAKEALL

Re: [U-Boot] [PATCH v4 02/13] buildman: Add some notes about moving from MAKEALL

2014-08-05 Thread Simon Glass
Hi York, On 5 August 2014 16:34, York Sun wrote: > On 08/05/2014 07:46 AM, Simon Glass wrote: >> + - build all Freescale boards with MPC83xx CPUs, plus all 4xx boards: >> + MAKEALL -c mpc83xx -v freescale 4xx >> + ** buildman -b mpc83xx freescale 4xx >> + > > This is not very clea

Re: [U-Boot] [PATCH v4 02/13] buildman: Add some notes about moving from MAKEALL

2014-08-05 Thread York Sun
On 08/05/2014 04:07 PM, Simon Glass wrote: > Hi York, > > On 5 August 2014 16:34, York Sun wrote: >> On 08/05/2014 07:46 AM, Simon Glass wrote: >>> + - build all Freescale boards with MPC83xx CPUs, plus all 4xx boards: >>> + MAKEALL -c mpc83xx -v freescale 4xx >>> + ** buildman -b

Re: [U-Boot] [PATCH] Makefile: restore *_config target

2014-08-05 Thread Masahiro Yamada
Hi Jeroen, On Tue, 05 Aug 2014 21:35:18 +0200 Jeroen Hofstee wrote: > Hi Masahiro, > > On 05-08-14 03:50, Masahiro Yamada wrote: > > On Mon, 04 Aug 2014 19:49:24 +0200 > > Jeroen Hofstee wrote: > > > cc: Tom Rini > cc: Masahiro Yamada > cc: Simon Glass > Signed-off-by:

Re: [U-Boot] [PATCH v4 02/13] buildman: Add some notes about moving from MAKEALL

2014-08-05 Thread Simon Glass
Hi York, On 5 August 2014 17:21, York Sun wrote: > On 08/05/2014 04:07 PM, Simon Glass wrote: >> Hi York, >> >> On 5 August 2014 16:34, York Sun wrote: >>> On 08/05/2014 07:46 AM, Simon Glass wrote: + - build all Freescale boards with MPC83xx CPUs, plus all 4xx boards: + MAKEALL

Re: [U-Boot] [PATCH] drivers: rtc: remove dead drivers

2014-08-05 Thread Simon Glass
Hi, On 5 August 2014 01:09, Stefano Babic wrote: > Hi Tom, hi Masahiro, > > On 04/08/2014 19:30, Tom Rini wrote: >> On Wed, Jul 30, 2014 at 07:20:03PM +0900, Masahiro Yamada wrote: >> >>> The following configs are not defined at all: >>> >>> - CONFIG_RTC_DS1388 >>> - CONFIG_RTC_ISL1208 >>> - C

Re: [U-Boot] [PATCH v4 02/13] buildman: Add some notes about moving from MAKEALL

2014-08-05 Thread York Sun
On 8/5/14 7:15 PM, "Simon Glass" wrote: >>> >>> But in this case why not just leave off the 'freescale'? >> >> This is just an example. What if I chose "-a arm" and "-v freescale". >>ARM has >> 300+ targets, but only 20+ are for Freescale. I could save time by >>building a >> lot less platforms.

[U-Boot] [PATCH v2 11/15] omap5: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the OMAP5 board select menu to omap5/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="omap5"). Signed-off-by: Masahiro Yamada Cc: Lokesh Vutla Reviewed-by: Tom Rini --- Changes in v2: None arch/

[U-Boot] [PATCH v2 12/15] keystone: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Keystone board select menu to keystone/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="keystone"). Signed-off-by: Masahiro Yamada Cc: Vitaly Andrianov Reviewed-by: Tom Rini --- Changes in v2:

[U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Exynos board select menu to exynos/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="exynos"). Signed-off-by: Masahiro Yamada Cc: Minkyu Kang --- Changes in v2: None arch/arm/Kconfig

[U-Boot] [PATCH v2 04/15] rmobile: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Rmobile board select menu to rmobile/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="rmobile"). Signed-off-by: Masahiro Yamada Cc: Nobuhiro Iwamatsu --- Changes in v2: None arch/arm/K

[U-Boot] [PATCH v2 05/15] versatile: kconfig: move common settings

2014-08-05 Thread Masahiro Yamada
Move Versatile-specific settings to versatile/Kconfig. Signed-off-by: Masahiro Yamada --- Changes in v2: None arch/arm/Kconfig | 13 ++ arch/arm/cpu/arm926ejs/versatile/Kconfig | 23 +++ board/armltd/versatile/Kconfig | 71 -

[U-Boot] [PATCH v2 15/15] nomadik: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Nomadik board select menu to nomadik/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="nomadik"). Signed-off-by: Masahiro Yamada --- Changes in v2: None arch/arm/Kconfig

[U-Boot] [PATCH v2 14/15] highbank: kconfig: move common settings

2014-08-05 Thread Masahiro Yamada
Move Highbank-specific settings to highbank/Kconfig. Signed-off-by: Masahiro Yamada Cc: Rob Herring --- Changes in v2: None arch/arm/Kconfig | 7 --- {board => arch/arm/cpu/armv7}/highbank/Kconfig | 2 +- configs/highbank_defconfig | 2 +-

[U-Boot] [PATCH v2 10/15] omap4: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the OMAP4 board select menu to omap4/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="omap4"). Signed-off-by: Masahiro Yamada Cc: Lokesh Vutla Reviewed-by: Tom Rini --- Changes in v2: None arch/

[U-Boot] [PATCH v2 0/15] arm: kconfig: move board select menus and other settings to SoC dir

2014-08-05 Thread Masahiro Yamada
There are lots of boards supported in ARM architecture. The board select menu in arch/arm/Kconfig is already too fat. This series introduces platform select between arch select and board select. ARCH select (ARM) |-- Platform select |-- Board select Many (not all) of boards have been

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

2014-08-05 Thread Masahiro Yamada
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"). Signed-off-by: Masahiro Yamada Cc: Prafulla Wadaskar Cc: Luka Perkov --- Changes

[U-Boot] [PATCH v2 03/15] tegra: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Tegra board select menu to tegra/Kconfig. Insert the Tegra SoC select menu between the arch select and the board select. Architecture select |-- Tegra Platform (Tegra) |- Tegra SoC select (Tegra20 / 30 / 114 / 124)

[U-Boot] [PATCH v2 09/15] omap3: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the OMAP3 board select menu to omap3/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="omap3 Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini --- Changes in v2: None arch/arm/Kconfig

[U-Boot] [PATCH v2 02/15] zynq: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Zynq board select menu to zynq/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="zynq"). Refactor board/xilinx/zynq/MAINTAINERS too. Signed-off-by: Masahiro Yamada Cc: Michal Simek --- C

[U-Boot] [PATCH v2 01/15] omap: remove omap5912osk board support

2014-08-05 Thread Masahiro Yamada
Emails to the board maintainer "Rishi Bhattacharya " have been bouncing. Tom suggested to remove this board. Remove also omap1510_udc.c because this is the last board to enable it. Signed-off-by: Masahiro Yamada Suggested-by: Tom Rini --- Changes in v2: None arch/arm/Kconfig

[U-Boot] [PATCH v2 13/15] orion5x: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Orion5x board select menu to orion5x/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="orion5x"). Signed-off-by: Masahiro Yamada Cc: Albert ARIBAUD --- Changes in v2: None arch/arm/Kconfig

[U-Boot] [PATCH v2 08/15] davinci: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Davinci board select menu to davinci/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="davinci"). Signed-off-by: Masahiro Yamada Cc: Heiko Schocher Cc: Sandeep Paulraj Reviewed-by: Tom Rini

[U-Boot] [PATCH 1/5] powerpc: mpc8xx: remove stxxtc board support

2014-08-05 Thread Masahiro Yamada
This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada --- arch/powerpc/cpu/mpc8xx/Kconfig | 4 - board/stx/stxxtc/Kconfig | 15 - board/stx/stxxtc/MAINTAINERS | 6 - board/stx/stxxtc/Makefile | 8 - board/stx/stxxtc/README.stxxtc

[U-Boot] [PATCH 4/5] powerpc: mpc8xx: remove GEN860T, GEN806T_SC board support

2014-08-05 Thread Masahiro Yamada
These boards have been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada --- arch/powerpc/cpu/mpc8xx/Kconfig | 4 - board/gen860t/Kconfig | 11 - board/gen860t/MAINTAINERS | 7 - board/gen860t/Makefile| 8 - board/gen860t/README

[U-Boot] [PATCH 5/5] powerpc: mpc8xx: remove FLAGADM board support

2014-08-05 Thread Masahiro Yamada
This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada --- arch/powerpc/cpu/mpc8xx/Kconfig | 4 - board/flagadm/Kconfig | 11 - board/flagadm/MAINTAINERS | 6 - board/flagadm/Makefile | 8 - board/flagadm/flagadm.c | 134 -

[U-Boot] [PATCH 2/5] powerpc: mpc8xx: remove svm_sc8xx board

2014-08-05 Thread Masahiro Yamada
This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada --- arch/powerpc/cpu/mpc8xx/Kconfig| 4 - arch/powerpc/cpu/mpc8xx/cpu_init.c | 4 - board/svm_sc8xx/Kconfig| 11 - board/svm_sc8xx/MAINTAINERS| 6 - board/svm_sc8xx/Makefile

[U-Boot] [PATCH 0/5] mpc8xx: remove some orphan boards

2014-08-05 Thread Masahiro Yamada
I built all the other boards and compared MD5SUM. I confirmed this series has no impact against them. I recommend to apply http://patchwork.ozlabs.org/patch/374416/ http://patchwork.ozlabs.org/patch/376862/ before this series to avoid conflicts in doc/README.scrapyard. Masahiro Yamada (5): po

[U-Boot] [PATCH] davinci: orphan some Davinci boards

2014-08-05 Thread Masahiro Yamada
Emails to Sandeep Paulraj have been bouncing. Please assign new maintainer(s) to get these boards back to Maintained. Signed-off-by: Masahiro Yamada Cc: Tom Rini --- board/davinci/dm355evm/MAINTAINERS | 2 +- board/davinci/dm355leopard/MAINTAINERS | 2 +- board/davinci/dm365evm/MAINTAINE

[U-Boot] QorIQ P1020 NAND Flash 2k-Page-Size Problem

2014-08-05 Thread Allan Fislor
Hi all, I have a custom Freescale QorIQ P1020 board, with a serial NOR Flash (eSPI bus) and a NAND Flash (eLBC/FCM bus). Im booting from the NOR flash. The old NAND (512 bytes page size) was working perfectly, so I swapped for another with 2k bytes page size. I changed in the config file: CO

[U-Boot] [PATCH 3/5] powerpc: mpc8xx: remove SXNI855T board support

2014-08-05 Thread Masahiro Yamada
This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada --- CREDITS |2 +- arch/powerpc/cpu/mpc8xx/Kconfig |4 - board/sixnet/Kconfig| 11 - board/sixnet/MAINTAINERS|6 - board/sixnet/Makefile |

[U-Boot] [PATCH] tools/genboardscfg.py: Do not output SPLCPU field

2014-08-05 Thread Masahiro Yamada
Prior to Kconfig, the CPU field of boards.cfg could optionally have ":SPLCPU", like "armv7:arm720t". (Actually this syntax was only used for Tegra platform.) Now it is not necessary at all because CPU is defined by CONFIG_SYS_CPU in Kconfig. For Tegra platform, the Kconfig option is described as

Re: [U-Boot] [PATCH v2 02/15] zynq: kconfig: move board select menu and commonsettings

2014-08-05 Thread Michal Simek
Hi Masahiro, On 08/06/2014 05:17 AM, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the Zynq board select menu to zynq/Kconfig. > > Consolidate also common settings (CONFIG_SYS_CPU="armv7" and > CONFIG_SYS_SOC="zynq"). > > Refactor board/xilinx/zynq

Re: [U-Boot] [PATCH 1/4] Add option -r to env import to allow import of text files with CRLF as line endings

2014-08-05 Thread Wolfgang Denk
Dear Alexander, In message <53dfdc99.2020...@ahsoftware.de> you wrote: > > At least I've understood it such that nobody still has an objection=20 > against the new feature for "env import -t" (-r). I object if it would be added without maintaining symmetry with "env export". Best regards, Wolf

Re: [U-Boot] [PATCH v2 02/15] zynq: kconfig: move board select menu and commonsettings

2014-08-05 Thread Masahiro Yamada
Hi Michal, On Wed, 6 Aug 2014 08:39:47 +0200 Michal Simek wrote: > Hi Masahiro, > > On 08/06/2014 05:17 AM, Masahiro Yamada wrote: > > Becuase the board select menu in arch/arm/Kconfig is too big, > > move the Zynq board select menu to zynq/Kconfig. > > > > Consolidate also common settings (C

<    1   2