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

2014-08-06 Thread Nobuhiro Iwamatsu
Dear Tom Rini. Please pull u-boot-sh master branch. The following changes since commit e76b933e02e1b38e48754c435e9dba1c0deeb3c6: Prepare v2014.10-rc1 (2014-08-06 09:12:58 -0400) are available in the git repository at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to 6

Re: [U-Boot] [PATCH] powerpc/t1040qds: Remove Video - HDMI support

2014-08-06 Thread dongsheng.w...@freescale.com
Hi York, Sorry for late response. We don't need to remove this patch. Please keep this patch. Regards, Dongsheng > -Original Message- > From: Sun York-R58495 > Sent: Thursday, August 07, 2014 1:17 AM > To: Wang Dongsheng-B40534; Jain Priyanka-B32167 > Cc: Wood Scott-B07421; u-boot@lists

[U-Boot] [PATCH] tools, scripts: refactor error-out statements of Python scripts

2014-08-06 Thread Masahiro Yamada
In Python, sys.exit() function can also take an object other than an integer. If an integer is given to the argument, Python exits with the return code of it. If a non-integer argument is given, Python output it to stderr and exits with the return code of 1. That means, print >> sys.stderr,

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-06 Thread Bill Pringlemeir
On 6 Aug 2014, ste...@agner.ch wrote: > This adds initial support for Freescale NFC (NAND Flash Controller). > The IP is used in ARM based Vybrid SoCs as well as on some PowerPC > devices. This driver is only tested on Vybrid. > > Signed-off-by: Stefan Agner > --- > drivers/mtd/nand/Makefile

[U-Boot] [PATCH] ARM: non-sec: Add spin table reserved memory support

2014-08-06 Thread Xiubo Li
The memory where loaded the smp_waitloop code section probablly be corrupted by Linux Kernel, then the secondary cores will be running the random code, leading booting the secondary cores failed. Signed-off-by: Xiubo Li --- arch/arm/cpu/armv7/nonsec_virt.S | 6 ++ arch/arm/include/asm/nonse

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

2014-08-06 Thread Wolfgang Denk
Dear Steve Rae, In message <1407369313-13815-5-git-send-email-s...@broadcom.com> you wrote: > - to prepare for the support of fastboot sparse images > > Signed-off-by: Steve Rae > --- > This file is ASIS from: > > https://raw.githubusercontent.com/AOSB/android_system_core/master/libsparse/spa

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

2014-08-06 Thread Wolfgang Denk
Dear Marek, In message <201408070214.35862.ma...@denx.de> you wrote: > > Are we discussing the licensing issues here still ? Tom ? Well, of course? We cannot add code that comes under an incompatible license. And we use SPDX ids. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

Re: [U-Boot] [PATCH] tools, scripts: refactor error-out statements of Python scripts

2014-08-06 Thread Igor Grinberg
Hi Masahiro, On 08/07/14 06:51, Masahiro Yamada wrote: > In Python, sys.exit() function can also take an object other > than an integer. > > If an integer is given to the argument, Python exits with the return > code of it. If a non-integer argument is given, Python output it > to stderr and exi

<    1   2