Re: [U-Boot] [PATCH v2] socfpga: Relocate arch common functions away from board

2014-07-05 Thread Albert ARIBAUD
Hi Chin, On Wed, 18 Jun 2014 20:31:17 -0500, Chin Liang See cl...@altera.com wrote: On Thu, 2014-06-12 at 11:02 +0200, Detlev Zundel wrote: Hi Chin, To move the arch common function away from board folder to arch/arm/cpu/armv7/socfpga folder. Its to avoid code duplication for

Re: [U-Boot] [PATCH] arm, calimain: Add CONFIG_SYS_GENERIC_BOARD

2014-07-05 Thread Albert ARIBAUD
Hi Christian, On Thu, 12 Jun 2014 08:11:53 +0200, Christian Riesch christian.rie...@omicron.at wrote: Signed-off-by: Christian Riesch christian.rie...@omicron.at --- include/configs/calimain.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH] integrator: switch to generic board

2014-07-05 Thread Albert ARIBAUD
Hi Linus, On Mon, 23 Jun 2014 11:15:16 +0200, Linus Walleij linus.wall...@linaro.org wrote: Turn on generic board for the integrators, as per the request in the startup message. Everything just works, tested on the Integrator/AP and Integrator/CP. Signed-off-by: Linus Walleij

Re: [U-Boot] [PATCH] ARM: rpi_b: enable GENERIC_BOARD

2014-07-05 Thread Albert ARIBAUD
Hi Stephen, On Fri, 13 Jun 2014 23:37:49 -0600, Stephen Warren swar...@wwwdotorg.org wrote: Serial port, SD card, and LCD all work. Signed-off-by: Stephen Warren swar...@wwwdotorg.org --- include/configs/rpi_b.h | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [U-Boot] [PATCH] arm:board:h2200: Add CONFIG_SYS_GENERIC_BOARD

2014-07-05 Thread Albert ARIBAUD
Hi Lukasz, On Thu, 12 Jun 2014 15:53:47 +0200, Lukasz Dalek luk0...@gmail.com wrote: Enable 'generic board init' for H2200 palmtop. Signed-off-by: Lukasz Dalek luk0...@gmail.com --- include/configs/h2200.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/h2200.h

Re: [U-Boot] [PATCH v2] socfpga: Relocate arch common functions away from board

2014-07-05 Thread Albert ARIBAUD
Hi Chin, On Tue, 10 Jun 2014 02:23:45 -0500, Chin Liang See cl...@altera.com wrote: To move the arch common function away from board folder to arch/arm/cpu/armv7/socfpga folder. Its to avoid code duplication for other non Altera dev kit which is using socfpga device. Signed-off-by: Chin

Re: [U-Boot] [PATCH] arm: spl: fix include guard

2014-07-05 Thread Albert ARIBAUD
Hi Jeroen, On Wed, 11 Jun 2014 22:01:48 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: cc: Tom Rini tr...@ti.com Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl --- arch/arm/include/asm/arch-keystone/spl.h | 2 +- arch/arm/include/asm/arch-sunxi/spl.h| 2 +- 2 files changed, 2

[U-Boot] Pull request: u-boot-arm/master

2014-07-05 Thread Albert ARIBAUD
Hi Tom, The following changes since commit 4009bed4694892716d280fcb088899b566c5c986: Reformat boards.cfg (2014-07-05 00:36:57 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to 23f23f23d509e8e873797884456070c8a47d72b2:

Re: [U-Boot] [PATCH] arm: Fix armv8 compilation error

2014-07-05 Thread Albert ARIBAUD
Hi Darwin, On Mon, 9 Jun 2014 13:25:52 -0700, Darwin Rambo dra...@broadcom.com wrote: From: Shaibal.Dutta shaibal.du...@broadcom.com Fix following compilation error when CONFIG_ARM64 is defined Error: unknown or missing system register name at operand 2 -- `mrs x0,daifmsr daifset,#3'

Re: [U-Boot] [PATCH] ARM:asm:io.h use static inline

2014-07-05 Thread Albert ARIBAUD
Hi Jeroen, On Sun, 22 Jun 2014 23:10:39 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: When compiling u-boot with W=1 the extern inline void for read* is likely causing the most noise. gcc / clang will warn there is never a actual declaration for these functions. Instead of declaring

[U-Boot] [patch 1/2] nand_spl_simple: Add a simple flash read function

2014-07-05 Thread Thomas Gleixner
To support UBI in SPL we need a simple flash read function. Add one to nand_spl_simple and keep it as simple as it goes. Signed-off-by: Thomas Gleixner t...@linutronix.de --- drivers/mtd/nand/nand_spl_simple.c | 64 + include/nand.h |

[U-Boot] [patch 0/2] SPL: Lightweight UBI and UBI fastmap support

2014-07-05 Thread Thomas Gleixner
Utilizing NAND FLASH requires proper wear leveling and bitflip management. Linux choice for this is UBI. The upstream UBI implementation is far too big for a SPL, but it is desired to load arbitrary payload including u-boot itself from a UBI managed NAND FLASH. That restricts the non-UBI managed

Re: [U-Boot] [PATCH] ARM:asm:io.h use static inline

2014-07-05 Thread Jeroen Hofstee
Hello Albert, On za, 2014-07-05 at 11:13 +0200, Albert ARIBAUD wrote: Hi Jeroen, On Sun, 22 Jun 2014 23:10:39 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: When compiling u-boot with W=1 the extern inline void for read* is likely causing the most noise. gcc / clang will warn

Re: [U-Boot] Pull request: u-boot-arm/master - please hold on

2014-07-05 Thread Albert ARIBAUD
Hi Tom, On Sat, 5 Jul 2014 10:18:48 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Tom, The following changes since commit 4009bed4694892716d280fcb088899b566c5c986: Reformat boards.cfg (2014-07-05 00:36:57 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH] ARM:asm:io.h use static inline

2014-07-05 Thread Albert ARIBAUD
Hi Jeroen, (sorry for the near-duplicate, and see question at end) On Sat, 05 Jul 2014 13:36:47 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Albert, On za, 2014-07-05 at 11:13 +0200, Albert ARIBAUD wrote: Hi Jeroen, On Sun, 22 Jun 2014 23:10:39 +0200, Jeroen Hofstee

Re: [U-Boot] [PATCH] ARM:asm:io.h use static inline

2014-07-05 Thread Jeroen Hofstee
Hello Albert, On 05-07-14 15:21, Albert ARIBAUD wrote: Hi Jeroen, (sorry for the near-duplicate, and see question at end) On Sat, 05 Jul 2014 13:36:47 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Albert, On za, 2014-07-05 at 11:13 +0200, Albert ARIBAUD wrote: Hi Jeroen, On

Re: [U-Boot] [RFC 06/10] cc-option: make it work with clang

2014-07-05 Thread Jeroen Hofstee
Hello Masahiro, On 10-06-14 10:39, Masahiro Yamada wrote: Hi Jeroen, On Sat, 31 May 2014 22:32:20 +0200 Jeroen Hofstee jer...@myspectrum.nl wrote: By default clang will return echo a warning if an option is unknown. Therefore turn warnings into errors when polling for options. As far as I

[U-Boot] [PATCH] pcm051: use ti_am335x_common.h config

2014-07-05 Thread matwey . kornilov
From c76a75e963224e269aeab5b93a7ae5316fc53582 Mon Sep 17 00:00:00 2001 From: Matwey V. Kornilov matwey.korni...@gmail.com Date: Fri, 13 Jun 2014 18:37:34 +0400 Subject: [PATCH] pcm051: use ti_am335x_common.h config Include general configs/ti_am335x_common.h and drop redundant #defines.

Re: [U-Boot] [PATCH] ARM:asm:io.h use static inline

2014-07-05 Thread Albert ARIBAUD
Hi Jeroen, On Sat, 05 Jul 2014 15:30:54 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Albert, On 05-07-14 15:21, Albert ARIBAUD wrote: Hi Jeroen, (sorry for the near-duplicate, and see question at end) On Sat, 05 Jul 2014 13:36:47 +0200, Jeroen Hofstee

Re: [U-Boot] Pull request: u-boot-arm/master - can be applied

2014-07-05 Thread Albert ARIBAUD
Hi Tom, On Sat, 5 Jul 2014 14:45:04 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Tom, On Sat, 5 Jul 2014 10:18:48 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Tom, The following changes since commit 4009bed4694892716d280fcb088899b566c5c986:

Re: [U-Boot] Pull request: u-boot-arm/master

2014-07-05 Thread Tom Rini
On Sat, Jul 05, 2014 at 10:18:48AM +0200, Albert ARIBAUD wrote: Hi Tom, The following changes since commit 4009bed4694892716d280fcb088899b566c5c986: Reformat boards.cfg (2014-07-05 00:36:57 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm master for