Re: [PATCH v8 10/13] FWU: cmd: Add a command to read FWU metadata

2022-08-21 Thread Sughosh Ganu
hi Simon, On Fri, 19 Aug 2022 at 20:55, Simon Glass wrote: > > Hi Sughosh, > > On Fri, 19 Aug 2022 at 01:41, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Thu, 18 Aug 2022 at 23:19, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Thu, 18 Aug 2022 at 05:53, Sughosh Ganu > > >

Re: [PATCH 0/5] FWU: Add support for mtd backed feature on DeveloperBox

2022-08-21 Thread Sughosh Ganu
hello Heinrich, On Sun, 21 Aug 2022 at 12:46, Heinrich Schuchardt wrote: > > On 7/22/22 19:42, jassisinghb...@gmail.com wrote: > > From: Jassi Brar > > > > The mtd and synquacer (developerbox) support was dropped from v6[1] > > This patchset re-introduces the support over last v7[2] submission

[PATCH] drivers: usb: fastboot: Fix full-speed usb descriptor

2022-08-21 Thread qianfanguijin
From: qianfan Zhao The host will report such error message if the fastboot device work in full-speed mode: "Duplicate descriptor for config 1 interface 0 altsetting 0, skipping" Fastboot device ack both full and high speed interface descriptors when work in full-speed mode, that's will cause

[PATCH] pico-imx7d: add baseboard SD card boot detect

2022-08-21 Thread egyszeregy
Migrate SD card boot detection from Technexion u-boot for pico-imx7d SoM. >From ecd4f6ecbec290c63504f7ec3a9b478425235d14 Mon Sep 17 00:00:00 2001 From: "Benjamin Szőke" Date: Sun, 21 Aug 2022 21:08:55 +0200 Subject: [PATCH] pico-imx7d: add baseboard SD card boot detect Add SD card boot

[PATCH] fs: fix comment typo

2022-08-21 Thread Roger Knecht
Fix typo in include/fs.h Signed-off-by: Roger Knecht --- include/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fs.h b/include/fs.h index 2195dc172e..8370d88cb2 100644 --- a/include/fs.h +++ b/include/fs.h @@ -46,7 +46,7 @@ int do_fat_fsload(struct cmd_tbl

[PATCH v5] cmd: cat: add new command

2022-08-21 Thread Roger Knecht
Add cat command to print file content to standard out Reviewed-by: Simon Glass Signed-off-by: Roger Knecht --- v5: - Removed "default n" from Kconfig - Renamed 'buffer_sysmem_addr' in 'addr' - User yield instead of return in conftest.py - Catch 'CalledProcessError' in conftest.py - Clean

Re: [PATCH v3] cmd: cat: add new command

2022-08-21 Thread Roger Knecht
--- Original Message --- On Sunday, August 21st, 2022 at 14:18, Simon Glass wrote: > > > Hi Roger, > > On Sun, 21 Aug 2022 at 07:27, Roger Knecht rkne...@pm.me wrote: > > > --- Original Message --- > > On Friday, August 19th, 2022 at 16:08, Simon Glass s...@chromium.org

Re: [PATCH v4] cmd: cat: add new command

2022-08-21 Thread Roger Knecht
--- Original Message --- On Sunday, August 21st, 2022 at 07:35, Heinrich Schuchardt wrote: > > > On 8/19/22 10:35, Roger Knecht wrote: > > > Add cat command to print file content to standard out > > > > Signed-off-by: Roger Knecht rkne...@pm.me > > --- > > v4: > > - Return only

Re: [PATCH v3] cmd: cat: add new command

2022-08-21 Thread Roger Knecht
--- Original Message --- On Friday, August 19th, 2022 at 16:08, Simon Glass wrote: > > > Hi, Hi Simon, > > On Thu, 18 Aug 2022 at 11:08, Heinrich Schuchardt xypron.g...@gmx.de wrote: > > > On 8/18/22 18:54, Roger Knecht wrote: > > > > > Add cat command to print file content to

Re: [PATCH v3] cmd: cat: add new command

2022-08-21 Thread Simon Glass
Hi Roger, On Sun, 21 Aug 2022 at 07:27, Roger Knecht wrote: > > --- Original Message --- > On Friday, August 19th, 2022 at 16:08, Simon Glass wrote: > > > > > > Hi, > Hi Simon, > > > > > On Thu, 18 Aug 2022 at 11:08, Heinrich Schuchardt xypron.g...@gmx.de wrote: > > > > > On 8/18/22

Re: [PATCH] dm: core: fix a typo in help text

2022-08-21 Thread Simon Glass
On Sun, 21 Aug 2022 at 07:45, Sergei Antonov wrote: > > Signed-off-by: Sergei Antonov > --- > cmd/dm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass (but please always add a commit message) > > diff --git a/cmd/dm.c b/cmd/dm.c > index

Re: [PATCH] ARM: imx: Update DDR frequency on i.MX8M Plus DHCOM

2022-08-21 Thread Fabio Estevam
On 19/08/2022 08:02, Marek Vasut wrote: Commit 99c7cc58e12 ("ddr: imx: Add i.MX9 DDR controller driver") contains an inobvious side-effect which renders all systems using DRAM controller at 3732 MT/s unbootable. The change is located in ddrphy_init_set_dfi_clk(), where the switch case statement

Re: [PATCH] imx8m: ddrphy_utils: Remove unused file

2022-08-21 Thread Fabio Estevam
On 19/08/2022 08:02, Marek Vasut wrote: The ddrphy_utils.c is now deduplicated in drivers/ddr/imx/phy/ddrphy_utils.c , this drivers/ddr/imx/imx8m/ddrphy_utils.c is a remnant from when the deduplication was implemented and was not removed. Remove it as it is unused. Signed-off-by: Marek Vasut

[PATCH] dm: core: fix a typo in help text

2022-08-21 Thread Sergei Antonov
Signed-off-by: Sergei Antonov --- cmd/dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dm.c b/cmd/dm.c index eb40f0865fe0..218be85795d4 100644 --- a/cmd/dm.c +++ b/cmd/dm.c @@ -87,7 +87,7 @@ static char dm_help_text[] = "dm drivers Dump list of drivers

Re: [PATCH] arm: ARMv4 assembly compatibility

2022-08-21 Thread Sergei Antonov
On Sat, 20 Aug 2022 at 22:13, Tom Rini wrote: > So, my recollection at the time was that we were / had removed all > upstream platforms that were using a core design that didn't accept "bx > lr". If you're going to upstream the rest of your platform, please do a > v2 that also updates the comment

[PATCH v2] arm: ARMv4 assembly compatibility

2022-08-21 Thread Sergei Antonov
There is currently a problem that U-Boot can not work on ARMv4 because assembly imlementations of memcpy() and some other functions use "bx lr" instruction that is not available on ARMv4 ("mov pc, lr" should be used instead). A working preprocessor-based solution to this problem is found in

Re: [PATCH 2/2] Makefile: Build final mpc85xx non-SPL image in standard file u-boot.bin

2022-08-21 Thread Tom Rini
On Wed, Aug 17, 2022 at 04:44:39PM -0600, Simon Glass wrote: > Hi, > > On Wed, 17 Aug 2022 at 15:07, Pali Rohár wrote: > > > > On Wednesday 03 August 2022 13:28:01 Pali Rohár wrote: > > > On Monday 01 August 2022 19:15:46 Tom Rini wrote: > > > > On Mon, Aug 01, 2022 at 09:39:00PM +0200, Pali

Re: [PATCH v3 1/2] rockchip: rk3399: fix incorrect ifdef check on SPL_DM_REGULATOR

2022-08-21 Thread Peter Robinson
On Fri, Jul 22, 2022 at 10:30 AM Quentin Schulz wrote: > > From: Quentin Schulz > > The check to perform is on CONFIG_SPL_DM_REGULATOR and not > SPL_DM_REGULATOR. Also switch to in-code check instead of ifdefs. > > Fixes: 07586ee4322a ("rockchip: rk3399: Support common spl_board_init") > Cc:

Re: [PATCH v2 1/4] board: freescale: p1_p2_rdb_pc: Add workaround for board reset reboot loop

2022-08-21 Thread Pali Rohár
PING I have not received any response for these patches. Why you are ignoring me? You have already merged commit "board: freescale: p1_p2_rdb_pc: Implement board_reset()" from v1 of this patch series https://source.denx.de/u-boot/u-boot/-/commit/20fb58fc5a1c83ee0085b2e9f7ecda8b761a5592

Re: [PATCH v4] cmd: cat: add new command

2022-08-21 Thread Heinrich Schuchardt
On 8/19/22 10:35, Roger Knecht wrote: Add cat command to print file content to standard out Signed-off-by: Roger Knecht --- v4: - Return only values from enum command_ret_t in do_cat() - Use calloc() instead of malloc() for zero initialized memory - Make use of CONFIG_SYS_LONGHELP -

[PATCH] clk: rockchip: rk3399: Fix Unknown clock 77 on mmc@fe310000

2022-08-21 Thread Michal Suchanek
Adding some debug prints I can see: MMC: mmc@fe32: Got clock clock-controller@ff76 76 mmc@fe31: Got clock clock-controller@ff76 77 Unknown clock 77 rockchip_dwmmc_get_mmc_clk: err=-2 mmc@fe31: 3, mmc@fe32: 1, mmc@fe33: 0 According to kernel code the SDIO clock is

Re: [PATCH 0/5] FWU: Add support for mtd backed feature on DeveloperBox

2022-08-21 Thread Heinrich Schuchardt
On 7/22/22 19:42, jassisinghb...@gmail.com wrote: From: Jassi Brar The mtd and synquacer (developerbox) support was dropped from v6[1] This patchset re-introduces the support over last v7[2] submission of the patchset. So this series should have been marked v8? All the comments on this

Re: [PATCH 0/5] FWU: Add support for mtd backed feature on DeveloperBox

2022-08-21 Thread Heinrich Schuchardt
On 7/22/22 19:42, jassisinghb...@gmail.com wrote: From: Jassi Brar The mtd and synquacer (developerbox) support was dropped from v6[1] This patchset re-introduces the support over last v7[2] submission of the patchset. All the comments on this code over v5 submission have been addressed.