[U-Boot] [PATCH 2/2] ARM: rpi_b: enable USB/DHCP/PXE in bootcmd

2014-09-26 Thread Stephen Warren
USB support must be enabled before config_distro_bootcmd.h is included for bootcmd to include USB-related functionality. Signed-off-by: Stephen Warren --- include/configs/rpi_b.h | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/include/configs/rpi_b

[U-Boot] [PATCH V2 1/2] ARM: rpi_b: query internal MAC address from firmware

2014-09-26 Thread Stephen Warren
The built-in SMSC 95xx chip doesn't know its own MAC address. Instead, we must query it from the VC firmware; it's probably encoded in fuses on the BCM2835. Signed-off-by: Stephen Warren --- v2: Don't set usbethaddr if it's already set --- arch/arm/include/asm/arch-bcm2835/mbox.h | 14 ++

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

2014-09-26 Thread Felipe Balbi
On Fri, Sep 26, 2014 at 05:52:11PM -0600, Simon Glass wrote: > Hi Tom, > > Here are the changes that were reviewed by Jagan (SPI maintainer). > > Branch is 'for-tom' as I had trouble with master (see below). > > The following changes since commit f9860cf081efdf32c8a01b9fc271fe55e2a79f8d: > >

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

2014-09-26 Thread Simon Glass
Hi Tom, Here are the changes that were reviewed by Jagan (SPI maintainer). Branch is 'for-tom' as I had trouble with master (see below). The following changes since commit f9860cf081efdf32c8a01b9fc271fe55e2a79f8d: nand/denali: Document CONFIG symbols (2014-09-25 13:54:58 -0500) are available

Re: [U-Boot] [PATCH] dm: avoid dev->req_seq overflow

2014-09-26 Thread Simon Glass
On 19 September 2014 11:49, Simon Glass wrote: > Hi Robert, > > On 18 September 2014 23:25, Robert Baldyga wrote: >> >> On 09/18/2014 08:00 PM, Simon Glass wrote: >> > Hi Robert, >> > >> > On 18 September 2014 09:13, Robert Baldyga > > > wrote: >> > >> > Since de

Re: [U-Boot] [PATCH v3 05/11] dm: serial: Don't require device tree to configure a console

2014-09-26 Thread Simon Glass
On 17 September 2014 09:02, Simon Glass wrote: > Allow serial_find_console_or_panic() to work without a device tree. > > Signed-off-by: Simon Glass Applied to u-boot-dm and now in mainline. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx

Re: [U-Boot] [PATCH v3 03/11] dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL

2014-09-26 Thread Simon Glass
On 17 September 2014 09:02, Simon Glass wrote: > The sequence number support in driver model requires device tree control. > It should be skipped if CONFIG_OF_CONTROL is not defined, and should not > require functions from fdtdec. > > Signed-off-by: Simon Glass Applied to u-boot-dm and now in ma

Re: [U-Boot] [PATCH v2 01/30] dm: Fix repeated comment in README

2014-09-26 Thread Simon Glass
On 15 September 2014 06:33, Simon Glass wrote: > A merge error ended up repeating a similar sentence twice. Fix it. > > Signed-off-by: Simon Glass Applied to u-boot-dm and now in mainline. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.

Re: [U-Boot] [PATCH 2/2] patman: Add a -m option to avoid copying the maintainers

2014-09-26 Thread Simon Glass
On 14 September 2014 20:23, Simon Glass wrote: > The get_maintainers script is a useful default, but sometimes is copies > too many people, or takes a long time to run. > > Add an option to disable it and update the README. > > Signed-off-by: Simon Glass Applied to u-boot-x86/misc and now in mai

Re: [U-Boot] [PATCH v2 1/2] sandbox: Update minor documentation changes

2014-09-26 Thread Simon Glass
On 31 August 2014 22:24, Masahiro Yamada wrote: > > Hi Jagan, > > > > On Sun, 31 Aug 2014 21:19:43 +0530 > Jagannadha Sutradharudu Teki wrote: > > > diff --git a/README b/README > > index 1e63f04..e88184b 100644 > > --- a/README > > +++ b/README > > @@ -272,7 +272,7 @@ board. This allows feature

Re: [U-Boot] [PATCH] spi:ls102xqds:Support for compatibility for QSPI and DSPI modules drivers

2014-09-26 Thread Andreas Färber
Hi, Am 26.09.2014 um 09:56 schrieb Chao Fu: > From: Chao Fu > > Useage: > For exmaple(ls1021 ls1021aqds): > > SPI bus defination can be find in > arch/arm/include/asm/arch-ls102xa/config.h > > SPI_BUS_FSL_QSPI0 > SPI_BUS_FSL_DSPI1

Re: [U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block

2014-09-26 Thread Marek Vasut
On Friday, September 26, 2014 at 05:01:22 PM, Dinh Nguyen wrote: [...] > >>> +#define DWC2_GUSBCFG_TX_END_DELAY(1 << 28) > >>> +#define DWC2_GUSBCFG_TX_END_DELAY_OFFSET 28 > >> > >> bits 29 and 30 of GUSBCFG are to Force Host and Device mode, > >> respectively. Thes

Re: [U-Boot] [PATCH 1/2] powerpc/mpc85xx: modify erratum A007186

2014-09-26 Thread York Sun
On 09/25/2014 09:37 PM, Zhao Qiang wrote: > T2080 v1.0 has this errata while v1.1 has fixed > this errata by hardware, add a new function to > check the SVR_SOC_VER, SVR_MAJ and SVR_MIN first, > if the cpu is T2080 and version is not v1.0, doesn't > run the a007186 errata_workaround. > > Signed-of

Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx: modify erratum A007212

2014-09-26 Thread York Sun
On 09/25/2014 10:55 PM, Zhao Qiang-B45475 wrote: > > On 9/26/14 1:01 PM, York Sun wrote: > >> -Original Message- >> From: Sun York-R58495 >> Sent: Friday, September 26, 2014 1:01 PM >> To: Zhao Qiang-B45475; u-boot@lists.denx.de >> Cc: Xie Xiaobo-R63061; Zhao Qiang-B45475 >> Subject: Re:

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

2014-09-26 Thread Marek Vasut
On Friday, September 26, 2014 at 05:42:10 PM, René Griessl wrote: > > On Friday, September 26, 2014 at 11:35:02 AM, René Griessl wrote: > changes in v3: > -added all compatible devices from linux driver > -fixed issues from review > > changes in v2: > -add

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

2014-09-26 Thread René Griessl
On Friday, September 26, 2014 at 11:35:02 AM, René Griessl wrote: changes in v3: -added all compatible devices from linux driver -fixed issues from review changes in v2: -added usb_ether.h to change list -added 2nd patch to enable driver for arndale board T

Re: [U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-26 Thread Stephen Warren
On 09/26/2014 09:24 AM, Tom Rini wrote: On Fri, Sep 26, 2014 at 08:52:11AM -0600, Stephen Warren wrote: On 09/26/2014 07:49 AM, Tom Rini wrote: On Thu, Sep 25, 2014 at 07:44:30AM -0600, Simon Glass wrote: Hi, On 25 September 2014 07:18, Tom Rini wrote: On Thu, Sep 25, 2014 at 04:38:09PM +09

Re: [U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-26 Thread Tom Rini
On Fri, Sep 26, 2014 at 08:52:11AM -0600, Stephen Warren wrote: > On 09/26/2014 07:49 AM, Tom Rini wrote: > >On Thu, Sep 25, 2014 at 07:44:30AM -0600, Simon Glass wrote: > >>Hi, > >> > >>On 25 September 2014 07:18, Tom Rini wrote: > >>>On Thu, Sep 25, 2014 at 04:38:09PM +0900, Masahiro Yamada wrot

Re: [U-Boot] [PATCH v3 0/15] samsung: Use common config files with Samsung boards

2014-09-26 Thread Simon Glass
Hi Minkyu, On 23 September 2014 12:59, Simon Glass wrote: > This series tries to unify the Samsung board configs into a few header > files for exynos5 and exynos4. > > The purpose is to make it easier to move to driver model. In that case > I would like things like the GPIO drivers and serial dr

Re: [U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block

2014-09-26 Thread Dinh Nguyen
On 09/26/2014 02:29 AM, Marek Vasut wrote: > On Tuesday, September 23, 2014 at 11:59:28 PM, Dinh Nguyen wrote: > > > btw. please try to trim down the content of the patch when replying only to > the > relevant part, so others don't have to look up the relevant bits among > billions > of lines

Re: [U-Boot] [PATCH for-next] arndale: Enable config_distro_defaults.h

2014-09-26 Thread Ian Campbell
On Fri, 2014-09-26 at 15:25 +0100, Ian Campbell wrote: > From: Ian Campbell > > ...and remove explicit setting of things which this implies. > > I'm mainly interested in CONFIG_CMD_BOOTZ and CONFIG_SUPPORT_RAW_INITRD > > Signed-off-by: Ian Campbell Also FYI Inderpal Singh bounces (person no

Re: [U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-26 Thread Stephen Warren
On 09/26/2014 07:49 AM, Tom Rini wrote: On Thu, Sep 25, 2014 at 07:44:30AM -0600, Simon Glass wrote: Hi, On 25 September 2014 07:18, Tom Rini wrote: On Thu, Sep 25, 2014 at 04:38:09PM +0900, Masahiro Yamada wrote: Hi Simon, On Wed, 24 Sep 2014 17:08:11 -0600 Simon Glass wrote: +config

[U-Boot] [PATCH v5 1/7] mtd: denali: add Denali controller configs to Kconfig

2014-09-26 Thread Masahiro Yamada
Commit 3eb3e72a3f66 (nand/denali: Adding Denali NAND driver support) introduced some new options, and some of them were documented by commit f9860cf081ef (nand/denali: Document CONFIG symbols). This commit allows users to enable/disable them via Kconfig with more detailed help docs. Signed-off-by

[U-Boot] [PATCH v5 2/7] mtd: denali: add Denali NAND driver for SPL

2014-09-26 Thread Masahiro Yamada
The SPL-mode driver for Denali(Cadence) NAND Flash Memory Controller IP. This driver requires two CONFIG macros: - CONFIG_SPL_NAND_DENALI Define to enable this driver. - CONFIG_SYS_NAND_BAD_BLOCK_POS Specify bad block mark position in the oob space. Typically 0. Signed-off-by: Masahir

[U-Boot] [PATCH v5 0/7] Add support for Panasonic UniPhier SoCs/boards

2014-09-26 Thread Masahiro Yamada
UniPhier is the SoC family developed by Panasonic Corporation, based on ARM Cortex-A9. This patch set adds its SoC/board support code with some drivers. Masahiro Yamada (7): mtd: denali: add Denali controller configs to Kconfig mtd: denali: add Denali NAND driver for SPL serial: add UniPhi

[U-Boot] [PATCH v5 3/7] serial: add UniPhier serial driver

2014-09-26 Thread Masahiro Yamada
The driver for on-chip UART used on Panasonic UniPhier platform. Signed-off-by: Masahiro Yamada --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Use "const unsigned int mode_x_div = 16" instead of "#define MODE_X_DIV 16" - Use DIV_ROUND_CLOSEST() macro

[U-Boot] [PATCH v5 5/7] ARM: UniPhier: add Kconfig and defconfig

2014-09-26 Thread Masahiro Yamada
This commit allows to build Panasonic UniPhier family: PH1-LD4, PH1-Pro4, PH1-sLD8 Signed-off-by: Masahiro Yamada --- Changes in v5: - Add Denali config options to defconfigs Changes in v4: None Changes in v3: - Rebase on the current u-boot/master Changes in v2: - Rebase on the current u

[U-Boot] [PATCH v5 7/7] git-mailrc: add me as a maintainer of UniPhier platform

2014-09-26 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Rebase doc/git-mailrc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/git-mailrc b/doc/git-mailrc index 0fba100..35f2eb2 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@

[U-Boot] [PATCH v5 6/7] MAINTAINERS: add me as a maintainer of UniPhier platform

2014-09-26 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada Acked-by: Albert ARIBAUD Acked-by: Michal Simek --- Changes in v5: - Add u-boot-uniphier repo info Changes in v4: None Changes in v3: None Changes in v2: - Newly added MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MA

[U-Boot] [PATCH for-next] arndale: Enable config_distro_defaults.h

2014-09-26 Thread Ian Campbell
From: Ian Campbell ...and remove explicit setting of things which this implies. I'm mainly interested in CONFIG_CMD_BOOTZ and CONFIG_SUPPORT_RAW_INITRD Signed-off-by: Ian Campbell --- include/configs/arndale.h | 22 ++ 1 file changed, 2 insertions(+), 20 deletions(-) diff

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

2014-09-26 Thread Marek Vasut
On Friday, September 26, 2014 at 11:35:02 AM, René Griessl wrote: > >> changes in v3: > >>-added all compatible devices from linux driver > >>-fixed issues from review > >> > >> changes in v2: > >> -added usb_ether.h to change list > >> -added 2nd patch to enable driver f

Re: [U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-26 Thread Tom Rini
On Thu, Sep 25, 2014 at 07:44:30AM -0600, Simon Glass wrote: > Hi, > > On 25 September 2014 07:18, Tom Rini wrote: > > On Thu, Sep 25, 2014 at 04:38:09PM +0900, Masahiro Yamada wrote: > >> Hi Simon, > >> > >> > >> > >> On Wed, 24 Sep 2014 17:08:11 -0600 > >> Simon Glass wrote: > >> > >> > > +con

[U-Boot] [PATCH 1/7] kconfig: move CONFIG_SYS_HZ to lib/Kconfig

2014-09-26 Thread Masahiro Yamada
CONFIG_SYS_HZ is always defined as 1000 in config_fallbacks.h (but some boards still have redundant definitions). This commit moves the definition and the document in README to Kconfig. Since lib/Kconfig can assure that CONFIG_SYS_HZ is 1000, the sanity check in lib/time.c can be removed. Signed

[U-Boot] [PATCH 0/7] kconfig: Move CONFIG_SYS_HZ and CONFIG_USE_PRIVATE_LIBGCC, bug fixes

2014-09-26 Thread Masahiro Yamada
Masahiro Yamada (7): kconfig: move CONFIG_SYS_HZ to lib/Kconfig x86: set CONFIG_USE_PRIVATE_LIBGCC to y kbuild: drop CONFIG_USE_PRIVATE_LIBGCC= syntax kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig kbuild: fix a bug of the u-boot-spl link rule kconfig: invoke silentoldconfig if s

Re: [U-Boot] [PATCH 1/7] kconfig: move CONFIG_SYS_HZ to lib/Kconfig

2014-09-26 Thread Marek Vasut
On Friday, September 26, 2014 at 12:23:22 PM, Masahiro Yamada wrote: > CONFIG_SYS_HZ is always defined as 1000 in config_fallbacks.h > (but some boards still have redundant definitions). > > This commit moves the definition and the document in README to > Kconfig. Since lib/Kconfig can assure tha

[U-Boot] [U-boot] [Patch] configs: ks2_evm: enable misc_init_r

2014-09-26 Thread Ivan Khoronzhuk
Currently keystone has misc_init_r where all DSPS are turned off by default. So enable this function. Signed-off-by: Ivan Khoronzhuk --- include/configs/ks2_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h index 43db581..a023a47 1006

[U-Boot] [U-boot] [Patch 5/5] soc: keystone_serdes: generalize configuration mechanism

2014-09-26 Thread Ivan Khoronzhuk
The cmu, comlane, lane configuration mechanism are similar for sub systems as well such as PCI or sRIO, but they have different values based on input clock and output bus rate. According to this compact driver to simplify adding different configuration settings based on clock and rate. Signed-off-

[U-Boot] [U-boot] [Patch 2/5] soc: keystone_serdes: create a separate SGMII SerDes driver

2014-09-26 Thread Ivan Khoronzhuk
This patch split the Keystone II SGMII SerDes related code from Ethernet driver and create a separate SGMII SerDes driver. The SerDes driver can be used by others keystone subsystems like PCI, sRIO, so move it to driver/soc/keystone directory. Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzh

[U-Boot] [U-boot] [Patch 4/5] soc: keystone_serdes: generalize to be used by other sub systems

2014-09-26 Thread Ivan Khoronzhuk
From: Hao Zhang SerDes driver is used by other sub systems like PCI, sRIO etc. So modify it to be more general. The SerDes driver provides common API's that can also be extended for other peripherals SerDes configurations. Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/i

[U-Boot] [U-boot] [Patch 0/5] keystone2: serdes: add seredes driver

2014-09-26 Thread Ivan Khoronzhuk
This patch series adds serdes driver, taking out it from keystone_net driver. Based on "[U-boot] [Patch 0/5] keystone2: generalize keystone_net driver usage" https://www.mail-archive.com/u-boot@lists.denx.de/msg148032.html Hao Zhang (2): soc: keystone_serdes: enhance to use cmu/comlane/lane spe

[U-Boot] [U-boot] [Patch 3/5] soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations

2014-09-26 Thread Ivan Khoronzhuk
From: Hao Zhang Enhance the driver to use cmu/comlane/lane specific configurations instead of 1 big array of configuration. Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/include/asm/arch-keystone/hardware-k2hk.h | 3 + arch/arm/include/asm/arch-keystone/hardware.h

[U-Boot] [U-boot] [Patch 1/5] soc: add soc specific drivers directory

2014-09-26 Thread Ivan Khoronzhuk
Add soc specific drivers directory like in the Linux kernel. It is going to be used by keysotone soc specific drivers. Signed-off-by: Ivan Khoronzhuk --- drivers/Makefile | 2 ++ drivers/soc/Makefile | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 drivers/soc/Makefile diff --g

[U-Boot] [PATCH v2 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board

2014-09-26 Thread Alison Wang
This patch adds SD boot support for LS1021AQDS board. SPL framework is used. PBL initialize the internal RAM and copy SPL to it, then SPL initialize DDR using SPD and copy u-boot from SD card to DDR, finally SPL transfer control to u-boot. Signed-off-by: Alison Wang Signed-off-by: Jason Jin ---

[U-Boot] [PATCH v2 7/7] arm: ls102xa: Add SD boot support for LS1021ATWR board

2014-09-26 Thread Alison Wang
This patch adds SD boot support for LS1021ATWR board. SPL framework is used. PBL initialize the internal RAM and copy SPL to it, then SPL initialize DDR using SPD and copy u-boot from SD card to DDR, finally SPL transfer control to u-boot. Signed-off-by: Chen Lu Signed-off-by: Alison Wang Signed

[U-Boot] [PATCH v2 2/7] spl: Use u-boot.img instead of u-boot.bin

2014-09-26 Thread Alison Wang
In SD boot, the magic number of u-boot image will be checked. For LS102xA, u-boot.bin doesn't have the magic number. So use u-boot.img which includes the magic number instead of u-boot.bin when producing u-boot-with-spl-pbl.bin. Signed-off-by: Alison Wang --- Change log: v2: No change. Makefil

[U-Boot] [PATCH v2 3/7] arm: spl: Add I2C linker list in generic .lds

2014-09-26 Thread Alison Wang
On LS1, DDR is initialized by reading SPD through I2C interface in SPL code. For I2C, ll_entry_count() is called, and it returns the number of elements of a linker-generated array placed into subsection of .u_boot_list section specified by _list argument. So add I2C linker list in the generic .lds

[U-Boot] [PATCH v2 5/7] ls102xa: qixis: Add CONFIG_QIXIS_I2C_ACCESS macro

2014-09-26 Thread Alison Wang
Through adding CONFIG_QIXIS_I2C_ACCESS macro, QIXIS_READ(reg)/QIXIS_WRITE(reg, value) can be used for both i2c and ifc access to QIXIS FPGA. This is more convenient for coding. Signed-off-by: Jason Jin Signed-off-by: Alison Wang --- Change log: v2: No change. board/freescale/common/qixis.h |

[U-Boot] [PATCH v2 4/7] common: spl: Add interactive DDR debugger support for SPL

2014-09-26 Thread Alison Wang
For LS102xA, interactive DDR debugger is still needed in SPL part. So build the needed files in SPL image too. Signed-off-by: Alison Wang --- Change log: v2: No change. common/Makefile | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/common/Makefile b/

[U-Boot] [PATCH v2 0/7] Add SD boot support for LS1021AQDS/TWR board

2014-09-26 Thread Alison Wang
This series contain SD boot support for LS1021AQDS/TWR board.SPL framework is used. PBL initialize the internal RAM and copy SPL to it, then SPL initialize DDR using SPD and copy u-boot from SD card to DDR, finally SPL transfer control to u-boot. --

[U-Boot] [PATCH v2 1/7] ls102xa: pblimage: Add pblimage tool support for LS102xA

2014-09-26 Thread Alison Wang
For LS102xA, the size of spl/u-boot-spl.bin is variable. This patch adds the support to deal with the variable u-boot size in pblimage tool. It will be padded to 64 byte boundary. Use pblimage_check_params() to add the specific operations for ARM, such as PBI CRC and END command and the calculatio

[U-Boot] [PATCH 3/7] kbuild: drop CONFIG_USE_PRIVATE_LIBGCC= syntax

2014-09-26 Thread Masahiro Yamada
Now CONFIG_USE_PRIVATE_LIBGCC is only used as a boolean macro. Remove CONFIG_USE_PRIVATE_LIBGCC= syntax. Signed-off-by: Masahiro Yamada --- Makefile | 4 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 6221113..d506b2e 100644 --- a/Makefile +++ b/Makefile @@ -670,13

[U-Boot] [PATCH 5/7] kbuild: fix a bug of the u-boot-spl link rule

2014-09-26 Thread Masahiro Yamada
cmd_u-boot-spl includes $(PLATFORM_LIBS) which changes when CONFIG_USE_PRIVATE_GCC is updated. The u-boot-spl image should be re-linked if any prerequisite is newer than it or the command line has changed. $(call, if_changed,...) should be used instead of $(call cmd,...). Signed-off-by: Masahiro

[U-Boot] [PATCH 7/7] mips: enable CONFIG_USE_PRIVATE_LIBGCC by default

2014-09-26 Thread Masahiro Yamada
Without the private libgcc, we need a full multilib toolchain with different libgcc or multiple toolchains to build all BE/LE and hard-float/soft-float variants of MIPS boards. That is not feasible. This commit allows us to build all the MIPS boards with a single kernel.org toolchain: https://ww

[U-Boot] [PATCH 6/7] kconfig: invoke silentoldconfig if spl, tpl/.config is updated

2014-09-26 Thread Masahiro Yamada
When spl/.config is updated by "make spl/menuconfig" or friends, spl/include/config/auto.conf, spl/include/generated/autoconf.h and some other files must be updated by "make silentoldconfig". There is no hook for SPL in the top Makefile, so this commit touches .config when spl/.config is updated t

[U-Boot] [PATCH 2/7] x86: set CONFIG_USE_PRIVATE_LIBGCC to y

2014-09-26 Thread Masahiro Yamada
The motivation of this commit is to change CONFIG_USE_PRIVATE_LIBGCC to a boolean macro so we can move it to Kconfig. In the current implementation, there are two forms of syntax for this macro: - CONFIG_USE_PRIVATE_LIBGCC=y - CONFIG_USE_PRIVATE_LIBGCC= The latter is only used by x86 archite

[U-Boot] [PATCH 4/7] kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig

2014-09-26 Thread Masahiro Yamada
The private libgcc is supported only on ARM, MIPS, PowerPC, SH, x86. Those architectures should "select" HAVE_PRIVATE_LIBGCC and CONFIG_USE_PRIVATE_LIBGCC should depend on it. Currently, this option is enabled on Tegra boards and x86 architecture. Move the definition from header files to Kconfig.

[U-Boot] [PATCH v2] exynos: update maintainer of Snow and SMDK5420 board

2014-09-26 Thread Masahiro Yamada
The email address of Rajeshwari Shinde is not working. This commit gives Akshay the maintainership of Snow and SMDK5420 boards. Signed-off-by: Masahiro Yamada Cc: Akshay Saraswat Cc: Minkyu Kang --- Changes in v2: - Pass the maintainership of Snow to Akshay based on his comment against

[U-Boot] [PATCH] kconfig: fix another bug of "make savedefconfig"

2014-09-26 Thread Masahiro Yamada
In some cases, the last lines of SPL or TPL are not output to a file. The entries remaining in the "unmatched" variable must be flushed. Signed-off-by: Masahiro Yamada --- scripts/multiconfig.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.s

[U-Boot] [PATCH v2 1/2] kconfig: add CONFIG_SUPPORT_SPL

2014-09-26 Thread Masahiro Yamada
CONFIG_SPL should not be enabled for boards that do not have SPL. CONFIG_SUPPORT_SPL introduced by this commit should be "select"ed by boards with SPL support and CONFIG_SPL should depend on it. Signed-off-by: Masahiro Yamada --- Changes in v2: None Kconfig| 4

[U-Boot] [PATCH v2 0/2] Introduce CONFIG_SUPPORT_SPL/TPL

2014-09-26 Thread Masahiro Yamada
Changes in v2: - bug fix. s/HAVE_SPL_SUPPORT/SUPPORT_SPL/ Masahiro Yamada (2): kconfig: add CONFIG_SUPPORT_SPL kconfig: add CONFIG_SUPPORT_TPL Kconfig| 9 ++- arch/arm/Kconfig | 44 ++ arch/arm/cp

[U-Boot] [PATCH v2 2/2] kconfig: add CONFIG_SUPPORT_TPL

2014-09-26 Thread Masahiro Yamada
CONFIG_TPL should not be enabled for boards that do not have TPL. CONFIG_SUPPORT_TPL introduced by this commit should be "select"ed by boards with TPL support and CONFIG_TPL should depend on it. Signed-off-by: Masahiro Yamada --- Changes in v2: - bug fix. s/HAVE_SPL_SUPPORT/SUPPORT_SPL/ Kco

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

2014-09-26 Thread René Griessl
changes in v3: -added all compatible devices from linux driver -fixed issues from review changes in v2: -added usb_ether.h to change list -added 2nd patch to enable driver for arndale board The changelog goes to the [*] marker below. And you're missing a meani

Re: [U-Boot] [PATCH 0/5] ARM: sheevaplug: refresh for 201410

2014-09-26 Thread drEagle
Hi, Is there any actions to take theses patches mainlined ? Regards, On 21/09/2014 08:47, drEagle wrote: > Hi Prafulla, > > Is there any chance for theses patches to be reviewed in time for next > release ? > > Can you get it reviewed by anyone else ? > > Enjoy, > > On 15/09/2014 06:36, drE

[U-Boot] [PATCH] spi:ls102xqds:Support for compatibility for QSPI and DSPI modules drivers

2014-09-26 Thread Chao Fu
From: Chao Fu Useage: For exmaple(ls1021 ls1021aqds): SPI bus defination can be find in arch/arm/include/asm/arch-ls102xa/config.h SPI_BUS_FSL_QSPI0 SPI_BUS_FSL_DSPI1 1 SPI_BUS_FSL_DSPI2

[U-Boot] [PATCH 3/4] qe: add qe support to ls1021aqds

2014-09-26 Thread Zhao Qiang
add qe support to ls1021aqds Signed-off-by: Zhao Qiang --- board/freescale/ls1021aqds/ls1021aqds.c | 8 include/configs/ls1021aqds.h| 5 + 2 files changed, 13 insertions(+) diff --git a/board/freescale/ls1021aqds/ls1021aqds.c b/board/freescale/ls1021aqds/ls1021aqds.c i

Re: [U-Boot] [PATCH V3 1/3] usb: eth: fix Makefile

2014-09-26 Thread Marek Vasut
On Friday, September 26, 2014 at 10:08:47 AM, Rene Griessl wrote: > fix issue as discussed with Marek Vasut Now I'm twice as famous ;-) But in fact, you should actually explain the change you did in the commit message (aka. something along the lines of the ifdef being useless and that using simp

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

2014-09-26 Thread Marek Vasut
On Friday, September 26, 2014 at 10:08:48 AM, Rene Griessl wrote: > changes in v3: > -added all compatible devices from linux driver > -fixed issues from review > > changes in v2: > -added usb_ether.h to change list > -added 2nd patch to enable driver for arndale board

Re: [U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block

2014-09-26 Thread Marek Vasut
On Tuesday, September 23, 2014 at 11:59:28 PM, Dinh Nguyen wrote: [...] > > +static int wait_for_bit(void *reg, const uint32_t mask, bool set) > > +{ > > + unsigned int timeout = 100; > > + uint32_t val; > > + > > + while (--timeout) { > > + val = readl(reg); > > + i

[U-Boot] [PATCH 4/4] qe: add qe support for ls1021a-twr board

2014-09-26 Thread Zhao Qiang
Signed-off-by: Zhao Qiang --- board/freescale/ls1021atwr/ls1021atwr.c | 7 +++ include/configs/ls1021atwr.h| 6 ++ 2 files changed, 13 insertions(+) diff --git a/board/freescale/ls1021atwr/ls1021atwr.c b/board/freescale/ls1021atwr/ls1021atwr.c index b522ff2..da09d6e 100644 -

[U-Boot] Parsing of multi-line env vars broken

2014-09-26 Thread Wolfgang Denk
HI, this is just a heads up: the handling of multi-line environment variables is broken in recent versions of U-Boot (and probably has been broken for some longer time - can't tell exactly as I have a bit of a problem to bisect across the MAKEALL / Kconfig changes): Test case: - Set multi-line

[U-Boot] [PATCH V3 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-09-26 Thread Rene Griessl
changes in v3: -added all compatible devices from linux driver -fixed issues from review changes in v2: -added usb_ether.h to change list -added 2nd patch to enable driver for arndale board Signed-off-by: Rene Griessl --- drivers/usb/eth/Makefile| 1 + d

[U-Boot] [PATCH V3 3/3] usb: eth: enable AX88179 DRIVER for ARNDALE 5250

2014-09-26 Thread Rene Griessl
enable this driver for arndale5250 board Signed-off-by: Rene Griessl --- include/configs/arndale.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/arndale.h b/include/configs/arndale.h index 75f9933..cf5c39e 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale

[U-Boot] [PATCH V3 1/3] usb: eth: fix Makefile

2014-09-26 Thread Rene Griessl
fix issue as discussed with Marek Vasut Signed-off-by: Rene Griessl --- drivers/usb/eth/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/eth/Makefile b/drivers/usb/eth/Makefile index 94551c4..e6ae9f1 100644 --- a/drivers/usb/eth/Makefile +++ b/drivers/u

Re: [U-Boot] [PATCH 0/4] ls102xa: HYP/non-sec: for ls102xa.

2014-09-26 Thread li.xi...@freescale.com
Hi York, Albert Could you help me to review these patches ? Thanks very much, BRs Xiubo > -Original Message- > From: Xiubo Li [mailto:li.xi...@freescale.com] > Sent: Tuesday, September 16, 2014 10:48 AM > To: albert.u.b...@aribaud.net; Wang Huan-B18965; i...@hellion.org.uk; > hdego...

Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx: modify erratum A007212

2014-09-26 Thread qiang.z...@freescale.com
On 9/26/14 1:01 PM, York Sun wrote: > -Original Message- > From: Sun York-R58495 > Sent: Friday, September 26, 2014 1:01 PM > To: Zhao Qiang-B45475; u-boot@lists.denx.de > Cc: Xie Xiaobo-R63061; Zhao Qiang-B45475 > Subject: Re: [PATCH 2/2] powerpc/mpc85xx: modify erratum A007212 > > On 9