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 co
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 ide
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
- Imp
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
without
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: Quen
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 Rohá
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
arch/a
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
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 wi
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
C
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 e
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 eb40f0865fe0..218be85
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 18:5
--- 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 standa
--- 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 values
--- 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 w
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 up
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 *cmdt
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 detectio
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 thi
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 o
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
> > > wrot
Hi Simon,
On Fri, 19 Aug 2022 at 16:47, Simon Glass wrote:
>
> Hi Ilias,
>
> On Thu, 18 Aug 2022 at 01:29, Ilias Apalodimas
> wrote:
> >
> > Hi Simon,
> >
> > On Wed, 17 Aug 2022 at 21:54, Simon Glass wrote:
> > >
> > > Hi Ilias,
> > >
> > > On Tue, 16 Aug 2022 at 06:43, Ilias Apalodimas
> > >
Hi Simon,
This produces some build warnings e.g
drivers/tpm/cr50_i2c.c: In function ‘cr50_i2c_report_state’:
drivers/tpm/cr50_i2c.c:680:48: warning: passing argument 3 of
‘tpm2_cr50_report_state’ from incompatible pointer type
[-Wincompatible-pointer-types]
680 | ret = tpm2_cr50_report_s
Hi Simon,
On Fri, 19 Aug 2022 at 16:47, Simon Glass wrote:
>
> Add an option to tell the TPM to commit non-volatile data immediately it
> is changed, rather than waiting until later. This is needed in some
> situations, since if the device reboots it may not write the data.
>
> Add definitions fo
Hi Simon,
Am 21.08.2022 um 03:02 schrieb Simon Glass:
[snip]
create mode 100644 tools/binman/test/235_compress_dtb_prepend_invalid.dts
create mode 100644 tools/binman/test/235_mkimage_name.dts
create mode 100644 tools/binman/test/236_compress_dtb_prepend_length.dts
create mode 100644 t
26 matches
Mail list logo