[U-Boot] [PATCH 2/2] arm: mvebu: clearfog: fix boot from SD card

2019-11-03 Thread Baruch Siach
Enable gpio0 in SPL to allow the sdhci driver read the SD card-detect signal. Signed-off-by: Baruch Siach --- arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi b/arch/arm/dts/armada-388-clearfog-u-bo

[U-Boot] [PATCH 1/2] gpio: fix CONFIG_IS_ENABLED(DM_GPIO) for SPL

2019-11-03 Thread Baruch Siach
There is currently no CONFIG_SPL_DM_GPIO, so CONFIG_IS_ENABLED(DM_GPIO) is always false. As a result the sdhci driver can not use the DM gpio API to read the card-detect signal in SPL. This breaks boot from SD card on the SolidRun Clearfog platform since commit da18c62b6e ("mmc: sdhci: Implement SD

[U-Boot] [PATCH] mmc: sdhci: make sdhci_get_cd static

2019-11-03 Thread Baruch Siach
sdhci_get_cd() is not referenced anywhere else. Limit its scope to sdhci.c. Signed-off-by: Baruch Siach --- drivers/mmc/sdhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index fbc576fd726e..32e83db8e09b 100644 --- a/drivers/mmc/

Re: [U-Boot] [PATCH] stm32mp1: configs: fix checking the presence of an environment

2019-11-03 Thread Bartosz Biłas
Hello Patrick, sorry for the late answer but I'll try to explain you my issue. On 10/29/19 9:38 AM, Patrick DELAUNAY wrote: Hi Bartosz, Please ad get maintainers or tools/patman to sent patch for stm32mp1 platform. Ok, I'll remember about that. From: U-Boot

Re: [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-11-03 Thread Stefano Babic
On 24/10/19 15:47, Fabio Estevam wrote: > Hi Stefano, > > On Fri, Jul 12, 2019 at 9:33 AM Fabio Estevam wrote: >> >> The NoC registers on i.MX6QP needs to be configured, otherwise some >> usecases in the kernel behave incorrectly, such as rotation and resize. >> >> Currently the NoC registers are

Re: [U-Boot] [PATCH] stm32mp1: configs: fix checking the presence of an environment

2019-11-03 Thread Bartosz Biłas
Hello Patrick, On 11/3/19 11:15 AM, Bartosz Biłas wrote: > Hello Patrick, > > sorry for the late answer but I'll try to explain you my issue. > > On 10/29/19 9:38 AM, Patrick DELAUNAY wrote: > > Hi Bartosz, > > Please ad get maintainers or tools/patman to sent patch for stm32mp1 platform. > > Ok,

[U-Boot] [PATCH] tbs2910: Disable Plan9/RTEMS bootm support

2019-11-03 Thread Tom Rini
We have once again reached a point where this board does not build in some cases with supported toolchains due to reaching a size constraint. To regain some space, disable support for Plan 9 / RTEMS images with the bootm command. Signed-off-by: Tom Rini --- configs/tbs2910_defconfig | 2 ++ 1 fi

Re: [U-Boot] [PATCH v2 3/5] imx: nandbcb: add support for i.MX7

2019-11-03 Thread Stefano Babic
Hi Igor, On 21/10/19 15:38, Igor Opaniuk wrote: > From: Igor Opaniuk > > Add support for updating FCB/DBBT on i.MX7: > - additional new fields in FCB structure > - Leverage hardware BCH/randomizer for writing FCB > > Signed-off-by: Igor Opaniuk > --- > Patch conflicts with the one for i.MX6U

[U-Boot] [PATCH] ARM: imx6q_logic: Cleanup boot sequence check

2019-11-03 Thread Adam Ford
The board_boot_order() function currenly assumes that the boot source is MMC/eMMC, but this isn't true for the NAND devices. This patch cleans up board_boot_order() to check for NAND, SD, ESD, MMC or EMMC. Anything beyond these are not supported, so it will default back to the serial downloader i

Re: [U-Boot] [PATCH] tbs2910: Disable Plan9/RTEMS bootm support

2019-11-03 Thread Stefano Babic
On 03/11/19 13:41, Tom Rini wrote: > We have once again reached a point where this board does not build in > some cases with supported toolchains due to reaching a size constraint. > To regain some space, disable support for Plan 9 / RTEMS images with the > bootm command. > > Signed-off-by: Tom Ri

Re: [U-Boot] [PATCH v2 7/8] env: ti: boot: Boot Android with dynamic partitions

2019-11-03 Thread Tom Rini
On Wed, Oct 23, 2019 at 05:34:26PM +0300, Sam Protsenko wrote: > Changes: > - use boot.img instead of boot_fit.img > - use .dtb from boot.img v2 > - implement recovery boot > - always boot ramdisk from boot.img, we can't mount system as root > now, as system is a logical partition insi

Re: [U-Boot] [PATCH v3 013/108] x86: spi: Add helper functions for Intel Fast SPI

2019-11-03 Thread Simon Glass
Hi Bin, On Sat, 2 Nov 2019 at 17:18, Bin Meng wrote: > > Hi Simon, > > On Sun, Nov 3, 2019 at 5:04 AM Simon Glass wrote: > > > > Hi Bin, > > > > On Fri, 1 Nov 2019 at 22:14, Bin Meng wrote: > > > > > > On Mon, Oct 21, 2019 at 11:33 AM Simon Glass wrote: > > > > > > > > Most x86 CPUs use a mech

Re: [U-Boot] [PATCH 1/1] ARM: i.MX6: TARGET_NITROGEN6X: add 'select MX6QDL'

2019-11-03 Thread Stefano Babic
On 26/09/19 18:18, Troy Kisky wrote: > On 9/25/2019 5:30 PM, Troy Kisky wrote: >> This fixes commit <91435cd40d30> "ARM: i.MX6: exclude the ARM errata >> from i.MX6 UP system" >> >> for nitrogen6x. The above commit removed the errata for the board >> since MX6Q/MXDL/MX6S is selected via CONFIG_SYS

Re: [U-Boot] [PATCH V4 5/6] net: fec_mxc: support i.MX8M with CLK_CCF

2019-11-03 Thread Stefano Babic
Hi Peng, On 25/10/19 11:48, Peng Fan wrote: > Add more clks for fec_mxc according to Linux Kernel 5.4.0-rc1 > drivers/net/ethernet/freescale/fec_main.c. > > Since i.MX8MQ not support CLK_CCF, so add a check to restrict > the code only effect when CONFIG_IMX8M and CONFIG_CLK_CCF both defined. > >

Re: [U-Boot] Pull request: u-boot-net.git master

2019-11-03 Thread Michael Walle
Am 2019-11-02 16:05, schrieb Tom Rini: [snip] But again, I've given up. I say that the ABI meant that the wrong value was supposed to work since that's what happened and a new version of the binding needed to be used where the right value must be used. Others disagree. I'm not holding U-Boot

Re: [U-Boot] [PATCH v5 0/2] Add board support for iMX8QXP AI_ML board

2019-11-03 Thread Stefano Babic
On 21/10/19 13:00, Manivannan Sadhasivam wrote: > Hi, > > On Thu, Aug 15, 2019 at 01:57:23PM +0530, Manivannan Sadhasivam wrote: >> Hello, >> >> This patchset adds initial board support for iMX8QXP AI_ML board >> from Einfochips. This board is one of the Consumer Edition and AI >> boards of the 96

[U-Boot] [PATCH v3 0/5] imx: nandbcb: support for i.MX7 and bcb only updates

2019-11-03 Thread Igor Opaniuk
This introduces support for writing BCB(FCB/FDDT) for i.MX7 NAND-based platforms and additional subcommand for writing BCB only (without firmware). v3: - Applied R-b and T-b tags - Rebased on the latest master v2: - Switch to runtime detection of SoC(e.g. is_mx7()) instead of ifdeffery - Fix buil

[U-Boot] [PATCH v3 3/5] imx: nandbcb: add support for i.MX7

2019-11-03 Thread Igor Opaniuk
From: Igor Opaniuk Add support for updating FCB/DBBT on i.MX7: - additional new fields in FCB structure - Leverage hardware BCH/randomizer for writing FCB Signed-off-by: Igor Opaniuk Tested-by: Max Krummenacher Reviewed-by: Oleksandr Suvorov --- arch/arm/include/asm/mach-imx/imx-nandbcb.h |

[U-Boot] [PATCH v3 4/5] imx: nandbcb: refactor update function

2019-11-03 Thread Igor Opaniuk
From: Igor Opaniuk Move code for writing FCB/DBBT pages to a separate function Signed-off-by: Igor Opaniuk Tested-by: Max Krummenacher Reviewed-by: Oleksandr Suvorov --- arch/arm/mach-imx/cmd_nandbcb.c | 231 ++-- 1 file changed, 127 insertions(+), 104 deletions(

[U-Boot] [PATCH v3 2/5] nand: mxs_nand: add API for switching different BCH layouts

2019-11-03 Thread Igor Opaniuk
From: Igor Opaniuk On i.MX7 in a sake of reducing the disturbances caused by a neighboring cells in the FCB page in the NAND chip, a randomizer is enabled when reading the FCB page by ROM bootloader. Add API for setting BCH to specific layout (and restoring it back) used by ROM bootloader to be

[U-Boot] [PATCH v3 5/5] imx: nandbcb: add support for writing BCB only

2019-11-03 Thread Igor Opaniuk
From: Igor Opaniuk Add subcommand for add writing BCB only, where we provide appropriate offsets for firmware1 and firmware2 and size. Example of usage: > nandbcb bcbonly 0x0018 0x0008 0x0020 Writing 1024 bytes to 0x0: randomizing OK Writing 1024 bytes to 0x2: randomizing OK Sig

[U-Boot] [PATCH v3 1/5] imx: gpmi: add defines for hw randominizer

2019-11-03 Thread Igor Opaniuk
From: Igor Opaniuk Extend GPMI Integrated ECC Control Register Description, include additional defines for enabling randomizer function and providing proper randomizer type. For additional details check i.MX7 APR, section 9.6.6.3 GPMI Integrated ECC Control Register Description (GPMI_ECCCTRLn)

Re: [U-Boot] [PATCH v2 3/5] imx: nandbcb: add support for i.MX7

2019-11-03 Thread Igor Opaniuk
HI Stefano, On Sun, Nov 3, 2019 at 2:55 PM Stefano Babic wrote: > > Hi Igor, > > On 21/10/19 15:38, Igor Opaniuk wrote: > > From: Igor Opaniuk > > > > Add support for updating FCB/DBBT on i.MX7: > > - additional new fields in FCB structure > > - Leverage hardware BCH/randomizer for writing FCB >

Re: [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-11-03 Thread Stefano Babic
Hi Fabio, On 03/11/19 13:17, Stefano Babic wrote: > On 24/10/19 15:47, Fabio Estevam wrote: >> Hi Stefano, >> >> On Fri, Jul 12, 2019 at 9:33 AM Fabio Estevam wrote: >>> >>> The NoC registers on i.MX6QP needs to be configured, otherwise some >>> usecases in the kernel behave incorrectly, such as

Re: [U-Boot] [PATCH v3 1/2] ARM: dts: imx6ull-colibri: change hierarchy of DTS files

2019-11-03 Thread Igor Opaniuk
Hi Stefano, On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Introduce imx6ull-colibri-u-boot.dtsi for u-boot specific properties to > keep original imx6ull-colibri.dts in sync with Linux. > > Move all contents of imx6ull-colibri.dts to imx6ull-colibri.dtsi + > add

Re: [U-Boot] [PATCH v3 2/2] ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes

2019-11-03 Thread Igor Opaniuk
Hi Stefano, On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Add u-boot,dm-pre-reloc properties for uart pinmux configuration > nodes, which enables UART as early as possible (before relocation). > > Without this we miss almost the half of output (U-boot version, >

Re: [U-Boot] [PATCH v3 1/2] ARM: dts: imx6ull-colibri: change hierarchy of DTS files

2019-11-03 Thread Stefano Babic
On 03/11/19 17:20, Igor Opaniuk wrote: > Hi Stefano, > > On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk wrote: >> >> From: Igor Opaniuk >> >> Introduce imx6ull-colibri-u-boot.dtsi for u-boot specific properties to >> keep original imx6ull-colibri.dts in sync with Linux. >> >> Move all contents of

Re: [U-Boot] [PATCH v3 1/2] ARM: dts: imx6ull-colibri: change hierarchy of DTS files

2019-11-03 Thread Igor Opaniuk
On Sun, Nov 3, 2019 at 5:36 PM Stefano Babic wrote: > > On 03/11/19 17:20, Igor Opaniuk wrote: > > Hi Stefano, > > > > On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk > > wrote: > >> > >> From: Igor Opaniuk > >> > >> Introduce imx6ull-colibri-u-boot.dtsi for u-boot specific properties to > >> kee

Re: [U-Boot] [PATCH v3 1/2] ARM: dts: imx6ull-colibri: change hierarchy of DTS files

2019-11-03 Thread Stefano Babic
On 03/11/19 18:02, Igor Opaniuk wrote: > On Sun, Nov 3, 2019 at 5:36 PM Stefano Babic wrote: >> >> On 03/11/19 17:20, Igor Opaniuk wrote: >>> Hi Stefano, >>> >>> On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk >>> wrote: From: Igor Opaniuk Introduce imx6ull-colibri-u-boot.dtsi

Re: [U-Boot] [PATCH] imx: update i.MX8MQ device trees

2019-11-03 Thread Stefano Babic
On 01/11/19 17:27, Patrick Wildt wrote: > Hi, > > is this on your list for the next u-boot merge? :) > > It's Acked-by: Peng Fan . > It is, it is in my -next (for next PR, not next release). Regards, Stefano > Thanks! > Patrick > > On Mon, Oct 14, 2019 at 01:19:02PM +0200, Patrick Wildt wrot

Re: [U-Boot] [PATCH v4 2/4] arm: socfpga: Convert reset manager from struct to defines

2019-11-03 Thread Simon Goldschmidt
On Wed, Oct 30, 2019 at 10:48 AM Ley Foon Tan wrote: > > On Tue, Oct 29, 2019 at 6:31 PM Simon Goldschmidt > wrote: > > > > > > > > Ley Foon Tan schrieb am Di., 29. Okt. 2019, 11:16: > >> > >> On Fri, Oct 25, 2019 at 5:37 PM Simon Goldschmidt > >> wrote: > >> > > >> > On Fri, Oct 25, 2019 at 11

Re: [U-Boot] [PATCH v3] board/BuR/brppt2: initial commit

2019-11-03 Thread Stefano Babic
Hi Hannes, On 17/07/19 14:29, Hannes Schmelzer wrote: > This commit adds support for the brppt2 board. The board is based on the > i.mx6 dual-lite SoC. > > Signed-off-by: Hannes Schmelzer > > --- > Build is broken for this board because CONFIG_SYS_SPI_U_BOOT_OFFS went to Kconfig and it is rede

[U-Boot] [PATCH] ARM: omap3_logic: Power on MMC when setting up PMIC

2019-11-03 Thread Adam Ford
The PMIC enables power to the MMC card by default, but depending on the state it was left when restarted, it's possible the MMC may be powered down. This patch patch explicitly tells the twl4030 to power the MMC. Signed-off-by: Adam Ford diff --git a/board/logicpd/omap3som/omap3logic.c b/board

[U-Boot] [PATCH 1/2] ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Remove unused GPIO

2019-11-03 Thread Adam Ford
The only GPIO bank needed in SPL is GPIO4 and the SPL space is tight. This patch removes the all but GPIO4 from the spl device tree to reduce the SPL footprint. Signed-off-by: Adam Ford diff --git a/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi b/arch/arm/dts/logicpd-torpedo-37xx-devkit

[U-Boot] [PATCH 2/2] Revert "ARM: omap3_logic/omap35_logic: Enable GPIO in SPL"

2019-11-03 Thread Adam Ford
The SPL is too tight, and it cannot start any longer. To help reduce the size of SPL, we need to remove some non-critical features. This reverts commit 66063a7c1388fb724e8671b03c529fb5cda992dd. Signed-off-by: Adam Ford diff --git a/configs/omap35_logic_defconfig b/configs/omap35_logic_defconfi

Re: [U-Boot] [PATCH 1/1] ARM: i.MX6: TARGET_NITROGEN6X: add 'select MX6QDL'

2019-11-03 Thread Troy Kisky
On 11/3/2019 6:44 AM, Stefano Babic wrote: > On 26/09/19 18:18, Troy Kisky wrote: >> On 9/25/2019 5:30 PM, Troy Kisky wrote: >>> This fixes commit <91435cd40d30> "ARM: i.MX6: exclude the ARM errata >>> from i.MX6 UP system" >>> >>> for nitrogen6x. The above commit removed the errata for the board

[U-Boot] [PATCH 1/2] ARM: dts: logicpd-som-lv-37xx-devkit-u-boot: Remove unused GPIO

2019-11-03 Thread Adam Ford
The only GPIO bank needed in SPL is GPIO4 and the SPL space is tight. This patch removes the all but GPIO4 from the spl device tree to reduce the SPL footprint. Signed-off-by: Adam Ford diff --git a/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi b/arch/arm/dts/logicpd-som-lv-37xx-devkit-u

[U-Boot] [PATCH 2/2] configs: omap3_logic_somlv: Remove GPIO from SPL

2019-11-03 Thread Adam Ford
The SPL is too tight, and it cannot start any longer. To help reduce the size of SPL, we need to remove some non-critical features. This patch removes SPL_GPIO_SUPPORT to free up some operating space. Signed-off-by: Adam Ford diff --git a/configs/omap3_logic_somlv_defconfig b/configs/omap3_lo

[U-Boot] [PATCH] imx: Make NAND BCB dependent on ARCH_MX6

2019-11-03 Thread Adam Ford
The options to enable CMD_NANDBCB appear when the i.MX6 is not the target architecture, but it only applies to the i.MX6. This patch makes the option depend on ARCH_MX6 so it's hidden from irrelevant platforms. Signed-off-by: Adam Ford diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/

Re: [U-Boot] [PATCH v3 013/108] x86: spi: Add helper functions for Intel Fast SPI

2019-11-03 Thread Simon Glass
Hi Bin, On Sun, 3 Nov 2019 at 07:36, Simon Glass wrote: > > Hi Bin, > > On Sat, 2 Nov 2019 at 17:18, Bin Meng wrote: > > > > Hi Simon, > > > > On Sun, Nov 3, 2019 at 5:04 AM Simon Glass wrote: > > > > > > Hi Bin, > > > > > > On Fri, 1 Nov 2019 at 22:14, Bin Meng wrote: > > > > > > > > On Mon,

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

2019-11-03 Thread Tom Rini
On Sun, Nov 03, 2019 at 07:23:25AM +0800, Bin Meng wrote: > Hi Tom, > > This PR includes the following changes for x86: > > - Add support for Intel FSP-S and FSP-T in binman > - Correct priority selection for image loaders for SPL > - Add a size check for TPL > - Various small SPL/TPL bug fixes

Re: [U-Boot] [PATCH] tbs2910: Disable Plan9/RTEMS bootm support

2019-11-03 Thread Tom Rini
On Sun, Nov 03, 2019 at 03:32:13PM +0100, Stefano Babic wrote: > On 03/11/19 13:41, Tom Rini wrote: > > We have once again reached a point where this board does not build in > > some cases with supported toolchains due to reaching a size constraint. > > To regain some space, disable support for Pla

Re: [U-Boot] Please pull ARC fixes for v2020.01-rc2

2019-11-03 Thread Tom Rini
On Fri, Nov 01, 2019 at 02:04:44PM +, Alexey Brodkin wrote: > Hi Tom, > > The following changes since commit 82679624f9aa6d1be733c46f3555d5166b6f5b72: > > Merge branch '2019-10-30-master-imports' (2019-11-01 09:23:21 -0400) > > are available in the Git repository at: > > g...@gitlab.de

Re: [U-Boot] [PATCH V4 5/6] net: fec_mxc: support i.MX8M with CLK_CCF

2019-11-03 Thread Peng Fan
Hi Stefano, > -Original Message- > From: Stefano Babic > Sent: 2019年11月3日 23:20 > To: Peng Fan ; sba...@denx.de; feste...@gmail.com; > lu...@denx.de; joe.hershber...@ni.com > Cc: dl-uboot-imx ; u-boot@lists.denx.de; > frieder.schre...@kontron.de > Subject: Re: [PATCH V4 5/6] net: fec_mxc

Re: [U-Boot] [PATCH V4 5/6] net: fec_mxc: support i.MX8M with CLK_CCF

2019-11-03 Thread Peng Fan
> Subject: RE: [PATCH V4 5/6] net: fec_mxc: support i.MX8M with CLK_CCF > > Hi Stefano, > > > > -Original Message- > > From: Stefano Babic > > Sent: 2019年11月3日 23:20 > > To: Peng Fan ; sba...@denx.de; > feste...@gmail.com; > > lu...@denx.de; joe.hershber...@ni.com > > Cc: dl-uboot-imx ;

[U-Boot] [PATCH] imx: Kconfig: fix dependency of SPL_IMX_ROMAPI_LOADADDR

2019-11-03 Thread Peng Fan
Fix dependency of SPL_IMX_ROMAPI_LOADADDR, currently only i.MX8MN has this feature. Signed-off-by: Peng Fan --- V1: CI build with imx/next rebased to Tom's tree and apply some patches https://travis-ci.org/MrVan/u-boot/builds/605898636 arch/arm/mach-imx/Kconfig | 2 +- 1 file changed, 1 inse

Re: [U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig

2019-11-03 Thread djw
The mainline uses 'rk3399-*', so there're rk3399-firefly.dts, rk3399-roc-pc.dts, rk3399-khadas-edge.dts, etc. Shall we follow the kernel convention, or adding another roc-pc-rk3399 to the matrix? -- Best Regards, Levin Du ___ U-Boot mailing list U-Boo

[U-Boot] [PATCH v2 1/2] nitrogen6x: prepare for CONFIG_MX6QDL

2019-11-03 Thread Troy Kisky
The next patch adds CONFIG_MX6QDL so that errata will be enabled again. Signed-off-by: Troy Kisky --- v2: new patch The macro I2C_PADS_INFO_ENTRY definition has the checkpatch output: Macro argument reuse 'i2cnum' - possible side-effects? for all of its arguments. Since this is a data structur

[U-Boot] [PATCH v2 2/2] ARM: i.MX6: TARGET_NITROGEN6X: add 'select MX6QDL'

2019-11-03 Thread Troy Kisky
This fixes commit <91435cd40d30> "ARM: i.MX6: exclude the ARM errata from i.MX6 UP system" for nitrogen6x. The above commit removed the errata for the board since MX6Q/MXDL/MX6S is selected via CONFIG_SYS_EXTRA_OPTIONS This restores the errata configs. Signed-off-by: Troy Kisky --- Note: mars

Re: [U-Boot] [PATCH 4/7] pci: i2c: designware: Add compatible string

2019-11-03 Thread Heiko Schocher
Hello Simon, Am 02.11.2019 um 14:59 schrieb Simon Glass: Add a compatible string for this driver so that it can have children. Signed-off-by: Simon Glass --- drivers/i2c/dw_i2c_pci.c | 6 ++ 1 file changed, 6 insertions(+) Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Eng

Re: [U-Boot] [PATCH 6/7] i2c: designware: Drop invalid debugging

2019-11-03 Thread Heiko Schocher
Hello Simon, Am 02.11.2019 um 14:59 schrieb Simon Glass: This printf() should not be there. Signed-off-by: Simon Glass --- drivers/i2c/designware_i2c.c | 1 - 1 file changed, 1 deletion(-) Thanks! Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing

[U-Boot] [PATCH] The sata port can be configured when driver model enabled.

2019-11-03 Thread liu hao
- CONFIG_SYS_SCSI_MAX_SCSI_ID - CONFIG_SYS_SCSI_MAX_LUN - These two configs can be used here. Signed-off-by: Steven Hao --- Changes for v1: - The sata driver only support 2 ports. It is not suited for all user. We can make it can be configured. --- drivers/ata/ahci.c | 4 ++-- 1 file

[U-Boot] [PATCH v3] armv8: ls1028a: Add environment variables to facilitate the boot

2019-11-03 Thread Yuantian Tang
Add some environment variables to facilitate the auto boot. Signed-off-by: Yuantian Tang --- v3: - rebase to the latest code include/configs/ls1028a_common.h | 28 +--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/include/configs/ls1028a_common.h