[U-Boot] [PATCH v2 3/4] riscv: prior_stage_fdt_address should only be used when OF_PRIOR_STAGE is enabled

2019-04-24 Thread Andes
From: Rick Chen This patch will fix prior_stage_fdt_address write failure problem, when AE350 was booting from flash. When AE350 was booting from falsh, prior_stage_fdt_address will be in flash address, we shall avoid it to be written. Signed-off-by: Rick Chen Cc: Greentime Hu ---

[U-Boot] [PATCH v2 4/4] riscv: configs: AE350 will use CONFIG_OF_PRIOR_STAGE when booting from ram

2019-04-24 Thread Andes
From: Rick Chen When AE350 was booting from ram, use CONFIG_OF_PRIOR_STAGE instead of CONFIG_OF_BOARD. Signed-off-by: Rick Chen Cc: Greentime Hu --- configs/ae350_rv32_defconfig | 2 +- configs/ae350_rv64_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] [PATCH 2/5] dm: spi: Convert Freescale ESPI driver to driver model

2019-04-24 Thread Jagan Teki
On Tue, Apr 23, 2019 at 4:17 PM Chuanhua Han wrote: > > Modify the Freescale ESPI driver to support the driver model. > Also resolved the following problems: > > = WARNING == > This board does not use CONFIG_DM_SPI. Please update > the board before v2019.04

Re: [U-Boot] [PATCH V2 0/5] Convert Pico i.MX7 to DM

2019-04-24 Thread Fabio Estevam
Hi Stefano, On Mon, Apr 15, 2019 at 5:16 AM Stefano Babic wrote: > On 15/04/19 10:02, jorisoffouga wrote: > > Hi Stefano > > > > I think this series should be applied for 2019.04 ? > > > 2019.04 is out, this goes to 2019.07 It seems this series was missed in your first pull request to Tom?

Re: [U-Boot] [PATCH v3 7/9] pico-imx7d: Add device tree for pico-imx7d

2019-04-24 Thread Fabio Estevam
On Wed, Apr 24, 2019 at 1:00 AM Jun Nie wrote: > > Copy device tree files from Linux directly. > > Signed-off-by: Jun Nie There is a series from Joris that does the pico-mx7d DM conversion. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] drivers: dma: ti: k3-udma: Extract packet data only when Meta data is not NULL

2019-04-24 Thread Keerthy
Currently packet data is wrongly extracted when metadata is NULL. Fix it and negate the if check. Signed-off-by: Keerthy Reviewed-by: Grygorii Strashko --- drivers/dma/ti/k3-udma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/ti/k3-udma.c

Re: [U-Boot] [RFC PATCH v3] usb: limit USB_MAX_XFER_BLK to 256

2019-04-24 Thread Sven Schwermer
Hi Peng, Yes, this works. Best regards, Sven > On 24 Apr 2019, at 10:59, Peng Fan wrote: > > > >> -Original Message- >> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Peng Fan >> Sent: 2019年4月24日 16:57 >> To: Sven Schwermer ; Marcel Ziswiler >> >> Cc: Marek Vasut ;

Re: [U-Boot] [RFC PATCH v3] usb: limit USB_MAX_XFER_BLK to 256

2019-04-24 Thread Peng Fan
> Subject: Re: [RFC PATCH v3] usb: limit USB_MAX_XFER_BLK to 256 > > Hi Peng, > > Yes, this works. Thanks for verification, so it is same issue. Thanks, Peng. > > Best regards, > Sven > > > On 24 Apr 2019, at 10:59, Peng Fan wrote: > > > > > > > >> -Original Message- > >> From:

[U-Boot] [PATCH v3 1/2] fsl-lsch3: Add FlexSPI address space in immap_lsch3

2019-04-24 Thread Rajat Srivastava
Signed-off-by: Priyanka Jain Signed-off-by: Sriram Dash Signed-off-by: Ashish Kumar Signed-off-by: Rajat Srivastava --- v3: No change. Rebased to top. arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 6 ++ 1 file changed, 6 insertions(+) diff --git

[U-Boot] [PATCH v4 2/2] fsl-lsch3: soc: Enable AHB read support for Flexspi controller

2019-04-24 Thread Rajat Srivastava
Enable AHB support for Flexspi controller interface meaning memory can be accessed via md command using absolute addresses Signed-off-by: Yogesh Gaur Signed-off-by: Ashish Kumar Signed-off-by: Rajat Srivastava --- v4: - Remove unnecessary dependencies of FSPI_AHB_EN_4BYTE config - Enable

Re: [U-Boot] [PATCHv5 0/6] dm: cache: add dm cache driver

2019-04-24 Thread Dinh Nguyen
On 4/23/19 5:02 PM, Tom Rini wrote: > On Tue, Apr 23, 2019 at 04:55:00PM -0500, Dinh Nguyen wrote: >> Hi, >> >> This is V4 of the series to add a UCLASS_CACHE dm driver to handling >> the configuration of cache settings. Place this new driver under >> /drivers/cache. In this initial revision,

[U-Boot] [PATCH v2 0/2] support for ROHM BD71837 and BD71847 PMICs

2019-04-24 Thread Matti Vaittinen
Patch series to support for ROHM BD71837 and BD71847 PMICs. ROHM BD71837 and BD71847 is PMIC intended for powering single-core, dual-core, and quad-core SoC’s such as NXP-i.MX 8M. BD71847 is used for example on NXP imx8mm EVK. Series adds PMIC driver with register read and write support, and

[U-Boot] [PATCH v2 1/2] regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-boot

2019-04-24 Thread Matti Vaittinen
https://source.codeaurora.org/external/imx/uboot-imx cherry picked, styled and merged commits: - MLK-18387 pmic: Add pmic driver for BD71837: e9a3bec2e95a - MLK-18590 pmic: bd71837: Change to use new fdt API: acdc5c297a96 Signed-off-by: Ye Li Signed-off-by: Matti Vaittinen --- Changelog v1 =>

[U-Boot] [PATCH v2 2/2] regulator: bd718x7: support ROHM BD71837 and BD71847 PMICs

2019-04-24 Thread Matti Vaittinen
BD71837 and BD71847 is PMIC intended for powering single-core, dual-core, and quad-core SoC’s such as NXP-i.MX 8M. BD71847 is used for example on NXP imx8mm EVK. Add regulator driver for ROHM BD71837 and BD71847 PMICs. BD71837 contains 8 bucks and 7 LDOS. BD71847 is reduced version containing 6

[U-Boot] [RESEND PATCH v2] mtd: spi: Improve spi_nor_write_data() implementation

2019-04-24 Thread Rajat Srivastava
Maximum write size in a single write operation in spi_nor_write_data() function can be equal to slave tx buffer, which is adjusted in spi_mem_adjust_op_size() and write operation gets fragmented. Previously data write for the above fragmentation didn't incorporate write enable and status checks.

[U-Boot] [PATCH 2/2] fsl_qspi: Improve QSPI driver to incorporate 4 byte commands

2019-04-24 Thread Rajat Srivastava
Signed-off-by: Ashish Kumar Signed-off-by: Rajat Srivastava --- drivers/spi/fsl_qspi.c | 38 +- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/drivers/spi/fsl_qspi.c b/drivers/spi/fsl_qspi.c index 1598c4f698..1d26c6344b 100644 ---

[U-Boot] [PATCH 1/2] drivers/mtd/spi: Enable 4B opcodes for SPANSION s25fl512s

2019-04-24 Thread Rajat Srivastava
From: Ashish Kumar Signed-off-by: Ashish Kumar --- drivers/mtd/spi/spi-nor-ids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c index ec929760ee..a89c1910d9 100644 --- a/drivers/mtd/spi/spi-nor-ids.c +++

[U-Boot] [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs

2019-04-24 Thread Rajat Srivastava
Signed-off-by: Rajat Srivastava --- configs/ls1046aqds_qspi_defconfig | 1 + configs/ls1046aqds_sdcard_qspi_defconfig| 1 + configs/ls1046aqds_tfa_defconfig| 1 + configs/ls1046ardb_emmc_defconfig | 1 +

[U-Boot] [PATCH 3/3] configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A defconfigs

2019-04-24 Thread Rajat Srivastava
Signed-off-by: Rajat Srivastava --- configs/ls2080aqds_nand_defconfig | 1 + configs/ls2080aqds_qspi_defconfig | 1 + configs/ls2080aqds_sdcard_defconfig | 1 + configs/ls2081ardb_defconfig | 1 + configs/ls2088ardb_qspi_SECURE_BOOT_defconfig |

[U-Boot] [PATCH 1/3] configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs

2019-04-24 Thread Rajat Srivastava
From: Ashish Kumar Signed-off-by: Ashish Kumar Signed-off-by: Rajat Srivastava --- configs/ls1088aqds_qspi_SECURE_BOOT_defconfig| 1 + configs/ls1088aqds_qspi_defconfig| 1 + configs/ls1088aqds_sdcard_qspi_defconfig | 1 +

Re: [U-Boot] [PATCH] MAINTAINERS, git-mailrc: Update the mmc maintainer

2019-04-24 Thread Marek Vasut
On 4/24/19 1:56 PM, Peng Fan wrote: > Update the mmc maintainer from Jaehoon to me. > > Cc: Jaehoon Chung > Signed-off-by: Peng Fan Acked-by: Marek Vasut > --- > MAINTAINERS| 2 +- > doc/git-mailrc | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS

Re: [U-Boot] [PATCHv5 0/6] dm: cache: add dm cache driver

2019-04-24 Thread Tom Rini
On Wed, Apr 24, 2019 at 07:32:14AM -0500, Dinh Nguyen wrote: > > > On 4/23/19 5:02 PM, Tom Rini wrote: > > On Tue, Apr 23, 2019 at 04:55:00PM -0500, Dinh Nguyen wrote: > >> Hi, > >> > >> This is V4 of the series to add a UCLASS_CACHE dm driver to handling > >> the configuration of cache

[U-Boot] [PATCH] qspi: Add code to send only aligned data to TxFIFO

2019-04-24 Thread Rajat Srivastava
Some Freescale QSPI controllers require driver to send only 16 bytes aligned data to TxFIFO while performing flash write operation. The extra data is not actually written on flash. The patch enables driver to send 16 bytes aligned data to TxFIFO, provided the config is enabled. The reason behind

[U-Boot] [PATCH 4/5] ls2088a: qspi: Enable config to write aligned data to TxFIFO

2019-04-24 Thread Rajat Srivastava
From: Ashish Kumar Enable config in LS2088A boards to send only 16 bytes aligned data to TxFIFO while writing to flash. Signed-off-by: Rajat Srivastava Signed-off-by: Ashish Kumar --- configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 1 + configs/ls2088ardb_qspi_defconfig | 1 + 2

[U-Boot] [PATCH 1/5] Kconfig: qspi: Add SPI_ALIGNED_TXFIFO config details

2019-04-24 Thread Rajat Srivastava
From: Ashish Kumar This config makes driver send only 16 bytes aligned data to TxFIFO while writing on flash. Signed-off-by: Rajat Srivastava Signed-off-by: Ashish Kumar --- drivers/spi/Kconfig | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/spi/Kconfig

[U-Boot] [PATCH 3/5] ls2080a: qspi: Enable config to write aligned data to TxFIFO

2019-04-24 Thread Rajat Srivastava
From: Ashish Kumar Enable config in LS2080A boards to send only 16 bytes aligned data to TxFIFO while writing to flash. Signed-off-by: Rajat Srivastava Signed-off-by: Ashish Kumar --- configs/ls2080aqds_nand_defconfig | 1 + configs/ls2080aqds_qspi_defconfig | 1 +

[U-Boot] [PATCH 2/5] ls1088a: qspi: Enable config to write aligned data to TxFIFO

2019-04-24 Thread Rajat Srivastava
From: Ashish Kumar Enable config in LS1088A boards to send only 16 bytes aligned data to TxFIFO while writing to flash. Signed-off-by: Rajat Srivastava Signed-off-by: Ashish Kumar --- configs/ls1088aqds_qspi_SECURE_BOOT_defconfig| 1 + configs/ls1088aqds_qspi_defconfig

[U-Boot] [PATCH 5/5] ls1088ardb: qspi: tfa: Enable config to write aligned data to TxFIFO

2019-04-24 Thread Rajat Srivastava
Enable config in LS1088A boards to send only 16 bytes aligned data to TxFIFO while writing to flash. Signed-off-by: Pankit Garg Signed-off-by: Rajat Srivastava --- configs/ls1088ardb_tfa_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/ls1088ardb_tfa_defconfig

<    1   2   3