On Wed, 2 Oct 2024 at 01:53, Heinrich Schuchardt
wrote:
>
> Calling u_boot_console.restart_uboot() in
> test_efi_selftest_watchdog_reboot() may lead to incorrect results.
>
> While the watchdog triggered reboot is running thee test environment may
s/thee/the
> need some time before triggering a
On 10/1/2024 2:18 PM, Manorit Chawdhry wrote:
Hi Udit,
On 08:46-20240815, Kumar, Udit wrote:
On 8/13/2024 11:40 AM, Manorit Chawdhry wrote:
Initialize AVS Class 0.
Signed-off-by: Manorit Chawdhry
---
arch/arm/mach-k3/j721s2/j721s2_init.c | 10 ++
1 file changed, 10 insertions(
On 10/1/2024 4:27 PM, Manorit Chawdhry wrote:
Hi Udit,
On 08:47-20240815, Kumar, Udit wrote:
On 8/13/2024 11:40 AM, Manorit Chawdhry wrote:
Add bootph-pre-ram property to VTM node and the pmic node.
Signed-off-by: Manorit Chawdhry
---
arch/arm/dts/k3-j721s2-r5-common-proc-board.dts | 9
On 10/1/2024 2:15 PM, Manorit Chawdhry wrote:
Hi Udit,
On 08:32-20240815, Kumar, Udit wrote:
On 8/13/2024 11:40 AM, Manorit Chawdhry wrote:
MPU clock had been missing. Distinguish multiple clocks with clock-names
and add MPU clock as well.
Signed-off-by: Manorit Chawdhry
---
arch/arm/dt
On Wed, Oct 02, 2024 at 12:18:39AM +0200, Heinrich Schuchardt wrote:
> On 10/1/24 20:02, Tom Rini wrote:
> > On Tue, Oct 01, 2024 at 04:34:54AM +0200, Heinrich Schuchardt wrote:
> > > On 10/1/24 02:24, Tom Rini wrote:
> > > > On Tue, Oct 01, 2024 at 01:38:56AM +0200, Heinrich Schuchardt wrote:
> >
This patch implements read-only test of nand flash devices.
Test reads blocks of NAND flash in normal and raw modes and compares
results. The following statuses can be returned for a block:
* non-ecc reading failed,
* ecc reading failed,
* block is bad,
* bitflips is above maximum,
* actual n
Some nand flashes (like spi-nand one) are registered with mtd
subsystem only, thus nand command can't be used to work with
such flashes. As result some functionality is missing.
This patch implements 'nand markbad' functionality for mtd command.
Signed-off-by: Mikhail Kshevetskiy
---
cmd/Kconfi
Some nand flashes (like spi-nand one) are registered with mtd
subsystem only, thus nand command can't be used to work with
such flashes. As result some functionality is missing.
This patch implements 'nand torture' functionality for mtd command.
Signed-off-by: Mikhail Kshevetskiy
---
cmd/Kconfi
Some nand flashes (like spi-nand one) are registered with mtd
subsystem only, thus nand command can't be used to work with
such flashes. As result some functionality is missing.
This patch series implements following subcommands:
* markbad -- mark block as bad (clone of 'nand markbad')
*
Calling u_boot_console.restart_uboot() in
test_efi_selftest_watchdog_reboot() may lead to incorrect results.
While the watchdog triggered reboot is running thee test environment may
need some time before triggering a reboot itself. This may lead to
duplicate output of the U-Boot greeter which is r
On Sun, Sep 29, 2024 at 07:49:25PM -0600, Simon Glass wrote:
> Use the normal SPL_TPL_ approach for this option.
>
> Signed-off-by: Simon Glass
This works as there is no TPL_LOAD_FIT symbol nor case of using
SPL_BUILD being set by TPL_BUILD and so doubling the meaning of
SPL_LOAD_FIT.
Reviewed
On Sun, Sep 29, 2024 at 07:49:54PM -0600, Simon Glass wrote:
> Use PHASE_ as the symbol to select a particular XPL build. This means
> that SPL_TPL_ is no-longer set.
>
> Update the comment in bootstage to refer to this symbol, instead of
> SPL_
>
> Signed-off-by: Simon Glass
[snip]
> diff --gi
On Sun, Sep 29, 2024 at 07:49:24PM -0600, Simon Glass wrote:
> Create this file for VPL as well, for consistency.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: PGP signature
On 10/1/24 20:02, Tom Rini wrote:
On Tue, Oct 01, 2024 at 04:34:54AM +0200, Heinrich Schuchardt wrote:
On 10/1/24 02:24, Tom Rini wrote:
On Tue, Oct 01, 2024 at 01:38:56AM +0200, Heinrich Schuchardt wrote:
On 26.09.24 23:59, Simon Glass wrote:
We don't want ANSI characters written in tests si
On Sun, Sep 29, 2024 at 07:49:29PM -0600, Simon Glass wrote:
> This is always enabled for U-Boot proper, so simplify the condition
> in the common Makefile.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v3:
> - Move earlier in the series
>
> include/stdio.h | 5 +
> 1 file changed, 1
Hi Michael,
mich...@amarulasolutions.com wrote on Tue, 1 Oct 2024 15:02:56 +0200:
> Hi
>
> On Tue, Oct 1, 2024 at 12:01 PM Miquel Raynal
> wrote:
> >
> > Hi Michael,
> >
> > > > Ported the patch from patchset
> > > >
> > > > "[PATCH 05/26] clk: imx8mm: Mark IMX8MM_SYS_PLL2 and
only spinand on_die ecc is supported for a moment
Signed-off-by: Mikhail Kshevetskiy
---
drivers/mtd/nand/Makefile | 2 +-
drivers/mtd/nand/core.c | 130 +++-
drivers/mtd/nand/ecc.c | 249 ++
drivers/mtd/nand/spi/core.c | 207 +
Signed-off-by: Mikhail Kshevetskiy
---
drivers/mtd/nand/spi/Makefile | 4 +-
drivers/mtd/nand/spi/alliancememory.c | 155
drivers/mtd/nand/spi/ato.c| 84 +++
drivers/mtd/nand/spi/core.c | 5 +-
drivers/mtd/nand/spi/esmt.c |
changes:
* Move spinand_check_ecc_status(), spinand_noecc_ooblayout_ecc(),
spinand_noecc_ooblayout_free() and spinand_noecc_ooblayout close
to each other.
* some code formatting
* remove comments not present in linux driver
This make code more close to linux-6.10 kernel driver
Signed-off
No functional changes, just some refactoring to match better linux
kernel driver.
changes:
* move spinand configuration reading out from spinand_init_cfg_cache()
to separate function spinand_read_cfg()
* move spinand flash initialization to separate function
spinand_init_flash()
* move di
Signed-off-by: Mikhail Kshevetskiy
---
drivers/mtd/nand/spi/core.c | 24 +++-
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/drivers/mtd/nand/spi/core.c b/drivers/mtd/nand/spi/core.c
index b58d9e00907..9629fac3388 100644
--- a/drivers/mtd/nand/spi/core.c
+++ b/
also call schedule() to allow periodic actions
Signed-off-by: Mikhail Kshevetskiy
---
drivers/mtd/nand/spi/core.c | 35 ---
include/linux/mtd/spinand.h | 22 ++
2 files changed, 50 insertions(+), 7 deletions(-)
diff --git a/drivers/mtd/nand/sp
Use spinand_to_nand() and spinand_to_mtd() helpers instead of
nanddev_to_mtd() and direct access to spinand structure fields.
Signed-off-by: Mikhail Kshevetskiy
---
drivers/mtd/nand/spi/core.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/mtd/nand/spi/core.c b
Use an enum to differentiate the type of I/O (reading or writing a
page). Also update the request iterator.
This is a port of linux patch 701981cab01696584a12e5f0e7c2ad931a326059
created by Miquel Raynal
Signed-off-by: Mikhail Kshevetskiy
---
drivers/mtd/nand/spi/core.c | 4 ++--
include/linu
Signed-off-by: Mikhail Kshevetskiy
---
drivers/mtd/nand/spi/core.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/mtd/nand/spi/core.c b/drivers/mtd/nand/spi/core.c
index 8f227ce81fa..62779dd3e51 100644
--- a/drivers/mtd/nand/spi/core.c
+++ b/drivers/mtd/nand/spi/core.c
@@ -1267,12
Make use of the spi-mem direct mapping API to let advanced controllers
optimize read/write operations when they support direct mapping.
This is a port of linux patch 981d1aa0697ce1393e00933f154d181e965703d0
created by Boris Brezillon .
Signed-off-by: Mikhail Kshevetskiy
---
drivers/mtd/nand/spi
This patch series:
* sync spinand driver code with linux-6.10
* sync spinand flash support with linux-6.10
* add initial support of ecc engines
Up to now only software ecc is supported, but other engines can be add quite
easily
Changes v2
* update description of some patches
Changes v3:
*
3347eecf3408 Merge tag 'v6.11-dts-raw'
[snip]
git-subtree-dir: dts/upstream
git-subtree-split: 3347eecf3408998fa7136c8789322cc99646ceab
---
[snip]
1503 files changed, 78440 insertions(+), 20166 deletions(-)
I have massively editing this down because the relevant information here
is that we are me
From: Lad Prabhakar
It might happen that CONFIG_GZIP and CONFIG_LZO are enabled but we might
have CONFIG_MULTI_DTB_FIT_LZO enabled in this case in the code path of
uncompress_blob() we parse the gzip headers first which results in
`Error: Bad gzipped data` being printed. To avoid this parse the g
On Mon, Sep 30, 2024 at 05:27:16PM +0200, Mattijs Korpershoek wrote:
> Hi Tom,
>
> Please find some fixes for master:
> - Fix Kconfig dependencies for DFU_OVER_USB
>
> CI job:
> - https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/22468/
>
> PS: I know it's a bit late, if you'd pre
This patch adds HTTP/1.1 compatible web-server that can be used
by other. Server supports GET, POST, and HEAD requests. On client
request it will call user specified GET/POST callback. Then results
will be transmitted to client.
The following restrictions exist on the POST request
at the moment:
fix include ordering to follow
https://docs.u-boot.org/en/latest/develop/codingstyle.html#include-files
Signed-off-by: Mikhail Kshevetskiy
Reviewed-by: Simon Glass
---
net/net.c | 24 +---
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/net/net.c b/net/net.
Changes:
* Fix initial send sequence always zero issue
* Use state machine close to RFC 9293. This should make TCP
transfers more reliable (now we can upload a huge array
of data from the board to external server)
* Improve TCP framework a lot. This should make tcp client
code much more
This patch adds downloading/uploading of data with netcat.
Client/server mode both supported.
How to test:
netcat-openbsd=1.219-1 from debian were used for a tests
a) Load data from remote host.
* U-Boot listen on tcp port 3456
* PC connects
u-boot: netcat loa
Changes:
* update to new tcp stack
* fix zero values for ISS and IRS issue (see RFC 9293)
Previously this patch also fix incorrect values for tcp_ack & tcp_seq,
but the issue was fixed in
* dbb6b5a: sandbox: fix wget test failure after fixing wget issue
Signed-off-by: Mikhail Kshevetskiy
Revi
Changes:
* Avoid use net_server_ip in tcp code, use tcp_stream data instead
* Ignore packets from other connections if connection already created.
This prevents us from connection break caused by other tcp stream.
Signed-off-by: Mikhail Kshevetskiy
Reviewed-by: Simon Glass
---
include/net.
This patch:
* remove useless code,
* use a special function for pretty printing of tcp flags,
* simplify the code
The behavior should not be changed.
Signed-off-by: Mikhail Kshevetskiy
Reviewed-by: Simon Glass
---
net/tcp.c | 66 +++
1 fil
Current TCP code may miss an option if TCP_O_NOP option was used before
it for proper aligning.
Signed-off-by: Mikhail Kshevetskiy
Reviewed-by: Simon Glass
---
net/tcp.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/net/tcp.c b/net/tcp.c
index b0cc8a1fe3e..3e3118de45
This is an example web-server implementation. It can be used for files
uploading to u-boot using a web-browser. It acts much like tftpget, but no
special servers needs to be installed by the user.
This code can be used as a base for other implementations like firmware
upgrade web-server used by so
Some driver implements it's own network packet pool, so PKTBUFSRX is zero.
This results in zero-size TCP receive window, so data transfer doesn't
work. Avoid it by setting a reasonable fallback value.
Signed-off-by: Mikhail Kshevetskiy
Reviewed-by: Simon Glass
---
net/tcp.c | 6 +-
1 file c
Use the names from RFC 9293
Signed-off-by: Mikhail Kshevetskiy
Reviewed-by: Simon Glass
---
include/net/tcp.h | 8
net/tcp.c | 32
2 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/include/net/tcp.h b/include/net/tcp.h
index f224
no functional changes
Signed-off-by: Mikhail Kshevetskiy
Reviewed-by: Simon Glass
---
include/net/tcp.h | 37 +++-
net/net.c | 11 ++-
net/tcp.c | 231 +++---
net/wget.c| 3 +-
4 files changed, 163 insertions(+), 119 deleti
Current code assume that all (except last) packets are of the same size.
This is definitely wrong. Replace SACK code with a new one, that does
not rely on this assumption. Also this code uses less memory.
Signed-off-by: Mikhail Kshevetskiy
Reviewed-by: Simon Glass
---
net/tcp.c | 200 ++
U-Boot support of LWIP is not ready for a moment, but we already have
some kind of tcp support. Unfrotunately this support is really bad.
Some of the known issues:
* tcp packet from other connection can break a current one
* tcp send sequence always starts from zero
* bad tcp options processing
On Tue, Oct 01, 2024 at 04:34:54AM +0200, Heinrich Schuchardt wrote:
> On 10/1/24 02:24, Tom Rini wrote:
> > On Tue, Oct 01, 2024 at 01:38:56AM +0200, Heinrich Schuchardt wrote:
> > > On 26.09.24 23:59, Simon Glass wrote:
> > > > We don't want ANSI characters written in tests since it is a pain to
On 01.10.24 19:15, Heinrich Schuchardt wrote:
On 01.10.24 13:18, Simon Glass wrote:
Hi,
On Fri, 23 Aug 2024 at 14:48, Simon Glass wrote:
This series attempts to migrate all sunxi boards to use standard boot,
along with a text environment.
Changes in v2:
- Add new patch to resolve BOOTSTD->B
On 01.10.24 13:18, Simon Glass wrote:
Hi,
On Fri, 23 Aug 2024 at 14:48, Simon Glass wrote:
This series attempts to migrate all sunxi boards to use standard boot,
along with a text environment.
Changes in v2:
- Add new patch to resolve BOOTSTD->BLK recursion with Kconfig
- Put the FEL bootmet
On Thu, 12 Sep 2024 15:41:38 +0200, Rasmus Villemoes wrote:
> I always define a disk layout with two separate partitions for the two
> copies of the U-Boot environment and, being the one who introduced the
> type GUID for such partitions, of course also set those partitions'
> type GUID appropriat
On 31.08.24 18:48, Caleb Connolly wrote:
Phones don't have keyboards! Introduce a phone-specific config fragment
and associated environment file to make U-Boot more useful on these
devices. This allows for navigating via the buttons and enabling
various USB gadget modes or displaying info about U
From: Vitor Soares
With the introduction of downstream Linux 6.6, the iMX8MP VPU block
control node in DTS was renamed "blk-ctl@3833" and will not match
the ones found in `node_path_imx8mp` resulting in the node not being
disabled on the VPU-less variants.
Add an extra node_path entry for im
Using the PKI tree with SRKs as intermediate CA isn't necessary or even
desirable in some situations (boot time, for example). Add the possibility
to use the "fast authentication" method where the image and CSF are both
signed using the SRK [1, p.63].
[1]
https://community.nxp.com/pwmxy87654/atta
On Fri, 27 Sep 2024 01:14:12 +0200, Marek Vasut wrote:
> In case a regulator DT node contains regulator-always-on or regulator-boot-on
> property, make sure the regulator gets correctly configured by U-Boot on start
> up. Unconditionally probe such regulator drivers. This is a preparatory patch
>
Simplify code and conform to the style guide used in the project by
making the following changes:
* Capitalize global constants
* Use single quotes for multiline strings (except docstrings)
* Fix line width to 79 cols
* Use f-string instead of formatting a regular string or using a
complicated co
On 10/1/24 5:32 PM, Neil Armstrong wrote:
On 01/10/2024 17:21, Marek Vasut wrote:
On 7/24/24 5:48 PM, Neil Armstrong wrote:
The current flush operation will omit doing a flush/invalidate on
the first and last bytes if the base address and size are not aligned
with DMA_MINALIGN.
This causes ope
Hi Paul,
On Mon, 30 Sept 2024 at 13:07, Paul Kocialkowski wrote:
>
> Hi,
>
> Le Mon 30 Sep 24, 12:52, Simon Glass a écrit :
> > On Mon, 30 Sept 2024 at 03:03, Peter Robinson wrote:
> > > On Thu, 26 Sept 2024 at 19:32, Paul Kocialkowski
> > > wrote:
> > > > The boot timing and reporting (bootst
On 10/1/24 07:05, Venkatesh Yadav Abbarapu wrote:
Updating the usb5744 hub node as per the latest upstream DT binding
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
tree/Documentation/devicetree/bindings/usb/microchip,usb5744.yaml?h=v6.8.8
Signed-off-by: Venkatesh Yadav Abb
On Tue, 1 Oct 2024 at 01:42, Tom Rini wrote:
>
> On Tue, Oct 01, 2024 at 01:38:56AM +0200, Heinrich Schuchardt wrote:
> > On 26.09.24 23:59, Simon Glass wrote:
> > > We don't want ANSI characters written in tests since it is a pain to
> > > check the output with ut_assert_nextline() et al.
> > >
>
Hi Heiko,
> >> I see with your patch the clock names, so fine... and see [1]
> >>
> >> Hmm... I am on imx8mp, and I think the changes the patchset do in
> >>
> >> "clk: imx8mn: Prevent clock critical path from disabling during reparent
> >> and set_rate"
> >>
> >> are in clk-imx8mp already ...
>
Hi,
On Wed, 11 Sep 2024 15:39:00 +0200, Rasmus Villemoes wrote:
> I'm trying to use dfu-util for bootstrapping an stm32mp board. It
> mostly works fine, but something goes horribly wrong as soon as I make
> use of the ability to run arbitrary u-boot shell commands. The shell
> commands themselves
On Tue, 1 Oct 2024 at 11:37, Vaishnav Achath wrote:
>
> Hi Tom,
>
> On 21/09/24 08:09, Tom Rini wrote:
> > On Mon, 16 Sep 2024 20:50:23 +0530, Sughosh Ganu wrote:
> >
> >> Rework the logic to verify the load address so that address re-use is
> >> not an issue.
> >>
> >>
> >> Note: To be applied on
Hi,
On Tue, 1 Oct 2024 at 06:23, Quentin Schulz wrote:
>
> Hi Mattijs, Simon,
>
> On 10/1/24 2:07 PM, Mattijs Korpershoek wrote:
> > Hi Simon,
> >
> > On mar., oct. 01, 2024 at 05:18, Simon Glass wrote:
> >
> >> Hi,
> >>
> >> On Fri, 23 Aug 2024 at 14:48, Simon Glass wrote:
> >>>
> >>> This ser
Align with cmd_sf, and try to rely on DT for spi speed and mode,
and still fallback on spi_flash_probe() if it fails.
With the current scheme, spi_flash_probe() will be called
with CONFIG_SF_DEFAULT_SPEED and CONFIG_SF_DEFAULT_MODE
with are set to 0 by default on DT platforms using DM_SPI_FLASH.
From: "Ying-Chun Liu (PaulLiu)"
The eMMC device on imx8mm-cl-iot-gate seems not support hs400.
When booting 6.1.0 kernel we got the following error.
mmc2: mmc_select_hs400es failed, error -110
mmc2: error -110 whilst initialising MMC card
Add no-mmc-hs400 to mmc2 node solves the problem
To smoothly handle the transition from the legacy SPI FLASH
API to the the driver model API, add the DM functions
as dummy inline functions.
Today, client code uses #if/#else conditionals, but it's better
to use if(IS_ENABLED()) to make sure all code builds fine
and avoid configuration hell, leavi
With DM_SPI_FLASH is enabled, the code uses the legacy
SPI FLASH code leading to probable errors since it doesn't
use speed and mode provided by DT.
This adds the DM functions as dummy inline functions
to add both legacy and DM support in DFU sf code avoiding
using #if/#else conditionals.
Signed-
From: "Ying-Chun Liu (PaulLiu)"
The eMMC device on imx8mm-cl-iot-gate seems not support hs400.
When booting 6.1.0 kernel we got the following error.
mmc2: mmc_select_hs400es failed, error -110
mmc2: error -110 whilst initialising MMC card
Add no-mmc-hs400 to mmc2 node solves the problem
In one inline function in this header `readl()` is used, but the
declaration was not found, so buildman gave this warning:
w+include/asm/arch/clk.h: In function 'get_h32mxdiv':
w+include/asm/arch/clk.h:65:16: warning: implicit declaration of function
'readl' [-Wimplicit-function-declarati
Hi
On Tue, Oct 1, 2024 at 12:01 PM Miquel Raynal wrote:
>
> Hi Michael,
>
> > > Ported the patch from patchset
> > >
> > > "[PATCH 05/26] clk: imx8mm: Mark IMX8MM_SYS_PLL2 and IMX8MM_SYS_PLL3
> > > as enabled"
> > >
> > > to imx8mp [2] and fec ethernet works again f
On mar., oct. 01, 2024 at 12:13, Neil Armstrong
wrote:
> On 01/10/2024 12:01, Neil Armstrong wrote:
>> On 01/10/2024 10:52, Mattijs Korpershoek wrote:
>>> Hi Neil,
>>>
>>> Thank you for the patch and sorry the review delay.
>>>
>>> On mar., sept. 17, 2024 at 14:24, Neil Armstrong
>>> wrote:
>>
Hi,
On 27/09/24 6:52 PM, Simon Glass wrote:
Hi Peter,
On Fri, 27 Sept 2024 at 09:52, Peter Robinson wrote:
Hi Simon,
There has been an LED framework in U-Boot which uses driver model for
about 9 years now. Recent work is underway to improve it and provide
more features. It is probably a goo
From: Ye Li
According to SD and MMC spec, 74 clocks must be sent to device after
power stable. This is need in reinit ops for DM MMC or init ops for
non-DM MMC after power cycle.
So set the INTIA to send 80 clocks in esdhc_init_common and move
its calling from probe to reinit.
However, on 8MQ E
Hi,
On Fri, 23 Aug 2024 at 14:48, Simon Glass wrote:
>
> This series attempts to migrate all sunxi boards to use standard boot,
> along with a text environment.
>
> Changes in v2:
> - Add new patch to resolve BOOTSTD->BLK recursion with Kconfig
> - Put the FEL bootmeth before all other global boo
Hi,
On Mon, 09 Sep 2024 01:06:24 +0200, Marek Vasut wrote:
> Add UDC driver for Renesas USBHS controller found in R-Car Gen3 SoCs.
> This is mostly ported from the Linux kernel, with additional porting
> glue. The code has been synchronized with 1b4861e32e46 ("Linux 6.9.3")
> and cleaned up and po
Fix the issue introduced by commit 067e0294806e
("board: xilinx: Remove conditional check for Microblaze").
The scriptaddr should be physical location not really offset
from start of DDR. When U-Boot is not found boot.scr script
address in device tree, then it is assigned based on script
address
On 01/10/2024 17:21, Marek Vasut wrote:
On 7/24/24 5:48 PM, Neil Armstrong wrote:
The current flush operation will omit doing a flush/invalidate on
the first and last bytes if the base address and size are not aligned
with DMA_MINALIGN.
This causes operation failures Qualcomm platforms.
Take i
Acked-by: Angelo Dureghello
Thanks !
On 26/09/24 10:44 PM, Simon Glass wrote:
This header file is not used, so drop it.
Signed-off-by: Simon Glass
---
arch/m68k/lib/bootm.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/m68k/lib/bootm.c b/arch/m68k/lib/bootm.c
index 3dcff8076
On Tue, Oct 01, 2024 at 10:56:47AM +0100, Prabhakar wrote:
> From: Lad Prabhakar
>
> It might happen that CONFIG_GZIP and CONFIG_LZO are enabled but we might
> have CONFIG_MULTI_DTB_FIT_LZO enabled in this case in the code path of
> uncompress_blob() we parse the gzip headers first which results
On 7/24/24 5:48 PM, Neil Armstrong wrote:
The current flush operation will omit doing a flush/invalidate on
the first and last bytes if the base address and size are not aligned
with DMA_MINALIGN.
This causes operation failures Qualcomm platforms.
Take in account the alignment and size of the b
On 10/1/24 3:35 PM, Sumit Garg wrote:
Hi,
On Sat, 28 Sept 2024 at 03:20, Marek Vasut wrote:
Currently the enablement of OF_UPSTREAM results on the build system
searching for DTs only in dts/upstream/ . There are platforms which
use U-Boot specific DTBOs applied on top of U-Boot control DT du
Hi Tom,
On Tue, Oct 1, 2024 at 5:05 PM Tom Rini wrote:
>
> On Tue, Oct 01, 2024 at 12:49:41PM +0200, Patrick Rudolph wrote:
> > On Thu, Sep 26, 2024 at 11:28 PM Simon Glass wrote:
> > >
> > > Hi Patrick,
> > >
> > > On Thu, 26 Sept 2024 at 10:03, Patrick Rudolph
> > > wrote:
> > > >
> > > > Add
On Tue, Oct 01, 2024 at 12:49:41PM +0200, Patrick Rudolph wrote:
> On Thu, Sep 26, 2024 at 11:28 PM Simon Glass wrote:
> >
> > Hi Patrick,
> >
> > On Thu, 26 Sept 2024 at 10:03, Patrick Rudolph
> > wrote:
> > >
> > > Add support for Arm sbsa [1] v0.3+ that is supported by QEMU [2].
> > >
> > > Un
On 01/10/2024 12:01, Neil Armstrong wrote:
On 01/10/2024 10:52, Mattijs Korpershoek wrote:
Hi Neil,
Thank you for the patch and sorry the review delay.
On mar., sept. 17, 2024 at 14:24, Neil Armstrong
wrote:
Align with cmd_sf, and try to rely on DT for spi speed and mode,
and still fallbac
Rasmus Villemoes writes:
> I always define a disk layout with two separate partitions for the two
> copies of the U-Boot environment and, being the one who introduced the
> type GUID for such partitions, of course also set those partitions'
> type GUID appropriately.
>
> This has worked just fine
On mar., oct. 01, 2024 at 16:43, Neil Armstrong
wrote:
> Hi,
>
> On 24/07/2024 17:48, Neil Armstrong wrote:
>> We experience huge problems with cache handling on Qualcomm
>> systems, and it appears the dcache handling in the DWC3 gadget
>> code is quite wrong and causes operational issues.
>>
>
This series is a reworked version of the previous seried:
misc: introduce STATUS LED activity function
This series port and expand the legacy concept of LED boot from
the legacy Status LED API to new LED API.
One thing that many device need is a way to communicate to the
user that the device is
Implement support for LED activity. If the feature is enabled,
make the defined ACTIVITY LED to signal traffic.
Also turn the ACTIVITY LED OFF if a CTRL-C is detected in the main
net loop function.
Signed-off-by: Christian Marangi
Reviewed-by: Simon Glass
---
net/net.c | 4
net/tftp.c |
We currently init the LED OFF when SW blink is triggered when
on_state_change() is called. This can be problematic for very short
period as the ON/OFF blink might never trigger.
Toggle the LED (ON if OFF, OFF if ON) on initial SW blink to handle this
corner case and better display a LED blink from
> Subject: Re: [PATCH 1/5] mmc: fsl_esdhc_imx: Enable AHB/IPG clk
>
> Hi Peng,
>
> On Mon, Sep 30, 2024 at 2:47 AM Peng Fan (OSS)
> wrote:
> >
> > From: Peng Fan
> >
> > Only enable PER clk is not enough, also need to enable AHB/IPG clk.
>
> Currently, the driver is working and now extra clock
Hi Heinrich,
Thank you for the patch.
On sam., sept. 21, 2024 at 11:20, Heinrich Schuchardt
wrote:
> CONFIG_USB_GADGET_DOWNLOAD depends on CONFIG_USB_GADGET.
> It is sufficient to depend on the prior.
>
> Signed-off-by: Heinrich Schuchardt
Reviewed-by: Mattijs Korpershoek
> ---
> cmd/Kcon
Hi Michael,
mich...@amarulasolutions.com wrote on Tue, 1 Oct 2024 10:33:56 +0200:
> Hi Miguel
>
> On Tue, Oct 1, 2024 at 10:29 AM Miquel Raynal
> wrote:
> >
> > Hi Heiko,
> >
> >
> > > >>> Hmm.. unfortunately ... I had applied your 2 clock patches, which
> > > >>> fixed a problem with enabli
Hi,
On Thu, 12 Sep 2024 16:00:01 +0200, Mattijs Korpershoek wrote:
> When booting into Android fastbootd (a subset of recovery), the default
> UI shows the bootloader version in the screen [1].
> This is done via the ro.bootloader property which should come from the
> bootloader.
>
> Provide the
Hello Miquel,
On 01.10.24 10:50, Miquel Raynal wrote:
Hi Michael,
mich...@amarulasolutions.com wrote on Tue, 1 Oct 2024 10:33:56 +0200:
Hi Miguel
On Tue, Oct 1, 2024 at 10:29 AM Miquel Raynal wrote:
Hi Heiko,
Hmm.. unfortunately ... I had applied your 2 clock patches, which
fixed a p
On 10/1/24 7:05 AM, Venkatesh Yadav Abbarapu wrote:
[...]
+static const struct onboard_hub_data usb5744_data = {
+ .reset_us = 1,
+ .power_on_delay_us = 1,
+};
+
static const struct udevice_id usb_onboard_hub_ids[] = {
/* Use generic usbVID,PID dt-bindings (usb-dev
On 21/09/2024 11:20, Heinrich Schuchardt wrote:
CONFIG_USB_GADGET_DOWNLOAD depends on CONFIG_USB_GADGET.
It is sufficient to depend on the prior.
Signed-off-by: Heinrich Schuchardt
Reviewed-by: Caleb Connolly
---
cmd/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
dif
On 10/1/24 7:05 AM, Venkatesh Yadav Abbarapu wrote:
[...]
+static int usb5744_i2c_init(struct udevice *dev)
+{
+ /*
+* Prevent the MCU from the putting the HUB in suspend mode through
register write.
+* The BYPASS_UDC_SUSPEND bit (Bit 3) of the RuntimeFlags2 register at
On 10/1/24 7:20 AM, Abbarapu, Venkatesh wrote:
Hi Marek,
-Original Message-
From: Marek Vasut
Sent: Saturday, September 28, 2024 2:12 AM
To: Abbarapu, Venkatesh ; u-boot@lists.denx.de
Cc: Simek, Michal ; fabrice.gasn...@foss.st.com; git
(AMD-Xilinx)
Subject: Re: [PATCH v2 5/7] usb: on
On Mon, 30 Sept 2024 at 23:05, Marek Vasut wrote:
>
> On 9/30/24 8:02 AM, Sumit Garg wrote:
> > + Jan
> >
> > Hi Marek,
>
> Hi,
>
> > On Sat, 28 Sept 2024 at 03:20, Marek Vasut wrote:
> >>
> >> Currently the enablement of OF_UPSTREAM results on the build system
> >> searching for DTs only in dts/
On 01/10/2024 10:52, Mattijs Korpershoek wrote:
Hi Neil,
Thank you for the patch and sorry the review delay.
On mar., sept. 17, 2024 at 14:24, Neil Armstrong
wrote:
Align with cmd_sf, and try to rely on DT for spi speed and mode,
and still fallback on spi_flash_probe() if it fails.
With th
Hi Neil,
Thank you for the patch and sorry the review delay.
On mar., sept. 17, 2024 at 14:24, Neil Armstrong
wrote:
> Align with cmd_sf, and try to rely on DT for spi speed and mode,
> and still fallback on spi_flash_probe() if it fails.
>
> With the current scheme, spi_flash_probe() will be
Hi Michael,
> > Ported the patch from patchset
> >
> > "[PATCH 05/26] clk: imx8mm: Mark IMX8MM_SYS_PLL2 and IMX8MM_SYS_PLL3
> > as enabled"
> >
> > to imx8mp [2] and fec ethernet works again for me on imx8mp!
> >
> > Could you add this if you post a v2 ?
1 - 100 of 132 matches
Mail list logo