Re: [PATCH] power: regulator: Add support for regulator-force-boot-off

2021-04-09 Thread Jaehoon Chung
Hi Stefan, On 4/9/21 2:20 PM, Stefan Roese wrote: > Hi Jaehoon, > > On 09.04.21 02:37, Jaehoon Chung wrote: >> On 4/9/21 7:52 AM, Jaehoon Chung wrote: >>> Hi Stefan, >>> >>> On 4/8/21 6:20 PM, Stefan Roese wrote: From: Konstantin Porotchkin Add support for

Re: [PATCH v9] Add support for stack-protector

2021-04-09 Thread Joel Peshkin
Hi Heinrich, Has there been any progress in getting the EFI erors fixed so that this can be committed? There seems to be little point in my refreshing this patch until that is done. Thanks, -Joel On Mon, Mar 22, 2021 at 10:37 AM Heinrich Schuchardt wrote: > On 09.02.21 04:36, Joel Peshkin

Re: [PATCH 19/19] ARM: imx8m: verdin-imx8mm: Enable USB Host support

2021-04-09 Thread Marek Vasut
On 4/8/21 9:08 AM, Marcel Ziswiler wrote: Hi Marek Hi, Upon compiling I noticed the following but I do realize that it is not this patch set which introduced this issue. drivers/usb/host/ehci-mx6.c: In function ‘ehci_usb_probe’: drivers/usb/host/ehci-mx6.c:686:30: warning: cast from

Re: [PATCH 06/11] imx: ventana: convert U-Boot to OF_CONTROL using FIT image

2021-04-09 Thread Tim Harvey
On Fri, Apr 9, 2021 at 1:14 PM Tim Harvey wrote: > > On Fri, Apr 9, 2021 at 1:08 PM Tim Harvey wrote: > > > > On Fri, Apr 9, 2021 at 1:00 PM Stefano Babic wrote: > > > > > > Hi Tim, > > > > > > On 09.04.21 21:52, Tim Harvey wrote: > > > > On Thu, Apr 8, 2021 at 1:57 PM wrote: > > > >> > > >

Re: [PATCH] Revert "spl: Drop bd_info in the data section"

2021-04-09 Thread Tim Harvey
On Fri, Apr 9, 2021 at 1:53 PM Tom Rini wrote: > > On Fri, Apr 09, 2021 at 03:24:41PM -0500, Adam Ford wrote: > > On Fri, Apr 9, 2021 at 2:20 PM Alex G. wrote: > > > > > > Hi Simon > > > > > > On 4/8/21 6:55 PM, Simon Glass wrote: > > > > Hi Alexandru, > > > > > > > > On Fri, 9 Apr 2021 at

Re: [PATCH v2] cmd: net: Add the "arp" command

2021-04-09 Thread Heinrich Schuchardt
On 4/9/21 11:46 PM, lg...@hotmail.com wrote: From: Joe Xue The command is to query and show mac address of a specific ipAddress. Signed-off-by: Joe Xue --- cmd/Kconfig | 6 ++ cmd/net.c | 36 doc/usage/arp.rst | 31

Re: [PATCH 0/5] Add support for embedding public key in platform's dtb

2021-04-09 Thread Simon Glass
Hi Sughosh, On Fri, 9 Apr 2021 at 23:27, Sughosh Ganu wrote: > > hi Simon, > > On Fri, 9 Apr 2021 at 05:26, Simon Glass wrote: >> >> Hi Sughosh, >> >> On Thu, 8 Apr 2021 at 18:53, Sughosh Ganu wrote: >> > >> > hi Simon, >> > >> > On Wed, 7 Apr 2021 at 21:44, Simon Glass wrote: >> >> >> >> Hi,

Re: [PATCH] board_f: cosmetic: change the debug trace to KB in reserve_video

2021-04-09 Thread Simon Glass
On Sat, 10 Apr 2021 at 04:02, Patrick Delaunay wrote: > > Update the debug trace for the reserved video memory to KB as indicated > in the message with "%luk"; before the patch the computed size > gd->relocaddr - addr is in bytes. > > This patch aligns the debug trace in reserve_video() with

Re: [PATCH] Revert "spl: Drop bd_info in the data section"

2021-04-09 Thread Tom Rini
On Fri, Apr 09, 2021 at 03:24:41PM -0500, Adam Ford wrote: > On Fri, Apr 9, 2021 at 2:20 PM Alex G. wrote: > > > > Hi Simon > > > > On 4/8/21 6:55 PM, Simon Glass wrote: > > > Hi Alexandru, > > > > > > On Fri, 9 Apr 2021 at 04:56, Alexandru Gagniuc > > > wrote: > > >> > > >> This reverts commit

Re: [PATCH] cmd: net: Add the "arp" command

2021-04-09 Thread Heinrich Schuchardt
Am 9. April 2021 20:45:36 MESZ schrieb lg...@hotmail.com: >From: Joe Xue > >The command is to query and show mac address of a specific ipAddress. Dear Joe, please, add a man-page for the command in /doc/usage/. > >Signed-off-by: Joe Xue >--- > > cmd/Kconfig | 6 ++ > cmd/net.c | 36

Re: [PATCH] Revert "spl: Drop bd_info in the data section"

2021-04-09 Thread Adam Ford
On Fri, Apr 9, 2021 at 2:20 PM Alex G. wrote: > > Hi Simon > > On 4/8/21 6:55 PM, Simon Glass wrote: > > Hi Alexandru, > > > > On Fri, 9 Apr 2021 at 04:56, Alexandru Gagniuc wrote: > >> > >> This reverts commit 38d6b7ebdaee3e0e8426ef1b9df88bdce8ae2e75. > >> > >> struct global_data contains a

Re: [PATCH 06/11] imx: ventana: convert U-Boot to OF_CONTROL using FIT image

2021-04-09 Thread Tim Harvey
On Fri, Apr 9, 2021 at 1:08 PM Tim Harvey wrote: > > On Fri, Apr 9, 2021 at 1:00 PM Stefano Babic wrote: > > > > Hi Tim, > > > > On 09.04.21 21:52, Tim Harvey wrote: > > > On Thu, Apr 8, 2021 at 1:57 PM wrote: > > >> > > >>> In preparation for dm conversion convert to OF_CONTROL by adding FIT

Re: [PATCH 06/11] imx: ventana: convert U-Boot to OF_CONTROL using FIT image

2021-04-09 Thread Tim Harvey
On Fri, Apr 9, 2021 at 1:00 PM Stefano Babic wrote: > > Hi Tim, > > On 09.04.21 21:52, Tim Harvey wrote: > > On Thu, Apr 8, 2021 at 1:57 PM wrote: > >> > >>> In preparation for dm conversion convert to OF_CONTROL by adding FIT image > >>> support and multi dtb. > >>> Add a

Re: [PATCH 06/11] imx: ventana: convert U-Boot to OF_CONTROL using FIT image

2021-04-09 Thread Stefano Babic
Hi Tim, On 09.04.21 21:52, Tim Harvey wrote: On Thu, Apr 8, 2021 at 1:57 PM wrote: In preparation for dm conversion convert to OF_CONTROL by adding FIT image support and multi dtb. Add a board_fit_config_name_match to match the dtb based off of EEPROM model. Signed-off-by: Tim Harvey

Re: [PATCH 06/11] imx: ventana: convert U-Boot to OF_CONTROL using FIT image

2021-04-09 Thread Tim Harvey
On Thu, Apr 8, 2021 at 1:57 PM wrote: > > > In preparation for dm conversion convert to OF_CONTROL by adding FIT image > > support and multi dtb. > > Add a board_fit_config_name_match to match the dtb based off of EEPROM > > model. > > Signed-off-by: Tim Harvey > Applied to u-boot-imx, master,

Re: [PATCH] Revert "spl: Drop bd_info in the data section"

2021-04-09 Thread Alex G.
Hi Simon On 4/8/21 6:55 PM, Simon Glass wrote: Hi Alexandru, On Fri, 9 Apr 2021 at 04:56, Alexandru Gagniuc wrote: This reverts commit 38d6b7ebdaee3e0e8426ef1b9df88bdce8ae2e75. struct global_data contains a pointer to the bd_info structure. This pointer was populated spl_set_bd() to a

Re: Running u-boot 2021.04 on Raspberry Pi 4

2021-04-09 Thread Roman Shaposhnik
On Fri, Apr 9, 2021 at 3:15 AM Matthias Brugger wrote: > > > On 09/04/2021 10:14, Nicolas Saenz Julienne wrote: > > [ Adding Matthias for the SMBIOS part ] > > > > On Fri, 2021-04-09 at 00:00 -0700, Roman Shaposhnik wrote: > >> On Thu, Apr 8, 2021 at 8:59 PM Sean Anderson wrote: > >>> On 4/8/21

Re: mkimage regression when building ARCH=mips defconfig Linux kernel

2021-04-09 Thread Tom Rini
On Fri, Apr 09, 2021 at 11:55:52AM +1200, Simon Glass wrote: > +Tom Rini > > Hi Nathan, > > On Fri, 9 Apr 2021 at 06:23, Nathan Chancellor wrote: > > > > Hi Simon, > > > > Apologies if this is not the proper way to report a regression, this is my > > first > > time interacting with the U-Boot

Re: Pull request: u-boot-imx u-boot-imx-20210409

2021-04-09 Thread Tom Rini
0) > > are available in the Git repository at: > > https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git > tags/u-boot-imx-20210409 > > for you to fetch changes up to 2fc93e5bafdae7cf6373479e054e9f3943fde23c: > > imx: bootaux fix elf loading (2021-04-08 23:5

Re: [RFC PATCH v4 1/2] arch: riscv: cpu: Add callback to init each core

2021-04-09 Thread Green Wan
Hi folks, Correct me if I'm wrong, like Rick mentioned, i/dcache enable/disable() is only called on the main hart. Right now the dummy i/dcache enable/disable are empty and shared among all riscv CPU. The ax25 is the only one that has its own implementation for now. FU540/FU740 also leverages

[PATCH] board_f: cosmetic: change the debug trace to KB in reserve_video

2021-04-09 Thread Patrick Delaunay
Update the debug trace for the reserved video memory to KB as indicated in the message with "%luk"; before the patch the computed size gd->relocaddr - addr is in bytes. This patch aligns the debug trace in reserve_video() with others functions, for example on stm32mp157c-dk2: - Reserving

Re: [PATCH] powerpc, wdt: disable ratelimiting when disabling interrupts

2021-04-09 Thread Christophe Leroy
Le 09/04/2021 à 16:12, Rasmus Villemoes a écrit : On powerpc, time as measured by get_timer() ceases to pass when interrupts are disabled (since on powerpc get_timer() returns the value of a volatile variable that gets updated via a timer interrupt). That in turn means the watchdog_reset()

Re: [PATCH v1 1/2] cmd: bind: Fix driver binding on a device

2021-04-09 Thread Patrice CHOTARD
On 4/9/21 3:41 PM, Andy Shevchenko wrote: > On Fri, Apr 09, 2021 at 09:13:12AM -0400, Sean Anderson wrote: >> On 4/9/21 8:05 AM, Patrice CHOTARD wrote: >>> On 4/9/21 1:01 PM, Andy Shevchenko wrote: On Fri, Apr 9, 2021 at 1:32 PM Patrice CHOTARD wrote: > On 4/9/21 11:48 AM, Andy

[PATCH 11/11] configs: T1042D4RDB: enable DM_ETH

2021-04-09 Thread Camelia Groza
From: Camelia Groza Enable DM_ETH and DM_MDIO for the T1042D4RDB. Signed-off-by: Camelia Groza --- configs/T1042D4RDB_NAND_defconfig| 3 +++ configs/T1042D4RDB_SDCARD_defconfig | 3 +++ configs/T1042D4RDB_SECURE_BOOT_defconfig | 4 +++- configs/T1042D4RDB_SPIFLASH_defconfig|

[PATCH 10/11] powerpc: dts: t1042d4rdb: add FMan v3 nodes

2021-04-09 Thread Camelia Groza
From: Camelia Groza Add the FMan v3 nodes for the T1042D4RDB. The nodes are copied over with little modification from the Linux kernel source code. Signed-off-by: Camelia Groza --- arch/powerpc/dts/t1042d4rdb.dts | 55 - 1 file changed, 54 insertions(+), 1

[PATCH 09/11] powerpc: dts: t1042: add QorIQ DPAA 1 FMan v3 nodes

2021-04-09 Thread Camelia Groza
From: Camelia Groza Add the QorIQ DPAA 1 FMan v3 device tree nodes for the T1042 SoC. The device tree nodes are copied over with little modification from the Linux kernel source code. Signed-off-by: Camelia Groza --- arch/powerpc/dts/t1042si-post.dtsi | 46 ++ 1

[PATCH 08/11] configs: T4240RDB: enable DM_ETH

2021-04-09 Thread Camelia Groza
From: Camelia Groza Enable DM_ETH and DM_MDIO for the T4240RDB. Signed-off-by: Camelia Groza --- configs/T4240RDB_SDCARD_defconfig | 3 +++ configs/T4240RDB_defconfig| 3 +++ 2 files changed, 6 insertions(+) diff --git a/configs/T4240RDB_SDCARD_defconfig

[PATCH 06/11] powerpc: dts: t4240rdb: add FMan v3 nodes

2021-04-09 Thread Camelia Groza
From: Camelia Groza Add the FMan v3 nodes for the T4240RDB. The nodes are copied over with little modification from the Linux kernel source code. Signed-off-by: Camelia Groza --- arch/powerpc/dts/t4240rdb.dts | 142 +- 1 file changed, 141 insertions(+), 1

[PATCH 07/11] powerpc: dts: qoriq: update the mdio offsets under the second FMan v3

2021-04-09 Thread Camelia Groza
From: Camelia Groza When two FMan's are present on a board, the MDIO nodes are found at the same offsets inside each FMan. This causes "non unique device name" errors when registering the MDIO nodes under the second FMan. Fix this by updating the offsets of the MDIO nodes to include the parent

[PATCH 05/11] powerpc: dts: t4240: add QorIQ DPAA 1 FMan v3 nodes

2021-04-09 Thread Camelia Groza
From: Camelia Groza Add the QorIQ DPAA 1 FMan v3 device tree nodes for the T4240 SoC. The device tree nodes are copied over with little modification from the Linux kernel source code. Signed-off-by: Camelia Groza --- arch/powerpc/dts/t4240si-post.dtsi | 101 + 1

[PATCH 04/11] configs: T2080RDB: enable DM_ETH

2021-04-09 Thread Camelia Groza
From: Camelia Groza Enable DM_ETH and DM_MDIO for the T2080RDB. Signed-off-by: Camelia Groza --- configs/T2080RDB_NAND_defconfig | 3 +++ configs/T2080RDB_SDCARD_defconfig | 3 +++ configs/T2080RDB_SPIFLASH_defconfig | 3 +++ configs/T2080RDB_defconfig | 3 +++ 4 files changed,

[PATCH 03/11] board: freescale: t208xrdb: fdt fixups under DM_ETH

2021-04-09 Thread Camelia Groza
From: Camelia Groza Disable the FMan mEMAC 5 and 6 nodes from the fdt since they are not available under the supported RCW. Also disable the associated "fsl,dpa-ethernet" nodes that reference them. This is a simplified version of the fdt_fixup_fman_ethernet call for use under DM_ETH.

[PATCH 02/11] powerpc: dts: t2080rdb: add FMan v3 nodes

2021-04-09 Thread Camelia Groza
From: Camelia Groza Add the FMan v3 nodes for the T2080RDB. The nodes are copied over with little modification from the Linux kernel source code. Signed-off-by: Camelia Groza --- arch/powerpc/dts/t2080rdb.dts | 69 ++- 1 file changed, 68 insertions(+), 1

[PATCH 01/11] powerpc: dts: t2080: add QorIQ DPAA 1 FMan v3 nodes

2021-04-09 Thread Camelia Groza
From: Camelia Groza Add the QorIQ DPAA 1 FMan v3 device tree nodes for the T2080 SoC. The device tree nodes are copied over with little modification from the Linux kernel source code. Signed-off-by: Camelia Groza --- arch/powerpc/dts/t2080si-post.dtsi | 51 ++ 1

[PATCH 00/11] Enable DM_ETH for DPAA1 PowerPC T-series boards

2021-04-09 Thread Camelia Groza
Apologies to those who received this series twice off list due to an e-mail misconfiguration. This patch series enables DM_ETH and DM_MDIO on the T2080RDB, T4240RDB and T1042D4RDB DPAA1 PowerPC boards. The necessary FMan v3 Ethernet and MDIO nodes are added to each platform's SoC and board device

[PATCH] powerpc, wdt: disable ratelimiting when disabling interrupts

2021-04-09 Thread Rasmus Villemoes
On powerpc, time as measured by get_timer() ceases to pass when interrupts are disabled (since on powerpc get_timer() returns the value of a volatile variable that gets updated via a timer interrupt). That in turn means the watchdog_reset() function provided by CONFIG_WDT ceases to work due to the

[PULL] Pull request for u-boot master / v2021.07 = u-boot-stm32-20210409

2021-04-09 Thread Patrice CHOTARD
Hi Tom Please pull the STM32 related patches for u-boot/master, v2021.07: u-boot-stm32-20210409 CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/7103 Thanks, Patrice The following changes since commit b46dd116ce03e235f2a7d4843c6278e1da44b5e1: Prepare v2021.04

Re: [PATCH v1 1/2] cmd: bind: Fix driver binding on a device

2021-04-09 Thread Andy Shevchenko
On Fri, Apr 09, 2021 at 09:13:12AM -0400, Sean Anderson wrote: > On 4/9/21 8:05 AM, Patrice CHOTARD wrote: > > On 4/9/21 1:01 PM, Andy Shevchenko wrote: > > > On Fri, Apr 9, 2021 at 1:32 PM Patrice CHOTARD > > > wrote: > > > > On 4/9/21 11:48 AM, Andy Shevchenko wrote: > > > > > On Fri, Apr 9,

Re: [RFC PATCH v4 1/2] arch: riscv: cpu: Add callback to init each core

2021-04-09 Thread Sean Anderson
On 4/9/21 4:16 AM, Rick Chen wrote: Hi Sean ,Bin From: Bin Meng [mailto:bmeng...@gmail.com] Sent: Tuesday, April 06, 2021 5:16 PM To: Sean Anderson Cc: Green Wan; Rick Jian-Zhi Chen(陳建志); Paul Walmsley; Pragnesh Patel; Bin Meng; Simon Glass; Atish Patra; Leo Yu-Chi Liang(梁育齊); Brad Kim;

Re: [PATCH 2/2] configs: rpi: Enable SMBIOS sysinfo driver

2021-04-09 Thread Fabian Vogt
Am Freitag, 9. April 2021, 14:35:11 CEST schrieb matthias@kernel.org: > From: Matthias Brugger > > Enalbe this driver to allow U-Boot to get SMBIOS table information from ^ typo Other than that, Acked-by: Fabian Vogt Cheers, Fabian > a device tree node. > > Signed-off-by: Matthias

Re: [PATCH 1/2] arm: dts: bcm283x: Add minimal smbios information

2021-04-09 Thread Fabian Vogt
Am Freitag, 9. April 2021, 14:35:10 CEST schrieb matthias@kernel.org: > From: Matthias Brugger > > At present SMBIOS tables are emtpy, ^ typo > which breaks some use-cases that rely on that. Can you give an example? > Add some minimal information to Isn't

Re: [PATCH v1 1/2] cmd: bind: Fix driver binding on a device

2021-04-09 Thread Sean Anderson
On 4/9/21 8:05 AM, Patrice CHOTARD wrote: On 4/9/21 1:01 PM, Andy Shevchenko wrote: On Fri, Apr 9, 2021 at 1:32 PM Patrice CHOTARD wrote: On 4/9/21 11:48 AM, Andy Shevchenko wrote: On Fri, Apr 9, 2021 at 12:28 PM Patrice CHOTARD wrote: On 4/9/21 11:16 AM, Andy Shevchenko wrote: On Fri,

Re: [PATCH V2] arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variables

2021-04-09 Thread Patrice CHOTARD
Hi Marek On 4/9/21 2:43 PM, Patrick DELAUNAY wrote: > Hi Marek, > > On 3/31/21 2:15 PM, Marek Vasut wrote: >> Split up get_soc_name(), clean the decoding up a bit, and set up >> environment variables which contain the SoC type, package, revision. >> This is useful on SoMs, where multiple SoC

Re: [PATCH V2] arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variables

2021-04-09 Thread Patrick DELAUNAY
Hi Marek, On 3/31/21 2:15 PM, Marek Vasut wrote: Split up get_soc_name(), clean the decoding up a bit, and set up environment variables which contain the SoC type, package, revision. This is useful on SoMs, where multiple SoC options are populated. Signed-off-by: Marek Vasut Cc: Patrick

[PATCH 2/2] configs: rpi: Enable SMBIOS sysinfo driver

2021-04-09 Thread matthias . bgg
From: Matthias Brugger Enalbe this driver to allow U-Boot to get SMBIOS table information from a device tree node. Signed-off-by: Matthias Brugger --- configs/rpi_0_w_defconfig | 2 ++ configs/rpi_2_defconfig| 2 ++ configs/rpi_3_32b_defconfig| 2 ++

[PATCH 1/2] arm: dts: bcm283x: Add minimal smbios information

2021-04-09 Thread matthias . bgg
From: Matthias Brugger At present SMBIOS tables are emtpy, which breaks some use-cases that rely on that. Add some minimal information to fullfill this. Signed-off-by: Matthias Brugger --- arch/arm/dts/bcm283x-u-boot.dtsi | 20 1 file changed, 20 insertions(+) diff

Re: [PATCH] net: dwc_eth_qos: add support of device tree configuration for reset delay

2021-04-09 Thread Marek Vasut
On 4/9/21 10:00 AM, Patrick Delaunay wrote: The gpio reset assert/deassert delay are today harcoded in U-Boot driver but the value should be read from DT. STM32 use the generic binding defined in linux: Documentation/devicetree/bindings/net/ethernet-phy.yaml reset-gpios: maxItems: 1

Re: [PATCH v1 1/2] cmd: bind: Fix driver binding on a device

2021-04-09 Thread Patrice CHOTARD
On 4/9/21 1:01 PM, Andy Shevchenko wrote: > On Fri, Apr 9, 2021 at 1:32 PM Patrice CHOTARD > wrote: >> On 4/9/21 11:48 AM, Andy Shevchenko wrote: >>> On Fri, Apr 9, 2021 at 12:28 PM Patrice CHOTARD >>> wrote: On 4/9/21 11:16 AM, Andy Shevchenko wrote: > On Fri, Apr 9, 2021 at 10:37

[PATCH v5 7/7] board: Add rt-thread art-pi board support

2021-04-09 Thread dillon . minfei
From: dillon min All these files are add for support rt-thread art-pi board - add board/st/stm32h750-art-pi, defconfig, header support for u-boot for more information about art-pi, please goto: https://art-pi.gitee.io/website/ Signed-off-by: dillon min Reviewed-by: Patrice Chotard --- v5:

[PATCH v5 6/7] ram: stm32: fix strsep failed on read only memory

2021-04-09 Thread dillon . minfei
From: dillon min strsep will change data from original memory address, in case the memory is in non-sdram/sram place, will run into a bug(hang at SDRAM: ) just add a temporary array to store bank_name[] to fix this bug. Signed-off-by: dillon min Reviewed-by: Patrice Chotard --- v5: no

[PATCH v5 5/7] ARM: dts: stm32: add support for art-pi board based on stm32h750xbh6

2021-04-09 Thread dillon . minfei
From: dillon min This patchset has following changes: - introduce stm32h750.dtsi to support stm32h750 value line - add pin groups for usart3/uart4/spi1/sdmmc2 - add stm32h750i-art-pi.dtb (arch/arm/boot/dts/Makefile) - add stm32h750i-art-pi.dts to support art-pi board - add

[PATCH v5 4/7] ARM: dts: stm32: fix i2c node typo in stm32h743, update dmamux1 register

2021-04-09 Thread dillon . minfei
From: dillon min Replace upper case by lower case in i2c nodes name. update dmamux1 register range. Signed-off-by: dillon min Reviewed-by: Patrice Chotard --- v5: no changes arch/arm/dts/stm32h743.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH v5 3/7] ARM: dts: stm32: add new instances for stm32h743 MCU

2021-04-09 Thread dillon . minfei
From: dillon min Some instances are missing in current support of stm32h743 MCU. This commit adds usart3/uart4 and sdmmc2 support. Signed-off-by: dillon min Reviewed-by: Patrice Chotard --- v5: no changes arch/arm/dts/stm32h743.dtsi | 30 ++ 1 file changed, 30

Re: [PATCH 1/2] clk: zynq: Add clock wizard driver

2021-04-09 Thread zhengxunli
Hi, > On 4/7/21 11:05 AM, zhengxunli wrote: > > The Clocking Wizard IP supports clock circuits customized > > to your clocking requirements. The wizard support for > > dynamically reconfiguring the clocking primitives for > > Multiply, Divide, Phase Shift/Offset, or Duty Cycle. > > > > Limited

Re: [PATCH 2/2] board: Add Zynq Mxic picozed development board support

2021-04-09 Thread zhengxunli
Hi Michal, Thank you for your quick reply! "Michal Simek" wrote on 2021/04/07 下午 08:35:18: > "Michal Simek" > 2021/04/07 下午 08:35 > > To > > "zhengxunli" , , > > cc > > , , > > Subject > > Re: [PATCH 2/2] board: Add Zynq Mxic picozed development board support > > Hi, > > On

Re: [PATCH v3 05/11] clk: k210: Move the clint clock to under aclk

2021-04-09 Thread Damien Le Moal
On 2021/04/09 11:58, Sean Anderson wrote: > > On 4/8/21 10:54 PM, Damien Le Moal wrote: >> On 2021/04/09 11:13, Sean Anderson wrote: >>> No other (real) clocks have the cpu clock as their parent; instead they are >>> children of aclk. Move the clint clock under aclk to match them. >>> >>>

Re: [PATCH v3 05/11] clk: k210: Move the clint clock to under aclk

2021-04-09 Thread Damien Le Moal
On 2021/04/09 11:54, Damien Le Moal wrote: > On 2021/04/09 11:13, Sean Anderson wrote: >> No other (real) clocks have the cpu clock as their parent; instead they are >> children of aclk. Move the clint clock under aclk to match them. >> >> Signed-off-by: Sean Anderson >> --- >> >> (no changes

Re: [PATCH v3 05/11] clk: k210: Move the clint clock to under aclk

2021-04-09 Thread Damien Le Moal
On 2021/04/09 11:13, Sean Anderson wrote: > No other (real) clocks have the cpu clock as their parent; instead they are > children of aclk. Move the clint clock under aclk to match them. > > Signed-off-by: Sean Anderson > --- > > (no changes since v2) > > Changes in v2: > - New > >

[PATCH v5 2/7] ARM: dts: stm32: introduce stm32h7-pinctrl.dtsi to support stm32h750

2021-04-09 Thread dillon . minfei
From: dillon min This patch is intend to add support stm32h750 value line, just add stm32h7-pinctrl.dtsi for extending, with following changes: - rename stm32h743-pinctrl.dtsi to stm32h7-pinctrl.dtsi - move 'pin-controller' from stm32h7-pinctrl.dtsi to stm32h743.dtsi - update stm32h743i-{disco,

[PATCH v5 1/7] ARM: dts: stm32: split sdram pin & timing parameter into specific board dts

2021-04-09 Thread dillon . minfei
From: dillon min As different boards has their own sdram hw connection, mount different sdram modules, so move sdram timing parameter and pin configuration to their board device tree. Signed-off-by: dillon min Reviewed-by: Patrice Chotard --- v5: no changes arch/arm/dts/stm32h7-u-boot.dtsi

[PATCH v5 0/7] Add rt-thread art-pi board support

2021-04-09 Thread dillon . minfei
From: dillon min These patches aim to adds u-boot support on art-pi board. the board resources: - stm32h750xbh6 128k flash, 1024k sram - 32MiB sdram - 16MiB spi flash - 8MiB qspi flash - onboard wifi, bt, fm the detail board information can be found at: https://art-pi.gitee.io/website/ ---

Re: [PATCH v3 02/11] clk: k210: Fix PLLs not being enabled

2021-04-09 Thread Damien Le Moal
On 2021/04/09 11:13, Sean Anderson wrote: > After starting or setting the rate of a PLL, the enable bit must be set. > > This fixes a bug where the AI ram would not be accessible, because it > requires PLL1 to be running. > > Signed-off-by: Sean Anderson > --- > > (no changes since v1) > >

Pull request: u-boot-imx u-boot-imx-20210409

2021-04-09 Thread Stefano Babic
tags/u-boot-imx-20210409 for you to fetch changes up to 2fc93e5bafdae7cf6373479e054e9f3943fde23c: imx: bootaux fix elf loading (2021-04-08 23:59:50 +0200) u-boot-imx-20210409 --- - Secure Boot : - HAB

Re: [PATCH] board: novtech: meerkat96: Add environment variables

2021-04-09 Thread Stefano Babic
Hi Carl, do you used git send-email for this ? It looks like the patch was changed by your mailer, I cannot applied it with git am ("malformed patch"). Can you check and resend, maybe with git send-email ? Best regards, SAtefano Babic On 04.04.21 21:47, Carl Gelfand wrote: Add environment

Re: [PATCH 0/5] Add support for embedding public key in platform's dtb

2021-04-09 Thread Sughosh Ganu
hi Simon, On Fri, 9 Apr 2021 at 05:26, Simon Glass wrote: > Hi Sughosh, > > On Thu, 8 Apr 2021 at 18:53, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Wed, 7 Apr 2021 at 21:44, Simon Glass wrote: > >> > >> Hi, > >> > >> On Wed, 7 Apr 2021 at 23:54, Sughosh Ganu > wrote: > >> > > >> >

[PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get()

2021-04-09 Thread sbabic
> Pass "pfuze3000@8" in pmic_get() so that the PMIC node can > be found in the devicetree. > Signed-off-by: Fabio Estevam > Reviewed-by: Jaehoon Chung Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

[PATCH 1/1] imx6: icorem6: chmod 644 enigcam.bmp

2021-04-09 Thread sbabic
> Bitmap files should not be executable. > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Michael Trimarchi Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[PATCH] doc: imx: psb: Document usage of SRC_GPR10 PERSIST_SECONDARY_BOOT for A/B switching

2021-04-09 Thread sbabic
> Document SRC_GPR10 PERSIST_SECONDARY_BOOT functionality. This is useful for > reliable bootloader A/B updates, as it permits switching between two copies > of bootloader at different offsets of the same storage. The switch happens > in case one copy is corrupted OR can be enforced by user. This

[PATCH] imx: imx6ull: fix pinmux sel_input value for uart5 pins

2021-04-09 Thread sbabic
> sel_input value for the following uart5 pins is > different between i.MX6UL and i.MX6ULL: > MX6_PAD_UART5_TX_DATA__UART5_DTE_RX > MX6_PAD_UART5_RX_DATA__UART5_DCE_RX > MX6_PAD_ENET1_RX_EN__UART5_DCE_RTS > MX6_PAD_ENET1_TX_DATA0__UART5_DTE_RTS > MX6_PAD_CSI_DATA02__UART5_DCE_RTS > As sel_input

[PATCH v2 2/2] mx23_olinuxino: convert MMC to driver model

2021-04-09 Thread sbabic
> Convert the Olimex Olinuxino board's support for MMC to driver model following > Fabio Estevam's excellent example from: > commit: 23013aa9619881290dbeb6217f1fab863869050e: > mx23evk: Convert to driver model > Signed-off-by: Trevor Woerner Applied to u-boot-imx, master, thanks !

[PATCH 2/2] mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessary

2021-04-09 Thread sbabic
> From: Haibo Chen > Some board like imx8mm-evkb, IO voltage switch from 3.3v to 1.8v need > around 18ms, common code only delay 10ms, so need to delay extra 8ms. > Otherwise voltage switch will timeout when wait for data0 line. > This IO voltage switch time depends on board design, depend on the

[PATCH v1] imx: bootaux fix elf loading

2021-04-09 Thread sbabic
> This reverts the arch/arm/mach-imx/imx_bootaux.c changes of commit > 805b3cac1e0c. The loader function name was changed so that it does > not clash with the generically available function in lib/elf.c. > imx-bootaux loads an elf file linked for an auxilary core. Thus the > loader function

[PATCH v2 1/2] mx23_olinuxino: enable device tree

2021-04-09 Thread sbabic
> Add the dts file for the Olimex Olinuxino from the linux kernel, and enable > its use in this machine's defconfig. > Signed-off-by: Trevor Woerner Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX

[PATCH 1/2] mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output

2021-04-09 Thread sbabic
> From: Haibo Chen > For FSL_USDHC, it do not implement VENDORSPEC_CKEN/PEREN/HCKEN/IPGEN, these > are reserved bits. Instead, use VENDORSPEC_FRC_SDCLK_ON to gate on/off the > card clock output. > After commit b5874b552ffa ("mmc: fsl_esdhc_imx: add wait_dat0() support"), > we meet SD3.0 card

[PATCH] ARM: pcm058: Match mainline Linux NAND ECC layout/behaviour

2021-04-09 Thread sbabic
> Enabled "fsl,legacy-bch-geometry" in U-Boot device tree overlay > to match the legacy BCH geometry layout, which mainline Linux > applies when "fsl,use-minimum-ecc" is not specified in the device > tree. > Reinstated SYS_NAND_ONFI_DETECTION, which when disabled, masked > the mismatch on SOMs

[PATCH 1/2] mmc: fsl_esdhc_imx: remove redundant cmd11 related code.

2021-04-09 Thread sbabic
> From: Haibo Chen > Common code already handle the voltage switch sequence based on spec, > so remove the redundant voltage switch code. > Signed-off-by: Haibo Chen Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

Re: [PATCH v1 1/2] cmd: bind: Fix driver binding on a device

2021-04-09 Thread Andy Shevchenko
On Fri, Apr 9, 2021 at 1:32 PM Patrice CHOTARD wrote: > On 4/9/21 11:48 AM, Andy Shevchenko wrote: > > On Fri, Apr 9, 2021 at 12:28 PM Patrice CHOTARD > > wrote: > >> On 4/9/21 11:16 AM, Andy Shevchenko wrote: > >>> On Fri, Apr 9, 2021 at 10:37 AM Patrice Chotard > >>> wrote: ... > +

[PATCH 1/1] cmd/exception: support ebreak exception on RISC-V

2021-04-09 Thread Heinrich Schuchardt
The ebreak instruction should generate a breakpoint exception. Signed-off-by: Heinrich Schuchardt --- cmd/riscv/exception.c | 10 ++ doc/usage/exception.rst | 3 +++ 2 files changed, 13 insertions(+) diff --git a/cmd/riscv/exception.c b/cmd/riscv/exception.c index

Re: [PATCH v1 1/2] cmd: bind: Fix driver binding on a device

2021-04-09 Thread Patrice CHOTARD
On 4/9/21 11:48 AM, Andy Shevchenko wrote: > On Fri, Apr 9, 2021 at 12:28 PM Patrice CHOTARD > wrote: >> On 4/9/21 11:16 AM, Andy Shevchenko wrote: >>> On Fri, Apr 9, 2021 at 10:37 AM Patrice Chotard >>> wrote: > > ... > + if (drv) { +

Re: Running u-boot 2021.04 on Raspberry Pi 4

2021-04-09 Thread Matthias Brugger
On 09/04/2021 10:14, Nicolas Saenz Julienne wrote: > [ Adding Matthias for the SMBIOS part ] > > On Fri, 2021-04-09 at 00:00 -0700, Roman Shaposhnik wrote: >> On Thu, Apr 8, 2021 at 8:59 PM Sean Anderson wrote: >>> On 4/8/21 8:18 PM, Roman Shaposhnik wrote: Hi! first time

Re: [PATCH 2/2] stm32mp: replace printf by log macro in setup_boot_mode

2021-04-09 Thread Patrice CHOTARD
Hi Patrick On 4/6/21 9:27 AM, Patrick Delaunay wrote: > Replace the remaining printf in setup_boot_mode() by log macro > to handle filtering for log features. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/mach-stm32mp/cpu.c | 10 +- > 1 file changed, 5 insertions(+), 5

Re: [PATCH 1/2] stm32mp: update uart number in trace of serial device not found

2021-04-09 Thread Patrice CHOTARD
Hi Patrick On 4/6/21 9:27 AM, Patrick Delaunay wrote: > Align the uart number in the trace of setup_boot_mode() with the name of > the uart/usart device (start at 1) and not with the instance value > (start at 0), i.e. the serial device sequence number and the index in > serial_addr[]. > >

Re: [PATCH] stm32mp: stm32prog: add FIP header support

2021-04-09 Thread Patrice CHOTARD
Hi Patrick On 4/2/21 2:05 PM, Patrick Delaunay wrote: > Add support of TF-A FIP header in command stm32prog for all the boot > partition and not only the STM32IMAGE. > > This patch is a preliminary patch to support FIP as second boot stage > after TF-A BL2 when CONFIG_TFABOOT is activated for

Re: [PATCH 3/3] configs: stm32mp1: Fix misleading SPL size limitations

2021-04-09 Thread Patrice CHOTARD
Hi Alexandru On 3/22/21 2:20 PM, Alexandru Gagniuc wrote: > A now removed comment promises to "limit SYSRAM usage to first 128 KB". > This would imply that only SYSRAM from 0x2ffc - 0x2ffe would be > used. This is not what happens at all. > > First, SPL_MAX_SIZE is referenced from

Re: [PATCH 2/3] configs: stm32mp1: Remove misleading CONFIG_SPL_BSS_START_ADDR

2021-04-09 Thread Patrice CHOTARD
Hi Alexandru On 3/22/21 2:20 PM, Alexandru Gagniuc wrote: > CONFIG_SPL_BSS_START_ADDR is only used on a few mach- linker scripts. > stm32mp1 uses the generic script under arch/arm/cpu/u-boot-spl.lds, > which does not make use of this definition. > > The SPL BSS starts in SRAM, right after .text,

Re: [PATCH 1/3] configs: stm32mp1: stm32mp1: Increase SPL malloc() size

2021-04-09 Thread Patrice CHOTARD
Hi Alexandru On 3/22/21 2:19 PM, Alexandru Gagniuc wrote: > Since commit 03f1f78a9b44 ("spl: fit: Prefer a malloc()'d buffer for > loading images"), FIT images must be malloc()'d before being loaded. > The old size of 1 MiB is suitable for FIT images with u-boot and an > FDT, but something

Re: [PATCH v3 8/8] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 7" OF

2021-04-09 Thread Patrice CHOTARD
Hi Jagan On 3/16/21 5:22 PM, Jagan Teki wrote: > 7" OF is a capacitive touch 7" Open Frame panel solutions with > - 7" AUO B101AW03 LVDS panel > - EDT, FT5526 Touch > > MicroGEA STM32MP1 is a STM32MP157A based Micro SoM. > > MicroDev 2.0 is a general purpose miniature carrier board with CAN, >

Re: [PATCH v3 7/8] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 board

2021-04-09 Thread Patrice CHOTARD
Hi Jagan On 3/16/21 5:22 PM, Jagan Teki wrote: > MicroDev 2.0 is a general purpose miniature carrier board with CAN, > LTE and LVDS panel interfaces. > > Genaral features: > - Ethernet 10/100 > - USB Type A > - Audio Out > - microSD > - LVDS panel connector > - Wifi/BT (option) > - UMTS LTE with

Re: [PATCH v3 6/8] ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 Micro SoM

2021-04-09 Thread Patrice CHOTARD
Hi Jagan On 3/16/21 5:22 PM, Jagan Teki wrote: > MicroGEA STM32MP1 is a STM32MP157A based Micro SoM. > > General features: > - STM32MP157AAC > - Up to 1GB DDR3L-800 > - 512MB Nand flash > - I2S > > MicroGEA STM32MP1 needs to mount on top of Engicam MicroDev carrier > boards for creating

Re: [PATCH v3 5/8] board: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0

2021-04-09 Thread Patrice CHOTARD
Hi Jagan On 3/16/21 5:22 PM, Jagan Teki wrote: > Engicam C.TOUCH 2.0 is an EDIMM compliant general purpose Carrier > board. > > Genaral features: > - Ethernet 10/100 > - Wifi/BT > - USB Type A/OTG > - Audio Out > - CAN > - LVDS panel connector > > i.Core STM32MP1 is an EDIMM SoM based on

Re: [PATCH v3 4/8] board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit

2021-04-09 Thread Patrice CHOTARD
Hi Jagan On 3/16/21 5:22 PM, Jagan Teki wrote: > Engicam EDIMM2.2 Starter Kit is an EDIMM 2.2 Form Factor Capacitive > Evaluation Board. > > Genaral features: > - LCD 7" C.Touch > - microSD slot > - Ethernet 1Gb > - Wifi/BT > - 2x LVDS Full HD interfaces > - 3x USB 2.0 > - 1x USB 3.0 > - HDMI

Re: [PATCH v3 3/8] ARM: stm32: Imply SPL_SPI_LOAD

2021-04-09 Thread Patrice CHOTARD
Hi Jagan On 3/16/21 5:22 PM, Jagan Teki wrote: > SPI Load isn't mandatory for STM32 builds. > > Let's imply instead of select it to get rid of build > issues for non-SPI defconfigs. > > Reviewed-by: Patrick Delaunay > Reviewed-by: Patrice Chotard > Signed-off-by: Jagan Teki > --- > Changes

Re: [PATCH v3 2/8] ARM: dts: stm32: Add Engicam i.Core STM32MP1 1X4Gb DDR3

2021-04-09 Thread Patrice CHOTARD
Hi Jagan On 3/16/21 5:22 PM, Jagan Teki wrote: > Engicam i.Core STM32MP1 SODIMM SoM has mounted 1x4Gb DDR3 > which has 32bits width 528000Khz frequency. > > Add DDR configuration via dtsi. > > Reviewed-by: Patrick Delaunay > Reviewed-by: Patrice Chotard > Signed-off-by: Jagan Teki > --- >

Re: [PATCH v3 1/8] ARM: dts: stm32: Add Engicam i.Core STM32MP1 SoM

2021-04-09 Thread Patrice CHOTARD
Hi Jagan On 3/16/21 5:22 PM, Jagan Teki wrote: > i.Core STM32MP1 is an EDIMM SoM based on STM32MP157A from Engicam. > > General features: > - STM32MP157A > - Up to 1GB DDR3L > - 4GB eMMC > - 10/100 Ethernet > - USB 2.0 Host/OTG > - I2S > - MIPI DSI to LVDS > - rest of STM32MP157A features > >

Re: [PATCH v1 1/2] cmd: bind: Fix driver binding on a device

2021-04-09 Thread Andy Shevchenko
On Fri, Apr 9, 2021 at 12:28 PM Patrice CHOTARD wrote: > On 4/9/21 11:16 AM, Andy Shevchenko wrote: > > On Fri, Apr 9, 2021 at 10:37 AM Patrice Chotard > > wrote: ... > >> + if (drv) { > >> + if (drv == entry) > >> +

Re: [PATCH v5 5/7] ARM: dts: stm32: add support for art-pi board based on stm32h750xbh6

2021-04-09 Thread Patrice CHOTARD
Hi Dillon On 4/9/21 9:28 AM, dillon.min...@gmail.com wrote: > From: dillon min > > This patchset has following changes: > > - introduce stm32h750.dtsi to support stm32h750 value line > - add pin groups for usart3/uart4/spi1/sdmmc2 > - add stm32h750i-art-pi.dtb (arch/arm/boot/dts/Makefile) > -

Re: [PATCH v5 7/7] board: Add rt-thread art-pi board support

2021-04-09 Thread Patrice CHOTARD
Hi Dillon On 4/9/21 9:28 AM, dillon.min...@gmail.com wrote: > From: dillon min > > All these files are add for support rt-thread art-pi board > - add board/st/stm32h750-art-pi, defconfig, header support for u-boot > > for more information about art-pi, please goto: >

Re: [PATCH v5 6/7] ram: stm32: fix strsep failed on read only memory

2021-04-09 Thread Patrice CHOTARD
Hi Dillon On 4/9/21 9:28 AM, dillon.min...@gmail.com wrote: > From: dillon min > > strsep will change data from original memory address, > in case the memory is in non-sdram/sram place, will > run into a bug(hang at SDRAM: ) > > just add a temporary array to store bank_name[] to fix this >

Re: [PATCH v5 4/7] ARM: dts: stm32: fix i2c node typo in stm32h743, update dmamux1 register

2021-04-09 Thread Patrice CHOTARD
Hi Dillon On 4/9/21 9:28 AM, dillon.min...@gmail.com wrote: > From: dillon min > > Replace upper case by lower case in i2c nodes name. > update dmamux1 register range. > > Signed-off-by: dillon min > Reviewed-by: Patrice Chotard > --- > v5: no changes > > arch/arm/dts/stm32h743.dtsi | 6

Re: [PATCH v5 2/7] ARM: dts: stm32: introduce stm32h7-pinctrl.dtsi to support stm32h750

2021-04-09 Thread Patrice CHOTARD
Hi Dillon On 4/9/21 9:28 AM, dillon.min...@gmail.com wrote: > From: dillon min > > This patch is intend to add support stm32h750 value line, > just add stm32h7-pinctrl.dtsi for extending, with following changes: > > - rename stm32h743-pinctrl.dtsi to stm32h7-pinctrl.dtsi > - move

  1   2   >