Re: [U-Boot] [PATCH v2] mmc: add bkops-enable command

2016-11-24 Thread Jaehoon Chung
Hi Tomas, On 11/25/2016 04:32 PM, Tomas Melin wrote: > Add new command that provides possibility to enable the > background operations handshake functionality > (BKOPS_EN, EXT_CSD byte [163]) on eMMC devices. > > This is an optional feature of eMMCs, the setting is write-once. > The command must

Re: [U-Boot] [RFC PATCH 1/1] Read mmc device memory capacity from EXT_CSD if memory is addressed by sector

2016-11-24 Thread Tomas Melin
Hi Jaehoon, On 11/24/2016 03:55 AM, Jaehoon Chung wrote: > Hi Tomas, > > On 11/23/2016 10:04 PM, Tomas Melin wrote: >> Hi, >> >> We have successfully been using this patch to fix the problem mentioned in >> the >> original message. Could this be picked up upstream? > > Sorry. I didn't see thi

Re: [U-Boot] [PATCH 1/3] mmc: sdhci: Distinguish between base clock and maximum peripheral frequency

2016-11-24 Thread Stefan.Herbrechtsmeier
Hi, > -Ursprüngliche Nachricht- > Von: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Gesendet: Freitag, 25. November 2016 06:35 > An: Herbrechtsmeier, Stefan; u-boot@lists.denx.de > Cc: Simon Glass; Masahiro Yamada; Stephen Warren; Heiko Schocher; > Minkyu Kang; Wenyou Yang > Betreff: Re

[U-Boot] [PATCH] Read mmc device memory capacity from EXT_CSD if memory is addressed by sector

2016-11-24 Thread Tomas Melin
From: Frank Bormann Hello Everyone, I believe, there is a bug in the mmc driver code pertaining to how u-boot detects memory size of an mmc device. However, I am not 100% sure, my solution conforms to the JEDEC standard. So I am putting it up for discussion. Previously, sector count indicated

[U-Boot] [PATCH v2] mmc: add bkops-enable command

2016-11-24 Thread Tomas Melin
Add new command that provides possibility to enable the background operations handshake functionality (BKOPS_EN, EXT_CSD byte [163]) on eMMC devices. This is an optional feature of eMMCs, the setting is write-once. The command must be explicitly taken into use with CONFIG_CMD_BKOPS_ENABLE. Signed

Re: [U-Boot] [RFC PATCH 5/7] fpga: add Kconfig for CONFIG_FPGA_PROG_FEEDBACK

2016-11-24 Thread Michal Simek
On 25.11.2016 01:10, Chris Packham wrote: > On Thu, Nov 24, 2016 at 1:13 AM, Michal Simek wrote: >> On 22.11.2016 09:49, Chris Packham wrote: >>> Signed-off-by: Chris Packham >>> --- >>> >>> drivers/fpga/Kconfig | 6 ++ >>> 1 file changed, 6 insertions(+) >>> >>> diff --git a/drivers/fpga/Kc

Re: [U-Boot] [RFC PATCH 1/7] fpga: CONFIG_SYS_FPGA_PROG_FEEDBACK -> CONFIG_FPGA_PROG_FEEDBACK

2016-11-24 Thread Michal Simek
On 25.11.2016 00:57, Chris Packham wrote: > (dropped addresses that we're bouncing from Cc, hope I got Jagans new > address right). > > On Thu, Nov 24, 2016 at 1:09 AM, Michal Simek wrote: >> On 22.11.2016 09:48, Chris Packham wrote: >>> Prepare for move to Kconfig by removing "SYS" from the exis

Re: [U-Boot] [RESEND][PATCH] mmc: s5p_sdhci: fix to check proper pinmux id

2016-11-24 Thread Jaehoon Chung
On 11/24/2016 03:05 PM, Seung-Woo Kim wrote: > At sdhci_get_config(), there was wrong condition to check pimux > id, so this patch fixes to check proper pinmux id. > > Signed-off-by: Seung-Woo Kim Applied on u-boot-mmc. Thanks! Best Regards, Jaehoon Chung > --- > I was not in the mailing list,

Re: [U-Boot] [PATCH 2/3] mmc: zynq: Determine base clock frequency via clock framework

2016-11-24 Thread Jaehoon Chung
On 11/22/2016 12:26 AM, Stefan Herbrechtsmeier wrote: > The zynq_sdhci controller driver use CONFIG_ZYNQ_SDHCI_MAX_FREQ as base > clock frequency but this clock is not fixed and depends on the hardware > configuration. Additionally the value of CONFIG_ZYNQ_SDHCI_MAX_FREQ > doesn't match the real ba

Re: [U-Boot] [PATCH v2 1/3] board: ti: am57xx-evm: fix build warnings

2016-11-24 Thread Sekhar Nori
On Friday 25 November 2016 09:11 AM, Lokesh Vutla wrote: > > > On Thursday 24 November 2016 07:06 PM, Sekhar Nori wrote: >> USB1 is not used on AM57xx GP EVM in device mode. >> Enabling DWC3 USB support for AM57xx EVM gives >> the following warnings: >> >> CC board/ti/am57xx/board.o >> ../

[U-Boot] [PATCH 9/9] ti_armv7_common: env: Increase IO buffer size

2016-11-24 Thread Lokesh Vutla
There are certain environment variables whose length is greater than the defined IO buffer size. So, increase the IO buffer size to print the entire variables. Signed-off-by: Lokesh Vutla --- include/configs/ti_armv7_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in

[U-Boot] [PATCH 7/9] board: ti: am57xx: Add support for the am571x idk

2016-11-24 Thread Lokesh Vutla
From: Steve Kipisz The AM571x Industrial Development Kit (IDK) is a board based on TI's AM571x SoC which has a single core 1.5GHz Cortex-A15processor. This board is a development platform for the Industrial Market with: - 1GB of DDR3L - Dual 1Gbps Ethernet - HDMI - PRU-ICSS - uSD - 16GB eMMC - C

[U-Boot] [PATCH 5/9] board: ti: am572x: Add pinmux for X15/GPEVM SR2.0 using latest PMT

2016-11-24 Thread Lokesh Vutla
From: Nishanth Menon Update the board pinmux for AM572x-IDK board using latest PMT[1] and the board files named am572x_gp_evm_A3a_sr2p0 that were autogenerated on 19th October, 2016 by "Ahmad Rashed". [1] https://dev.ti.com/pinmux/app.html#/default/ Signed-off-by: Nishanth Menon Signed-off-by:

[U-Boot] [PATCH 6/9] board: ti: am572x-idk: Update pinmux using latest PMT

2016-11-24 Thread Lokesh Vutla
Update the board pinmux for AM572x-IDK board using latest PMT[1] and the board files named am572x_idk_v1p3b_sr2p0 that were autogenerated on 20th October, 2016 by "Steve Kipisz " and "Tom Johnson ". [1] https://dev.ti.com/pinmux/app.html#/default/ Signed-off-by: Nishanth Menon Signed-off-by: Lok

[U-Boot] [PATCH 8/9] ARM: dts: AM571x-IDK Initial Support

2016-11-24 Thread Lokesh Vutla
From: Schuyler Patton Add initial DTS support for AM571-IDK evm. Signed-off-by: Schuyler Patton Signed-off-by: Nishanth Menon Signed-off-by: Lokesh Vutla --- arch/arm/dts/Makefile| 3 +- arch/arm/dts/am571x-idk.dts | 81 board/ti/am57xx/

[U-Boot] [PATCH 3/9] board: ti: am57xx: Add support for detection of X15 revb1

2016-11-24 Thread Lokesh Vutla
BeagleBoard-X15 Rev B1 with SR1.1 platform have incompatible changes for HDMI GPIO requiring new dtb support. This implies we have to properly identify the platform now as well. Hence provide a different board name for the Rev B1 variants. Signed-off-by: Lokesh Vutla --- board/ti/am57xx/board.c

[U-Boot] [PATCH 2/9] board: ti: am57xx: Add support for detection of reva3 variations for GPEVM

2016-11-24 Thread Lokesh Vutla
From: Nishanth Menon AM57xx evm Rev A3 with SR2.0 platform have incompatible changes for HDMI GPIO requiring new dtb support. This implies we have to properly identify the platform now as well. Hence provide a different board name for the Rev A3 variations. Signed-off-by: Nishanth Menon Signed-

[U-Boot] [PATCH 1/9] ARM: dts: am57xx: sync DT with latest Linux

2016-11-24 Thread Lokesh Vutla
Sync all am57xx based dts files with latest Linux Signed-off-by: Lokesh Vutla --- arch/arm/dts/Makefile | 1 + arch/arm/dts/am572x-idk.dts| 6 +- arch/arm/dts/am57xx-beagle-x15-common.dtsi | 600 + arch/arm/dts/am57xx-beagle-x15-re

[U-Boot] [PATCH 4/9] board: ti: am57xx: Update SR1.1 RGMII0 iodelay timings for x15/GPEVM

2016-11-24 Thread Lokesh Vutla
From: Nishanth Menon Update the timing for RGMII0 interface based on PCT_DRA75x_DRA74x_SR1.1_v1.3.10 version (Jan 2016). This update is for SR1.1 Signed-off-by: Nishanth Menon Signed-off-by: Lokesh Vutla --- board/ti/am57xx/mux_data.h | 10 +- 1 file changed, 5 insertions(+), 5 deleti

[U-Boot] [PATCH 0/9] ARM: ti: am57xx: Add support for latest am57xx boards

2016-11-24 Thread Lokesh Vutla
This series adds support for: - AM572x-GP evm revA3 - BeagleBoard-X15 revb1 - AM571x-IDK Also update the pinmux using the latest PMT for AM572x-IDK. Logs: AM572x-GP evm revA3: http://pastebin.ubuntu.com/23530844/ AM572x-IDK: http://pastebin.ubuntu.com/23530850/ AM571x-IDK: http://pastebin.ubuntu.c

Re: [U-Boot] [PATCH 1/3] mmc: sdhci: Distinguish between base clock and maximum peripheral frequency

2016-11-24 Thread Jaehoon Chung
Hi Stefan, On 11/22/2016 12:26 AM, Stefan Herbrechtsmeier wrote: > The sdhci controller assumes that the base clock frequency is fully supported > by > the peripheral and doesn't support hardware limitations. The Linux kernel > distinguishes between base clock (max_clk) of the host controller and

Re: [U-Boot] [PATCH] spi: Zap armada100_spi.c and env

2016-11-24 Thread Ajay Bhargav
I will update driver and submit. Thanks for notification. Regards, Ajay Bhargav From: Jagan Teki Sent: Friday, November 25, 2016 12:58:58 AM To: u-boot@lists.denx.de Cc: Jagan Teki; Ajay Bhargav Subject: [PATCH] spi: Zap armada100_spi.c and env armada100_spi.c

Re: [U-Boot] [PATCH v2 1/3] board: ti: am57xx-evm: fix build warnings

2016-11-24 Thread Lokesh Vutla
On Thursday 24 November 2016 07:06 PM, Sekhar Nori wrote: > USB1 is not used on AM57xx GP EVM in device mode. > Enabling DWC3 USB support for AM57xx EVM gives > the following warnings: > > CC board/ti/am57xx/board.o > ../board/ti/am57xx/board.c:448:27: warning: 'usb_otg_ss1' defined but n

Re: [U-Boot] [PATCH 18/19] arm: imx: add i.MX6SLL EVK board support

2016-11-24 Thread Peng Fan
Hi Fabio, On Thu, Nov 24, 2016 at 08:42:00PM -0200, Fabio Estevam wrote: >Hi Peng, > >On Thu, Nov 24, 2016 at 4:48 AM, Peng Fan wrote: > >> +int dram_init(void) >> +{ >> + gd->ram_size = PHYS_SDRAM_SIZE; > >Couldn't imx_ddr_size() be used instead? Will fix this in V2. Thanks, Peng. >

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

2016-11-24 Thread Chen-Yu Tsai
Hi, On Fri, Nov 25, 2016 at 3:00 AM, Jagan Teki wrote: > Hi Tom, > > These are the pending patches, from u-boot-sunxi/next. > > Will send sunxi PR on top of u-boot-sunxi repo once I get the access, > meanwhile please take this PR. > > Hans, Let me know if I miss any patches from next. > > Changes

Re: [U-Boot] [RFC PATCH 3/7] Move CONFIG_FPGA_SPARTAN options to defconfig

2016-11-24 Thread Chris Packham
On Thu, Nov 24, 2016 at 1:14 AM, Michal Simek wrote: > On 22.11.2016 09:48, Chris Packham wrote: >> Signed-off-by: Chris Packham >> --- > > Isn't this causing some compilation issue for SPL case? > I have compile tested apf27 and didn't see an issue. I'm guessing none of the FPGA infrastructure

Re: [U-Boot] [RFC PATCH 5/7] fpga: add Kconfig for CONFIG_FPGA_PROG_FEEDBACK

2016-11-24 Thread Chris Packham
On Thu, Nov 24, 2016 at 1:13 AM, Michal Simek wrote: > On 22.11.2016 09:49, Chris Packham wrote: >> Signed-off-by: Chris Packham >> --- >> >> drivers/fpga/Kconfig | 6 ++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig >> index d137ab2df1d7..

Re: [U-Boot] [RFC PATCH 1/7] fpga: CONFIG_SYS_FPGA_PROG_FEEDBACK -> CONFIG_FPGA_PROG_FEEDBACK

2016-11-24 Thread Chris Packham
(dropped addresses that we're bouncing from Cc, hope I got Jagans new address right). On Thu, Nov 24, 2016 at 1:09 AM, Michal Simek wrote: > On 22.11.2016 09:48, Chris Packham wrote: >> Prepare for move to Kconfig by removing "SYS" from the existing macros. >> >> Signed-off-by: Chris Packham >>

[U-Boot] [PATCH 06/19] imx: mx6: fix mmdc ch0 clk for 6SL

2016-11-24 Thread Peng Fan
>From RM, per_periph2_clk_sel option3 is: "derive clock from 198MHz clock (divided 392MHz PLL2 PFD)." So fix it. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/cpu/armv7/mx6/clock.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/cpu/armv7/mx6/clock.c b/arch/arm/cpu/a

Re: [U-Boot] [PATCH 18/19] arm: imx: add i.MX6SLL EVK board support

2016-11-24 Thread Fabio Estevam
Hi Peng, On Thu, Nov 24, 2016 at 4:48 AM, Peng Fan wrote: > +int dram_init(void) > +{ > + gd->ram_size = PHYS_SDRAM_SIZE; Couldn't imx_ddr_size() be used instead? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo

[U-Boot] [PATCH 01/19] imx: add i.MX 6SLL CPU type

2016-11-24 Thread Peng Fan
Add i.MX6SLL cpu type. MXC_CPU_MX6D is not a real value in chip, so change it to 0x6A. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/imx-common/cpu.c | 2 ++ arch/arm/include/asm/arch-imx/cpu.h | 3 ++- arch/arm/include/asm/imx-common/sys_proto.h | 1 + 3 file

Re: [U-Boot] FDT retrived raspberry pi bootargs length > 350 characters cause setenv errors, sequemce fdt get/ set/ get truncates at the first blank in the string.

2016-11-24 Thread dh
From: Anatolij Gustschin To: d...@synoia.com Cc: Tom Rini ; u-boot Sent: Thursday, November 24, 2016 1:12 AM Subject: Re: [U-Boot] FDT retrived raspberry pi bootargs length > 350 characters cause setenv errors, sequemce fdt get/ set/ get truncates at the first blank in the string. On

Re: [U-Boot] [PATCH] sunxi: move CONFIG_SATAPWR to Kconfig option

2016-11-24 Thread Maxime Ripard
On Wed, Nov 23, 2016 at 07:28:16PM +0100, Jelle van der Waa wrote: > Introduce a new CONFIG_SATAPWR Kconfig option to replace the > option in CONFIG_SYS_EXTRA_OPTIONS. > > Signed-off-by: Jelle van der Waa > --- > board/sunxi/Kconfig| 7 +++ > board/sunxi/board.c

[U-Boot] [PATCH] spi: Zap mpc52xx_spi.c and config

2016-11-24 Thread Jagan Teki
armada100_spi.c and related config options are zapping becuase of "no DM conversion". Cc: Werner Pfister Signed-off-by: Jagan Teki --- Note: If someone want this to present, just respond with proper timeline. board/intercontrol/digsy_mtc/digsy_mtc.c | 9 configs/digsy_mtc_RAMBOOT_defconf

[U-Boot] [PATCH 00/97] Replace some powerpc CONFIG_* macros to Kconfig options

2016-11-24 Thread york sun
This set converts all CONFIG_PPC_* SoC macros to Kconfig ARCH_* options and drop existing macros. CONFIG_MAX_CPUS is converted to Kconfig option for mpc85xx, and dropped for mpc86xx. York ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.

Re: [U-Boot] what/where is image_entry()

2016-11-24 Thread Anatolij Gustschin
On Wed, 23 Nov 2016 00:44:51 + Haleigh Novak hale...@edt.com wrote: ... > Please forgive the uber-beginner question but I can not find anything related > online, > I have been digging around in the uboot source and I stumbled on the > image_entry() > function; sometimes it has parameters and

[U-Boot] [PATCH] spi: Zap armada100_spi.c and env

2016-11-24 Thread Jagan Teki
armada100_spi.c and related env is zapping becuase of "no DM conversion". Cc: Ajay Bhargav Signed-off-by: Jagan Teki --- Note: If someone want this to present, just respond with proper timeline. configs/gplugd_defconfig | 5 -- drivers/spi/Makefile | 1 - drivers/spi/armada100_

Re: [U-Boot] GPL-Archive for UniFi(R) AP AC PRO fw 3.4.17.3440

2016-11-24 Thread Andy P. (Ubiquiti Networks)
## Please do not write below this line ## You are registered as a cc on this help desk request and are thus receiving email notifications on all updates to the request. Reply to this email to add a comment to the request. -- Andy P., Nov 24, 21:08 IST

[U-Boot] GPL-Archive for UniFi(R) AP AC PRO fw 3.4.17.3440

2016-11-24 Thread Andy P. (Ubiquiti Networks)
## Please do not write below this line ## You are registered as a cc on this help desk request and are thus receiving email notifications on all updates to the request. Reply to this email to add a comment to the request. -- Andy P., Nov 24, 21:08 IST

[U-Boot] [PATCH v5] mx6sx: Add initial support for Samtec VIN|ING 2000 board

2016-11-24 Thread Christoph Fritz
This patch adds initial support for Samtec VIN|ING 2000 board. Signed-off-by: Christoph Fritz --- arch/arm/cpu/armv7/mx6/Kconfig | 7 + board/samtec/vining_2000/Kconfig | 12 + board/samtec/vining_2000/MAINTAINERS | 6 + board/samtec/vining_2000/Makefile | 6 + board/

[U-Boot] [PATCH v3 5/9] ARM: stm32: use clock setup function defined in clock.c

2016-11-24 Thread Michael Kurz
Use the clock setup function defined in clock.c instead of setting the clock bits directly in the drivers. Remove register definitions of RCC in rcc.h as these are already defined in the struct in stm32.h Signed-off-by: Michael Kurz --- Changes in v3: - Split clock setup changes of from cleanup

[U-Boot] [PATCH v3 8/9] ARM: stm32: enable support for smsc phy on stm32f746-disco board

2016-11-24 Thread Michael Kurz
This patch enables support for the smsc phy on the stm32f746-disco board. Signed-off-by: Michael Kurz Acked-by: Vikas MANOCHA Series-changes 3: - Add Acked-by tag to 'enable support for smsc phy on...' --- Changes in v3: None Changes in v2: None include/configs/stm32f746-disco.h | 1 + 1 fi

Re: [U-Boot] [PATCH 1/6] arm64: mvebu: Modify the A8K SPI and I2C config in DTS

2016-11-24 Thread Stefan Roese
Hi Kosta, On 24.11.2016 10:22, Kostya Porotchkin wrote: The A0 SoC is not for production, it is engineering samples only. Marvell has no plans for supporting this SoC in the future. Of course. I believe that once you get a replacement for your board there will be no other customers using A0

[U-Boot] [PATCH v3 6/9] net: stm32: add designware mac glue code for stm32

2016-11-24 Thread Michael Kurz
This patch adds glue code required for enabling the designware mac on stm32f7 devices. Signed-off-by: Michael Kurz Acked-by: Joe Hershberger --- Changes in v3: - Add Acked-by tag to 'add designware mac glue code for stm32' Changes in v2: - Replaced bit shifts and masks with BIT() and GENMASK(

[U-Boot] [PATCH v3 9/9] ARM: SPI: stm32: add stm32f746 qspi driver

2016-11-24 Thread Michael Kurz
This patch adds support for the QSPI IP found in stm32f7 devices. Signed-off-by: Michael Kurz --- This currently hard disables any multi i/o in the device tree, as it is impossible to get this working without interpreting the commands of the spi-flash framework in the xfer function and setting t

[U-Boot] [PATCH v3 7/9] net: phy: add SMSC LAN8742 phy

2016-11-24 Thread Michael Kurz
This patch adds support for SMSC LAN8742 in phylib Signed-off-by: Michael Kurz Acked-by: Joe Hershberger --- Changes in v3: None Changes in v2: - Add Acked-by tag to 'net: phy: add SMSC LAN8742 phy' drivers/net/phy/smsc.c | 12 1 file changed, 12 insertions(+) diff --git a/driv

[U-Boot] [PATCH v3 4/9] ARM: stm32: fix stm32f7 sdram fmc base address

2016-11-24 Thread Michael Kurz
Fix base address of fmc sdram controller. The base address is defined twice, once in fmc.h and once in stm32.h. Fix wrong definition in stm32.h. Remove the definiton in fmc.h and use the definition in stm32.h Signed-off-by: Michael Kurz Series-changes 3: - Split cleanup patch --- Changes in v3

[U-Boot] [PATCH v3 3/9] ARM: stm32: cleanup stm32f7 files

2016-11-24 Thread Michael Kurz
Cleanup stm32f7 files: - use BIT macro - use GENMASK macro - use rcc struct instead of macro additions Signed-off-by: Michael Kurz --- Changes in v3: - Removed 'prefix all constants with STM32_' - Reverted move of header into source file (rcc.h -> clock.c) Changes in v2: - Add cleanup patch

[U-Boot] [PATCH v3 2/9] ARM: DTS: stm32: add stm32f746-disco device tree files

2016-11-24 Thread Michael Kurz
This patch adds the DTS source files needed for stm32f746-disco board The files are based on the stm32f429/469 files from current linux kernel. Signed-off-by: Michael Kurz Acked-by: Vikas MANOCHA --- Changes in v3: - Split pin control files of from device tree patch - Add Acked-by tag to 'add

[U-Boot] [PATCH v3 1/9] ARM: DTS: stm32: add stm32f746 device tree pin control files

2016-11-24 Thread Michael Kurz
This patch adds pin control definitions for use in device tree files The definitions are based on the stm32f429/469 files from current linux kernel. Signed-off-by: Michael Kurz Acked-by: Vikas MANOCHA --- Changes in v3: - Split pin control files of from device tree patch - Add Acked-by tag to

[U-Boot] [PATCH v3 0/9] ARM: stm32: add network and qspi driver support to stm32f746-disco board

2016-11-24 Thread Michael Kurz
This series adds support for the network and the qspi devices found on the stm32f746 controller and enables those devices on the stm32f746-disco board. Changes in v3: - Split pin control files of from device tree patch - Add Acked-by tag to 'add stm32f746 device tree pin control files' - Split pin

[U-Boot] [Pull request v2]: u-boot-spi/sunxi

2016-11-24 Thread Jagan Teki
Hi Tom, These are the pending patches, from u-boot-sunxi/next. Will send sunxi PR on top of u-boot-sunxi repo once I get the access, meanwhile please take this PR. Hans, Let me know if I miss any patches from next. Changes for v2: - Dropped 3 patches, which are still in review. thanks! Jagan.

[U-Boot] [PATCH] cmd/fdt: fix uncallable systemsetup command

2016-11-24 Thread Fabien Parent
The function that is processing the 'fdt' parameters is one big if-else if. In order to be able to type command faster only the first few letter are checked to know which block of code to execute. For systemsetup, the block of code that was executed was always the wrong one and ended up in a failur

Re: [U-Boot] [PATCH 4/6] arm64: mvebu: Add pin control nodes to A8K family DTS files

2016-11-24 Thread Stefan Roese
Hi Kosta, On 20.11.2016 16:38, kos...@marvell.com wrote: From: Konstantin Porotchkin Add pin control nodes to APN806, CP-master, CP-slave and Armada-7040 and Armada-8040 boards DTS files Change-Id: I51522f33f23e3f9e94c6f5a5f9af19f5dc86e6b7 Signed-off-by: Konstantin Porotchkin Cc: Stefan Roes

Re: [U-Boot] [PATCH 1/6] arm64: mvebu: Modify the A8K SPI and I2C config in DTS

2016-11-24 Thread Stefan Roese
Hi Kosta, On 20.11.2016 16:38, kos...@marvell.com wrote: From: Konstantin Porotchkin Align the Armada-8040-db SPI and I2C DTS settings with latest A8040 DB settings: - disable i2c0 and spi0 on AP (pins are reserved for eMMC) - disable cps_i2c0 on CP1 - enable spi1 on CP1 (the new location of t

Re: [U-Boot] [U-Boot,v2] MAINTAINERS: SUNXI: Update maintainership

2016-11-24 Thread Jagan Teki
On Thu, Nov 24, 2016 at 2:43 AM, Maxime Ripard wrote: > Hi Tom, > > On Tue, Nov 22, 2016 at 12:21:07PM -0500, Tom Rini wrote: >> On Tue, Nov 22, 2016 at 05:14:06PM +0530, Jagan Teki wrote: >> >> > Add Jagan and Maxime as Maintainers for SUNXI >> > >> > Signed-off-by: Jagan Teki >> > Acked-by: Max

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

2016-11-24 Thread Jagan Teki
Hi Tom, These are the pending patches, from u-boot-sunxi/next. Will send sunxi PR on top of u-boot-sunxi repo once I get the access, meanwhile please take this PR. Hans, Let me know if I miss any patches from next. thanks! Jagan. The following changes since commit fc127d184aea293ec415dd66e328

Re: [U-Boot] [PATCH 2/6] arm64: mvebu: Add bubt command for flash image burn

2016-11-24 Thread Stefan Roese
Hi Kosta, a general comment: Please use scripts/checkpatch before sending the patches to the list to make sure that all (mostly style related) issues are resolved. Please find some more mostly nitpicking comments below. On 20.11.2016 16:38, kos...@marvell.com wrote: > From: Konstantin Porotchkin

Re: [U-Boot] [Resend RFC PATCH v1 0/3] GPT over MTD

2016-11-24 Thread Patrick DELAUNAY
Hi Ladislav, > > Hi, > > On Tue, Nov 22, 2016 at 02:24:39PM +0100, Patrick Delaunay wrote: > > > > I have a request to support GPT over MTD to be able to have dynamic > > MTD informations without u-Boot > environment(CONFIG_ENV_IS_NOWHERE is a > > other requirement of my project). > > I'm just

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

2016-11-24 Thread Jagan Teki
On Thu, Nov 24, 2016 at 9:30 PM, Hans de Goede wrote: > Hi, > > > On 24-11-16 15:55, Maxime Ripard wrote: >> >> On Thu, Nov 24, 2016 at 08:05:55PM +0530, Jagan Teki wrote: >>> >>> Hi Tom, >>> >>> These are the pending patches, from u-boot-sunxi/next. >>> >>> Will send sunxi PR on top of u-boot-sun

Re: [U-Boot] GPL-Archive for UniFi(R) AP AC PRO fw 3.4.17.3440

2016-11-24 Thread Charlemagne Lasse
Hi, I don't care if you already have it or not. But I have the right to get the sources. Otherwise your are VIOLATING the GPL license of software YOU ARE USING ON UNIFI DEVICES. So I ask again, please provide me the source code of all the GPL components on the UniFi(R) AP AC PRO including the sou

[U-Boot] [PATCH 17/19] arm: dts: add i.MX6SLL device tree

2016-11-24 Thread Peng Fan
Add i.MX6SLL device tree. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/dts/imx6sll-pinfunc.h| 882 ++ arch/arm/dts/imx6sll.dtsi | 859 + include/dt-bindings/clock/imx6sll-clock.h | 204 +++ 3 files

Re: [U-Boot] [Resend RFC PATCH v1 1/3] add support of GPT partitioning over MTD

2016-11-24 Thread Patrick DELAUNAY
Hi Simon, > > Hi Patrick, > > On 22 November 2016 at 06:24, Patrick Delaunay > wrote: > > From: Patrick Delaunay > > > > Signed-off-by: Patrick Delaunay > > Signed-off-by: Patrick Delaunay > > --- > > > > Kconfig| 12 ++ > > cmd/gpt.c | 98 -- > > cmd/mtdparts

Re: [U-Boot] [PATCH v4 2/2] arc: use timer driver instead of arch/arc/lib/timer.c

2016-11-24 Thread Alexey Brodkin
Hi Vlad, On Tue, 2016-11-22 at 18:54 +0300, Vlad Zakharov wrote: > This commit replaces legacy timer code with usage of arc timer > driver. > > Also it adds timer0 device tree node with corresponding > "clock-frequency" property. > > Therefore we remove legacy CONFIG_SYS_TIMER_RATE config symbol

Re: [U-Boot] FDT retrived raspberry pi bootargs length > 350 characters cause setenv errors, sequemce fdt get/ set/ get truncates at the first blank in the string.

2016-11-24 Thread Anatolij Gustschin
On Wed, 23 Nov 2016 20:46:22 + (UTC) d...@synoia.com d...@synoia.com wrote: >On Wed, 23 Nov 2016 01:26:22 + (UTC) >d...@synoia.com d...@synoia.com wrote: >... >> 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=3840 >> bcm2708_fb.fbheight=2160 bcm2709.boardrev=0xa02082 bcm2709.seria

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

2016-11-24 Thread Maxime Ripard
On Thu, Nov 24, 2016 at 08:05:55PM +0530, Jagan Teki wrote: > Hi Tom, > > These are the pending patches, from u-boot-sunxi/next. > > Will send sunxi PR on top of u-boot-sunxi repo once I get the access, > meanwhile please take this PR. > > Hans, Let me know if I miss any patches from next. > >

Re: [U-Boot] [PATCH 4/6] arm64: mvebu: Add pin control nodes to A8K family DTS files

2016-11-24 Thread Stefan Roese
Hi Kosta, On 24.11.2016 15:09, Kostya Porotchkin wrote: Thank you for your review! I will put all required changes into second patch version. Thanks. Regarding the symbolic names for the pin controller functions and lack of documentation. The problem is that same function number does not hav

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

2016-11-24 Thread Hans de Goede
Hi, On 24-11-16 15:55, Maxime Ripard wrote: On Thu, Nov 24, 2016 at 08:05:55PM +0530, Jagan Teki wrote: Hi Tom, These are the pending patches, from u-boot-sunxi/next. Will send sunxi PR on top of u-boot-sunxi repo once I get the access, meanwhile please take this PR. Hans, Let me know if I m

[U-Boot] [PATCH] fsl/usb: enable the errata-a005697 for ls1012a

2016-11-24 Thread Changming Huang
Enable the errata-a005697 for ls1012a Signed-off-by: Changming Huang --- drivers/usb/common/fsl-errata.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/common/fsl-errata.c b/drivers/usb/common/fsl-errata.c index 0dc3dd8..59a69a1 100644 --- a/drivers/usb/common/fsl-errata.

Re: [U-Boot] [PATCH v2 2/7] ARM: stm32: cleanup stm32f7 files

2016-11-24 Thread Michael Kurz
On Thu, 24 Nov 2016, Vikas MANOCHA wrote: Hi Vikas, Hi Michael, -Original Message- From: Michael Kurz [mailto:michi.k...@gmail.com] Sent: Friday, November 04, 2016 12:21 PM To: u-boot@lists.denx.de Cc: Michael Kurz ; Kamil Lulko ; Toshifumi NISHINAGA ; Vadzim Dambrouski ; Albert Ari

Re: [U-Boot] [PATCH 1/6] arm64: mvebu: Modify the A8K SPI and I2C config in DTS

2016-11-24 Thread Kostya Porotchkin
Hi, Stefan, The A0 SoC is not for production, it is engineering samples only. Marvell has no plans for supporting this SoC in the future. I believe that once you get a replacement for your board there will be no other customers using A0 SoC. Regard Kosta

Re: [U-Boot] [PATCH 4/6] arm64: mvebu: Add pin control nodes to A8K family DTS files

2016-11-24 Thread Kostya Porotchkin
Hi, Stefan, Thank you for your review! I will put all required changes into second patch version. Regarding the symbolic names for the pin controller functions and lack of documentation. The problem is that same function number does not have the same meaning for different pins. So if I want to

Re: [U-Boot] Query on qspi driver

2016-11-24 Thread Jagan Teki
On Wed, Nov 23, 2016 at 11:21 AM, Siva Durga Prasad Paladugu wrote: > Hi Jagan, > > I am planning to send ZynqMP qspi driver to mainline. As per your recent > patches, I can see that, you are moving qspi flash stuff to spi-nor and these > are not in main tree yet. > As you said earlier, I have s

[U-Boot] [RESEND][PATCH] mmc: s5p_sdhci: fix to check proper pinmux id

2016-11-24 Thread Seung-Woo Kim
At sdhci_get_config(), there was wrong condition to check pimux id, so this patch fixes to check proper pinmux id. Signed-off-by: Seung-Woo Kim --- I was not in the mailing list, so I just resend. --- drivers/mmc/s5p_sdhci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

Re: [U-Boot] [PATCH v2 0/7] imx6: icorem6: Add framebuffer and I2C support

2016-11-24 Thread Jagan Teki
Hi Stefano, On Sun, Nov 6, 2016 at 9:28 PM, Jagan Teki wrote: > Hi Stefano, > > On Fri, Oct 28, 2016 at 7:27 PM, Jagan Teki wrote: >> From: Jagan Teki >> >> This series support framebuffer and I2C on top of u-boot-imx.git with >> latest u-boot.git merge. >> >> Changes for v2: >> - Rebase on u-b

[U-Boot] [PATCH] mmc: s5p_sdhci: fix to check proper pinmux id

2016-11-24 Thread Seung-Woo Kim
At sdhci_get_config(), there was wrong condition to check pimux id, so this patch fixes to check proper pinmux id. Signed-off-by: Seung-Woo Kim --- drivers/mmc/s5p_sdhci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/s5p_sdhci.c b/drivers/mmc/s5p_sdhci.c ind

[U-Boot] [PATCH 66/97] powerpc: B4420: Remove macro CONFIG_PPC_B4420

2016-11-24 Thread York Sun
Replace CONFIG_PPC_B4420 with ARCH_B4420 in Kconfig and clean up existing macros. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 4 arch/powerpc/cpu/mpc85xx/Makefile| 4 ++-- arch/powerpc/cpu/mpc85xx/b4860_ids.c | 4 ++-- arch/pow

[U-Boot] [PATCH v2 4/4] serial: Drop the s3c24x0 serial driver

2016-11-24 Thread Simon Glass
This is not used by any boards. Drop it. Signed-off-by: Simon Glass --- Changes in v2: - Drop the pxa patches since it is now converted doc/driver-model/serial-howto.txt | 1 - drivers/serial/Makefile | 1 - drivers/serial/serial_s3c24x0.c | 208

[U-Boot] [PATCH v2 0/4] dm: Update on serial driver progress

2016-11-24 Thread Simon Glass
Only two serial drivers remain to be converted. This series drops one of those, since the boards appear to be unmaintained. Thank you to Marcel Ziswiler for converting the pxa serial driver. With this, only blackfin remains. The blackfin driver probably needs to be converted as there is recent a

Re: [U-Boot] [PATCH 02/24] sun6i: Restrict some register initialization to Allwinner A31 SoC

2016-11-24 Thread Andre Przywara
Hi, On 24/11/16 03:01, Siarhei Siamashka wrote: > On Sun, 20 Nov 2016 14:56:56 + > Andre Przywara wrote: > >> These days many Allwinner SoCs use clock_sun6i.c, although out of them >> only the (original sun6i) A31 has a second MBUS clock register. >> Also setting up the PRCM PLL_CTLR1 regist

Re: [U-Boot] [PATCHv3 09/15] pci: layerscape: add pci driver based on DM

2016-11-24 Thread Z.Q. Hou
Hi Simon, Thanks for your comments! > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年11月24日 10:21 > To: Z.Q. Hou > Cc: U-Boot Mailing List ; Albert ARIBAUD > ; Prabhakar Kushwaha > ; Huan Wang-B18965 > ; Sumit Garg ; Ruchika > Gu

[U-Boot] [PATCH 33/97] powerpc: P1011: Remove macro CONFIG_P1011

2016-11-24 Thread York Sun
Replace CONFIG_P1011 with ARCH_P1011 in Kconfig. P1011RDB seems to be in scrapyard though. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 3 +++ arch/powerpc/cpu/mpc85xx/Makefile | 2 +- arch/powerpc/include/asm/config_mpc85xx.h | 2 +- 3 files changed, 5 insert

Re: [U-Boot] [PATCH 3/6] arm64: mvebu: pinctrl: Add pin control driver for A8K family

2016-11-24 Thread Kostya Porotchkin
Hello, Simon, Thank you very much for your review. I am preparing a second patch release, which will include the requested fixes. For the license I have to check with the company legal department first. I am also going to fix some functions values in DTS files following internal review. Regards

[U-Boot] [PATCH 05/19] imx: mx6sll: add iomux settings

2016-11-24 Thread Peng Fan
Add iomux settings for i.MX6 SLL Signed-off-by: Peng Fan Signed-off-by: Ye.Li Cc: Stefano Babic --- arch/arm/imx-common/iomux-v3.c | 10 +++--- arch/arm/include/asm/imx-common/iomux-v3.h | 6 -- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/arch/arm/imx-c

[U-Boot] [PATCH 13/19] mx6_common: correct loadaddr and text base for i.MX6SLL

2016-11-24 Thread Peng Fan
Correct loadaddr and text base for i.MX6SLL Signed-off-by: Peng Fan Cc: Stefano Babic --- include/configs/mx6_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index d28654b..c3a1257 100644 --- a/include/co

[U-Boot] [PATCH 91/97] powerpc: mpc85xx: Move CONFIG_MAX_CPUS to Kconfig

2016-11-24 Thread York Sun
Use Kconfig to set MAX_CPUS for mpc85xx. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 36 ++ arch/powerpc/include/asm/config_mpc85xx.h | 43 --- 2 files changed, 36 insertions(+), 43 deletions(-) diff --git a/arch/p

[U-Boot] [PATCH 93/97] powerpc: MPC8610HPCD: Remove macro CONFIG_MPC8610HPCD

2016-11-24 Thread York Sun
Use TARGET_MPC8610HPCD from Kconfig instead. Signed-off-by: York Sun --- board/freescale/common/pixis.h | 2 +- include/configs/MPC8610HPCD.h | 1 - scripts/config_whitelist.txt | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/board/freescale/common/pixis.h b/board/freesc

[U-Boot] [PATCH 55/97] powerpc: P3041: Remove macro CONFIG_PPC_P3041

2016-11-24 Thread York Sun
Replace CONFIG_PPC_P3041 with ARCH_P3041 in Kconfig and clean up existing macros. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 4 arch/powerpc/cpu/mpc85xx/Makefile | 4 ++-- arch/powerpc/cpu/mpc85xx/cmd_errata.c | 4 ++-- arch/powerpc/include/asm/c

[U-Boot] [PATCH 95/97] powerpc: MPC8641HPCN: Remove macro CONFIG_MPC8641HPCN

2016-11-24 Thread York Sun
Use TARGET_MPC8641HPCN from Kconfig instead. Signed-off-by: York Sun --- board/freescale/common/pixis.h | 2 +- include/configs/MPC8641HPCN.h | 1 - scripts/config_whitelist.txt | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/board/freescale/common/pixis.h b/board/freesc

[U-Boot] [PATCH 59/97] powerpc: P5020: Remove macro CONFIG_PPC_P5020

2016-11-24 Thread York Sun
Replace CONFIG_PPC_P5020 with ARCH_P5020 in Kconfig and clean up existing macros. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 4 arch/powerpc/cpu/mpc85xx/Makefile | 4 ++-- arch/powerpc/include/asm/config_mpc85xx.h | 2 +- arch/powerpc/include/asm/fsl

[U-Boot] [PATCH 81/97] powerpc: T208XQDS: Split as T2080QDS and T2081QDS

2016-11-24 Thread York Sun
Use two separated targets in Kconfig to simplify configurations. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 9 +++-- board/freescale/t208xqds/Kconfig | 2 +- configs/T2080QDS_NAND_defconfig | 2 +- configs/T2080QDS_SDCARD_defconfig | 2

[U-Boot] [PATCH 71/97] powerpc: T1024: Remove macro CONFIG_PPC_T1024

2016-11-24 Thread York Sun
Replace CONFIG_PPC_T1024 with ARCH_T1024 in Kconfig and clean up existing macros. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig| 5 + arch/powerpc/cpu/mpc85xx/Makefile | 4 ++-- arch/powerpc/cpu/mpc85xx/speed.c| 4 ++-- arch/powerpc/include/a

[U-Boot] [PATCH 88/97] powerpc: T4160: Remove macro CONFIG_PPC_T4160

2016-11-24 Thread York Sun
Use CONFIG_ARCH_T4160 instead. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 5 + arch/powerpc/cpu/mpc85xx/Makefile | 4 ++-- arch/powerpc/cpu/mpc85xx/fdt.c| 4 ++-- arch/powerpc/cpu/mpc85xx/speed.c | 2 +- arch/powerpc/cpu/mpc85xx/t424

[U-Boot] [PATCH 74/97] powerpc: T1040D4RDB: Separate from T1040RDB in Kconfig

2016-11-24 Thread York Sun
Use TARGET_T1040D4RDB in Kconfig to simplify config macros. Replace CONFIG_T1040D4RDB with TARGET_T1040D4RDB and clean up existing macros. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 6 ++ board/freescale/t104xrdb/Kconfig | 2 +- board/freescale/t104xrdb

[U-Boot] [PATCH 51/97] powerpc: P2020: Remove macro CONFIG_P2020

2016-11-24 Thread York Sun
Replace CONFIG_P2020 with ARCH_P2020 in Kconfig and clean up existing macros. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 5 + arch/powerpc/cpu/mpc85xx/Makefile | 2 +- arch/powerpc/include/asm/config_mpc85xx.h | 2 +- arch/powerpc/include/asm/fsl_law.h

[U-Boot] [PATCH 83/97] powerpc: T2080, T2081: Remove macro CONFIG_PPC_T2080 and CONFIG_PPC_T2081

2016-11-24 Thread York Sun
Use CONFIG_ARCH_T2080 and CONFIG_ARCH_T2081 instead. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 9 + arch/powerpc/cpu/mpc85xx/Makefile | 8 arch/powerpc/cpu/mpc85xx/fdt.c| 4 ++-- arch/powerpc/cpu/mpc85xx/speed.c | 10

[U-Boot] [PATCH 79/97] powerpc: T1042RDB: Remove macro CONFIG_T1042RDB

2016-11-24 Thread York Sun
Use TARGET_T1042RDB instead. Signed-off-by: York Sun --- board/freescale/t104xrdb/eth.c | 2 +- configs/T1042RDB_SECURE_BOOT_defconfig | 2 +- configs/T1042RDB_defconfig | 1 - include/configs/T104xRDB.h | 10 +- scripts/config_whitelist.txt

[U-Boot] [PATCH 76/97] powerpc: T1042: Remove macro CONFIG_PPC_T1042

2016-11-24 Thread York Sun
Replace CONFIG_PPC_T1042 with ARCH_T1024 in Kconfig and clean up existing macros. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 4 arch/powerpc/cpu/mpc85xx/Makefile | 4 ++-- arch/powerpc/include/asm/config_mpc85xx.h | 4 ++-- arch/powerpc/i

[U-Boot] [PATCH 77/97] powerpc: T1042RDB_PI: Split from T1042RDB in Kconfig

2016-11-24 Thread York Sun
Use separated TARGET_T1042RDB_PI to simplify config options. Remove macro CONFIG_T1042RDB_PI. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 6 ++ board/freescale/t104xrdb/Kconfig | 2 +- configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig | 4 ++--

[U-Boot] [PATCH 73/97] powerpc: T1040: Remove macro CONFIG_PPC_T1040

2016-11-24 Thread York Sun
Replace CONFIG_PPC_T1040 with ARCH_T1040 in Kconfig and clean up existing macros. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 5 + arch/powerpc/cpu/mpc85xx/Makefile | 4 ++-- arch/powerpc/cpu/mpc85xx/fdt.c| 2 +- arch/powerpc/include/asm/confi

  1   2   >