[U-Boot] [U-Boot, PATCH v3 2/2] fastboot: Flash command support

2014-09-10 Thread Dileep Katta
Flash command internally uses DFU, and Fastboot command initialization is modified to add DFU and partition initialization Added oem format functionality for GPT table creation partitioning code is added as disk/part_fastboot.c for better usability Fastboot flash command code is enabled and being

[U-Boot] [U-Boot, PATCH v3 1/2] arm: BeagleBone Black: enable fastboot support

2014-09-10 Thread Dileep Katta
Enable Android Fastboot support on am335x_evm board Signed-off-by: Dileep Katta --- Changes in v2: -None Changes in v3: -None include/configs/am335x_evm.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/configs/am335x_evm.h b/includ

Re: [U-Boot] u-boot-socfpga repository

2014-09-10 Thread Masahiro Yamada
Hi Michal, On Thu, 11 Sep 2014 06:56:04 +0200 Michal Simek wrote: > Hi, > > On 09/11/2014 05:09 AM, Masahiro Yamada wrote: > > > > On Thu, 11 Sep 2014 01:33:20 +0200 > > Marek Vasut wrote: > > > >> Hello, > >> > >> I'd be interested in maintaining u-boot-socfpga repository. So far, we > >>

Re: [U-Boot] [PATCH] odroid: set MPLL clock to 880MHz

2014-09-10 Thread Jaehoon Chung
Hi, On 09/11/2014 02:03 PM, Minkyu Kang wrote: > On 05/09/14 19:50, Przemyslaw Marczak wrote: >> Hello Minkyu, >> >> On 09/05/2014 08:55 AM, Minkyu Kang wrote: >>> On 24/07/14 19:42, Przemyslaw Marczak wrote: This patch changes MPLL from 800MHz to 880MHz on Odroid. Signed-off-by: Pr

Re: [U-Boot] [PATCH v2 7/8] Makefile: default to cc for host compiler

2014-09-10 Thread Masahiro Yamada
Hi Jeroen, On Tue, 09 Sep 2014 19:34:44 +0200 Jeroen Hofstee wrote: > Hello Albert, > > On 09-09-14 16:31, Albert ARIBAUD wrote: > > On Thu, 31 Jul 2014 19:01:22 +0900, Masahiro Yamada > > wrote: > > > >>> HOSTCXX = g++ > >>> HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-

Re: [U-Boot] [PATCH] odroid: set MPLL clock to 880MHz

2014-09-10 Thread Minkyu Kang
On 05/09/14 19:50, Przemyslaw Marczak wrote: > Hello Minkyu, > > On 09/05/2014 08:55 AM, Minkyu Kang wrote: >> On 24/07/14 19:42, Przemyslaw Marczak wrote: >>> This patch changes MPLL from 800MHz to 880MHz on Odroid. >>> >>> Signed-off-by: Przemyslaw Marczak >>> --- >>> board/samsung/odroid/odr

Re: [U-Boot] u-boot-socfpga repository

2014-09-10 Thread Michal Simek
Hi, On 09/11/2014 05:09 AM, Masahiro Yamada wrote: > > On Thu, 11 Sep 2014 01:33:20 +0200 > Marek Vasut wrote: > >> Hello, >> >> I'd be interested in maintaining u-boot-socfpga repository. So far, we don't >> have a repo for this platform and there is a large flurry of patches flying >> aroun

[U-Boot] [PATCH 1/2] fsl_sec : Add hardware accelerated SHA256 and SHA1

2014-09-10 Thread Ruchika Gupta
SHA-256 and SHA-1 accelerated using SEC hardware in Freescale SoC's The driver for SEC (CAAM) IP is based on linux drivers/crypto/caam. Signed-off-by: Ruchika Gupta CC: York Sun --- The patch series is dependent on https://patchwork.ozlabs.org/patch/387174/ https://patchwork.ozlabs.org/patch/387

[U-Boot] [PATCH 2/2] mpc85xx: configs - Add hash command in freescale platforms

2014-09-10 Thread Ruchika Gupta
Hardware accelerated support for SHA-1 and SHA-256 has been added. Hash command enabled along with hardware accelerated support for SHA-1 and SHA-256 for platforms which have CAAM block. Signed-off-by: Ruchika Gupta CC: York Sun --- The patch series is dependent on https://patchwork.ozlabs.org/p

[U-Boot] [PATCH v3 4/4] imx: mx6: Set Pfuze mode to decrease power number for DSM

2014-09-10 Thread Ye . Li
Set all switches APS mode in normal and PFM mode in standby. So when mx6 entering DSM mode, the power number can be decreased. There is no impact for mx6 in run mode. Changes for boards: -mx6 sabreauto -mx6 sabresd -mx6slevk -mx6sxsabresd Signed-off-by: Ye.Li --- Changes since v1: - Try to corre

[U-Boot] [PATCH v3 3/4] imx: mx6sabresd: Add clear print for pfuze200

2014-09-10 Thread Ye . Li
Add clear print log to show pfuze200 or pfuze100 found on mx6sabresd. Signed-off-by: Ye.Li --- Changes since v1: - None Changes since v2: - None board/freescale/mx6sabresd/mx6sabresd.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/board/freescale/mx6sabresd/mx6sabr

[U-Boot] [PATCH v3 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-09-10 Thread Ye . Li
Initialize the Pfuze on I2C1 at board late init. The mx6slevk board has Pfuze100 or Pfuze200, print the chip type by parsing the ID. Signed-off-by: Ye.Li --- Changes since v1: - None Changes since v2: - None board/freescale/mx6slevk/mx6slevk.c | 57 +++ includ

[U-Boot] [PATCH v3 1/4] imx: mx6slevk: Add I2C1 support

2014-09-10 Thread Ye . Li
Add I2C1 pin and pad settings, and enable the MXC I2C driver. Signed-off-by: Ye.Li --- Changes since v1: - None Changes since v2: - None arch/arm/include/asm/arch-mx6/mx6sl_pins.h |5 + board/freescale/mx6slevk/mx6slevk.c| 26 ++ include/configs/mx6sle

Re: [U-Boot] u-boot-socfpga repository

2014-09-10 Thread Masahiro Yamada
On Thu, 11 Sep 2014 01:33:20 +0200 Marek Vasut wrote: > Hello, > > I'd be interested in maintaining u-boot-socfpga repository. So far, we don't > have a repo for this platform and there is a large flurry of patches flying > around without any kind of central point for them. I'd like to get yo

Re: [U-Boot] [PATCH v2 4/4] imx: mx6: Set Pfuze mode to decrease power number for DSM

2014-09-10 Thread Li Ye-B37916
On 9/11/2014 10:28 AM, Fabio Estevam wrote: > On Wed, Sep 10, 2014 at 11:25 PM, Ye.Li wrote: >> Set all switches APS mode in normal and PFM mode in standby. So when >> mx6 entering DSM mode, the power number can be decreased. There is >> no impact for mx6 in run mode. >> >> Changes for boards: >>

Re: [U-Boot] [PATCH v2 2/2] imx:mx6sxsabresd add qspi support

2014-09-10 Thread peng....@freescale.com
Just CC Stefano Babic Regards, Peng. -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Peng Fan Sent: Thursday, September 11, 2014 9:56 AM To: Estevam Fabio-R49496; Li Ye-B37916 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH v2 2

Re: [U-Boot] [PATCH v2 4/4] imx: mx6: Set Pfuze mode to decrease power number for DSM

2014-09-10 Thread Fabio Estevam
On Wed, Sep 10, 2014 at 11:25 PM, Ye.Li wrote: > Set all switches APS mode in normal and PFM mode in standby. So when > mx6 entering DSM mode, the power number can be decreased. There is > no impact for mx6 in run mode. > > Changes for boards: > -mx6 sabreauto > -mx6 sabresd > -mx6slevk > -mx6sxsa

[U-Boot] [PATCH v2 3/4] imx: mx6sabresd: Add clear print for pfuze200

2014-09-10 Thread Ye . Li
Add clear print log to show pfuze200 or pfuze100 found on mx6sabresd. Signed-off-by: Ye.Li --- Changes since v1: - None board/freescale/mx6sabresd/mx6sabresd.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/m

[U-Boot] [PATCH v2 4/4] imx: mx6: Set Pfuze mode to decrease power number for DSM

2014-09-10 Thread Ye . Li
Set all switches APS mode in normal and PFM mode in standby. So when mx6 entering DSM mode, the power number can be decreased. There is no impact for mx6 in run mode. Changes for boards: -mx6 sabreauto -mx6 sabresd -mx6slevk -mx6sxsabresd Signed-off-by: Ye.Li --- Changes since v1: - Correct the

[U-Boot] [PATCH v2 1/4] imx: mx6slevk: Add I2C1 support

2014-09-10 Thread Ye . Li
Add I2C1 pin and pad settings, and enable the MXC I2C driver. Signed-off-by: Ye.Li --- Changes since v1: - None arch/arm/include/asm/arch-mx6/mx6sl_pins.h |5 + board/freescale/mx6slevk/mx6slevk.c| 26 ++ include/configs/mx6slevk.h |

[U-Boot] [PATCH v2 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-09-10 Thread Ye . Li
Initialize the Pfuze on I2C1 at board late init. The mx6slevk board has Pfuze100 or Pfuze200, print the chip type by parsing the ID. Signed-off-by: Ye.Li --- Changes since v1: - None board/freescale/mx6slevk/mx6slevk.c | 57 +++ include/configs/mx6slevk.h

Re: [U-Boot] [PATCH] dw_mmc: cleanups

2014-09-10 Thread Jaehoon Chung
Hi, Pavel. It looks good to me. If you're ok, can i suggest one thing? On 09/05/2014 07:49 PM, Pavel Machek wrote: > > dw_mmc driver was responding to errors with debug(). Change that to > prinf so that any errors are immediately obvious. Also adjust english > in comments. > > Signed-off-by: P

[U-Boot] [PATCH v2 2/2] imx:mx6sxsabresd add qspi support

2014-09-10 Thread Peng Fan
Configure the pad setting and enable qspi clock to support qspi flashes access. This patch has been tested on mx6sxsabresd board. Signed-off-by: Peng Fan --- Changelog v2: Take Fabio's suggestion, split soc code and board code into two patches. This patch needs 'ARM:MX6SX Add QSPI support' pa

[U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support

2014-09-10 Thread Peng Fan
Add QSPI support for mx6solox. Signed-off-by: Peng Fan --- Changelog v2: Take Fabio's suggestion, split soc code and board code into two patches. arch/arm/cpu/armv7/mx6/clock.c| 50 +++ arch/arm/include/asm/arch-mx6/clock.h | 3 +++ drivers/spi/fsl_qsp

[U-Boot] u-boot-socfpga repository

2014-09-10 Thread Marek Vasut
Hello, I'd be interested in maintaining u-boot-socfpga repository. So far, we don't have a repo for this platform and there is a large flurry of patches flying around without any kind of central point for them. I'd like to get your formal consent for starting this and if you agree, I'd start se

[U-Boot] arm kirkwood pending patches

2014-09-10 Thread Luka Perkov
Hi, I have noticed that there are 3 pending kirkwood patches that I've sent a while back. It seems that there has been no action since then. Patches have been ACKed... Can we get some progress on these: http://patchwork.ozlabs.org/patch/366225/ http://patchwork.ozlabs.org/patch/366226/ http://pat

Re: [U-Boot] [PATCH] e1000: add i211 and unprogrammed i210/i211 support

2014-09-10 Thread Marcel Ziswiler
On Mon, 2014-09-08 at 04:07 +0200, Marek Vasut wrote: > Does the network really work with an i21x with unprogrammed iNVM ? Yes, it actually does work quite nicely. However I currently still have to patch it additionally as follows: diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c index ce191

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

2014-09-10 Thread Simon Glass
Hi Tom, This pull includes driver model implementations for serial (uclass, sandbox and Tegra) as well as GPIO for Tegra, I've held off on exynos until we resolve some questions there. I'm not 100% sure it will make the release. The following changes since commit b7a809957bcd72c2efa49ce733774b1

Re: [U-Boot] [PATCH v2] buildman: fix typos of --dry-run help message

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot, v2] buildman: Create parent directories as necessary

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] patman: make run results better visible

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 16/18] buildman: Expand output test to cover directory prefixes

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 18/18] buildman: Ignore conflicting tags

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 17/18] buildman: Permit branch names with an embedded '/'

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 14/18] patman: Start with a clean series when needed

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 13/18] buildman: Provide an internal option to clean the outpur dir

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. Fixed up to avoid removing the tree when it doesn't exist. On 5 September 2014 19:00, Simon Glass wrote: > For testing it is useful to clean the output directory before running a > test. This avoids a test interfering with the results of a subsequent > test by le

Re: [U-Boot] [PATCH v3 15/18] buildman: Add additional functional tests

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 12/18] buildman: Correct counting of build failures on retry

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 11/18] buildman: Allow tests to have their own boards

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 10/18] buildman: Avoid looking at config file or toolchains in tests

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 09/18] buildman: Set up bsettings outside the control module

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 07/18] patman: Provide a way to intercept commands for testing

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 08/18] buildman: Add a functional test

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 06/18] buildman: Move full help code into the control module

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 05/18] buildman: Move the command line code into its own file

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 04/18] patman: RunPipe() should not pipe stdout/stderr unless asked

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 03/18] buildman: Enhance basic test to check summary output

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 02/18] buildman: Send builder output through a function for testing

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 01/18] patman: Add a way of recording terminal output for testing

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3 8/8] README.clang: build command with clang

2014-09-10 Thread Jeroen Hofstee
Cc: Albert ARIBAUD Signed-off-by: Jeroen Hofstee --- doc/README.clang | 56 1 file changed, 56 insertions(+) create mode 100644 doc/README.clang diff --git a/doc/README.clang b/doc/README.clang new file mode 100644 index 000..9ad689f

[U-Boot] [PATCH v3 0/8] add clang support for some ARM boards

2014-09-10 Thread Jeroen Hofstee
Changes since v2: - As Albert pointed out the clang instructions don't work with Debian based binary packages. While I was aware of that it is for a different reason then I thought, it is not that ARM is not enabled as a backend but older versions are a bit more picky on the

[U-Boot] [PATCH v3 7/8] Makefile: default to cc for host compiler

2014-09-10 Thread Jeroen Hofstee
Since the host compiler might not be gcc but e.g. clang default to cc/c++ to invoke it. cc: Masahiro Yamada cc: Tom Rini Signed-off-by: Jeroen Hofstee --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fdda3ec..42263e4 100644 --- a/Ma

Re: [U-Boot] [PATCH] common: fix include guards for CONFIG_MP

2014-09-10 Thread York Sun
On 09/03/2014 01:57 PM, Gabriel Huau wrote: > This was breaking the build for some boards: > MPC8536DS MPC8536DS_36BIT MPC8536DS_SDCARD MPC8536DS_SPIFLASH qemu-ppce500 > > Include only these features for some PPC boards if the configuration for > MultiProcessor > is enabled. > > Signed-off-by: G

Re: [U-Boot] [PATCH v2 1/2] usb: eth: add ASIX AX88179 DRIVER

2014-09-10 Thread Marek Vasut
On Wednesday, September 10, 2014 at 12:00:29 PM, René Griessl wrote: > Am 09.09.2014 16:34, schrieb Marek Vasut: > > On Wednesday, September 03, 2014 at 04:31:20 PM, Rene Griessl wrote: > >> changes in v2: > >>-added usb_ether.h to change list > >>-added 2nd patch to enable driver for arnda

Re: [U-Boot] commit 83e359adf9f578a58f20daf2e4425a754defac7b breaks mmc

2014-09-10 Thread Peter A. Bigot
On 09/09/2014 12:27 PM, Felipe Balbi wrote: Hi, On Tue, Sep 09, 2014 at 12:09:02PM -0500, Felipe Balbi wrote: Hi, commit 83e359a (am335x_evm: Enable CONFIG_SPL_ENV_SUPPORT on EMMC_BOOT) breaks MMC on some boards. I believe it only breaks if EMMC has no partition on it, so that would point out

Re: [U-Boot] [PATCH v2 1/2] usb: dfu: add fullspeed support for DFU

2014-09-10 Thread Bin Liu
Heiko, On 09/10/2014 01:55 AM, Heiko Schocher wrote: DFU now can use also fullspeed. Signed-off-by: Heiko Schocher Cc: Tom Rini Cc: Lukasz Majewski Cc: Marek Vasut Cc: Liu Bin My first name is Bin. Other than that, feel free to add Reviewed by: Bin Liu Regards, -Bin. Cc: Lukas Stoc

Re: [U-Boot] [PATCH 1/3] ARM:MX6SX Add QuadSPI support for mx6sxsabresd

2014-09-10 Thread Peng Fan
On 09/10/2014 08:40 PM, Fabio Estevam wrote: > On Wed, Sep 10, 2014 at 3:16 AM, Peng Fan wrote: >> From: Peng Fan >> >> Add QuadSPI support for mx6sxsabresd board. >> >> There are two 16MB S25FL128S flashes on board. They are connected to >> QSPI2 interface. i.MX6SX supports two QuadSPI interfa

[U-Boot] [U-boot] [Patch v2] ARM: keystone: ddr3: workaround for ddr3a/3b memory issue

2014-09-10 Thread Ivan Khoronzhuk
From: Murali Karicheri This patch implements a workaround to fix DDR3 memory issue. The code for workaround detects PGSR0 errors and then preps for and executes a software-controlled hard reset.In board_early_init, where logic has been added to identify whether or not the previous reset was a POR

Re: [U-Boot] [PATCH 1/3] ARM:MX6SX Add QuadSPI support for mx6sxsabresd

2014-09-10 Thread Fabio Estevam
On Wed, Sep 10, 2014 at 3:16 AM, Peng Fan wrote: > From: Peng Fan > > Add QuadSPI support for mx6sxsabresd board. > > There are two 16MB S25FL128S flashes on board. They are connected to > QSPI2 interface. i.MX6SX supports two QuadSPI interfaces, QSPI1/2. > The two flash devices are connected to

Re: [U-Boot] [GIT PULL] microblaze fixes

2014-09-10 Thread Tom Rini
On Wed, Sep 10, 2014 at 10:28:03AM +0200, Michal Simek wrote: > Hi Tom, > > please add these two patch to your tree. > > Thanks, > Michal > > The following changes since commit 0b703dbcee7103f07804d0a4328d1593355c4324: > > patman: Fix detection of git version (2014-09-05 13:40:43 -0600) > >

Re: [U-Boot] Please pull u-boot-x86.git branch 'buildman'

2014-09-10 Thread Tom Rini
On Tue, Sep 09, 2014 at 04:52:18PM -0600, Simon Glass wrote: > Hi Tom, > > Here are all the pending changes for patman/buildman. Mostly these add > tests but there are also several fixes, some found by the tests. I > believe it is worth applying these now, to make it easier to find > other issues

Re: [U-Boot] Please pull u-boot-fsl-qoriq

2014-09-10 Thread Tom Rini
On Mon, Sep 08, 2014 at 10:45:59AM -0700, York Sun wrote: > Tom, > > This is the first pull request from u-boot-fsl-qoriq repository. In this set, > I > have v6 patches for Freescale Layerscape 1 SoC LS102xA with ARMv7 cores. These > patches have been verified on the boards and compiled with the

Re: [U-Boot] [PATCH 4/4] imx: mx6: Set Pfuze mode to decrease power number for DSM

2014-09-10 Thread Fabio Estevam
On Wed, Sep 10, 2014 at 6:08 AM, Ye.Li wrote: > + value = 0xc; > + if (pmic_reg_write(p, 0x23, value)) { > + printf("Set SW1AB mode error!\n"); > + return -1; > + } -1 is not a proper return code here. You could do this instead: ret = pmic_reg_writ

[U-Boot] [PATCH] imx: Fix build of mx6sxsabresd

2014-09-10 Thread Stefano Babic
Commit 224beb833e544b802f08765271cec07667d39669 add clock enabling function for FEC, but the masks are not available for SX processor and the mx6sxsabresd cannot be built clean. Signed-off-by: Stefano Babic CC: Fabio Estevam CC: Nikita Kiryanov --- arch/arm/cpu/armv7/mx6/clock.c | 2 +- 1 file

Re: [U-Boot] [RFC PATCH v1] powerpc: add --bss-plt to LDFLAGS

2014-09-10 Thread Joakim Tjernlund
Chris Packham wrote on 2014/09/10 06:03:10: > > With some versions of gcc (that we know of 4.6.3 and 4.8.2 are affected) > it is necessary to specify --bss-plt to get the final blrl in the > _GOT2_TABLE_. Without this the last symbol does not get it's address > relocated. For the P2041RDB board

Re: [U-Boot] [PATCH v2 7/8] Makefile: default to cc for host compiler

2014-09-10 Thread Jeroen Hofstee
Hello Albert, On 09-09-14 21:59, Albert ARIBAUD wrote: Hi Jeroen, On Tue, 09 Sep 2014 19:34:44 +0200, Jeroen Hofstee wrote: I've tried building rpi_b as per the README, but I keep getting /usr/bin/as: unrecognized option '-mfloat-abi=soft' clang: error: assembler command fai

Re: [U-Boot] [PATCH v2 1/2] usb: eth: add ASIX AX88179 DRIVER

2014-09-10 Thread René Griessl
Am 09.09.2014 16:34, schrieb Marek Vasut: On Wednesday, September 03, 2014 at 04:31:20 PM, Rene Griessl wrote: changes in v2: -added usb_ether.h to change list -added 2nd patch to enable driver for arndale board Signed-off-by: Rene Griessl I see that in Linux, there is asix_c

[U-Boot] [PATCH 4/4] imx: mx6: Set Pfuze mode to decrease power number for DSM

2014-09-10 Thread Ye . Li
Set all switches APS mode in normal and PFM mode in standby. So when mx6 entering DSM mode, the power number can be decreased. There is no impact for mx6 in run mode. Changes for boards: -mx6 sabreauto -mx6 sabresd -mx6slevk -mx6sxsabresd Signed-off-by: Ye.Li --- board/freescale/mx6qsabreauto/m

[U-Boot] [PATCH v2] kconfig: add sanity checks for SPL configuration

2014-09-10 Thread Masahiro Yamada
For the SPL configuration, "make /" is used. Here, is either "spl" or "tpl" is one of "config", "menuconfig", "xconfig", etc. This commit adds two checks: [1] If is given an unsupported subimage, the configuration should error out like this: $ make qpl/menuconfig *** *** "make q

[U-Boot] [PATCH 3/4] imx: mx6sabresd: Add clear print for pfuze200

2014-09-10 Thread Ye . Li
Add clear print log to show pfuze200 or pfuze100 found on mx6sabresd. Signed-off-by: Ye.Li --- board/freescale/mx6sabresd/mx6sabresd.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c ind

[U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-09-10 Thread Ye . Li
Initialize the Pfuze on I2C1 at board late init. The mx6slevk board has Pfuze100 or Pfuze200, print the chip type by parsing the ID. Signed-off-by: Ye.Li --- board/freescale/mx6slevk/mx6slevk.c | 57 +++ include/configs/mx6slevk.h |7 2 files c

[U-Boot] [PATCH 1/4] imx: mx6slevk: Add I2C1 support

2014-09-10 Thread Ye . Li
Add I2C1 pin and pad settings, and enable the MXC I2C driver. Signed-off-by: Ye.Li --- arch/arm/include/asm/arch-mx6/mx6sl_pins.h |5 + board/freescale/mx6slevk/mx6slevk.c| 26 ++ include/configs/mx6slevk.h |6 ++ 3 files changed,

[U-Boot] [PATCH] kconfig: add sanity checks for SPL configuration

2014-09-10 Thread Masahiro Yamada
For the SPL configuration, "make /" is used. Here, is either "spl" or "tpl" is one of "config", "menuconfig", "xconfig", etc. This commit adds two checks: [1] If is given an unsupported subimage, the configuration should error out like this: $ make qpl/menuconfig *** *** "make q

[U-Boot] [GIT PULL] microblaze fixes

2014-09-10 Thread Michal Simek
Hi Tom, please add these two patch to your tree. Thanks, Michal The following changes since commit 0b703dbcee7103f07804d0a4328d1593355c4324: patman: Fix detection of git version (2014-09-05 13:40:43 -0600) are available in the git repository at: git://www.denx.de/git/u-boot-microblaze.git

[U-Boot] [PATCH] powerpc/BSC9132qds: add mtdparts suppport

2014-09-10 Thread Ashish Kumar
Use mtdparts to create partitions dynamically rather than using static partitions in device tree Signed-off-by: Ashish Kumar --- include/configs/BSC9132QDS.h | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/include/configs/BSC9132QDS.h b/include/co

[U-Boot] [PATCH 2/3] QSPI: Enable write device registers

2014-09-10 Thread Peng Fan
From: Peng Fan Add qspi_op_wrr to support status and configuration register write in flash devices. Signed-off-by: Peng Fan --- drivers/spi/fsl_qspi.c | 77 -- 1 file changed, 74 insertions(+), 3 deletions(-) diff --git a/drivers/spi/fsl_qspi.c

[U-Boot] [PATCH 1/3] ARM:MX6SX Add QuadSPI support for mx6sxsabresd

2014-09-10 Thread Peng Fan
From: Peng Fan Add QuadSPI support for mx6sxsabresd board. There are two 16MB S25FL128S flashes on board. They are connected to QSPI2 interface. i.MX6SX supports two QuadSPI interfaces, QSPI1/2. The two flash devices are connected to A1/B1 of QSPI2. Signed-off-by: Peng Fan --- arch/arm/cpu/ar

[U-Boot] [PATCH] powerpc/BSC9131RDB: add mtdparts suppport

2014-09-10 Thread Ashish Kumar
Use mtdparts to create partitions dynamically rather than using static partitions in device tree Signed-off-by: Ashish Kumar --- include/configs/BSC9131RDB.h | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/include/configs/BSC9131RDB.h b/include/con

[U-Boot] [PATCH 0/3] Add QSPI support for mx6sxsabresd board

2014-09-10 Thread Peng Fan
From: Peng Fan This patch set is to support QSPI for mx6sxsabresd board. And register read/write is implmented. AHB read is also supported to improve flash read performance. All the three patches have been tested on mx6sxsabresd board. Peng Fan (3): ARM:MX6SX Add QuadSPI support for mx6sxsabr

[U-Boot] [PATCH 3/3] QSPI: Enable QSPI AHB read for MX6SX

2014-09-10 Thread Peng Fan
From: Peng Fan There are two different ways to read out the data from the flash: the "IP Command Read" and the "AHB Command Read". The IC guy suggests we use the "AHB Command Read" which is faster then the "IP Command Read". (What's more is that there is a bug in the "IP Command Read" in the Vyb

Re: [U-Boot] [PATCH] arch/arm: Add individual TLB size support.

2014-09-10 Thread li.xi...@freescale.com
Hi Albert, > Subject: Re: [PATCH] arch/arm: Add individual TLB size support. > > Hi Xiubo, > > On Mon, 7 Jul 2014 13:19:11 +0800, Xiubo Li > wrote: > > > This adds CONFIG_TLB_SIZE for individual board, whose TLB size maybe > > larger than PGTABLE_SIZE. > > > > Signed-off-by: Xiubo Li > > ---

Re: [U-Boot] [PATCH v1 0/2] usb: dfu: am335x: allow dfu in fullspeed mode only

2014-09-10 Thread Stockmann, Lukas
Hi all > -Ursprüngliche Nachricht- > Von: Heiko Schocher [mailto:h...@denx.de] > Gesendet: Dienstag, 9. September 2014 16:22 > An: Lukasz Majewski > Cc: u-boot@lists.denx.de; Tom Rini; Marek Vasut; Liu Bin; Stockmann, Lukas > Betreff: Re: [PATCH v1 0/2] usb: dfu: am335x: allow dfu in fulls