Re: [U-Boot] [PATCH 2/2] fastboot: sparse: remove unnecessary logging

2016-02-04 Thread Maxime Ripard
Hi Steve, On Wed, Feb 03, 2016 at 12:46:02PM -0800, Steve Rae wrote: > remove logging of the 'skipped' blocks > > Signed-off-by: Steve Rae > --- > > common/image-sparse.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/common/image-sparse.c

[U-Boot] [PATCH 1/4] zynq: zc770: Remove unused ifdefs for xm011 and xm013

2016-02-04 Thread Michal Simek
Clean config file. Signed-off-by: Michal Simek --- include/configs/zynq_zc770.h | 4 1 file changed, 4 deletions(-) diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h index 32ea1f37d6a4..f49715b6cfff 100644 --- a/include/configs/zynq_zc770.h

Re: [U-Boot] do i have any chance of booting a vxworks 5.5.2 image with u-boot?

2016-02-04 Thread Hannes Schmelzer
On 02/03/2016 12:16 PM, Robert P. J. Day wrote: Quoting Tom Rini : On Mon, Feb 01, 2016 at 05:20:16PM -0500, Robert P. J. Day wrote: i know u-boot has a "bootvx" command for booting vxworks images, but from what i read here:

[U-Boot] [PATCH 2/4] mmc: Kconfig: Add Arasan SDHCI entry

2016-02-04 Thread Michal Simek
Add Arasan SDHCI entry to Kconfig and fix all references. Signed-off-by: Michal Simek --- configs/xilinx_zynqmp_ep_defconfig | 1 + configs/zynq_microzed_defconfig| 1 + configs/zynq_picozed_defconfig | 1 + configs/zynq_zc702_defconfig | 1 +

[U-Boot] [PATCH 4/4] ARM: zynq: Remove ZYNQ_BOOT_FREEBSD option

2016-02-04 Thread Michal Simek
Remove CONFIG_ZYNQ_BOOT_FREEBSD configuration option and setup CONFIG_SYS_MMC_MAX_DEVICE 1 for all Zynq boards. Signed-off-by: Michal Simek --- include/configs/zynq-common.h | 4 +--- include/configs/zynq_picozed.h | 1 - include/configs/zynq_zc70x.h | 1 -

[U-Boot] [PATCH 3/4] ARM: zynq: Read memory size setting from DT

2016-02-04 Thread Michal Simek
OF_CONTROL is setup by default and memory reading is done via DT. Remove all config files with memory references. Signed-off-by: Michal Simek --- board/xilinx/zynq/board.c | 4 include/configs/zynq_microzed.h | 2 -- include/configs/zynq_picozed.h | 2 --

[U-Boot] [PULL] Please pull u-boot-imx

2016-02-04 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48: Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you to fetch changes up to

Re: [U-Boot] [PATCH] usb: gadget: f_thor: free the allocated out request buffer

2016-02-04 Thread Michal Simek
Hi guys, On 7.12.2015 12:59, Michal Simek wrote: > From: Siva Durga Prasad Paladugu > > Fix the memory leak by freeing the allocated out request buffer > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek

Re: [U-Boot] .travis.yml: rework according to new travis-ci infra

2016-02-04 Thread Daniel Schwierzeck
2016-02-03 17:58 GMT+01:00 Stephen Warren : > On 02/01/2016 06:57 PM, Tom Rini wrote: >> >> On Mon, Jan 25, 2016 at 08:22:41PM +0100, Roger Meier wrote: >> >>> - install using addons.apt >>> - remove MAKEALL >>> - split mpc85xx boards >>> - remove TEST_CONFIG_CMD, just info

Re: [U-Boot] [PATCH] usb: dwc2: Enhance interrupt handling for CONTROL transaction

2016-02-04 Thread Marek Vasut
On Thursday, January 14, 2016 at 04:20:12 PM, Marek Vasut wrote: > On Thursday, January 14, 2016 at 03:50:18 PM, Chin Liang See wrote: > > On Wed, 2016-01-13 at 16:22 +0100, Marek Vasut wrote: > > > On Wednesday, January 13, 2016 at 04:18:43 PM, Chin Liang See wrote: > > > > On Wed, 2016-01-13 at

[U-Boot] [PULL] u-boot-socfpga/master

2016-02-04 Thread Marek Vasut
The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48: Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to a409a8b85ee337250043aa0c031a31b3a6639e74:

Re: [U-Boot] Issue with USB mass storage (thumb drives)

2016-02-04 Thread Marek Vasut
On Thursday, February 04, 2016 at 09:21:08 AM, Schrempf Frieder wrote: > On 03.02.2016 20:16, Sergei Temerkhanov wrote: > > On Wed, Feb 3, 2016 at 8:40 AM, Marek Vasut wrote: > >> On Wednesday, February 03, 2016 at 12:49:20 PM, Schrempf Frieder wrote: > >>> On 03.02.2016 12:12,

Re: [U-Boot] [PATCHv2 1/3] arm: socfpga: add reset manager defines for Arria10

2016-02-04 Thread Marek Vasut
On Tuesday, January 12, 2016 at 09:56:42 PM, dingu...@opensource.altera.com wrote: > From: Dinh Nguyen > > Add the Arria10 reset manager defines that is used in Linux. Change the > license to SPDX. > > [commit 007bb689b3dbad83cdab0ad192bc6ed0162451e0 from the

Re: [U-Boot] [PATCH] usb: gadget: f_thor: free the allocated out request buffer

2016-02-04 Thread Marek Vasut
On Thursday, February 04, 2016 at 12:34:57 PM, Michal Simek wrote: > Hi guys, > > On 7.12.2015 12:59, Michal Simek wrote: > > From: Siva Durga Prasad Paladugu > > > > Fix the memory leak by freeing the allocated out request buffer > > > > Signed-off-by: Siva

[U-Boot] [PULL] u-boot-usb/master

2016-02-04 Thread Marek Vasut
The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48: Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 8c9b4d5598e014036d2f2637c17bd6e3748ff6a3: usb:

Re: [U-Boot] [PATCHv2 1/3] arm: socfpga: add reset manager defines for Arria10

2016-02-04 Thread Dinh Nguyen
On 02/04/2016 05:46 AM, Marek Vasut wrote: > > A10 branch is now u-boot-socfpga/01-arria10 . > Thanks for carrying this. > What is the current status of Arria10 please ? > I haven't had time to work on Arria10 in the last 2 weeks. I hope to get back to it next week. I think I may have to

[U-Boot] [PATCH] test/py: support running sandbox under gdbserver

2016-02-04 Thread Stephen Warren
From: Stephen Warren Implement command--line option --gdbserver COMM, which does two things: a) Run the sandbox process under gdbserver, using COMM as gdbserver's communication channel. b) Disables all timeouts, so that if U-Boot is halted under the debugger, tests

Re: [U-Boot] 9c11135 breaks bootz

2016-02-04 Thread Masahiro Yamada
Hi Matthias, 2016-02-05 2:41 GMT+09:00 Tom Rini : > On Tue, Feb 02, 2016 at 03:49:07PM +0100, Matthias Weißer wrote: > >> Hi >> >> 9c11135 image: fix getenv_bootm_size() function breaks the bootz >> command for me on a custom hardware (very similar to mx6sxsabresd but >> with

[U-Boot] [PATCH] image: fix getenv_bootm_size() function again

2016-02-04 Thread Masahiro Yamada
Commit 9c11135ce053 ("image: fix getenv_bootm_size() function") fixed the case where "bootm_low" is defined, but "bootm_size" is not. Instead, it broke the case where neither "bootm_low" nor "bootm_size" is defined. Fix this function again. Fixes: 9c11135ce053 ("image: fix getenv_bootm_size()

[U-Boot] I need help linking a standalone program

2016-02-04 Thread Jason Hendrix
Hi all, I'm trying to create a standalone program that runs a rigorous memory test. I'm having trouble linking in the rand() functions, getting "undefined reference errors from GCC". I am using the Freescale/NXP LS1021ATWR dev board. I'm working with U-boot through Yocto and the Freescale

Re: [U-Boot] [PATCH 2/2] fastboot: sparse: remove unnecessary logging

2016-02-04 Thread Steve Rae
Hi Maxime, On Thu, Feb 4, 2016 at 4:20 AM, Maxime Ripard < maxime.rip...@free-electrons.com> wrote: > Hi Steve, > > On Wed, Feb 03, 2016 at 12:46:02PM -0800, Steve Rae wrote: > > remove logging of the 'skipped' blocks > > > > Signed-off-by: Steve Rae > > --- > > > >

Re: [U-Boot] help on using patman

2016-02-04 Thread Mugunthan V N
Hi Simon On Thursday 04 February 2016 09:21 PM, Simon Glass wrote: > Hi Mugunthan, > > On 4 February 2016 at 08:09, Mugunthan V N wrote: >> Hi Simon >> >> I tried to use patman with a sample commit, below is the commit >> with the tag patmantest >> >> Commit: >>

Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support

2016-02-04 Thread Prabhakar Kushwaha
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of > Prabhakar Kushwaha > Sent: Friday, February 05, 2016 6:49 AM > To: york sun ; Harninder Rai ; > u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH]

[U-Boot] [PATCH v5 2/4] board: ls1043ardb: Add micro QE support for ls1043ardb

2016-02-04 Thread Zhao Qiang
There are uQE on ls1043ardb board, add uQE support for the board. Call u_qe_init in ls1043ardb's board_init. Signed-off-by: Zhao Qiang --- Changes for v2: - get qe_immr directly instead of qe_base Changes for v3: - NA Changes for v4: - NA Changes for

[U-Boot] [PATCH v5 3/4] borad: ls1043rdb: Move USB muxing config to config_board_mux

2016-02-04 Thread Zhao Qiang
Pin-muxing code should be in config_board_mux, move USB muxing config to config_board_mux. Signed-off-by: Zhao Qiang --- Changes for v2: - NA Changes for v3: - split from "[PATCH v2 3/3] QE: assgin pins to QE-HDLC" Changes for v4: - NA Changes for v5:

[U-Boot] [PATCH v5 4/4] board: ls1043ardb: Modify pin-muxing code for USB and QE-HDLC

2016-02-04 Thread Zhao Qiang
QE-HDLC and USB multi-use the pins, modify the pin-muxing code for them, when set "hwconfig=qe-hdlc" in uboot, assign the pins to QE-HDLC, if not, assgin it to USB Signed-off-by: Zhao Qiang --- Changes for v2: - NA Changes for v3: - split from "[PATCH v2 3/3]

[U-Boot] [PATCH v5 1/4] driver: qe: Mask the codes not used for micro QE

2016-02-04 Thread Zhao Qiang
there are some code in qe.c not used for micro QE, use "#ifdef CONFIG_QE" to mask them. Signed-off-by: Zhao Qiang --- Changes for v2: - new added Changes for v3: - NA Changes for v4: - NA Changes for v5: - modify commit message

Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support

2016-02-04 Thread Prabhakar Kushwaha
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of york sun > Sent: Thursday, February 04, 2016 10:15 PM > To: Harninder Rai ; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support > > Rai, >

Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support

2016-02-04 Thread Harninder Rai
> -Original Message- > From: york sun > Sent: Thursday, February 04, 2016 10:15 PM > To: Harninder Rai; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support > > Rai, > > On 02/04/2016 06:25 AM, Rai Harninder wrote: > > The fuse status register

Re: [U-Boot] [PATCH] ppc: xilinx-ppc405-generic

2016-02-04 Thread Stefan Roese
On 04.02.2016 14:45, Ricardo Ribalda Delgado wrote: Fix device tree name: +(xilinx-ppc405-generic) Device Tree Source is not correctly specified. +(xilinx-ppc405-generic) Please define 'CONFIG_DEFAULT_DEVICE_TREE' +(xilinx-ppc405-generic) or build with 'DEVICE_TREE=' argument

Re: [U-Boot] [GIT PULL] Xilinx changes

2016-02-04 Thread Ricardo Ribalda Delgado
Hi I have just sent a patch for this. Sorry about that! On Fri, Jan 29, 2016 at 12:18 AM, Tom Rini wrote: > On Wed, Jan 27, 2016 at 04:42:09PM +0100, Michal Simek wrote: > >> Hi Tom, >> >> here is the branch with xilinx changes which are flying around. >> It is targeting

[U-Boot] [PATCH] ppc: xilinx-ppc405-generic

2016-02-04 Thread Ricardo Ribalda Delgado
Fix device tree name: +(xilinx-ppc405-generic) Device Tree Source is not correctly specified. +(xilinx-ppc405-generic) Please define 'CONFIG_DEFAULT_DEVICE_TREE' +(xilinx-ppc405-generic) or build with 'DEVICE_TREE=' argument +(xilinx-ppc405-generic) make[2]: ***

[U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support

2016-02-04 Thread Rai Harninder
The fuse status register provides the values from on-chip voltage ID efuses programmed at the factory. These values define the voltage requirements for the chip. u-boot reads FUSESR and translates the values into the appropriate commands to set the voltage output value of an external voltage

[U-Boot] [PATCH] api: Add FreeBSD API support for MIPS platforms

2016-02-04 Thread Stanislav Galabov
This patch adds U-Boot API support (used by FreeBSD loader) for MIPS platforms. Signed-off-by: Stanislav Galabov --- api/Makefile| 1 + api/api_platform-mips.c | 32 examples/api/Makefile | 3 +++ examples/api/crt0.S | 24

[U-Boot] [PATCH] api: Add FreeBSD API support for MIPS platforms

2016-02-04 Thread Stanislav Galabov
This patch adds U-Boot API support (used by FreeBSD loader) for MIPS platforms. Signed-off-by: Stanislav Galabov --- api/Makefile| 1 + api/api_platform-mips.c | 32 examples/api/Makefile | 3 +++ examples/api/crt0.S | 24

Re: [U-Boot] [PATCH 23/26] spl: Add an option to load a FIT containing U-Boot

2016-02-04 Thread Stefano Babic
Hi Simon, On 28/01/2016 17:39, Simon Glass wrote: > This provides a way to load a FIT containing U-Boot and a selection of device > tree files. The board can select the correct device tree by probing the > hardware. Then U-Boot is started with the selected device tree. > > Signed-off-by: Simon

[U-Boot] Please pull u-boot-x86

2016-02-04 Thread Bin Meng
Hi Tom, This includes changes to move all x86 codes to use DM PCI APIs completely. Now DM_PCI_COMPAT is disabled in the x86 build. The following changes since commit 94985cc9d3d7ed991ca8b2627d5894df5ea68f49: Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-02-04 06:56:23 -0500)

Re: [U-Boot] [PATCH v2] arm: use common instructions applicable to armv7m & other arm archs

2016-02-04 Thread Heiko Schocher
Hello Vikas, Am 04.02.2016 um 21:41 schrieb Vikas Manocha: This patch cleans the code by using instructions allowed for armv7m as well as other Arm archs. Signed-off-by: Vikas Manocha Reviewed-by: Simon Glass --- Changes in v2: reword message commit.

[U-Boot] [PATCH v2 4/4] kbuild: fix build rule of u-boot-spl.dtb

2016-02-04 Thread Masahiro Yamada
The build command of u-boot-spl.dtb is not constant, but dependent on CONFIG_OF_SPL_REMOVE_PROPS. Use $(call if_changed,...) so that the change of CONFIG_OF_SPL_REMOVE_PROPS is detected. Also, add tools/fdtgrep to the dependency to make sure u-boot-spl.dtb is generated by the up-to-date fdtgrep

[U-Boot] [PATCH v2 0/4] Kbuild fixes

2016-02-04 Thread Masahiro Yamada
Changes in v2: - Drop 3/5 ("kbuild: use $(call cmd, ) rather than $(call if_changed, ) where possible") - add tools/fdtgrep to the dependency Masahiro Yamada (4): kbuild: remove unneeded ifdef conditionals around build rules kbuild: sunxi: fix build rule of sunxi-spl.bin kbuild: add

[U-Boot] [PATCH v2 1/4] kbuild: remove unneeded ifdef conditionals around build rules

2016-02-04 Thread Masahiro Yamada
These rules are only used for SOCFPGA, SUNXI, but no need to hide them from other SoCs. Signed-off-by: Masahiro Yamada --- Changes in v2: - Drop 3/5 ("kbuild: use $(call cmd, ) rather than $(call if_changed, ) where possible") scripts/Makefile.spl | 4 1

Re: [U-Boot] [PATCH 08/11] x86: chromebox_panther: Convert to use driver model ethernet

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote: > On 2 February 2016 at 06:58, Bin Meng wrote: >> This board uses RTL8169 which is a driver model ethernet driver. >> >> Signed-off-by: Bin Meng >> --- >> >>

Re: [U-Boot] [PATCH 11/11] x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:28 AM, Simon Glass wrote: > On 2 February 2016 at 06:58, Bin Meng wrote: >> Now that we have converted all x86 codes to DM PCI, drop pci_type1.c >> which is only built for legacy PCI. Also per checkpatch.pl warning, >>

[U-Boot] [PATCH] armv7: ls102xa: Move smmu and stream id initialization into the common soc code

2016-02-04 Thread Alison Wang
The initialization for smmu and stream id is moved into the common soc code. Signed-off-by: Alison Wang --- arch/arm/cpu/armv7/ls102xa/soc.c| 48 + arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h | 2 ++

Re: [U-Boot] [PATCH 3/5] kbuild: use $(call cmd, ) rather than $(call if_changed, ) where possible

2016-02-04 Thread Masahiro Yamada
Hi Stephen, 2016-02-04 0:57 GMT+09:00 Stephen Warren : > On 02/03/2016 05:05 AM, Masahiro Yamada wrote: >> >> These build commands are constant (mostly, just concatenating images, >> or just copying). No need to use $(call if_changed,...) for them. > > > I disagree, since

Re: [U-Boot] 64-bit x86 U-Boot?

2016-02-04 Thread Bin Meng
On Fri, Feb 5, 2016 at 1:41 AM, Tom Rini wrote: > On Wed, Feb 03, 2016 at 12:42:44PM +0800, Bin Meng wrote: >> Hi Simon, >> >> On Wed, Feb 3, 2016 at 12:31 PM, Simon Glass wrote: >> > Hi Bin, >> > >> > On 2 February 2016 at 08:02, Bin Meng

[U-Boot] [PATCH v2 1/2] ARM: uniphier: fix makefiles to build cmd_ddr(m)phy.c

2016-02-04 Thread Masahiro Yamada
The U-Boot proper building needs to descend arch/arm/mach-uniphier/dram to build these commands. Fixes: 93d92d46cd01 ("ARM: uniphier: add dump command for DDR Multi PHY registers") Signed-off-by: Masahiro Yamada --- Changes in v2: - Newly added

[U-Boot] [PATCH] ARM: uniphier: adjust DDR clock delay line for ProXstream2

2016-02-04 Thread Masahiro Yamada
It turned out that DDR channel 2 was not working on ProXstream2 Vodka board. Add the missing ACBLDR0 register setting to adjust the delay between the clock lines and the address/command lines. Signed-off-by: Masahiro Yamada ---

[U-Boot] [PATCH v2 2/2] ARM: uniphier: move cmd_ddrmphy.c to fix build error

2016-02-04 Thread Masahiro Yamada
If CONFIG_CMD_DDRMPHY_DUMP is enabled, the build fails. Fixes: 93d92d46cd01 ("ARM: uniphier: add dump command for DDR Multi PHY registers") Signed-off-by: Masahiro Yamada --- Changes in v2: None arch/arm/mach-uniphier/{ => dram}/cmd_ddrmphy.c | 0 1 file

Re: [U-Boot] [PATCH 01/11] net: pch_gbe: Convert to use DM PCI API

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote: > On 2 February 2016 at 06:57, Bin Meng wrote: >> Use native DM PCI APIs instead of legacy compatible ones. >> >> Signed-off-by: Bin Meng >> --- >> >> drivers/net/pch_gbe.c | 27

Re: [U-Boot] [PATCH 05/11] efi: app: Clean up defconfig

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote: > On 2 February 2016 at 06:58, Bin Meng wrote: >> Move some #undef from efi-x86.h to efi-x86_defconfig as these are >> already Kconfig options. >> >> Signed-off-by: Bin Meng >> --- >>

Re: [U-Boot] [PATCH 02/11] net: designware: Use dm_pci_mem_to_phys() in the probe routine

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote: > On 2 February 2016 at 06:58, Bin Meng wrote: >> Convert to use native DM PCI API dm_pci_mem_to_phys(). >> >> Signed-off-by: Bin Meng >> --- >> >> drivers/net/designware.c | 4 +---

Re: [U-Boot] [PATCH 03/11] net: e1000: Convert to use DM PCI API

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote: > On 2 February 2016 at 06:58, Bin Meng wrote: >> Update this driver to use proper DM PCI APIs. >> >> Signed-off-by: Bin Meng >> --- >> >> drivers/net/e1000.c | 75 >>

Re: [U-Boot] [PATCH 09/11] dm: pci: Add missing forward declarations

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:28 AM, Simon Glass wrote: > On 2 February 2016 at 06:58, Bin Meng wrote: >> When CONFIG_DM_PCI_COMPAT is not on, there is only a forward declaration >> for pci_write_config32(). Add other missing ones. >> >> Signed-off-by: Bin Meng

Re: [U-Boot] [PATCH 07/11] x86: chromebox_panther: Drop the cache line size hack

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote: > On 2 February 2016 at 06:58, Bin Meng wrote: >> Now that the RTL8169 driver warning is fixed we can drop this. >> >> Signed-off-by: Bin Meng >> --- >> >>

Re: [U-Boot] [PATCH 10/11] x86: Disable DM_PCI_COMPAT

2016-02-04 Thread Bin Meng
On Tue, Feb 2, 2016 at 9:58 PM, Bin Meng wrote: > Now that all x86 codes have been converted to use proper DM PCI APIs, > it's time to disable the legacy compatible layer. > > Signed-off-by: Bin Meng > --- > > arch/x86/Kconfig | 3 --- > 1 file changed, 3

Re: [U-Boot] [PATCH 04/11] x86: quark: Use Quark's own PCI config APIs

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote: > On 2 February 2016 at 06:58, Bin Meng wrote: >> There are still two places in Quark's MRC codes that use the generic >> legacy PCI APIs, but as we are phasing out these legacy APIs, switch >> to use

Re: [U-Boot] [PATCH 06/11] efi: app: Disable CONFIG_USB_EHCI_PCI

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote: > On 2 February 2016 at 06:58, Bin Meng wrote: >> It does not build if without CONFIG_DM_PCI_COMPAT. For now we just >> disable it, until some day we add USB support to EFI application. >> >>

Re: [U-Boot] [PATCH] .travis.yml: explicitly request sudo

2016-02-04 Thread Heiko Schocher
Hello Stephen, Am 04.02.2016 um 17:33 schrieb Stephen Warren: On 02/04/2016 02:00 AM, Heiko Schocher wrote: Hello Stephen, Am 03.02.2016 um 18:41 schrieb Stephen Warren: From: Stephen Warren Without this, builds default to using new Travis CI infra-structure which does

[U-Boot] [PATCH v2 3/4] kbuild: add missing FORCE where $(call if_changed, ) is used

2016-02-04 Thread Masahiro Yamada
FORCE is needed for $(call if_changed,...) to be evaluated every time. Otherwise, the command is not executed when the command line has changed but any prerequisite has not been updated. Signed-off-by: Masahiro Yamada --- Changes in v2: None Makefile

[U-Boot] [PATCH v2 2/4] kbuild: sunxi: fix build rule of sunxi-spl.bin

2016-02-04 Thread Masahiro Yamada
The build command for sunxi-spl.bin is constant, so it is pointless to use $(call if_changed,...). $(call cmd,...) is enough. On the other hand, if the tools/mksunxiboot is updated, the resulted output may be different. Make the output image dependent on tools/mksunxiboot. Signed-off-by:

Re: [U-Boot] help on using patman

2016-02-04 Thread Simon Glass
Hi Mugunthan, On 4 February 2016 at 08:09, Mugunthan V N wrote: > Hi Simon > > I tried to use patman with a sample commit, below is the commit > with the tag patmantest > > Commit: > ~~~ > $ git show patmantest >

[U-Boot] [PATCH] ARM: zynq: Remove unused SPI base addresses

2016-02-04 Thread Michal Simek
Remove unused macros. Adresses are taken from DT. Signed-off-by: Michal Simek --- arch/arm/include/asm/arch-zynqmp/hardware.h | 3 --- arch/arm/mach-zynq/include/mach/hardware.h | 2 -- 2 files changed, 5 deletions(-) diff --git

Re: [U-Boot] [PATCH V2 2/4] common: env_mmc: support loading env from different cards

2016-02-04 Thread Stefano Babic
Hi Peng, On 03/02/2016 02:01, Peng Fan wrote: > Hi Stefano, > > On Tue, Feb 02, 2016 at 08:46:09PM +0100, Stefano Babic wrote: >> Hi Peng, >> >> On 17/12/2015 05:43, Peng Fan wrote: >>> Some boards support booting from different SD card slots. >>> For example, mx6dpsabresd board supports booting

Re: [U-Boot] [PATCH] imx: Refactoring CAAM Job Ring structure and Secure Memory for imx7

2016-02-04 Thread Stefano Babic
On 02/02/2016 11:39, Ulises Cardenas wrote: > Refactored data structure for CAAM's job ring and Secure Memory > to support i.MX7. > > The new memory map use macros to resolve SM's offset by version. > This will solve the versioning issue caused by the new version of > secure memory of i.MX7 > >

Re: [U-Boot] [PATCH] ARM: zynq: Remove unused SPI base addresses

2016-02-04 Thread Jagan Teki
On 4 February 2016 at 14:37, Michal Simek wrote: > Remove unused macros. Adresses are taken from DT. > > Signed-off-by: Michal Simek Reviewed-by: Jagan Teki -- Jagan. ___ U-Boot

Re: [U-Boot] .travis.yml: rework according to new travis-ci infra

2016-02-04 Thread Meier, Roger
Hi Warren > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Mittwoch, 3. Februar 2016 17:58 > To: Roger Meier > Cc: Tom Rini ; Tom Rini ; u- > b...@lists.denx.de; Andreas Färber

Re: [U-Boot] [PATCH] malloc: solve dead code issue in memalign()

2016-02-04 Thread Tom Rini
On Thu, Feb 04, 2016 at 11:54:20AM -0700, Stephen Warren wrote: > From: Stephen Warren > > The recent change to memalign() caused the allocation failure detection > code to be dead code; the "retry" logic is always activated under the same > condition that the original

Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support

2016-02-04 Thread york sun
Rai, On 02/04/2016 06:25 AM, Rai Harninder wrote: > The fuse status register provides the values from on-chip > voltage ID efuses programmed at the factory. These values > define the voltage requirements for the chip. u-boot reads > FUSESR and translates the values into the appropriate > commands

[U-Boot] [PATCH 1/2] imx: mx6: Implement mmc_get_env_part

2016-02-04 Thread Soeren Moch
commit 216d286c7e3d3d83d4d8ccaf0415192e1b1040c0 [imx: mx6: implement mmc_get_env_dev] introduced selection of the environment device according to the boot device when booting from SD/MMC. Extend this functionality for also selecting the device partition. Signed-off-by: Soeren Moch

[U-Boot] [PATCH 2/2] board: tbs2910: Autoselect environment device when booting from SD

2016-02-04 Thread Soeren Moch
Implement board specific functions to select the environment device and partition when booting from SD/MMC. SD2: mmc 0 0 SD3: mmc 1 0 eMMC: mmc 2 1 Signed-off-by: Soeren Moch --- Cc: Stefano Babic Cc: Peng Fan Cc: Fabio Estevam

[U-Boot] help on using patman

2016-02-04 Thread Mugunthan V N
Hi Simon I tried to use patman with a sample commit, below is the commit with the tag patmantest Commit: ~~~ $ git show patmantest tag patmantest Tagger: Mugunthan V N Date: Thu Feb 4 11:51:48 2016 +0530

Re: [U-Boot] [PATCH] .travis.yml: explicitly request sudo

2016-02-04 Thread Stephen Warren
On 02/04/2016 02:00 AM, Heiko Schocher wrote: Hello Stephen, Am 03.02.2016 um 18:41 schrieb Stephen Warren: From: Stephen Warren Without this, builds default to using new Travis CI infra-structure which does no allow sudo. The builds need sudo in order to install the ELDK

Re: [U-Boot] [PULL] u-boot-socfpga/master

2016-02-04 Thread Tom Rini
On Thu, Feb 04, 2016 at 12:44:47PM +0100, Marek Vasut wrote: > The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48: > > Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500) > > are available in the git repository at: > > git://git.denx.de/u-boot-socfpga.git master > >

Re: [U-Boot] [PATCH] OMAP3: omap3_logic: Enable Android Fastboot

2016-02-04 Thread Tom Rini
On Sun, Jan 31, 2016 at 01:34:39PM -0600, Adam Ford wrote: > Android Fastboot requires USB. The TWL4030 PMIC on omap3_logic handles USB > traffic. > This patch sets up the USB gadget and Android Fastboot to match what is done > in the > omap3_beagle project. > > Signed-off-by: Adam Ford

Re: [U-Boot] [PATCH] OMAP3_LOGIC: Setup defconfig to enable SPL and NAND booting

2016-02-04 Thread Tom Rini
On Sat, Jan 30, 2016 at 06:43:59AM -0600, Adam Ford wrote: > The defconfig patch will enable the the SPL and NAND settings. > The update to Kconfig will allow the SPL to configured in and > built. > > Signed-off-by: Derald D. Woods > Signed-off-by: Adam Ford

Re: [U-Boot] 9c11135 breaks bootz

2016-02-04 Thread Tom Rini
On Tue, Feb 02, 2016 at 03:49:07PM +0100, Matthias Weißer wrote: > Hi > > 9c11135 image: fix getenv_bootm_size() function breaks the bootz > command for me on a custom hardware (very similar to mx6sxsabresd but > with only 256MB RAM). I don't have bootm_size or bootm_low defined. > > After

Re: [U-Boot] [PATCH] Revert "arm: Remove wireless_space board"

2016-02-04 Thread Tom Rini
On Sun, Jan 31, 2016 at 09:37:04PM +0100, Albert ARIBAUD wrote: > Revert commit b352182a and complete generic board support. > > Signed-off-by: Albert ARIBAUD Reviewed-by: Tom Rini Go ahead and bring it in via u-boot-arm. -- Tom

Re: [U-Boot] [PATCH] ppc: xilinx-ppc405-generic

2016-02-04 Thread Tom Rini
On Thu, Feb 04, 2016 at 02:45:00PM +0100, Ricardo Ribalda Delgado wrote: > Fix device tree name: > > +(xilinx-ppc405-generic) Device Tree Source is not correctly specified. > +(xilinx-ppc405-generic) Please define 'CONFIG_DEFAULT_DEVICE_TREE' > +(xilinx-ppc405-generic) or build with

Re: [U-Boot] [PULL] Please pull u-boot-imx

2016-02-04 Thread Tom Rini
On Thu, Feb 04, 2016 at 10:44:26AM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > > The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48: > > Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500) > > are available in the git repository

Re: [U-Boot] [PULL] u-boot-usb/master

2016-02-04 Thread Tom Rini
On Thu, Feb 04, 2016 at 12:45:18PM +0100, Marek Vasut wrote: > The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48: > > Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500) > > are available in the git repository at: > > git://git.denx.de/u-boot-usb.git master > > for

Re: [U-Boot] [PATCH 4/6] dm: serial: Drop serial_max3100 serial driver

2016-02-04 Thread Tom Rini
On Sun, Jan 31, 2016 at 09:16:15AM -0700, Simon Glass wrote: > This does not appear to be used, and has not been converted to driver model > by the deadline (doc/driver-model/serial-howto.txt). > > Signed-off-by: Simon Glass Dead code: Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH 5/6] dm: pxa: serial: Drop serial_sa1100 serial driver

2016-02-04 Thread Tom Rini
On Sun, Jan 31, 2016 at 09:16:16AM -0700, Simon Glass wrote: > This does not appear to be used, and has not been converted to driver model > by the deadline (doc/driver-model/serial-howto.txt). > > Signed-off-by: Simon Glass Dead code: Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH V2] OMAP3: omap3_logic: Remove YAFFS support.

2016-02-04 Thread Tom Rini
On Mon, Feb 01, 2016 at 06:27:21AM -0600, Adam Ford wrote: > UBIFS is the preferred FS, and YAFFS isn't officially included in > Linux. Removing this feature reduces the code size. > > Signed-off-by: Adam Ford Reviewed-by: Tom Rini -- Tom

Re: [U-Boot] [PATCH 2/6] dm: opencores: Drop opencores_yanu serial driver

2016-02-04 Thread Tom Rini
On Sun, Jan 31, 2016 at 09:16:13AM -0700, Simon Glass wrote: > This does not appear to be used, and has not been converted to driver model > by the deadline (doc/driver-model/serial-howto.txt). > > Signed-off-by: Simon Glass Dead code: Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH 3/6] dm: freescale: serial: Drop serial_imx serial driver

2016-02-04 Thread Tom Rini
On Sun, Jan 31, 2016 at 09:16:14AM -0700, Simon Glass wrote: > This does not appear to be used, and has not been converted to driver model > by the deadline (doc/driver-model/serial-howto.txt). > > Signed-off-by: Simon Glass Dead code: Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH] OMAP3: omap3_logic: Enable CONFIG_SMC911X_32_BIT

2016-02-04 Thread Tom Rini
On Sun, Jan 31, 2016 at 05:13:33PM -0600, Adam Ford wrote: > The interface automatically converts one 32-bit word into two 16 words. > The README said it is permissible to use this flag in that scenario. > > Signed-off-by: Adam Ford Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH] OMAP3: Enable SPL on omap3_logic

2016-02-04 Thread Tom Rini
On Fri, Jan 29, 2016 at 08:12:34PM -0600, Adam Ford wrote: > Previously, Omap3_logic assumed X-loader was present. With this > patch, we can finally replace X-loader with an MLO generated by > U-Boot. This requires ECC to be setup to match the Linux Kernel > and the PBIAS confgured for the SD

Re: [U-Boot] 64-bit x86 U-Boot?

2016-02-04 Thread Tom Rini
On Wed, Feb 03, 2016 at 12:42:44PM +0800, Bin Meng wrote: > Hi Simon, > > On Wed, Feb 3, 2016 at 12:31 PM, Simon Glass wrote: > > Hi Bin, > > > > On 2 February 2016 at 08:02, Bin Meng wrote: > >> Hi Albert, > >> > >> On Tue, Feb 2, 2016 at 5:53 PM, Albert

[U-Boot] [PATCH] malloc: solve dead code issue in memalign()

2016-02-04 Thread Stephen Warren
From: Stephen Warren The recent change to memalign() caused the allocation failure detection code to be dead code; the "retry" logic is always activated under the same condition that the original failure detection code is, and also fully handles any possible failures. This

Re: [U-Boot] [PATCH] ARM: zynq: Remove unused SPI base addresses

2016-02-04 Thread Moritz Fischer
On Thu, Feb 4, 2016 at 1:07 AM, Michal Simek wrote: > Remove unused macros. Adresses are taken from DT. > > Signed-off-by: Michal Simek Reviewed-by: Moritz Fischer > --- > > arch/arm/include/asm/arch-zynqmp/hardware.h

[U-Boot] [PATCH v2] arm: use common instructions applicable to armv7m & other arm archs

2016-02-04 Thread Vikas Manocha
This patch cleans the code by using instructions allowed for armv7m as well as other Arm archs. Signed-off-by: Vikas Manocha Reviewed-by: Simon Glass --- Changes in v2: reword message commit. Removed info regarding BIC instruction on SP, was creating

[U-Boot] [PATCH] imx: imx7 Support for Manufacturing Protection

2016-02-04 Thread Ulises Cardenas
i.MX7 has an a protection feature for Manufacturing process. This feature uses assymetric encryption to sign and verify authenticated software handled between parties. This command is enables the use of such feature. The private key is unique and generated once per device. And it is stored in

Re: [U-Boot] Issue with USB mass storage (thumb drives)

2016-02-04 Thread Schrempf Frieder
On 03.02.2016 20:16, Sergei Temerkhanov wrote: > On Wed, Feb 3, 2016 at 8:40 AM, Marek Vasut wrote: >> On Wednesday, February 03, 2016 at 12:49:20 PM, Schrempf Frieder wrote: >>> On 03.02.2016 12:12, Marek Vasut wrote: On Wednesday, February 03, 2016 at 11:15:00 AM, Schrempf

Re: [U-Boot] Issue with USB mass storage (thumb drives)

2016-02-04 Thread Schrempf Frieder
On 03.02.2016 17:40, Marek Vasut wrote: > On Wednesday, February 03, 2016 at 12:49:20 PM, Schrempf Frieder wrote: >> On 03.02.2016 12:12, Marek Vasut wrote: >>> On Wednesday, February 03, 2016 at 11:15:00 AM, Schrempf Frieder wrote: On 03.02.2016 10:55, Fabio Estevam wrote: > On Wed, Feb

Re: [U-Boot] [PATCH ] board: ls2080a: Add "mcinitcmd" env for MC & DPL deployment

2016-02-04 Thread Pratiyush Srivastava
-Original Message- From: york sun Sent: Wednesday, January 20, 2016 9:32 PM To: Pratiyush Mohan Srivastava ; u-boot@lists.denx.de Cc: Prabhakar Kushwaha ; Pratiyush Srivastava Subject: Re:

[U-Boot] [PATCH] armv8: ls2080: Update SerDes2 table for 0x45 & 0x47 protocol

2016-02-04 Thread Pratiyush Mohan Srivastava
LANE A of SerDes 2 Protocol 0x45 & 0x47 are SGMII9 and PCIE3 respectively. So Update SerDes2 table for 0x45 & 0x47 protocol. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Pratiyush Mohan Srivastava ---

Re: [U-Boot] [PATCH] .travis.yml: explicitly request sudo

2016-02-04 Thread Heiko Schocher
Hello Stephen, Am 03.02.2016 um 18:41 schrieb Stephen Warren: From: Stephen Warren Without this, builds default to using new Travis CI infra-structure which does no allow sudo. The builds need sudo in order to install the ELDK compilers. Consequently, almost all builds