[U-Boot] [PATCH] ARM: stm32f7: fix prescaler calculation of timer

2017-10-02 Thread Bo Shen
As the timer 2 is on APB1 bus, the maximum of clock frequency of APB1 timer clock is half of SYSCLK. Then to calculate the timer prescaler for timer 2 which need to be divided by 2. Signed-off-by: Bo Shen --- arch/arm/mach-stm32/stm32f7/timer.c | 2 +- 1 file changed, 1

Re: [U-Boot] [PATCH v2 11/19] arm: socfpga: Add DRAM bank size initialization function

2017-10-02 Thread Ley Foon Tan
On Mon, Oct 2, 2017 at 6:06 PM, Chee, Tien Fong wrote: > On Isn, 2017-10-02 at 12:04 +0200, Marek Vasut wrote: >> On 10/02/2017 12:01 PM, Chee, Tien Fong wrote: >> > >> > On Sel, 2017-09-26 at 12:33 +0200, Marek Vasut wrote: >> > > >> > > On 09/26/2017 10:20 AM, Chee,

[U-Boot] [PATCH 1/1] efi_loader: replace efi_div10 by div64_u64

2017-10-02 Thread Heinrich Schuchardt
We should use the existing 64bit division instead of reinventing the wheel. Signed-off-by: Heinrich Schuchardt --- The patch is based on v2017.11-rc1 with no other patches applied. Applying it will require rebasing [PATCH 1/1] efi_loader: provide function comments for boot

Re: [U-Boot] [PATCH v3] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-10-02 Thread Chen-Yu Tsai
On Mon, Oct 2, 2017 at 1:34 AM, Antony Antony wrote: > Hi Maxime, > > sorry for the delayed response. > > On Mon, Sep 25, 2017 at 01:12:23PM +0200, Maxime Ripard wrote: >> On Sat, Sep 23, 2017 at 05:59:15PM +, Antony Antony wrote: >> > Add initial DT for NanoPi NEO Plus2

Re: [U-Boot] [PATCH v3 02/21] part: extract MBR signature from partitions

2017-10-02 Thread Fabio Estevam
Hi Rob, On Mon, Oct 2, 2017 at 4:35 PM, Rob Clark wrote: > not sure to what extent debug()/printf() works from SPL, but if it > does maybe adding this patch with and without that commit and > comparing logs would give some hint: Unfortunately I don't get any logs with this

[U-Boot] [RFC] disk: part_dos: Fix part_test_dos() regression

2017-10-02 Thread Fabio Estevam
From: Fabio Estevam Since commit ff98cb90514d ("part: extract MBR signature from partitions") SPL boot on i.MX6 starts to fail: U-Boot SPL 2017.09-00221-g0d6ab32 (Oct 02 2017 - 15:13:19) Trying to boot from MMC1 (hangs here) Revert the part_test_dos() changes from this

Re: [U-Boot] [PATCH v3 02/21] part: extract MBR signature from partitions

2017-10-02 Thread Fabio Estevam
Hi Tom, On Mon, Oct 2, 2017 at 4:32 PM, Tom Rini wrote: > FWIW, on cubox the current status is looping, and your kludge I just get > no output :( But there may be some other problems here too as I'm Just tried it on 2017.11-rc1 plus the attached hack and it boots fine:

[U-Boot] [ANN] U-Boot v2017.11-rc1 released

2017-10-02 Thread Tom Rini
Hey all, So it's release day and I've put up v2017.11-rc1. The merge window is now closed and I've updated git and the tarballs are also up now. I think my patch queue is in OK shape currently, but I need to pick up a number of series that were posted in the middle of September and look to be

Re: [U-Boot] [PATCH] scripts: dtc: Add .gitignore

2017-10-02 Thread Tom Rini
On Sat, Sep 30, 2017 at 10:56:22PM -0700, Bin Meng wrote: > Ignore these generated files during the build of dtc. > > Signed-off-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v2, 1/1] kconfiglib: update with 'imply' support

2017-10-02 Thread Ulf Magnusson
On Fri, Sep 29, 2017 at 10:25 PM, Tom Rini wrote: > On Tue, Sep 19, 2017 at 12:52:55PM +0200, Ulf Magnusson wrote: > >> Corresponds to 375506d (File writing nit) from upstream >> (https://github.com/ulfalizer/Kconfiglib). >> >> Adds proper 'imply' support and fixes a few minor

Re: [U-Boot] [GIT PULL v2] u-boot-sunxi/master

2017-10-02 Thread Tom Rini
On Mon, Oct 02, 2017 at 10:44:31PM +0200, Maxime Ripard wrote: > Hi Tom, > > On Fri, Sep 29, 2017 at 12:52:47PM +, Tom Rini wrote: > > On Fri, Sep 29, 2017 at 02:37:55PM +0200, Maxime Ripard wrote: > > > Hi, > > > > > > On Thu, Sep 28, 2017 at 01:02:58PM +, Tom Rini wrote: > > > > On

Re: [U-Boot] [GIT PULL v2] u-boot-sunxi/master

2017-10-02 Thread Maxime Ripard
Hi Tom, On Fri, Sep 29, 2017 at 12:52:47PM +, Tom Rini wrote: > On Fri, Sep 29, 2017 at 02:37:55PM +0200, Maxime Ripard wrote: > > Hi, > > > > On Thu, Sep 28, 2017 at 01:02:58PM +, Tom Rini wrote: > > > On Thu, Sep 28, 2017 at 11:12:55AM +0200, Maxime Ripard wrote: > > > > > > > Hi Tom,

Re: [U-Boot] [PATCH v3 02/21] part: extract MBR signature from partitions

2017-10-02 Thread Rob Clark
On Mon, Oct 2, 2017 at 2:17 PM, Fabio Estevam wrote: > On Wed, Sep 13, 2017 at 7:05 PM, Rob Clark wrote: >> From: Peter Jones >> >> EFI client programs need the signature information from the partition >> table to determine the disk a

[U-Boot] [PATCH] i.mx6ul: xpress: update UART init for current board revision

2017-10-02 Thread Anatolij Gustschin
UART pinmux has been changed on the last board revision. Change board pinmux accordingly. Console is on UART7 now, add pinmux, base address and update console string in environment. Signed-off-by: Anatolij Gustschin --- board/ccv/xpress/xpress.c | 14 ++

Re: [U-Boot] [PATCH v3 02/21] part: extract MBR signature from partitions

2017-10-02 Thread Tom Rini
On Mon, Oct 02, 2017 at 04:02:37PM -0300, Fabio Estevam wrote: > On Mon, Oct 2, 2017 at 3:49 PM, Peter Robinson wrote: > > > That would explain what I'm seeing as we pull this patch set in to > > 2017.09 for EFI boot support on aarch64 platforms. > > Locally I am applying

Re: [U-Boot] [PATCH v3 02/21] part: extract MBR signature from partitions

2017-10-02 Thread Fabio Estevam
On Mon, Oct 2, 2017 at 3:49 PM, Peter Robinson wrote: > That would explain what I'm seeing as we pull this patch set in to > 2017.09 for EFI boot support on aarch64 platforms. Locally I am applying the following hack, so that I can continue to work on mx6 with SPL:

Re: [U-Boot] [PATCH v3 02/21] part: extract MBR signature from partitions

2017-10-02 Thread Peter Robinson
On Mon, Oct 2, 2017 at 7:17 PM, Fabio Estevam wrote: > On Wed, Sep 13, 2017 at 7:05 PM, Rob Clark wrote: >> From: Peter Jones >> >> EFI client programs need the signature information from the partition >> table to determine the disk a

[U-Boot] [PATCH v4 2/2] wandboard: Add support for the MX6QP variant

2017-10-02 Thread Fabio Estevam
From: Fabio Estevam Add support for the latest MX6QP wandboard variant. Based on Richard Hu's work from Technexion's U-Boot tree. Signed-off-by: Fabio Estevam --- Changes since v3: - Rebased against latest u-boot-imx

[U-Boot] [PATCH v4 1/2] wandboard: Add support for the latest revd1 revision

2017-10-02 Thread Fabio Estevam
From: Fabio Estevam Latest wandboard hardware revision is revd1, which brings the following new features: - PFUZE100 PMIC - AR8035 Ethernet PHY - Upgrade Wifi/BT chip to BCM4339/BCM43430. The detection mechanism is to probe the PMIC and when it is found, then the

Re: [U-Boot] [PATCH v3 02/21] part: extract MBR signature from partitions

2017-10-02 Thread Fabio Estevam
On Wed, Sep 13, 2017 at 7:05 PM, Rob Clark wrote: > From: Peter Jones > > EFI client programs need the signature information from the partition > table to determine the disk a partition is on, so we need to fill that > in here. > > Signed-off-by: Peter

Re: [U-Boot] [PATCH v3] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-10-02 Thread Maxime Ripard
On Sun, Oct 01, 2017 at 05:34:55PM +, Antony Antony wrote: > On Mon, Sep 25, 2017 at 01:12:23PM +0200, Maxime Ripard wrote: > > On Sat, Sep 23, 2017 at 05:59:15PM +, Antony Antony wrote: > > > Add initial DT for NanoPi NEO Plus2 by FriendlyARM > > > - Allwinner quad core H5 Cortex A53 with

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

2017-10-02 Thread Tom Rini
On Sun, Oct 01, 2017 at 08:41:36PM +0200, Marek Vasut wrote: > The following changes since commit 6e9b109aa9bcdd094e77da9fb03de8b44da8eb9d: > > Merge git://git.denx.de/u-boot-usb (2017-09-27 09:39:48 -0400) > > are available in the git repository at: > > git://git.denx.de/u-boot-usb.git

[U-Boot] Boot failure - Latest master and Raspberry Pi

2017-10-02 Thread Duncan Hare
Previous I've added these two definitions to use u-boot witht he raspberry pi, into include/configs/rpi.h #define CONFIG_SYS_MAXARGS  32  /* dch doubled from 16    */ #define CONFIG_SYS_BARGSIZE 1540    /* dch added, default 512 */ However on the most recent

Re: [U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-02 Thread Guillaume Gardet
Le 02/10/2017 à 17:58, Tom Rini a écrit : On Mon, Oct 02, 2017 at 05:55:27PM +0200, Guillaume Gardet wrote: Le 02/10/2017 à 15:53, Tom Rini a écrit : On Mon, Oct 02, 2017 at 03:24:01PM +0200, Guillaume Gardet wrote: Hi, commit 46f9ef18461609064a1ffbc3f61dc027ec76b3ff Author: Andrew F.

Re: [U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-02 Thread Tom Rini
On Mon, Oct 02, 2017 at 05:55:27PM +0200, Guillaume Gardet wrote: > > > Le 02/10/2017 à 15:53, Tom Rini a écrit : > >On Mon, Oct 02, 2017 at 03:24:01PM +0200, Guillaume Gardet wrote: > >>Hi, > >> > >>commit 46f9ef18461609064a1ffbc3f61dc027ec76b3ff > >>Author: Andrew F. Davis >

Re: [U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-02 Thread Guillaume Gardet
Le 02/10/2017 à 15:53, Tom Rini a écrit : On Mon, Oct 02, 2017 at 03:24:01PM +0200, Guillaume Gardet wrote: Hi, commit 46f9ef18461609064a1ffbc3f61dc027ec76b3ff Author: Andrew F. Davis Date:   Fri Apr 21 10:01:28 2017 -0500     Kconfig: Enable FIT support by default for TI

Re: [U-Boot] [PATCH 0/4] cl-som-imx7: initial support

2017-10-02 Thread Stefano Babic
On 24/09/2017 08:00, Uri Mashiach wrote: > This patch series adds support for CompuLab CL-SOM-iMX7, SBC-iMX7, > SBC-IOT-iMX7 > and IOT-GATE-iMX7. > > CL-SOM-iMX7 is a miniature System-on-Module (SoM) based on > NXP i.MX7 processor family. > > SBC-iMX7 is a single board computer, implemented

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Stefano Babic
Hi Uri, On 02/10/2017 16:59, Uri Mashiach wrote: > Hi Stefano, > > On 10/02/2017 05:22 PM, Stefano Babic wrote: >> Hi Uri, >> >> On 24/09/2017 15:32, Fabio Estevam wrote: >>> Hi Uri, >>> >>> On Sun, Sep 24, 2017 at 3:00 AM, Uri Mashiach >>> wrote: Add

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Stefano Babic
Hi Otavio, Fabio, On 02/10/2017 16:25, Otavio Salvador wrote: > On Mon, Oct 2, 2017 at 11:22 AM, Stefano Babic wrote: >> Hi Uri, >> >> On 24/09/2017 15:32, Fabio Estevam wrote: >>> Hi Uri, >>> >>> On Sun, Sep 24, 2017 at 3:00 AM, Uri Mashiach >>>

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Uri Mashiach
Hi Stefano, On 10/02/2017 05:22 PM, Stefano Babic wrote: Hi Uri, On 24/09/2017 15:32, Fabio Estevam wrote: Hi Uri, On Sun, Sep 24, 2017 at 3:00 AM, Uri Mashiach wrote: Add configuration file and spl_boot_device function for the i.MX7 SPL. Signed-off-by: Uri

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-10-02 Thread Stefano Babic
On 02/10/2017 16:19, Eric Nelson wrote: > Hi Stefano, > > On 10/02/2017 06:21 AM, Stefano Babic wrote: >> On 31/08/2017 00:13, Eric Nelson wrote: >>> This adds support for two additional boot modes on the i.MX7D SoC, which >>> is most useful when doing U-Boot development on this chip. >>> >>> 1.

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Fabio Estevam
Hi Stefano, On Mon, Oct 2, 2017 at 11:22 AM, Stefano Babic wrote: > It looks like that at least a define is missing - by applying the patch > and testing, I get the error: > > +board/compulab/cl-som-imx7/cl-som-imx7.c: In function > 'cl_som_imx7_setup_fec': >

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Otavio Salvador
On Mon, Oct 2, 2017 at 11:22 AM, Stefano Babic wrote: > Hi Uri, > > On 24/09/2017 15:32, Fabio Estevam wrote: >> Hi Uri, >> >> On Sun, Sep 24, 2017 at 3:00 AM, Uri Mashiach >> wrote: >>> Add configuration file and spl_boot_device function for the

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Stefano Babic
Hi Uri, On 24/09/2017 15:32, Fabio Estevam wrote: > Hi Uri, > > On Sun, Sep 24, 2017 at 3:00 AM, Uri Mashiach > wrote: >> Add configuration file and spl_boot_device function for the i.MX7 SPL. >> >> Signed-off-by: Uri Mashiach > >

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-10-02 Thread Eric Nelson
Hi Stefano, On 10/02/2017 06:21 AM, Stefano Babic wrote: On 31/08/2017 00:13, Eric Nelson wrote: This adds support for two additional boot modes on the i.MX7D SoC, which is most useful when doing U-Boot development on this chip. 1. "bmode usb" can be used to force the ROM boot loader's serial

Re: [U-Boot] [PATCH 1/4] mx6: soc: Include header file

2017-10-02 Thread Stefano Babic
On 27/09/2017 18:12, Diego Dorta wrote: > When compiling with W=1 the following warning is observed: > > arch/arm/mach-imx/mx6/soc.c:213:12: warning: no previous prototype for > ‘get_board_rev’ [-Wmissing-prototypes] u32 __weak get_board_rev(void) > > Fix the build warning by including . > >

Re: [U-Boot] [PATCH] mx7ulp_evk: Move CONFIG_CMD_BOOTZ to Kconfig

2017-10-02 Thread Stefano Babic
On 27/09/2017 20:00, Fabio Estevam wrote: > CONFIG_CMD_BOOTZ symbol does not work in board config file > anymore, so fix this by moving it to Kconfig. > > Signed-off-by: Fabio Estevam > --- > configs/mx7ulp_evk_defconfig | 1 + > include/configs/mx7ulp_evk.h | 1 - > 2

Re: [U-Boot] [PATCH 3/4] usb: ehci-ci: Add a prototype for board_ehci_power()

2017-10-02 Thread Stefano Babic
On 27/09/2017 18:12, Diego Dorta wrote: > When compiling with W=1 the following warning is observed: > > board/freescale/mx6sabresd/mx6sabresd.c:601:5: warning: no previous prototype > for ‘board_ehci_power’ [-Wmissing-prototypes] int board_ehci_power(int port, > int on) > > Remove this

Re: [U-Boot] [PATCH 2/4] mx6sabresd: Include header file

2017-10-02 Thread Stefano Babic
On 27/09/2017 18:12, Diego Dorta wrote: > When compiling with W=1 the following warning is observed: > > board/freescale/mx6sabresd/mx6sabresd.c:680:5: warning: no previous prototype > for ‘board_spi_cs_gpio’ [-Wmissing-prototypes] int board_spi_cs_gpio(unsigned > bus, unsigned cs) > > Remove

Re: [U-Boot] [PATCH 4/4] mx6sabresd: Include header file

2017-10-02 Thread Stefano Babic
On 27/09/2017 18:12, Diego Dorta wrote: > When compiling with W=1 the following warning is observed: > > board/freescale/mx6sabresd/mx6sabresd.c:586:5: warning: no previous prototype > for ‘board_ehci_hcd_init’ [-Wmissing-prototypes] int board_ehci_hcd_init(int > port) > > Remove this warning

Re: [U-Boot] [PATCH 04/14] arm: socfpga: stratix10: Add Reset Manager driver for Stratix10 SoC

2017-10-02 Thread Dinh Nguyen
On Fri, Sep 29, 2017 at 7:53 AM, See, Chin Liang wrote: > On Tue, 2017-09-26 at 17:08 -0500, Dinh Nguyen wrote: >> On Tue, Sep 19, 2017 at 4:22 AM, wrote: >> > >> > From: Chin Liang See >> > >> > Add Reset Manager

Re: [U-Boot] [PATCH v2] imx: sys_proto: Add a prototype for board_mmc_get_env_dev()

2017-10-02 Thread Stefano Babic
On 21/09/2017 20:10, Diego Dorta wrote: > When compiling with W=1 the following warning is observed: > > board/freescale/mx6sabresd/mx6sabresd.c:266:5: warning: > no previous prototype for ‘board_mmc_get_env_dev’ > [-Wmissing-prototypes] int board_mmc_get_env_dev(int devno) > > Remove this

Re: [U-Boot] [PATCH] imx: Include header file

2017-10-02 Thread Stefano Babic
On 22/09/2017 17:12, Diego Dorta wrote: > When building with W=1 errors like the one below is seen: > > board/freescale/mx6sabresd/mx6sabresd.c:546:5: warning: > no previous prototype for ‘overwrite_console’ > [-Wmissing-prototypes] int overwrite_console(void) > > Fix the build warnings by

Re: [U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-02 Thread Tom Rini
On Mon, Oct 02, 2017 at 03:24:01PM +0200, Guillaume Gardet wrote: > Hi, > > commit 46f9ef18461609064a1ffbc3f61dc027ec76b3ff > Author: Andrew F. Davis > Date:   Fri Apr 21 10:01:28 2017 -0500 > >     Kconfig: Enable FIT support by default for TI platforms > >     Almost all TI

Re: [U-Boot] [PATCH] mx6: toradex: Remove custom CONFIG_SPL_PAD_TO definition

2017-10-02 Thread Stefano Babic
On 25/09/2017 20:20, Fabio Estevam wrote: > From: Fabio Estevam > > CONFIG_SPL_PAD_TO is already defined inside "imx6_spl.h", so there > is no need to redefine it in the board config files. > > Signed-off-by: Fabio Estevam > --- >

Re: [U-Boot] [PATCH 2/2] mx25pdk: Remove duplicated define

2017-10-02 Thread Stefano Babic
On 30/09/2017 03:55, Otavio Salvador wrote: > The CONFIG_SYS_MMC_ENV_DEV is duplicated, drop it. > > Signed-off-by: Otavio Salvador > --- > > include/configs/mx25pdk.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/mx25pdk.h

Re: [U-Boot] [PATCH 1/2] mx25pdk: Use generic filesystem commands

2017-10-02 Thread Stefano Babic
On 30/09/2017 03:54, Otavio Salvador wrote: > This rework the board to use the generic filesystem commands instead > of forcing the use of FAT for the boot files. > > Signed-off-by: Otavio Salvador > --- > > configs/mx25pdk_defconfig | 5 +++-- >

Re: [U-Boot] [PATCH v3 1/2] wandboard: Add support for the latest revd1 revision

2017-10-02 Thread Stefano Babic
Hi Fabio, On 27/09/2017 19:27, Fabio Estevam wrote: > Latest wandboard hardware revision is revd1, which brings the following > new features: > > - PFUZE100 PMIC > - AR8035 Ethernet PHY > - Upgrade Wifi/BT chip to BCM4339/BCM43430. > This patch cannot be applied anymore - as you will be

Re: [U-Boot] [PATCH 0/6] i.MX6Q: Add SPL_OF_CONTROL support

2017-10-02 Thread Stefano Babic
Hi Jagan, On 19/09/2017 20:37, Jagan Teki wrote: > From: Jagan Teki > > This series add OF_CONTROL support for SPL on Engicam i.MX6QDL > boards, along with proper code optimzation changes. > > > Jagan Teki (6): > i.MX6: engicam: Fix MAINTAINERS/README > imx6ul:

[U-Boot] [PATCH] sandbox: Expand list of IO accessors

2017-10-02 Thread Maxime Ripard
The setbits/clrbits/clrsetbits macros are used widely across the tree, let's provide implementation for them in the sandbox. Signed-off-by: Maxime Ripard --- arch/sandbox/include/asm/io.h | 47 +++ 1 file changed, 47

[U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-02 Thread Guillaume Gardet
Hi, commit 46f9ef18461609064a1ffbc3f61dc027ec76b3ff Author: Andrew F. Davis Date:   Fri Apr 21 10:01:28 2017 -0500     Kconfig: Enable FIT support by default for TI platforms     Almost all TI defconfigs enable this already, add this as a default     and remove the explicit

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-10-02 Thread Stefano Babic
On 31/08/2017 00:13, Eric Nelson wrote: > This adds support for two additional boot modes on the i.MX7D SoC, which > is most useful when doing U-Boot development on this chip. > > 1. "bmode usb" can be used to force the ROM boot loader's serial > 2. "bmode normal" can be used to revert to the

Re: [U-Boot] [PATCH V4 11/12] imx: mx6sabresd: enable dm drivers

2017-10-02 Thread Stefano Babic
On 28/09/2017 07:34, Peng Fan wrote: > Hi Stefano, > >> -Original Message- >> From: Peng Fan >> Sent: Tuesday, September 26, 2017 10:04 AM >> To: 'Stefano Babic' >> Cc: van.free...@gmail.com; u-boot@lists.denx.de; Fabio Estevam >> >> Subject: RE:

[U-Boot] [PATCH] mx6slevk: Use PARTUUID to specify the rootfs location

2017-10-02 Thread Fabio Estevam
From: Fabio Estevam mx6slevk can run different kernel versions, such as NXP 4.1 or mainline. Currently the rootfs location is passed via mmcblk number and the problem with this approach is that the mmcblk number for the SD card changes depending on the kernel version.

Re: [U-Boot] [PATCH v1 1/2] x86: tangier: Enable ACPI support for Intel Tangier

2017-10-02 Thread Andy Shevchenko
On Sun, 2017-09-03 at 17:46 +0800, Bin Meng wrote: > Hi Andy, > > On Wed, Aug 30, 2017 at 11:04 PM, Andy Shevchenko > wrote: > > Intel Tangier SoC is a part of Intel Merrifield platform which > > doesn't > > utilize ACPI by default. Here is an attempt to

Re: [U-Boot] fsl_esdhc driver is broken with DM

2017-10-02 Thread Fabio Estevam
Hi Jagan, On Mon, Oct 2, 2017 at 7:23 AM, Jagan Teki wrote: > Yes, currently I'm using DM_MMC for U-Boot proper and recently I've > moved SPL as well [1]. But I've seen an issue with i.MX6UL while > moving to OF_SPL What exactly is the MX6UL issue you see? Thanks

Re: [U-Boot] [U-Boot,V9,1/4] usb: rockchip: add the rockusb gadget

2017-10-02 Thread Dr. Philipp Tomsich
+Kever, +Eddie Kever & Eddie, > On 2 Oct 2017, at 12:41, Marek Vasut wrote: > > On 10/02/2017 12:40 PM, Dr. Philipp Tomsich wrote: >> Lukasz & Marek, >> >>> On 12 Sep 2017, at 10:43, Łukasz Majewski wrote: >>> >>> Hi Dr. Philipp, >>> Hi Lukasz, > On

Re: [U-Boot] [U-Boot,V9,1/4] usb: rockchip: add the rockusb gadget

2017-10-02 Thread Marek Vasut
On 10/02/2017 12:40 PM, Dr. Philipp Tomsich wrote: > Lukasz & Marek, > >> On 12 Sep 2017, at 10:43, Łukasz Majewski wrote: >> >> Hi Dr. Philipp, >> >>> Hi Lukasz, On 12 Sep 2017, at 10:14, Łukasz Majewski wrote: Hi Philipp, This patch

Re: [U-Boot] [U-Boot,V9,1/4] usb: rockchip: add the rockusb gadget

2017-10-02 Thread Dr. Philipp Tomsich
Lukasz & Marek, > On 12 Sep 2017, at 10:43, Łukasz Majewski wrote: > > Hi Dr. Philipp, > >> Hi Lukasz, >>> On 12 Sep 2017, at 10:14, Łukasz Majewski wrote: >>> >>> Hi Philipp, >>> >>> This patch series is waiting for opening new merge window. It is already >>>

Re: [U-Boot] [PATCH v2 17/19] arm: socfpga: Adding clock frequency info for U-boot

2017-10-02 Thread Chee, Tien Fong
On Isn, 2017-10-02 at 12:10 +0200, Marek Vasut wrote: > On 10/02/2017 12:04 PM, Chee, Tien Fong wrote: > > > > On Isn, 2017-09-25 at 11:23 +0200, Marek Vasut wrote: > > > > > > On 09/25/2017 10:40 AM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee

Re: [U-Boot] fsl_esdhc driver is broken with DM

2017-10-02 Thread Jagan Teki
On Sun, Oct 1, 2017 at 9:20 PM, Fabio Estevam wrote: > Hi Tom, > > On Sun, Oct 1, 2017 at 11:49 AM, Tom Rini wrote: > >>> Same regression is observed with mx7dsabresd board as well. >> >> It's likely to be all i.MX :( > > Only the i.MX configs with

Re: [U-Boot] [PATCH v2 17/19] arm: socfpga: Adding clock frequency info for U-boot

2017-10-02 Thread Marek Vasut
On 10/02/2017 12:04 PM, Chee, Tien Fong wrote: > On Isn, 2017-09-25 at 11:23 +0200, Marek Vasut wrote: >> On 09/25/2017 10:40 AM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> Clock frequency info is required in U-boot. >>> >>> Signed-off-by: Tien

Re: [U-Boot] [PATCH v2 11/19] arm: socfpga: Add DRAM bank size initialization function

2017-10-02 Thread Chee, Tien Fong
On Isn, 2017-10-02 at 12:04 +0200, Marek Vasut wrote: > On 10/02/2017 12:01 PM, Chee, Tien Fong wrote: > > > > On Sel, 2017-09-26 at 12:33 +0200, Marek Vasut wrote: > > > > > > On 09/26/2017 10:20 AM, Chee, Tien Fong wrote: > > > > > > > > > > > > On Isn, 2017-09-25 at 11:15 +0200, Marek Vasut

Re: [U-Boot] [PATCH v2 17/19] arm: socfpga: Adding clock frequency info for U-boot

2017-10-02 Thread Chee, Tien Fong
On Isn, 2017-09-25 at 11:23 +0200, Marek Vasut wrote: > On 09/25/2017 10:40 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Clock frequency info is required in U-boot. > > > > Signed-off-by: Tien Fong Chee > I want a

Re: [U-Boot] [PATCH v2 11/19] arm: socfpga: Add DRAM bank size initialization function

2017-10-02 Thread Marek Vasut
On 10/02/2017 12:01 PM, Chee, Tien Fong wrote: > On Sel, 2017-09-26 at 12:33 +0200, Marek Vasut wrote: >> On 09/26/2017 10:20 AM, Chee, Tien Fong wrote: >>> >>> On Isn, 2017-09-25 at 11:15 +0200, Marek Vasut wrote: On 09/25/2017 10:40 AM, tien.fong.c...@intel.com wrote: > > >

Re: [U-Boot] [PATCH v2 11/19] arm: socfpga: Add DRAM bank size initialization function

2017-10-02 Thread Chee, Tien Fong
On Sel, 2017-09-26 at 12:33 +0200, Marek Vasut wrote: > On 09/26/2017 10:20 AM, Chee, Tien Fong wrote: > > > > On Isn, 2017-09-25 at 11:15 +0200, Marek Vasut wrote: > > > > > > On 09/25/2017 10:40 AM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee

Re: [U-Boot] [PATCH v2 00/26] mmc: Add support for HS200 and UHS modes

2017-10-02 Thread Jean-Jacques Hiblot
On 22/09/2017 16:42, Jaehoon Chung wrote: Dear JJ, On 09/21/2017 11:29 PM, Jean-Jacques Hiblot wrote: This series brings support for HS200 and UHS modes to the mmc core. It has been tested with the hsmmc driver on several platforms (DRA7, AM57x, AM437x, beaglebone black, Atmel SAMA5D3

Re: [U-Boot] [PATCH v2 26/26] dm: mmc: Add a library function to parse generic dt binding

2017-10-02 Thread Jean-Jacques Hiblot
On 22/09/2017 15:54, Jaehoon Chung wrote: On 09/21/2017 11:30 PM, Jean-Jacques Hiblot wrote: From: Kishon Vijay Abraham I Add a new function to parse host controller dt node and set mmc_config. This function can be used by mmc controller drivers to set the generic mmc_config.

Re: [U-Boot] [PATCH v2 13/26] mmc: Enable signal voltage to be selected from mmc core

2017-10-02 Thread Jean-Jacques Hiblot
On 22/09/2017 15:54, Jaehoon Chung wrote: On 09/21/2017 11:30 PM, Jean-Jacques Hiblot wrote: From: Kishon Vijay Abraham I Add a new function *mmc_set_signal_voltage* in mmc core which can be used during mmc initialization to select the signal voltage. Platform driver should

Re: [U-Boot] [PATCH v2 23/26] mmc: Retry some MMC cmds on failure

2017-10-02 Thread Jean-Jacques Hiblot
On 22/09/2017 15:54, Jaehoon Chung wrote: On 09/21/2017 11:30 PM, Jean-Jacques Hiblot wrote: From: Kishon Vijay Abraham I With certain SD cards like Kingston 8GB/16GB UHS card, it is seen that MMC_CMD_ALL_SEND_CID cmd fails on first attempt, but succeeds subsequently.

Re: [U-Boot] [PATCH v2 07/26] mmc: Add a function to dump the mmc capabilities

2017-10-02 Thread Jean-Jacques Hiblot
Hi Jaehoon, On 22/09/2017 15:54, Jaehoon Chung wrote: Hi, On 09/21/2017 11:29 PM, Jean-Jacques Hiblot wrote: This adds a simple helper function to display information (bus width and mode) based on a capability mask. Useful for debug. I agreed this is useful.. but there is no usage in your

Re: [U-Boot] [PATCH v6 08/10] fdtdec: sort include files

2017-10-02 Thread Jean-Jacques Hiblot
Hi Simon, On 25/09/2017 04:12, Simon Glass wrote: Hi Jean-Jacques, On 15 September 2017 at 04:57, Jean-Jacques Hiblot wrote: Sort include files in accordance to U-Boot coding style. Signed-off-by: Jean-Jacques Hiblot --- lib/fdtdec.c | 10 +- 1

Re: [U-Boot] [PATCH] Kconfig: BOOTCOMMAND: Define default set of boot commands in Kconfig

2017-10-02 Thread Łukasz Majewski
On 10/01/2017 02:41 AM, Tom Rini wrote: On Sat, Sep 30, 2017 at 10:20:47PM +0200, Łukasz Majewski wrote: On 09/14/2017 04:55 PM, Tom Rini wrote: On Mon, Sep 11, 2017 at 10:53:51PM +0200, Łukasz Majewski wrote: On 09/11/2017 07:31 PM, Tom Rini wrote: On Sun, Sep 10, 2017 at 08:25:02PM +0200,

Re: [U-Boot] [PATCH 027/080] i2c: fsl_i2c: Make live-tree compatible

2017-10-02 Thread Heiko Schocher
Hello Mario, Am 29.09.2017 um 14:51 schrieb Mario Six: Make the fsl_i2c driver compatible with a live device tree. Signed-off-by: Mario Six --- drivers/i2c/fsl_i2c.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) Reviewed-by: Heiko

Re: [U-Boot] [PATCH 026/080] i2c: fsl_i2c: Remove inline declarations

2017-10-02 Thread Heiko Schocher
Hello Mario, Am 29.09.2017 um 14:51 schrieb Mario Six: Some functions in the fsl_i2c driver are declared as inline, even though they are quite large, which needlessly increases the size of the resulting binary. This patch removes the inline declarations. Signed-off-by: Mario Six

Re: [U-Boot] [PATCH 025/080] i2c: fsl_i2c: Fix style violations

2017-10-02 Thread Heiko Schocher
Hello Mario, Am 29.09.2017 um 14:51 schrieb Mario Six: Fix some style violations in the fsl_i2c I2C driver, and use shorter type names for variables in some cases. Signed-off-by: Mario Six --- drivers/i2c/fsl_i2c.c | 111 +-