Re: [PATCH] mtd: spinand: macronix: Add support for serial NAND flash

2021-05-30 Thread zhengxunli
Hi Miquel, "Miquel Raynal" wrote on 2021/05/27 下午 04:58:45: > "Miquel Raynal" > 2021/05/27 下午 04:59 > > To > > "Jaime Liao" , > > cc > > u-boot@lists.denx.de, ja...@amarulasolutions.com, vigne...@ti.com, > zhengxu...@mxic.com.tw, ycl...@mxic.com.tw > > Subject > > Re: [PATCH] mtd:

Pull request: u-boot-sunxi/master for v2021.07

2021-05-30 Thread Andre Przywara
Hi Tom, please pull the master branch from u-boot-sunxi, containing the fix to bring back the SD card as MMC0. In the long run we are looking into a more robust solution, but for now we need to fix this, as this breaks the user experience left, right, and centre. Also add the one MAINTAINERS path

[[PATCH] colibri_imx6: add board_fit_config_name_match to support FIT in SPL

2021-05-30 Thread liu . ming50
From: Ming Liu Only one dtb is currently supported, so match with imx6-colibri. Signed-off-by: Ming Liu --- board/toradex/colibri_imx6/colibri_imx6.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/board/toradex/colibri_imx6/colibri_imx6.c

[[PATCH] tools: image-host: fix wrong return value

2021-05-30 Thread liu . ming50
From: Ming Liu The return value '-ENOSPC' of fit_set_timestamp function does not match the caller fit_image_write_sig's expection which is '-FDT_ERR_NOSPACE'. Fix it by not calling fit_set_timestamp, but call fdt_setprop instead. This fixes a following mkimage error: | Can't write signature

[PATCH 2/2] mmc: mmc-uclass: change to static about dm function

2021-05-30 Thread Jaehoon Chung
Change to static about dm function. They can be used with wrapper functions. Signed-off-by: Jaehoon Chung --- drivers/mmc/mmc-uclass.c | 24 include/mmc.h| 12 2 files changed, 12 insertions(+), 24 deletions(-) diff --git

[PATCH 1/2] mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd

2021-05-30 Thread Jaehoon Chung
Use mmc_send_cmd instead of dm_mmc_send_cmd. It doesn't need to distinguish this function. Signed-off-by: Jaehoon Chung --- drivers/mmc/fsl_esdhc_imx.c | 2 +- drivers/mmc/mmc_private.h | 1 - include/mmc.h | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 2/3] mmc: mmc-uclass: change to static about dm function

2021-05-30 Thread Jaehoon Chung
Change to static about dm function. They can be used with wrapper functions. Signed-off-by: Jaehoon Chung --- drivers/mmc/mmc-uclass.c | 24 include/mmc.h| 12 2 files changed, 12 insertions(+), 24 deletions(-) diff --git

[PATCH 1/3] mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd

2021-05-30 Thread Jaehoon Chung
Use mmc_send_cmd instead of dm_mmc_send_cmd. It doesn't need to distinguish this function. Signed-off-by: Jaehoon Chung --- drivers/mmc/fsl_esdhc_imx.c | 2 +- drivers/mmc/mmc_private.h | 1 - include/mmc.h | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 06/10] stm32mp: stm32prog: correctly handle DM_PMIC

2021-05-30 Thread Jaehoon Chung
On 5/28/21 9:54 PM, Patrice CHOTARD wrote: > Hi Patrick > > On 5/18/21 3:12 PM, Patrick Delaunay wrote: >> Correctly handle number of alternate when DM_PMIC is not activated. >> This patch remove the last UNKNOWN partition in this case. >> >> Signed-off-by: Patrick Delaunay >> --- >> >>

Re: Multi-Soc binary support for i.MX8M Mini/Nano/Plus/? in single boot firmware binary

2021-05-30 Thread Simon Glass
Hi Tim, On Thu, 27 May 2021 at 09:41, Tim Harvey wrote: > > Greetings, > > I support various iMX8M PCB's via board/gateworks/venice that are SOM based > and we are starting to add SOM's that have different IMX8M variant SoC's on > them which for various reasons are not binary compatible. I'm

[PATCH] net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7b

2021-05-30 Thread Daniil Stas
Revert some changes of commit 3a97da12ee7b ("net: dwc_eth_qos: add dwc eqos for imx support") that were probably added by mistake. One of these changes can lead to received data corruption (enabling FUP and FEP bits). Another causes invalid register rxq_ctrl0 settings for some platforms. And