Re: [U-Boot] [PATCH] drivers: net: ldpaa_eth: Correct error handler for qbman_swp_acquire()

2017-10-30 Thread Ashish Kumar
Please see inline. -Original Message- From: York Sun Sent: Tuesday, October 31, 2017 12:32 AM To: Ashish Kumar ; Roy Pledge Cc: joe.hershber...@gmail.com; Prabhakar Kushwaha ; u-boot@lists.denx.de Subject: Re:

Re: [U-Boot] [PATCH 1/7] imx: mxc_i2c: tweak the i2c transfer method

2017-10-30 Thread Heiko Schocher
Hello Martyn, Am 26.10.2017 um 16:47 schrieb Martyn Welch: From: Nandor Han Tweak the i2c transfer to work for devices that want to read data without addressing a register. Signed-off-by: Nandor Han Signed-off-by: Martyn Welch

Re: [U-Boot] [PATCH] arm64: ls1012ardb: Add distro secure boot support

2017-10-30 Thread Sumit Garg
> -Original Message- > From: York Sun > Sent: Tuesday, October 31, 2017 3:51 AM > To: Sumit Garg ; u-boot@lists.denx.de > Cc: Ruchika Gupta ; Prabhakar Kushwaha > > Subject: Re: [PATCH] arm64: ls1012ardb: Add distro

Re: [U-Boot] [PATCH] configs: vf610: increase maximum size and enforce correct limit

2017-10-30 Thread Tom Rini
On Mon, Oct 30, 2017 at 09:59:04AM +0100, Stefan Agner wrote: > Hi Tom, Stefano, > > Any chance to get this still into 2017.11? It allows to use 2017.11 on > my board... Stefano, this is your call, thanks! > > -- > Stefan > > On 2017-10-17 13:59, Stefan Agner wrote: > > From: Stefan Agner

[U-Boot] [PATCH] Update Paul Burton's email address

2017-10-30 Thread Paul Burton
MIPS is no longer a part of Imagination Technologies, and as such my @imgtec.com email address will soon cease to function. This patch updates occurrances of it with my new @mips.com email address, and adds an entry in .mailmap such that git (& tools such as get_maintainer.pl when examining

Re: [U-Boot] [PATCH] net: fec_mxc: Change "error frame" message to debug level

2017-10-30 Thread Fabio Estevam
Hi Joe, On Sun, Oct 15, 2017 at 11:01 AM, Fabio Estevam wrote: > From: Fabio Estevam > > As reported by Jonathan Gray: > > "After the recent changes to add SimpleNetworkProtocol to efi_loader > when booting off mmc via an efi payload that doesn't use >

[U-Boot] [PATCH] sunxi: set the default CPUx frequency of H5 to 816MHz

2017-10-30 Thread Icenowy Zheng
Some H5 boards are designed to start at 1.1V CPUx voltage (e.g. Nano Pi NEO2), which may not work properly at 1008MHz if the chip's quality is not so good. Lower the default CPUx frequency of H5 to 816MHz. Signed-off-by: Icenowy Zheng --- arch/arm/mach-sunxi/Kconfig | 2 +- 1

Re: [U-Boot] [PATCH v2] mx6slevk: Fix MMC breakage for the SPL target

2017-10-30 Thread Fabio Estevam
Hi Stefano, On Fri, Oct 13, 2017 at 10:27 AM, Fabio Estevam wrote: > From: Fabio Estevam > > Commit 001cdbbb32ef1f6 ("imx: mx6slevk: enable more DM drivers") breaks > MMC support in U-Boot proper on the mx6slevk_spl_defconfig target: > > U-Boot SPL

Re: [U-Boot] [PATCH] arm64: ls1012ardb: Add distro secure boot support

2017-10-30 Thread York Sun
On 09/07/2017 10:54 PM, Sumit Garg wrote: > Enable validation of boot.scr script prior to its execution dependent > on "secureboot" flag in environment. Enable fall back option to > qspi boot in case of secure boot. > > Signed-off-by: Sumit Garg > Tested-by: Vinitha Pillai

Re: [U-Boot] [PATCH v3] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-30 Thread York Sun
On 10/30/2017 02:58 PM, Lukasz Majewski wrote: > This commit allows extended Marvell registers to be read with: > > foo > mdio rx FEC 3.10 > Reading from bus FEC > PHY at address 0: > 3.16 - 0x1063 > foo > mdio wx FEC 3.10 0x1011 > > The above code changes the way ETH connector LEDs blink. > >

[U-Boot] [PATCH v3] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-30 Thread Lukasz Majewski
This commit allows extended Marvell registers to be read with: foo > mdio rx FEC 3.10 Reading from bus FEC PHY at address 0: 3.16 - 0x1063 foo > mdio wx FEC 3.10 0x1011 The above code changes the way ETH connector LEDs blink. Signed-off-by: Lukasz Majewski --- Changes in v3:

Re: [U-Boot] [PATCH v2] mtd: nand: fsl-ifc: fix support of multiple NAND devices

2017-10-30 Thread Scott Wood
On Mon, 2017-10-30 at 18:50 +, York Sun wrote: > On 10/20/2017 03:43 AM, Kurt Kanzenbach wrote: > > Currently the chipselect used to identify the corresponding NAND chip is > > stored > > at the controller and only set during fsl_ifc_chip_init(). This way, only > > the > > last NAND chip is

Re: [U-Boot] [Patch V2 1/2] armv8: ls1088ardb: Add SCSI related configs in header file for RDB

2017-10-30 Thread York Sun
On 10/30/2017 12:06 PM, York Sun wrote: > On 10/29/2017 11:40 PM, Ashish Kumar wrote: >> Signed-off-by: Amrita Kumari >> Signed-off-by: Ashish Kumar >> --- > > Change log? > >> include/configs/ls1088ardb.h | 13 + >> 1 file changed, 13

Re: [U-Boot] [Patch V2 1/2] armv8: ls1088ardb: Add SCSI related configs in header file for RDB

2017-10-30 Thread York Sun
On 10/29/2017 11:40 PM, Ashish Kumar wrote: > Signed-off-by: Amrita Kumari > Signed-off-by: Ashish Kumar > --- Change log? > include/configs/ls1088ardb.h | 13 + > 1 file changed, 13 insertions(+) > > diff --git

Re: [U-Boot] [PATCH] drivers: net: ldpaa_eth: Correct error handler for qbman_swp_acquire()

2017-10-30 Thread York Sun
On 10/29/2017 10:23 PM, Ashish Kumar wrote: > Hello York, > > The definition of qbman_swp_acquire(), is not owned by u-boot, it is part of > qbman drivers which is owned by Roy. > u-boot gets this definition from flib code and same is used in u-boot as it > is. > > So, moving this error

Re: [U-Boot] [PATCH 1/2] armv8: ls1088a: Enable sata on ls1088a

2017-10-30 Thread York Sun
On 10/26/2017 02:46 AM, andy.t...@nxp.com wrote: > From: Yuantian Tang > > Enable sata feature on ls1088a platforms > > Signed-off-by: Tang Yuantian > --- > include/configs/ls1088aqds.h | 12 > include/configs/ls1088ardb.h | 13 +

Re: [U-Boot] [PATCH v2] mtd: nand: fsl-ifc: fix support of multiple NAND devices

2017-10-30 Thread York Sun
On 10/20/2017 03:43 AM, Kurt Kanzenbach wrote: > Currently the chipselect used to identify the corresponding NAND chip is > stored > at the controller and only set during fsl_ifc_chip_init(). This way, only the > last NAND chip is working, as the previous value of cs_nand gets overwritten. > >

Re: [U-Boot] [PATCH v5] wandboard: Add support for the MX6QP variant

2017-10-30 Thread Otavio Salvador
On Sat, Oct 14, 2017 at 9:17 AM, Fabio Estevam wrote: > 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

Re: [U-Boot] [PATCH 1/4] arm64: ls1043ardb: Add sd_bootcmd for distro fallback in case of sdboot

2017-10-30 Thread York Sun
On 10/23/2017 01:53 PM, York Sun wrote: > On 09/14/2017 02:26 PM, York Sun wrote: >> On 08/30/2017 03:43 AM, Shengzhou Liu wrote: >>> Signed-off-by: Shengzhou Liu >>> --- >>> include/configs/ls1043a_common.h | 11 ++- >>> 1 file changed, 10 insertions(+), 1

Re: [U-Boot] [PATCH 1/9] drivers: net: pfe_eth: LS1012A PFE driver introduction

2017-10-30 Thread York Sun
On 10/09/2017 02:09 AM, Calvin Johnson wrote: > This patch adds PFE driver into U-Boot. > > Following are the main driver files:- > pfe.c: provides low level helper functions to initialize PFE internal > processor engines and other hardware blocks. > pfe_driver.c: provides probe functions,

Re: [U-Boot] [PATCH 2/2] armv8: sec_firmware: Add support for loadables in FIT

2017-10-30 Thread York Sun
On 09/01/2017 01:25 AM, Sumit Garg wrote: > Enable support for loadables in SEC firmware FIT image. Currently support > is added for single loadable image. > > Brief description of implementation: > - Add two more address pointers (loadable_h, loadable_l) as arguments to > sec_firmware_init()

Re: [U-Boot] [PATCH 1/2] armv8: layerscape: Allocate 66 MB DDR for secure memory

2017-10-30 Thread York Sun
On 09/01/2017 01:24 AM, Sumit Garg wrote: > Change DDR allocated for secure memory from 2 MB to 66 MB. This additional > 64 MB secure memory is required for trusted OS running in Trusted Execution > Environment using ARMv8 TrustZone. > > Signed-off-by: Sumit Garg > ---

Re: [U-Boot] [PATCH v4 1/5] arm64: layerscape: Move CONFIG_HAS_FSL_XHCI_USB to Kconfig

2017-10-30 Thread York Sun
On 10/22/2017 07:28 PM, Ran Wang wrote: > Use Kconfig to select QE-HDLC and USB pin-mux. > > Signed-off-by: Ran Wang > Reviewed-by: Bin Meng > --- > Change in v4: > Typo correction. > > Change in v3: > New patch file. > This set is

Re: [U-Boot] [PATCH] armv8: ls1088aqds: Change phy mode to PHY_INTERFACE_MODE_RGMII_ID

2017-10-30 Thread York Sun
On 10/12/2017 02:51 AM, Ashish Kumar wrote: > Since TX delay is now enabled only in PHY_INTERFACE_MODE_RGMII_ID > PHY_INTERFACE_MODE_RGMII_TXID. > > These change where introduced in phy driver in commit titled > "net: phy: realtek: fix enabling of the TX-delay for RTL8211F" > > Signed-off-by:

Re: [U-Boot] [PATCH v2] armv8: configs: ls1012a: correct the generic timer frequency issue

2017-10-30 Thread York Sun
On 10/11/2017 11:47 PM, andy.t...@nxp.com wrote: > From: Yuantian Tang > > On ls1012a soc, core clock source frequency is 100Mhz. > Generic timer frequency is derived from core clock source divided > by 4, which is 25Mhz. So assign timer frequency to 25Mhz here. > >

Re: [U-Boot] [PATCH v2] armv8: ls1088: Move CONFIG_ENV_IS_IN_SPI_FLASH to defconfig

2017-10-30 Thread York Sun
On 10/11/2017 06:07 AM, Ashish Kumar wrote: > Signed-off-by: Ashish Kumar > --- > v2: > Reword commit msg > Applied to fsl-qoriq master. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH][v4] driver: fsl-mc: use calloc instead malloc

2017-10-30 Thread York Sun
On 10/10/2017 08:21 PM, Prabhakar Kushwaha wrote: > Memory allocated via malloc is not guaranteed to be zeroized. > > So explicitly use calloc instead of malloc. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Replaced malloc/memset with calloc >

Re: [U-Boot] [PATCH] powerpc: mpc85xx: Implement CPU erratum A-007907 for secondary cores

2017-10-30 Thread York Sun
On 10/17/2017 08:19 AM, York Sun wrote: > Commit 06ad970b53a3 ("powerpc: mpc85xx: Implemente workaround for CPU > erratum A-007907") clears L1CSR2 for the boot core, but other cores > don't run through the workaround. Add similar code for secondary > cores to clear DCSTASHID field in L1CSR2

Re: [U-Boot] rk3288: Falcon mode broken

2017-10-30 Thread York Sun
On 10/30/2017 10:55 AM, Jagan Teki wrote: > On Mon, Oct 30, 2017 at 11:19 PM, York Sun wrote: >> On 10/30/2017 10:17 AM, Jagan Teki wrote: >>> Hi, >>> >>> Did anyone have tested falcon recently? it was working for me during >>> rc1 and now it's broken cant see kernel booting, I

Re: [U-Boot] rk3288: Falcon mode broken

2017-10-30 Thread Jagan Teki
On Mon, Oct 30, 2017 at 11:19 PM, York Sun wrote: > On 10/30/2017 10:17 AM, Jagan Teki wrote: >> Hi, >> >> Did anyone have tested falcon recently? it was working for me during >> rc1 and now it's broken cant see kernel booting, I knew I need to >> bisect but just checking in

Re: [U-Boot] [PATCH v3] imx: Fix regression with CONFIG_DM_MMC=y

2017-10-30 Thread Stefano Babic
On 30/10/2017 11:13, Fabio Estevam wrote: > Hi Stefano and Tom, > > On Fri, Oct 20, 2017 at 12:17 PM, Fabio Estevam wrote: >> When CONFIG_DM_MMC=y, CONFIG_BLK should be selected, otherwise the >> SD/eMMC card cannot be used. >> >> Also, select CONFIG_DM_USB=y when

Re: [U-Boot] rk3288: Falcon mode broken

2017-10-30 Thread York Sun
On 10/30/2017 10:17 AM, Jagan Teki wrote: > Hi, > > Did anyone have tested falcon recently? it was working for me during > rc1 and now it's broken cant see kernel booting, I knew I need to > bisect but just checking in case if any new changes. > > Log: > -- > > => reset > spl_early_init()

[U-Boot] rk3288: Falcon mode broken

2017-10-30 Thread Jagan Teki
Hi, Did anyone have tested falcon recently? it was working for me during rc1 and now it's broken cant see kernel booting, I knew I need to bisect but just checking in case if any new changes. Log: -- => reset spl_early_init() >>spl:board_init_r() U-Boot TPL 2017.11-rc2-00077-g1ea3e90-dirty

Re: [U-Boot] [PATCH RESEND] imx:display5: Add support for LWN's DISPLAY5 board (for v2017.11-rc2+)

2017-10-30 Thread Stefano Babic
Hi Lukasz, On 20/10/2017 14:46, Lukasz Majewski wrote: > This commit provides support for LWN's IMX6Q based DISPLAY5 board. > > Signed-off-by: Lukasz Majewski > --- > > arch/arm/dts/imx6q-display5.dts | 18 ++ > arch/arm/mach-imx/mx6/Kconfig | 7 + >

Re: [U-Boot] [PATCH v2] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-30 Thread York Sun
On 10/30/2017 03:34 AM, Lukasz Majewski wrote: > Hi York, > >> On 10/27/2017 08:23 AM, Lukasz Majewski wrote: >>> On Fri, 27 Oct 2017 15:06:37 + >>> York Sun wrote: >>> On 10/27/2017 02:12 AM, Lukasz Majewski wrote: > This commit allows extended Marvell

Re: [U-Boot] [u-boot-release] [Patch V4 1/2] armv8: ls1088ardb: Add SD boot support for ls1088

2017-10-30 Thread York Sun
On 10/30/2017 03:31 AM, Ashish Kumar wrote: > Signed-off-by: Prabhakar Kushwaha > Signed-off-by: Ashish Kumar > Signed-off-by: Raghav Dogra > --- > > v4: > Add Documentation for SD boot > Rebase to top > >

[U-Boot] [PATCH] BugFix: PXE Boot fails on old arm kernel with initrd without FDT

2017-10-30 Thread Sven Glodowski
Hello, PXE/Extlinux boot fails on old Kernel which requires initrd but doesn't have FDT! sysboot loads initrd loaded into RAM, but system boots without initrd and hangs. Kernel: Linux odroid 3.8.13.30 #1 SMP PREEMPT Wed Feb 1 20:17:12 CET 2017 armv7l armv7l armv7l GNU/Linux Looking into

[U-Boot] Problem with initialize in mmc_initialize in mmc.c

2017-10-30 Thread Faiz Abbas
Hi, The variable *initialized* in mmc_initialize() is declared as static and initialised to 0 in the following commit. This makes the compiler put it in the .bss section of the image. commit 1b26bab12e85e8b0d382d6775e40d14445249574 Author: Daniel KochmaƄski

[U-Boot] [PATCH 1/2] rockchip: lion-rk3368: defconfig: select PHY_MICREL_KSZ90X1

2017-10-30 Thread Philipp Tomsich
The RK3368-uQ7 uses a KSZ9031 PHY on-module. Enable PHY_MICREL_KSZ90X1 in the associated defconfig. References: da3b9e7f ("Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig") Signed-off-by: Philipp Tomsich --- configs/lion-rk3368_defconfig | 1 + 1 file

[U-Boot] [PATCH 2/2] rockchip: puma-rk3399: defconfig: select PHY_MICREL_KSZ90X1

2017-10-30 Thread Philipp Tomsich
The RK3368-uQ7 uses a KSZ9031 PHY on-module. Enable PHY_MICREL_KSZ90X1 in the associated defconfig (this somehow got lost with da3b9e7f). References: da3b9e7f ("Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig") Signed-off-by: Philipp Tomsich ---

Re: [U-Boot] [PATCH 0/2] Disable hybrid mode for SPANSION S25FS-S family

2017-10-30 Thread Rajat Srivastava
> On Mon, Oct 30, 2017 at 11:52 AM, Jagan Teki > wrote: > > On Mon, Oct 16, 2017 at 12:54 PM, Rajat Srivastava > > wrote: > >> The S25FS-S family physical sectors may be configured as a hybrid > >> combination of eight 4-kB parameter sectors at

Re: [U-Boot] [RESEND] drivers/usb/ehci: Use platform-specific accessors

2017-10-30 Thread Alexey Brodkin
Hi Marek, Vladimir, On Sun, 2017-10-29 at 11:00 +0100, Marek Vasut wrote: > On 10/27/2017 02:42 PM, Vladimir Boroda wrote: > > > > Alexey/Marek, > > > > It appears that the "drivers/usb/ehci: Use platform-specific accessors" > > patch that was submitted in June (and currently adopted in U-Boot

Re: [U-Boot] [PATCH v2] DW SPI: Get clock value from Device Tree

2017-10-30 Thread Marek Vasut
On 10/30/2017 12:36 PM, Jagan Teki wrote: > On Mon, Oct 30, 2017 at 4:24 PM, Marek Vasut wrote: >> On 10/30/2017 07:04 AM, Jagan Teki wrote: >>> On Sat, Oct 28, 2017 at 5:09 PM, Marek Vasut wrote: On 10/27/2017 03:54 PM, Eugeniy Paltsev wrote: > On Tue,

Re: [U-Boot] [PATCH v2] DW SPI: Get clock value from Device Tree

2017-10-30 Thread Jagan Teki
On Mon, Oct 30, 2017 at 4:24 PM, Marek Vasut wrote: > On 10/30/2017 07:04 AM, Jagan Teki wrote: >> On Sat, Oct 28, 2017 at 5:09 PM, Marek Vasut wrote: >>> On 10/27/2017 03:54 PM, Eugeniy Paltsev wrote: On Tue, 2017-10-24 at 15:22 +0530, Jagan Teki wrote: >

Re: [U-Boot] [PATCH v2] DW SPI: Get clock value from Device Tree

2017-10-30 Thread Marek Vasut
On 10/30/2017 07:04 AM, Jagan Teki wrote: > On Sat, Oct 28, 2017 at 5:09 PM, Marek Vasut wrote: >> On 10/27/2017 03:54 PM, Eugeniy Paltsev wrote: >>> On Tue, 2017-10-24 at 15:22 +0530, Jagan Teki wrote: On Tue, Oct 24, 2017 at 11:38 AM, Marek Vasut wrote: >

Re: [U-Boot] [PATCH] video: sunxi: de2: add support for LCD SimpleFB

2017-10-30 Thread Jagan Teki
On Mon, Oct 30, 2017 at 4:07 PM, Icenowy Zheng wrote: > Add support for setting up SimpleFB for LCD display output in DE2 > SimpleFB setup code. > > Signed-off-by: Icenowy Zheng > --- > drivers/video/sunxi/sunxi_de2.c | 25 ++--- > 1 file

[U-Boot] [PATCH] video: sunxi: de2: add support for LCD SimpleFB

2017-10-30 Thread Icenowy Zheng
Add support for setting up SimpleFB for LCD display output in DE2 SimpleFB setup code. Signed-off-by: Icenowy Zheng --- drivers/video/sunxi/sunxi_de2.c | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/drivers/video/sunxi/sunxi_de2.c

Re: [U-Boot] [PATCH v2] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-30 Thread Lukasz Majewski
Hi York, > On 10/27/2017 08:23 AM, Lukasz Majewski wrote: > > On Fri, 27 Oct 2017 15:06:37 + > > York Sun wrote: > > > >> On 10/27/2017 02:12 AM, Lukasz Majewski wrote: > >>> This commit allows extended Marvell registers to be read with: > >>> > >>> foo > mdio rx FEC

[U-Boot] [Patch V4 2/2] armv8: ls1088aqds: Add SD boot support for ls1088qds

2017-10-30 Thread Ashish Kumar
Signed-off-by: Ashish Kumar Signed-off-by: Prabhakar Kushwaha Signed-off-by: Raghav Dogra --- v2: rebase to top arch/arm/Kconfig | 1 + board/freescale/ls1088a/MAINTAINERS | 1 +

[U-Boot] [Patch V4 1/2] armv8: ls1088ardb: Add SD boot support for ls1088

2017-10-30 Thread Ashish Kumar
Signed-off-by: Prabhakar Kushwaha Signed-off-by: Ashish Kumar Signed-off-by: Raghav Dogra --- v4: Add Documentation for SD boot Rebase to top arch/arm/Kconfig | 1 +

Re: [U-Boot] [PATCH v3 2/2] imx6ul: geam6ul/isiot: Fix to MMC devices

2017-10-30 Thread Jagan Teki
On Mon, Oct 30, 2017 at 3:41 PM, Fabio Estevam wrote: > Hi Jagan, > > On Mon, Oct 30, 2017 at 7:57 AM, Jagan Teki wrote: >> U-Boot proper is using DM_MMC so, enable CONFIG_BLK otherwise >> find_mmc_device failed to detect MMC device. >> >>

Re: [U-Boot] [PATCH v3] imx: Fix regression with CONFIG_DM_MMC=y

2017-10-30 Thread Jagan Teki
On Fri, Oct 20, 2017 at 7:47 PM, Fabio Estevam wrote: > When CONFIG_DM_MMC=y, CONFIG_BLK should be selected, otherwise the > SD/eMMC card cannot be used. > > Also, select CONFIG_DM_USB=y when CONFIG_USB=y to avoid build failure. > > Tested on mx6slevk, mx7dsabresd and

Re: [U-Boot] [PATCH v3] imx: Fix regression with CONFIG_DM_MMC=y

2017-10-30 Thread Fabio Estevam
Hi Stefano and Tom, On Fri, Oct 20, 2017 at 12:17 PM, Fabio Estevam wrote: > When CONFIG_DM_MMC=y, CONFIG_BLK should be selected, otherwise the > SD/eMMC card cannot be used. > > Also, select CONFIG_DM_USB=y when CONFIG_USB=y to avoid build failure. > > Tested on mx6slevk,

Re: [U-Boot] [PATCH v3 2/2] imx6ul: geam6ul/isiot: Fix to MMC devices

2017-10-30 Thread Fabio Estevam
Hi Jagan, On Mon, Oct 30, 2017 at 7:57 AM, Jagan Teki wrote: > U-Boot proper is using DM_MMC so, enable CONFIG_BLK otherwise > find_mmc_device failed to detect MMC device. > > Signed-off-by: Jagan Teki I have already sent a patch that fixes

[U-Boot] [PATCH v3 2/2] imx6ul: geam6ul/isiot: Fix to MMC devices

2017-10-30 Thread Jagan Teki
U-Boot proper is using DM_MMC so, enable CONFIG_BLK otherwise find_mmc_device failed to detect MMC device. Signed-off-by: Jagan Teki --- Changes for v3: - none configs/imx6ul_geam_mmc_defconfig | 1 - configs/imx6ul_isiot_emmc_defconfig | 1 -

[U-Boot] [PATCH v3 1/2] i.MX6: engicam: Fix MAINTAINERS/README

2017-10-30 Thread Jagan Teki
- Update newly added include/configs file in MAINTAINERS - Update newly added defconfig file in README Signed-off-by: Jagan Teki --- Changes for v3: - none board/engicam/geam6ul/MAINTAINERS | 2 +- board/engicam/icorem6/MAINTAINERS | 2 +-

Re: [U-Boot] [PATCH] ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4

2017-10-30 Thread Lukasz Majewski
Hi Dongjin, > Looking at the schematic, LDO15 and LDO17 are tied as a power source > of a builtin network chipset. The voltage on LDO15 is corrected to > 3.3V and the name of LDO17 is corrected to "vdd_ldo17". > > Signed-off-by: Dongjin Kim > --- >

Re: [U-Boot] [PATCH] configs: vf610: increase maximum size and enforce correct limit

2017-10-30 Thread Stefan Agner
Hi Tom, Stefano, Any chance to get this still into 2017.11? It allows to use 2017.11 on my board... -- Stefan On 2017-10-17 13:59, Stefan Agner wrote: > From: Stefan Agner > > On Vybrid SoCs U-Boot gets loaded into GFX SRAM which is 512KiB. > Currently 32KiB is

Re: [U-Boot] [PATCH 0/2] Disable hybrid mode for SPANSION S25FS-S family

2017-10-30 Thread Jagan Teki
On Mon, Oct 30, 2017 at 11:52 AM, Jagan Teki wrote: > On Mon, Oct 16, 2017 at 12:54 PM, Rajat Srivastava > wrote: >> The S25FS-S family physical sectors may be configured as a hybrid >> combination of eight 4-kB parameter sectors at the top or

[U-Boot] [Patch V2 2/2] armv8: ls1088aqds: Add SCSI related configs in header file for QDS

2017-10-30 Thread Ashish Kumar
Signed-off-by: Amrita Kumari Signed-off-by: Ashish Kumar --- include/configs/ls1088aqds.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include/configs/ls1088aqds.h b/include/configs/ls1088aqds.h index e60fe49..31efb82 100644 ---

[U-Boot] [Patch V2 1/2] armv8: ls1088ardb: Add SCSI related configs in header file for RDB

2017-10-30 Thread Ashish Kumar
Signed-off-by: Amrita Kumari Signed-off-by: Ashish Kumar --- include/configs/ls1088ardb.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index 958d472..8fdc576 100644 ---

Re: [U-Boot] [PATCH] mtd/spi: add support for is25lq040b

2017-10-30 Thread Jagan Teki
On Tue, Oct 17, 2017 at 12:32 PM, Sean Nyekjaer wrote: > Signed-off-by: Sean Nyekjaer > --- > drivers/mtd/spi/spi_flash_ids.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mtd/spi/spi_flash_ids.c

Re: [U-Boot] [PATCH] sf: ensure flash device is in 3-byte address mode

2017-10-30 Thread Jagan Teki
On Tue, Oct 17, 2017 at 5:17 PM, Goldschmidt Simon wrote: > On some boards where the spi flash is not reset during warm reboot, > the chip has to be manually set into 3-byte address mode. > > Signed-off-by: Simon Goldschmidt >

[U-Boot] [PATCH] armv8: ls1088a: Move CONFIG_SPI_FLASH_SPANSION to defconfig

2017-10-30 Thread Ashish Kumar
Signed-off-by: Ashish Kumar --- configs/ls1088aqds_qspi_defconfig | 1 + configs/ls1088ardb_qspi_defconfig | 1 + include/configs/ls1088aqds.h | 1 - include/configs/ls1088ardb.h | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] [PATCH 0/2] Disable hybrid mode for SPANSION S25FS-S family

2017-10-30 Thread Jagan Teki
On Mon, Oct 16, 2017 at 12:54 PM, Rajat Srivastava wrote: > The S25FS-S family physical sectors may be configured as a hybrid > combination of eight 4-kB parameter sectors at the top or bottom > of the address space with all but one of the remaining sectors > being

Re: [U-Boot] [PATCH v2] DW SPI: Get clock value from Device Tree

2017-10-30 Thread Jagan Teki
On Sat, Oct 28, 2017 at 5:09 PM, Marek Vasut wrote: > On 10/27/2017 03:54 PM, Eugeniy Paltsev wrote: >> On Tue, 2017-10-24 at 15:22 +0530, Jagan Teki wrote: >>> On Tue, Oct 24, 2017 at 11:38 AM, Marek Vasut wrote: On 10/23/2017 01:43 PM, Eugeniy Paltsev wrote: