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

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 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

[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 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] 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] 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] 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, I'm wrong. Please drop the "powerpc/t1040qds: Remove Video - HDMI support" patch. Cause of we need to keep u-boot support to QDS-DIU feature. Regards, Dongsheng > -Original Message- > From: Wang Dongsheng-B40534 > Sent: Thursday, August 07, 2014 10:22 AM > To: Sun York-

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

2014-08-06 Thread Marek Vasut
On Thursday, August 07, 2014 at 02:31:17 AM, Steve Rae wrote: > On 14-08-06 05:14 PM, Marek Vasut wrote: > > On Thursday, August 07, 2014 at 01:55:12 AM, Steve Rae wrote: > >> - to prepare for the support of fastboot sparse images > >> > >> Signed-off-by: Steve Rae > >> --- > > > > Are we discus

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

2014-08-06 Thread Steve Rae
On 14-08-06 05:14 PM, Marek Vasut wrote: On Thursday, August 07, 2014 at 01:55:12 AM, Steve Rae wrote: - to prepare for the support of fastboot sparse images Signed-off-by: Steve Rae --- Are we discussing the licensing issues here still ? Tom ? Best regards, Marek Vasut I hope so -- and

Re: [U-Boot] [PATCH v4 0/5] Implement "fastboot flash" for eMMC

2014-08-06 Thread Steve Rae
On 14-08-06 05:16 PM, Marek Vasut wrote: On Thursday, August 07, 2014 at 01:55:08 AM, Steve Rae wrote: This series implements the "fastboot flash" command for eMMC devices. It supports both raw and sparse images. NOTES: - the support for the "fastboot flash" command is enabled with CONFIG_FAS

Re: [U-Boot] [PATCH v3 2/4] usb/gadget: fastboot: add eMMC support for flash command

2014-08-06 Thread Steve Rae
On 14-08-06 05:13 PM, Marek Vasut wrote: On Thursday, August 07, 2014 at 01:48:06 AM, Steve Rae wrote: On 14-07-30 06:37 PM, Marek Vasut wrote: On Thursday, June 26, 2014 at 10:13:22 PM, Steve Rae wrote: [...] + +#include +#include +#include +#include + +/* The 64 defined bytes plus \0

[U-Boot] [PATCH 5/6] arm: rmobile: lager: Fix CPU frequency setting

2014-08-06 Thread Nobuhiro Iwamatsu
Setting to change the CPU frequency is only used version2. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/lager/lager.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/board/renesas/lager/lager.c b/board/renesas/lager/lager.c index a5a0474..5302839 100644 --- a/bo

[U-Boot] [PATCH 6/6] arm: rmobile: Remove unnecessary initialization for l2ctlr

2014-08-06 Thread Nobuhiro Iwamatsu
This removes duplicate initialization of l2ctlr. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 5 - 1 file changed, 5 deletions(-) diff --git a/arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S b/arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S index 2

[U-Boot] [PATCH 4/6] arm: rmobile: lager: Add Qos setting for ES2

2014-08-06 Thread Nobuhiro Iwamatsu
This adds support version 0.963 for ES2 of lager board. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/lager/qos.c | 1253 - 1 file changed, 1251 insertions(+), 2 deletions(-) diff --git a/board/renesas/lager/qos.c b/board/renesas/lager/qos.c inde

[U-Boot] [PATCH 3/6] arm: rmobile: lager: Update Qos setting to version 0.955

2014-08-06 Thread Nobuhiro Iwamatsu
This updates QoS version 0.955 for ES1 of lager board. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/lager/qos.c | 107 ++ 1 file changed, 61 insertions(+), 46 deletions(-) diff --git a/board/renesas/lager/qos.c b/board/renesas/lager/qos.c index

[U-Boot] [PATCH 2/6] arm: rmobile: alt: Update QoS initialization to version 0.11

2014-08-06 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/alt/qos.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/board/renesas/alt/qos.c b/board/renesas/alt/qos.c index ea51f3f..d788aa0 100644 --- a/board/renesas/alt/qos.c +++ b/board/renesas/alt/qos.c @@ -13,7 +13,7 @@ #in

[U-Boot] [PATCH 1/6] arm: rmobile: koelsch: Update QoS initialization to version 0.334

2014-08-06 Thread Nobuhiro Iwamatsu
This update QoS version 0.334 for ES2 of R8A7791. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/koelsch/qos.c | 41 + 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/board/renesas/koelsch/qos.c b/board/renesas/koelsch/qos.c index 55a04

Re: [U-Boot] [PATCH v4 0/5] Implement "fastboot flash" for eMMC

2014-08-06 Thread Marek Vasut
On Thursday, August 07, 2014 at 01:55:08 AM, Steve Rae wrote: > This series implements the "fastboot flash" command for eMMC devices. > It supports both raw and sparse images. > > NOTES: > - the support for the "fastboot flash" command is enabled with > CONFIG_FASTBOOT_FLASH - the support for eMMC

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

2014-08-06 Thread Marek Vasut
On Thursday, August 07, 2014 at 01:55:12 AM, Steve Rae wrote: > - to prepare for the support of fastboot sparse images > > Signed-off-by: Steve Rae > --- Are we discussing the licensing issues here still ? Tom ? Best regards, Marek Vasut ___ U-Boot ma

Re: [U-Boot] [PATCH v3 2/4] usb/gadget: fastboot: add eMMC support for flash command

2014-08-06 Thread Marek Vasut
On Thursday, August 07, 2014 at 01:48:06 AM, Steve Rae wrote: > On 14-07-30 06:37 PM, Marek Vasut wrote: > > On Thursday, June 26, 2014 at 10:13:22 PM, Steve Rae wrote: > > [...] > > > >> + > >> +#include > >> +#include > >> +#include > >> +#include > >> + > >> +/* The 64 defined bytes plus \0

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

2014-08-06 Thread Steve Rae
- 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/sparse_format.h (commit 28fa5bc347390480fe190294c6c385b6a9f0d68b) except for the __UBOOT__ conditional inclu

[U-Boot] [PATCH v4 5/5] usb/gadget: fastboot: implement sparse format

2014-08-06 Thread Steve Rae
- add capability to "fastboot flash" with sparse format images Signed-off-by: Steve Rae --- I suspect that the "sparse image" handling (ie. the "while (remaining_chunks)" loop) has been implemented elsewhere -- I need help finding the original code to determine any licensing issues Thanks,

[U-Boot] [PATCH v4 2/5] usb/gadget: fastboot: add support for flash command

2014-08-06 Thread Steve Rae
- implement 'fastboot flash' for eMMC devices Signed-off-by: Steve Rae Reviewed-by: Marek Vasut --- Changes in v4: None Changes in v3: None Changes in v2: - update README.android-fastboot file README | 10 ++ doc/README.android-fastboot | 5 +++-- drivers

[U-Boot] [PATCH v4 3/5] usb/gadget: fastboot: minor cleanup

2014-08-06 Thread Steve Rae
- update static function - additional debugging statements - update "fastboot command" information - add missing include file - update spelling Signed-off-by: Steve Rae --- Changes in v4: - update debug string as per feedback Changes in v3: None Changes in v2: - new in v2 common/cmd_fastboot.

[U-Boot] [PATCH v4 1/5] usb/gadget: fastboot: add eMMC support for flash command

2014-08-06 Thread Steve Rae
- add support for 'fastboot flash' command for eMMC devices Signed-off-by: Steve Rae --- Changes in v4: - rearranged this patchset so that "sparse_format.h" can be dropped (if we cannot resolve the copyright/licensing issues) - update mmc_get_dev(...) to get_dev("mmc",) - update printf()

[U-Boot] [PATCH v4 0/5] Implement "fastboot flash" for eMMC

2014-08-06 Thread Steve Rae
This series implements the "fastboot flash" command for eMMC devices. It supports both raw and sparse images. NOTES: - the support for the "fastboot flash" command is enabled with CONFIG_FASTBOOT_FLASH - the support for eMMC is enabled with CONFIG_FASTBOOT_FLASH_MMC_DEV - (future) the support for

Re: [U-Boot] [PATCH v3 2/4] usb/gadget: fastboot: add eMMC support for flash command

2014-08-06 Thread Steve Rae
On 14-07-30 06:37 PM, Marek Vasut wrote: On Thursday, June 26, 2014 at 10:13:22 PM, Steve Rae wrote: [...] + +#include +#include +#include +#include + +/* The 64 defined bytes plus \0 */ +#define RESPONSE_LEN (64 + 1) + +static char *response_str; I'd suggest to pass this "response_str

Re: [U-Boot] [PATCH v3 3/4] usb/gadget: fastboot: add support for flash command

2014-08-06 Thread Steve Rae
On 14-07-30 06:39 PM, Marek Vasut wrote: On Thursday, June 26, 2014 at 10:13:23 PM, Steve Rae wrote: - implement 'fastboot flash' for eMMC devices Signed-off-by: Steve Rae Reviewed-by: Marek Vasut Thanks, Steve Best regards, Marek Vasut ___

Re: [U-Boot] [PATCH v3 4/4] usb/gadget: fastboot: minor cleanup

2014-08-06 Thread Steve Rae
On 14-07-30 06:40 PM, Marek Vasut wrote: On Thursday, June 26, 2014 at 10:13:24 PM, Steve Rae wrote: - update static function - additional debugging statements Signed-off-by: Steve Rae --- Changes in v3: None Changes in v2: - new in v2 drivers/usb/gadget/f_fastboot.c | 10 +++--- 1

Re: [U-Boot] [PATCH v2 0/9] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support

2014-08-06 Thread York Sun
On 07/03/2014 12:24 AM, Alison Wang wrote: > This series contain the support for Freescale LS102xA SoC and LS1021AQDS/TWR > board. > Alison, Please respin your patches. It has been a while since you submitted them. For your convenience, I have rebased your patches to v2014.10-rc1 and converted t

Re: [U-Boot] [PATCH v2 05/10] arm: ls102xa: Add esdhc support for LS102xA

2014-08-06 Thread York Sun
On 07/03/2014 12:24 AM, Alison Wang wrote: Missing commit message here. You should explain why we need this change. It will help us search the log later. > Signed-off-by: Alison Wang > --- York ___ U-Boot mailing list U-Boot@lists.denx.de http://lis

Re: [U-Boot] [PATCH v2 04/10] arm: ls102xa: Add etsec support for LS102xA

2014-08-06 Thread York Sun
On 07/03/2014 12:24 AM, Alison Wang wrote: Missing commit message here. > Signed-off-by: Alison Wang > --- > Change log: > v2: Add private mdio read and write support. > > drivers/net/fsl_mdio.c | 24 +++- > drivers/net/tsec.c | 7 +++ > include/fsl_mdio.h |

Re: [U-Boot] [PATCH] net: BOOTP retry timeout improvements

2014-08-06 Thread Joe Hershberger
On Fri, Jul 25, 2014 at 6:30 PM, Stephen Warren wrote: > > From: Stephen Warren > > Currently, the BOOTP code sends out its initial request as soon as the > Ethernet driver indicates "link up". If this packet is lost or not > replied to for some reason, the code waits for a 1s timeout before > re

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

2014-08-06 Thread Scott Wood
On Tue, 2014-08-05 at 16:48 -0300, Allan Fislor wrote: > 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 > a

Re: [U-Boot] [PATCH v8 02/13] kconfig: add board Kconfig and defconfig files

2014-08-06 Thread York Sun
On 07/29/2014 10:08 PM, Masahiro Yamada wrote: > This commit adds: > - arch/${ARCH}/Kconfig > provide a menu to select target boards > - board/${VENDOR}/${BOARD}/Kconfig or board/${BOARD}/Kconfig > set CONFIG macros to the appropriate values for each board > - configs/${TARGET_BOARD}_def

Re: [U-Boot] [PATCH v2 09/10] arm: ls102xa: Add basic support for LS1021AQDS board

2014-08-06 Thread York Sun
On 07/03/2014 12:24 AM, Alison Wang wrote: > diff --git a/lib/lmb.c b/lib/lmb.c > index 081e418..0903222 100644 > --- a/lib/lmb.c > +++ b/lib/lmb.c > @@ -295,7 +295,7 @@ phys_addr_t __lmb_alloc_base(struct lmb *lmb, phys_size_t > size, ulong align, phy > if (max_addr == LMB_ALLOC_ANY

Re: [U-Boot] [PATCH] net: BOOTP retry timeout improvements

2014-08-06 Thread Tom Rini
On Wed, Aug 06, 2014 at 09:58:12AM -0600, Stephen Warren wrote: > On 07/25/2014 05:30 PM, Stephen Warren wrote: > >From: Stephen Warren > > > >Currently, the BOOTP code sends out its initial request as soon as the > >Ethernet driver indicates "link up". If this packet is lost or not > >replied to

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options

2014-08-06 Thread York Sun
On 07/01/2014 11:14 PM, Shaveta Leekha wrote: > If hwconfig does not contains "en_cpc" then by default all cpcs are enabled > If this config is defined then only those individual cpcs which are defined > in the subargument of "en_cpc" will be enabled e.g en_cpc:cpc1,cpc2; (this > will enable cpc1 a

Re: [U-Boot] [PATCH 12/18] arm: mx6: add support for Compulab cm-fx6 CoM

2014-08-06 Thread Nikita Kiryanov
On 04/08/14 16:36, Nikita Kiryanov wrote: On 04/08/14 07:45, Tim Harvey wrote: On Sun, Aug 3, 2014 at 12:34 AM, Nikita Kiryanov wrote: Add initial support for Compulab CM-FX6 CoM. Support includes MMC, SPI flash, and SPL with dynamic DRAM detection. + +static void spl_mx6s_dram_init(en

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

2014-08-06 Thread York Sun
On 04/18/2014 02:32 AM, Wang Dongsheng-B40534 wrote: > > >> -Original Message- >> From: Jain Priyanka-B32167 >> Sent: Friday, April 18, 2014 4:26 PM >> To: Wang Dongsheng-B40534; Sun York-R58495 >> Cc: Wood Scott-B07421; u-boot@lists.denx.de; Wang Dongsheng-B40534 >> Subject: RE: [PATCH]

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-06 Thread Simon Glass
Hi Stephen, On 6 August 2014 10:01, Stephen Warren wrote: > On 07/30/2014 04:37 PM, Stephen Warren wrote: >> >> From: Dennis Gilmore >> >> This generic $bootcmd, and associated support macros, automatically >> searches a defined set of storage devices (or network protocols) for an >> extlinux co

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

2014-08-06 Thread Stephen Warren
On 08/05/2014 03:27 PM, Stefan Agner wrote: 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) Acked-by: Stephen Warren Note that this patch is going

Re: [U-Boot] [PATCH] lib: lmb: fix overflow in __lmb_alloc_base w/ large RAM

2014-08-06 Thread Stephen Warren
On 07/31/2014 01:40 PM, Stephen Warren wrote: From: Stephen Warren If a 32-bit system has 2GB of RAM, and the base address of that RAM is 2GB, then start+size will overflow a 32-bit value (to a value of 0). __lmb_alloc_base is affected by this; it calculates the minimum of (start+size of RAM)

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-06 Thread Stephen Warren
On 07/30/2014 04:37 PM, Stephen Warren wrote: From: Dennis Gilmore This generic $bootcmd, and associated support macros, automatically searches a defined set of storage devices (or network protocols) for an extlinux configuration file or U-Boot boot script in various standardized locations. Dis

Re: [U-Boot] [PATCH] net: BOOTP retry timeout improvements

2014-08-06 Thread Stephen Warren
On 07/25/2014 05:30 PM, Stephen Warren wrote: From: Stephen Warren Currently, the BOOTP code sends out its initial request as soon as the Ethernet driver indicates "link up". If this packet is lost or not replied to for some reason, the code waits for a 1s timeout before retrying. For some reas

Re: [U-Boot] [PATCH] pxe: clear Bootfile before returning

2014-08-06 Thread Stephen Warren
On 07/23/2014 03:56 PM, Joe Hershberger wrote: On Wed, Jul 23, 2014 at 4:41 PM, Stephen Warren mailto:swar...@wwwdotorg.org>> wrote: > > On 07/23/2014 03:37 PM, Joe Hershberger wrote: > > > > On Tue, Jul 22, 2014 at 7:06 PM, Stephen Warren mailto:swar...@wwwdotorg.org> > >

Re: [U-Boot] [GIT] Pull request: u-boot-dfu

2014-08-06 Thread Stephen Warren
On 07/23/2014 12:15 PM, Marek Vasut wrote: On Wednesday, July 16, 2014 at 09:18:56 AM, Lukasz Majewski wrote: Dear Marek, The following changes since commit 5ba95541b700d2edecb4d97d4b905f51ed8551b3: usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x (2014-07-09 22:11:51 +0200)

Re: [U-Boot] [PATCH v5 05/11] exynos: dts: Adjust device tree files for U-Boot

2014-08-06 Thread Simon Glass
Hi Jon, On 6 August 2014 07:56, Jon Loeliger wrote: >>> >>> And these, as you said I think, are HW description things that should be >>> included in the master DT file upstream, right? >> >> Well we only need them because we are added 'reg' properties to the >> subnodes. There would certainly be

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

2014-08-06 Thread Tom Rini
On Wed, Aug 06, 2014 at 08:20:47AM -0600, Simon Glass wrote: > Hi York, > > On 5 August 2014 20:53, York Sun wrote: > > > > > > 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

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

2014-08-06 Thread Tom Rini
Hey all, I've pushed v2017.10-rc1 out to the repository and tarballs should exist soon. The merge window is now, really, closed. I was hoping to do this Monday but it took a little longer dealing with some pull requests than I had hoped. Before looking over the diffstat and logs, the big thing

Re: [U-Boot] Change Andy Fleming's email address

2014-08-06 Thread Tom Rini
On Fri, Jul 25, 2014 at 05:39:08PM -0500, Andy Fleming wrote: > Messages to aflem...@freescale.com now bounce, and should be > directed to my personal address at aflem...@gmail.com > > Signed-off-by: Andy Fleming Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital si

Re: [U-Boot] The _config target is not present anymore, mention _defconfig instead

2014-08-06 Thread Tom Rini
On Mon, Aug 04, 2014 at 09:26:05AM +0200, Holger Freyther wrote: > The _config part is gone for sure, the _defconfig target could at least > work. I have not verified this for all targets though. Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] doc: README.SPL: adjust for Kbuild and Kconfig

2014-08-06 Thread Tom Rini
On Tue, Aug 05, 2014 at 03:25:06PM +0900, Masahiro Yamada wrote: > Reflect the latest build system to doc/README.SPL. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Bo

Re: [U-Boot] doc: delete README.ARM-SoC

2014-08-06 Thread Tom Rini
On Tue, Aug 05, 2014 at 03:25:32PM +0900, Masahiro Yamada wrote: > This document is too old and useless. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing li

Re: [U-Boot] git-mailrc: add a kconfig alias

2014-08-06 Thread Tom Rini
On Thu, Jul 31, 2014 at 05:30:03PM -0600, Stephen Warren wrote: > From: Stephen Warren > > It's easier to Cc Masahiro on Kconfig-related changes with a git-mailrc > alias. > > Signed-off-by: Stephen Warren > Acked-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc

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

2014-08-06 Thread Tom Rini
On Wed, Aug 06, 2014 at 12:22:15AM +0530, Jagannadha Sutradharudu Teki wrote: > Hi Tom, > > Please pull this PR. > > thanks! > Jagan. > > The following changes since commit 25b4adbba018633b943a99322bfb2fb819c0bafb: > > include: remove CONFIG_SPL/CONFIG_TPL definition in config headers > (20

Re: [U-Boot] Please pull u-boot-dm.git

2014-08-06 Thread Tom Rini
On Mon, Aug 04, 2014 at 05:28:21AM -0600, Simon Glass wrote: > Hi Tom, > > These are the two remaining malloc() changes for arm. If Albert would > prefer to pull these that is fine with me too. > > > The following changes since commit 25b4adbba018633b943a99322bfb2fb819c0bafb: > > include: re

Re: [U-Boot] Pull request: u-boot-mmc 1/08/2014

2014-08-06 Thread Tom Rini
On Fri, Aug 01, 2014 at 08:21:23PM +0300, Pantelis Antoniou wrote: > Hi Tom, > > The following changes since commit 25b4adbba018633b943a99322bfb2fb819c0bafb: > > include: remove CONFIG_SPL/CONFIG_TPL definition in config headers > (2014-07-30 14:42:03 -0400) > > are available in the git repo

Re: [U-Boot] Please pull u-boot-mpc85xx.git master

2014-08-06 Thread Tom Rini
On Fri, Aug 01, 2014 at 02:23:14PM -0700, York Sun wrote: > Tom, > > The following changes since commit fb5368789a45ca5ee4396cbbf563a8f16ab24f9c: > > board/freescale: use generic board architecture for t2080qds and t2080rdb > (2014-07-23 12:40:30 -0700) > > are available in the git repository

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

2014-08-06 Thread Simon Glass
Hi York, On 5 August 2014 20:53, York Sun wrote: > > > 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 Freesc

[U-Boot] uboot imx-usb-loader

2014-08-06 Thread Alexandre Delove
Hello I am trying to send a u-boot i built from denx sources to my SabreLite board, but when i use imx-usb-loader, it doesn't work because of an "unknown load adress". Does someone know how to fix this? Regards Alexandre Delove ___ U-Boot mailing li

Re: [U-Boot] [PATCH v5 05/11] exynos: dts: Adjust device tree files for U-Boot

2014-08-06 Thread Jon Loeliger
>> >> And these, as you said I think, are HW description things that should be >> included in the master DT file upstream, right? > > Well we only need them because we are added 'reg' properties to the > subnodes. There would certainly be no harm in including them upstream. > The only bad thing I'm

Re: [U-Boot] Pull request: u-boot-blackfin

2014-08-06 Thread Tom Rini
On Mon, Aug 04, 2014 at 09:56:45AM +0800, Sonic Zhang wrote: > Hi Tom, > > Please pull the following patches for Blackfin from u-boot-blackfin > into your tree. > > Thanks > > Sonic Zhang > > The following changes since commit e1b362f4425209d836f230a872ef2bf04b45de27: > > boards.cfg : Add m

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

2014-08-06 Thread Maxime Ripard
On Tue, Aug 05, 2014 at 11:37:11PM +0200, Michal Suchanek wrote: > > I'm probably missing a bit of context, but one thing I still don't get > > is why you're taking into account the simplefb <-> KMS handover. It's > > a case that shouldn't exist. > > > > By essence, simplefb has never been meant fo

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-06 Thread Alexander Holler
Am 06.08.2014 13:18, schrieb Alexander Holler: Am 06.08.2014 12:44, schrieb Måns Rullgård: Alexander Holler writes: Am 06.08.2014 08:43, schrieb Wolfgang Denk: Dear Alexander, In message <53dfdc99.2020...@ahsoftware.de> you wrote: At least I've understood it such that nobody still has an

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

2014-08-06 Thread Luc Verhaegen
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] [PATCH 01/18] spl: improve spi configuration

2014-08-06 Thread Marek Vasut
On Wednesday, August 06, 2014 at 12:53:19 PM, Nikita Kiryanov wrote: > On 05/08/14 17:11, Marek Vasut wrote: > > On Tuesday, August 05, 2014 at 03:28:04 PM, Nikita Kiryanov wrote: > >> On 03/08/14 16:44, Marek Vasut wrote: > >>> On Sunday, August 03, 2014 at 09:34:31 AM, Nikita Kiryanov wrote: > >>

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

2014-08-06 Thread Michal Simek
Hi Masahiro, On 08/06/2014 11:48 AM, Masahiro Yamada wrote: > Hi Michal, > > > On Wed, 6 Aug 2014 11:10:14 +0200 > Michal Simek wrote: > > >> >> Based on steps below - defconfigs are both empty. >> Linux kernel is taking .config from /boot/config-`uname -r`. > > Yes, but the .config of U-Boo

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

2014-08-06 Thread Michal Simek
Hi Masahiro, On 08/06/2014 11:48 AM, Masahiro Yamada wrote: > Hi Michal, > > > On Wed, 6 Aug 2014 11:10:14 +0200 > Michal Simek wrote: > > >> >> Based on steps below - defconfigs are both empty. >> Linux kernel is taking .config from /boot/config-`uname -r`. > > Yes, but the .config of U-Boo

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-06 Thread Alexander Holler
Am 06.08.2014 12:44, schrieb Måns Rullgård: Alexander Holler writes: Am 06.08.2014 08:43, schrieb 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 im

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

2014-08-06 Thread Hans de Goede
Hi, On 08/06/2014 09:24 AM, Koen Kooi wrote: > > Op 5 aug. 2014, om 23:37 heeft Michal Suchanek het > volgende geschreven: > >> 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, Ha

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

2014-08-06 Thread Stefano Babic
Hi Simon, On 06/08/2014 04:34, Simon Glass wrote: >> I agree with Tom. RTC_MX27 was tested and submitted with the armadeus >> apf27 board, but then another RTC was chosen on this target. The >> RTC_MX27 remains ready to be used. >> It is easy to enable this driver on some other targets - if these

Re: [U-Boot] [PATCH 01/18] spl: improve spi configuration

2014-08-06 Thread Nikita Kiryanov
On 05/08/14 17:11, Marek Vasut wrote: On Tuesday, August 05, 2014 at 03:28:04 PM, Nikita Kiryanov wrote: On 03/08/14 16:44, Marek Vasut wrote: On Sunday, August 03, 2014 at 09:34:31 AM, Nikita Kiryanov wrote: Currently we can define CONFIG_SPL_SPI_. Define CONFIG_SPL_SPI_MODE option, and pro

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-06 Thread Måns Rullgård
Alexander Holler writes: > Am 06.08.2014 08:43, schrieb 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 objec

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-06 Thread Alexander Holler
Am 06.08.2014 12:02, schrieb Alexander Holler: Am 06.08.2014 08:43, schrieb 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

Re: [U-Boot] [PATCH v2 0/25] Add Marvell Armada XP MV78460 SoC support

2014-08-06 Thread Prafulla Wadaskar
> -Original Message- > From: Stefan Roese [mailto:s...@denx.de] > Sent: 05 August 2014 12:40 > To: u-boot@lists.denx.de > Cc: Prafulla Wadaskar; tr...@ti.com > Subject: [PATCH v2 0/25] Add Marvell Armada XP MV78460 > SoC support > > > This patch series adds support for the Marvell Armad

[U-Boot] [PATCH] mmc: set correct block size value in bfin sdh driver

2014-08-06 Thread Sonic Zhang
From: Sonic Zhang Wait data transfer till the data end bit other than the data block end bit is set. Signed-off-by: Sonic Zhang --- drivers/mmc/bfin_sdh.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/bfin_sdh.c b/drivers/mmc/bfin_sdh.c index bcd6a3e..

Re: [U-Boot] [PATCH] ARM: HYP/non-sec: Add MIDR check to detect unsupported CPUs

2014-08-06 Thread Marc Zyngier
On 06/08/14 10:49, Mark Rutland wrote: > On Wed, Aug 06, 2014 at 08:38:13AM +0100, Ian Campbell wrote: >> On Mon, 2014-08-04 at 16:14 +0100, Marc Zyngier wrote: >> >>> My personal feeling is that booting in secure mode is always the wrong >>> thing to do. >> >> FWIW I agree. >> >>> If you want to g

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

2014-08-06 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Prafulla Wadaskar > Sent: 06 August 2014 15:35 > To: Masahiro Yamada; u-boot@lists.denx.de > Cc: Tom Rini; Luka Perkov > Subject: Re: [U-Boot] [PATCH v2 06/15] kirkwood: > kconf

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

2014-08-06 Thread Prafulla Wadaskar
> -Original Message- > From: Masahiro Yamada > [mailto:yamad...@jp.panasonic.com] > Sent: 06 August 2014 08:48 > To: u-boot@lists.denx.de > Cc: Tom Rini; Simon Glass; Masahiro Yamada; Prafulla > Wadaskar; Luka Perkov > Subject: [PATCH v2 06/15] kirkwood: kconfig: refactor > Kconfig and de

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-06 Thread Alexander Holler
Am 06.08.2014 08:43, schrieb 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 symmet

Re: [U-Boot] [PATCH] ARM: HYP/non-sec: Add MIDR check to detect unsupported CPUs

2014-08-06 Thread Mark Rutland
On Wed, Aug 06, 2014 at 08:38:13AM +0100, Ian Campbell wrote: > On Mon, 2014-08-04 at 16:14 +0100, Marc Zyngier wrote: > > > My personal feeling is that booting in secure mode is always the wrong > > thing to do. > > FWIW I agree. > > > If you want to go down the road of a single bootloader that

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

2014-08-06 Thread Masahiro Yamada
Hi Michal, On Wed, 6 Aug 2014 11:10:14 +0200 Michal Simek wrote: > > Based on steps below - defconfigs are both empty. > Linux kernel is taking .config from /boot/config-`uname -r`. Yes, but the .config of U-Boot is not installed anywhere in the host PC. I guess that is why DEFCONFIG_LIST se

[U-Boot] [PATCH 4/4] USB: ehci-atmel: use pcr to enable or disable clock

2014-08-06 Thread Bo Shen
If the SoC has pcr, we use pcr (peripheral control register) to enable or disable clock. Signed-off-by: Bo Shen --- drivers/usb/host/ehci-atmel.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/usb/host/ehci-atmel.c b/drivers/usb/host/ehci-atmel.c index 9ffe501..9a8f004 1006

[U-Boot] [PATCH 2/4] ARM: atmel: add pcr related definition

2014-08-06 Thread Bo Shen
Using CPU_HAS_PCR micro to present the SoC has pcr (peripheral control register). Signed-off-by: Bo Shen --- arch/arm/include/asm/arch-at91/at91_pmc.h | 2 +- arch/arm/include/asm/arch-at91/sama5d3.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch

[U-Boot] [PATCH 3/4] USB: ohci-at91: use pcr to enable or disable clock

2014-08-06 Thread Bo Shen
If the SoC has pcr, we use pcr (peripheral control register) to enable or disable clock. Signed-off-by: Bo Shen --- drivers/usb/host/ohci-at91.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index c24505e.

[U-Boot] [PATCH 1/4] ARM: atmel: use pcr to enable or disable peripheral clock

2014-08-06 Thread Bo Shen
When use pcr (peripheral control register), then we won't need to care about the peripheral ID. Signed-off-by: Bo Shen --- arch/arm/cpu/armv7/at91/clock.c | 24 arch/arm/include/asm/arch-at91/at91_pmc.h | 4 arch/arm/include/asm/arch-at91/clk.h | 1

[U-Boot] [PATCH 0/4] ARM: atmel: use pcr to control clock

2014-08-06 Thread Bo Shen
When the SoC has pcr (peripheral control register), then switch to use it to enable or disable clock. Bo Shen (4): ARM: atmel: use pcr to enable or disable peripheral clock ARM: atmel: add pcr related definition USB: ohci-at91: use pcr to enable or disable clock USB: ehci-atmel: use pcr t

Re: [U-Boot] [PATCH 4/4] ARM: mx6: Enable Thumb build for SPL

2014-08-06 Thread Tim Harvey
On Sun, Aug 3, 2014 at 4:47 PM, Marek Vasut wrote: > Building the SPL in Thumb mode saves roughly 30% in size of the > resulting SPL binary. As the size of SPL it limited on the MX6, > this helps a lot. > > Signed-off-by: Marek Vasut > --- > include/configs/imx6_spl.h | 1 + > 1 file changed, 1

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

2014-08-06 Thread Michal Simek
On 08/06/2014 10:31 AM, Masahiro Yamada wrote: > Hi Michal, > > > > On Wed, 6 Aug 2014 09:57:46 +0200 > Michal Simek wrote: > >> On 08/06/2014 08:49 AM, Masahiro Yamada wrote: >>> Hi Michal, >>> >>> >>> On Wed, 6 Aug 2014 08:39:47 +0200 >>> Michal Simek wrote: >>> Hi Masahiro,

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

2014-08-06 Thread Stefan Agner
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 | 1 + drivers/mtd/nand/fsl_nfc.c | 676

[U-Boot] [PATCH 4/4] arm: vf610: add NAND support for vf610twr

2014-08-06 Thread Stefan Agner
This adds NAND Flash Controller (NFC) support for the Vybrid tower system (TWR-VF65GS10). Full 16-Bit bus width is supported. Also an aditional config vf610twr_nand is introduced which gets the environment from NAND. However, booting U-Boot from NAND is not yet possible due to missing boot configur

[U-Boot] [PATCH 1/4] arm: vf610: add NFC pin mux

2014-08-06 Thread Stefan Agner
Add pin mux for NAND Flash Controller (NFC). NAND can be connected using 8 or 16 data lines, this patch adds pin mux entries for all 16 data lines. Signed-off-by: Stefan Agner --- arch/arm/include/asm/arch-vf610/iomux-vf610.h | 34 +++ arch/arm/include/asm/imx-common/iomu

[U-Boot] [PATCH 0/4] arm: vf610: add NAND flash support

2014-08-06 Thread Stefan Agner
This patch set adds NAND Flash Controller (NFC) support for Freescale Vybrid ARM SoCs (vf610). The driver is based on Bill Pringlemeirs prelineary patch sent in January 2014 to the MTD mailing list: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-January/226623.html Stefan Agner (4):

[U-Boot] [PATCH 2/4] arm: vf610: add NFC clock support

2014-08-06 Thread Stefan Agner
Add NFC (NAND Flash Controller) clock support and enable them at board initialization time. Signed-off-by: Stefan Agner --- arch/arm/include/asm/arch-vf610/crm_regs.h | 14 ++ arch/arm/include/asm/arch-vf610/imx-regs.h | 1 + 2 files changed, 15 insertions(+) diff --git a/arch/arm/

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

2014-08-06 Thread Masahiro Yamada
Hi Michal, On Wed, 6 Aug 2014 09:57:46 +0200 Michal Simek wrote: > On 08/06/2014 08:49 AM, Masahiro Yamada wrote: > > 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: > >>> Becuas

Re: [U-Boot] [PATCH 09/18] arm: mx6: ddr: do not write into reserved bit

2014-08-06 Thread Stefano Babic
Hi Tim, hi Nikita, On 06/08/2014 10:18, Tim Harvey wrote: >> >>> I've asked our Freescale FAE to clarify. >> >> >> Looking forward to that... >> >> Regards, >> Nikita Kiryanov > > Nikita, > > Freescale confirmed its an error in their spreadsheet > (https://community.freescale.com/docs/DOC-94917

Re: [U-Boot] [PATCH 09/18] arm: mx6: ddr: do not write into reserved bit

2014-08-06 Thread Tim Harvey
On Mon, Aug 4, 2014 at 5:49 AM, Nikita Kiryanov wrote: > Hi Tim, > > > On 04/08/14 08:43, Tim Harvey wrote: >> >> On Sun, Aug 3, 2014 at 12:34 AM, Nikita Kiryanov >> wrote: >>> >>> Bit 16 in mapsr register is in a reserved field. Don't write to it. >>> >>> Cc: Stefano Babic >>> Cc: Tim Harvey >

  1   2   >