[PATCH 4/6] doc/mkeficapsule.1: Update homepage link

2024-08-26 Thread Tom Rini
The project home page is no longer the old wiki, but https://www.u-boot.org/ Signed-off-by: Tom Rini --- doc/mkeficapsule.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mkeficapsule.1 b/doc/mkeficapsule.1 index c3d0f21488ad..eaaba2cf2329 100644 --- a/doc/mkeficapsule

[PATCH 3/6] doc: Update rST to not reference the old wiki

2024-08-26 Thread Tom Rini
In two places we had references to the old wiki pages instead of links to the relevant part of our documentation. Update (and slightly reword) these spots. Signed-off-by: Tom Rini --- doc/develop/process.rst | 5 ++--- doc/develop/version.rst | 2 +- 2 files changed, 3 insertions(+), 4

[PATCH 2/6] doc/arch/mips.rst: Update toolchain list

2024-08-26 Thread Tom Rini
Remove both the ELDK and emdebian links as they are broken, and add a link to the kernel.org toolchains which we use in CI. Signed-off-by: Tom Rini --- I didn't change the buildroot link as it's still valid. Cc: Daniel Schwierzeck --- doc/arch/mips.rst | 3 +-- 1 file changed, 1

[PATCH 1/6] doc/arch/m68k.rst: Update toolchain comment

2024-08-26 Thread Tom Rini
The old wiki page has not exited for quite some time, update to note what we build with in CI at least. Signed-off-by: Tom Rini --- Cc: Angelo Dureghello --- doc/arch/m68k.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/arch/m68k.rst b/doc/arch/m68k.rst index

[PATCH 0/6] Remove almost all project wiki links

2024-08-26 Thread Tom Rini
There were still a handful of places where we referenced the old project wiki pages rather than our current documentation. For the most part this series changes links to instead point to the current website version of these documents instead. In the first two patches the content was out of date and

[PATCH] doc/develop/sending_patches.rst: Clarify when to use which branch

2024-08-26 Thread Tom Rini
-by: Jerome Forissier Signed-off-by: Tom Rini --- doc/develop/sending_patches.rst | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst index 3f25b1d0466f..82efb717b179 100644 --- a/doc/develop

Re: [PATCH v9 00/23] Introduce the lwIP network stack

2024-08-26 Thread Tom Rini
On Mon, Aug 26, 2024 at 05:08:10PM +0200, Jerome Forissier wrote: > > > On 8/26/24 16:47, Tom Rini wrote: > > On Mon, Aug 26, 2024 at 01:45:10PM +0200, Jerome Forissier wrote: > >> > >> > >> On 8/23/24 23:18, Tom Rini wrote: > >>> On Fri, Au

Re: [PATCH 1/2] bootm: adjust the print format

2024-08-26 Thread Tom Rini
e assume input is hex is just what it is these days. Output really ought to be prefixed with 0x because that's just common convention (and whatever we assumed people would Just Know 25+ years ago may not be true today). Since updating this output really shouldn't change our ABI, it's conceptually fine with me but we don't use "%#lx" a lot and so I don't know if tiny-printf handles it and so that might not be the right call for SPL code and so lets not change this patch. Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v9 00/23] Introduce the lwIP network stack

2024-08-26 Thread Tom Rini
On Mon, Aug 26, 2024 at 01:45:10PM +0200, Jerome Forissier wrote: > > > On 8/23/24 23:18, Tom Rini wrote: > > On Fri, Aug 23, 2024 at 03:48:04PM +0200, Jerome Forissier wrote: > > > >> This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip >

Re: [PULL MASTER] Pull request efi-2024-10-rc4

2024-08-24 Thread Tom Rini
On Sat, Aug 24, 2024 at 09:06:56PM +0200, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit a481740629af5e51732b86b6ead61dc5aa5a440d: > > Merge tag 'u-boot-dfu-20240822' of > https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-08-22 08:14:48 > -0600) > > are

Re: [PATCH 1/3] test/overlay: Make this depend on SANDBOX

2024-08-24 Thread Tom Rini
On Thu, 15 Aug 2024 21:49:03 -0600, Tom Rini wrote: > As the overlays are sandbox specific, mark the whole test as depending > on sandbox. > > Applied to u-boot/next, thanks! -- Tom

Re: [PATCH v4 00/14] spl: mmc: Some tweaks for SPL, particularly with MMC

2024-08-24 Thread Tom Rini
On Thu, 22 Aug 2024 07:54:49 -0600, Simon Glass wrote: > This series includes various minor fixes and tweaks found when trying > to reduce the size of MMC code in SPL. > > Changes in v4: > - Mention the change to lower case in the commit message > - Put a 0x prefix on the 'enhanced size' message

Re: [GIT PULL v2] Please pull u-boot-imx-next-20240823

2024-08-23 Thread Tom Rini
On Fri, Aug 23, 2024 at 04:40:52PM -0300, Fabio Estevam wrote: > Hi Tom, > > Please pull from u-boot-imx/next, thanks. > > The following changes since commit e93d343cc7d2886b1148d885aa137d46bbce0570: > > Merge branch 'master' of > https://source.denx.de/u-boot/custodians/u-boot-samsung into

Re: [PATCH v2 26/35] global_data: Reduce size of early-malloc vars

2024-08-23 Thread Tom Rini
On Fri, Aug 23, 2024 at 03:44:45PM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 23 Aug 2024 at 15:07, Tom Rini wrote: > > > > On Fri, Aug 23, 2024 at 02:30:04PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Fri, 23 Aug 2024 at 07:34,

Re: [u-boot-test-hooks PATCH v3 1/2] Create a common file for test scripts

2024-08-23 Thread Tom Rini
On Fri, Aug 23, 2024 at 03:31:22PM -0600, Simon Glass wrote: > The top part of each of the u-boot-test-* files is common. Put it in > a common script file to avoid duplication and to allow it to be > replaced for the Labgrid integration. > > Signed-off-by: Simon Glass Review

Re: [PATCH v9 04/37] arm: omap2: add missing #include

2024-08-23 Thread Tom Rini
On Fri, Aug 23, 2024 at 03:48:08PM +0200, Jerome Forissier wrote: > emac.c implements cpu_eth_init() so it needs to pull the corresponding > header file. > > Signed-off-by: Jerome Forissier Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v9 34/37] configs: use syntax CONFIG_FOO=n in tools-only_defconfig

2024-08-23 Thread Tom Rini
n GitHub [2]. > > [1] https://github.com/llvm/llvm-project/issues/78778 > [2] > https://dev.azure.com/u-boot/u-boot/_build/results?buildId=9105&view=results > > Suggested-by: Tom Rini > Signed-off-by: Jerome Forissier Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v9 00/23] Introduce the lwIP network stack

2024-08-23 Thread Tom Rini
On Fri, Aug 23, 2024 at 03:48:04PM +0200, Jerome Forissier wrote: > This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip > library for the network stack" [1]. The goal is to introduce the lwIP TCP/IP > stack [2] [3] as an alternative to the current implementation in net/, > sele

Re: [PATCH v2 26/35] global_data: Reduce size of early-malloc vars

2024-08-23 Thread Tom Rini
On Fri, Aug 23, 2024 at 02:30:04PM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 23 Aug 2024 at 07:34, Tom Rini wrote: > > > > On Wed, Aug 21, 2024 at 10:19:18AM -0600, Simon Glass wrote: > > > > > The early malloc region is normally quite small and is cer

Re: [PATCH v2 26/35] global_data: Reduce size of early-malloc vars

2024-08-23 Thread Tom Rini
On Wed, Aug 21, 2024 at 10:19:18AM -0600, Simon Glass wrote: > The early malloc region is normally quite small and is certainly less > than 4GB, so use a 32-bit value for the limit and pointer. Update the > comment for clarity while we are here. > > Signed-off-by: Simon Glass > --- > > (no chan

Re: Please pull u-boot-samsung master

2024-08-22 Thread Tom Rini
On Thu, Aug 22, 2024 at 07:20:10PM +0900, Minkyu Kang wrote: > Dear Tom, > > The following changes since commit d51764417dc37ead471a5597f7815ae455e84ea3: > > am335x_hs_evm_spi_defconfig: Add MAINTAINERS entry (2024-08-15 16:07:45 > -0600) > > are available in the git repository at: > > g..

Re: [GIT PULL] Please pull u-boot-dfu-20240822

2024-08-22 Thread Tom Rini
On Thu, Aug 22, 2024 at 02:11:04PM +0200, Mattijs Korpershoek wrote: > Hi Tom, > > Please find some fixes for master: > > - Fix crash in BCB on invalid block device (reported by coverity) > - Fix booting Android kernel without a ramdisk using fastboot > - Fix ux500 gadget driver ops based on CON

Re: [PATCH v2 37/39] efi: Avoid using sandbox virtio devices

2024-08-22 Thread Tom Rini
On Fri, Aug 16, 2024 at 05:53:59PM -0600, Simon Glass wrote: [snip] > > Some notes from a little bit of digging: There are almost 1000 sandbox > > tests (17-20mins), but qemu_arm only runs 62 (2mins). With 'make > > qcheck' it runs about 2500 tests in about 4 minutes. I just got 'make > > pcheck' g

Re: [PATCH v3 06/19] test: Avoid failing skipped tests

2024-08-22 Thread Tom Rini
On Thu, Aug 22, 2024 at 08:22:59AM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 22 Aug 2024 at 08:11, Tom Rini wrote: > > > > On Wed, Aug 21, 2024 at 09:00:33PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 26 Jun 2024 at 0

Re: [ANN] U-Boot v2024.10-rc3 released

2024-08-22 Thread Tom Rini
On Thu, Aug 22, 2024 at 08:19:12AM +0100, Peter Robinson wrote: > Hi Tom, > > > It's release day and here is -rc3. Things have been mostly quiet, and > > with the -next window firmly open I believe things should remain quiet > > moving forward. > > > > In terms of a changelog, > > git log --merges

Re: [PATCH v3 06/19] test: Avoid failing skipped tests

2024-08-22 Thread Tom Rini
On Wed, Aug 21, 2024 at 09:00:33PM -0600, Simon Glass wrote: > Hi Tom, > > On Wed, 26 Jun 2024 at 02:00, Simon Glass wrote: > > > > Hi Tom, > > > > On Tue, 25 Jun 2024 at 15:14, Tom Rini wrote: > > > > > > On Tue, Jun 25, 2024 at

Re: [PATCH v3 2/3] buildman: Allow skipping the dtc build

2024-08-22 Thread Tom Rini
On Wed, Aug 21, 2024 at 09:00:25PM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 16 Aug 2024 at 17:53, Simon Glass wrote: > > > > Hi Tom, > > > > On Fri, 16 Aug 2024 at 11:22, Tom Rini wrote: > > > > > > On Thu, Aug 15, 2024 at 01:57:45

Re: [PATCH v3 00/27] Make LMB memory map global and persistent

2024-08-21 Thread Tom Rini
On Wed, Aug 21, 2024 at 04:28:12PM +0530, Sughosh Ganu wrote: > This is a follow-up from an earlier RFC series [1] for making the LMB > and EFI memory allocations work together. This is a non-rfc version > with only the LMB part of the patches, for making the LMB memory map > global and persistent

Re: [RFC PATCH 1/2] pci: Add TI K3 Cadence PCIe Controller

2024-08-21 Thread Tom Rini
On Wed, Aug 21, 2024 at 08:29:07PM +0530, Siddharth Vadapalli wrote: > Add support for the Cadence PCIe Controller present on TI's K3 SoCs. > This driver is an adaptation of the Linux driver. > > Signed-off-by: Siddharth Vadapalli [snip] > diff --git a/drivers/pci/pcie_cdns_ti.c b/drivers/pci/pc

Re: [PATCH 1/2] pytest: requirements.txt: Resync with the rest of the project

2024-08-21 Thread Tom Rini
On Mon, 19 Aug 2024 15:07:18 -0600, Tom Rini wrote: > In order to build the docker container, which contains a download cache > of python modules, we need to have our versions be in sync in each > requirements file. Update some of the cases where which are older than > the rest of

Re: [PATCH 00/35] global_data: Reduce size of struct global_data

2024-08-20 Thread Tom Rini
On Wed, Jul 24, 2024 at 09:08:47AM -0600, Simon Glass wrote: > The global data structure has grown quite a lot over the years, being > the best place to put an important pointer or something that must be > accessed before and after relocation. Please rebase this on top of current -next, thanks.

Re: [GIT PULL] Please pull u-boot-dfu-next-20240820

2024-08-20 Thread Tom Rini
On Tue, Aug 20, 2024 at 03:40:16PM +0200, Mattijs Korpershoek wrote: > Hi Tom, > > Please find some developments for next: > > - Migrate Atmel usb gadget to DM_USB_GADGET > - More small cleanups/improvements on the atmel UDC driver > - Change udc uclass name from "usb" -> "usb_gadget" > > CI jo

Re: [PATCH v5 00/38] mmc: dw_mmc: Enable eMMC on E850-96 board

2024-08-20 Thread Tom Rini
On Tue, Aug 20, 2024 at 02:48:59PM -0500, Sam Protsenko wrote: > On Mon, Aug 19, 2024 at 8:45 PM Minkyu Kang wrote: > > > > Hi, > > > > 2024년 8월 14일 (수) 10:15, Sam Protsenko 님이 작성: > >> > >> Hi Minkyu, > >> > >> What do you think about this series? It's been pending for a while > >> now, so may I

Re: [GIT PULL] Please pull u-boot-dfu-20240820

2024-08-20 Thread Tom Rini
On Tue, Aug 20, 2024 at 05:09:55PM +0200, Mattijs Korpershoek wrote: > Hi Tom, > > On mar., août 20, 2024 at 09:16, Mattijs Korpershoek > wrote: > > > Hi Tom, > > > > Please find some fixes for master: > > > > - Fix crash in BCB on invalid block device (reported by coverity) > > - Fix booting A

Re: [PATCH v2 0/8] clk: mediatek: mt7622: clk migration for OF_UPSTREAM

2024-08-19 Thread Tom Rini
On Sat, 03 Aug 2024 10:43:18 +0200, Christian Marangi wrote: > These are all the required patches to migrate clk and correctly support > OF_UPSTREAM. This will align the clk index to upstream to support the same > clk implementation with downstream and upstream DTS. > > Changes v2: > - Fix typo i

Re: [PATCH 00/15] clk: mediatek: mt7986: clk migration for OF_UPSTREAM

2024-08-19 Thread Tom Rini
On Sat, 03 Aug 2024 10:40:33 +0200, Christian Marangi wrote: > These are all the required patches to migrate clk and correctly support > OF_UPSTREAM. This will align the clk index to upstream to support the same > clk implementation with downstream and upstream DTS. > > Christian Marangi (15): >

Re: [PATCH 00/13] clk: mediatek: mt7988: clk migration for OF_UPSTREAM

2024-08-19 Thread Tom Rini
On Sat, 03 Aug 2024 10:32:49 +0200, Christian Marangi wrote: > These are all the required patches to migrate clk and correctly support > OF_UPSTREAM. This will align the clk index to upstream to support the same > clk implementation with downstream and upstream DTS. > > Christian Marangi (13): >

Re: [PATCH 00/14] clk: mediatek: mt7981: clk migration for OF_UPSTREAM

2024-08-19 Thread Tom Rini
On Fri, 02 Aug 2024 15:53:01 +0200, Christian Marangi wrote: > These are all the required patches to migrate clk and correctly support > OF_UPSTREAM. This will align the clk index to upstream to support the same > clk implementation with downstream and upstream DTS. > > Christian Marangi (14): >

Re: [PATCH 0/5] clk: mediatek: mt7623: clk migration for OF_UPSTREAM

2024-08-19 Thread Tom Rini
On Fri, 02 Aug 2024 15:45:00 +0200, Christian Marangi wrote: > These are all the required patches to migrate clk and correctly support > OF_UPSTREAM. This will align the clk index to upstream to support the same > clk implementation with downstream and upstream DTS. > > Christian Marangi (5): >

Re: [PATCH v6 00/28] Integrate MbedTLS v3.6 LTS with U-Boot

2024-08-19 Thread Tom Rini
On Mon, Aug 19, 2024 at 06:28:39PM -0600, Tom Rini wrote: > On Fri, 16 Aug 2024 14:43:49 -0700, Raymond Mao wrote: > > > Integrate MbedTLS v3.6 LTS (currently v3.6.0) with U-Boot. > > > > Motivations: > > > > > > 1. MbedTLS is well ma

Re: [PATCH v6 00/28] Integrate MbedTLS v3.6 LTS with U-Boot

2024-08-19 Thread Tom Rini
On Fri, 16 Aug 2024 14:43:49 -0700, Raymond Mao wrote: > Integrate MbedTLS v3.6 LTS (currently v3.6.0) with U-Boot. > > Motivations: > > > 1. MbedTLS is well maintained with LTS versions. > 2. LWIP is integrated with MbedTLS and easily to enable HTTPS. > 3. MbedTLS recently switched

[ANN] U-Boot v2024.10-rc3 released

2024-08-19 Thread Tom Rini
Hey all, It's release day and here is -rc3. Things have been mostly quiet, and with the -next window firmly open I believe things should remain quiet moving forward. In terms of a changelog, git log --merges v2024.10-rc2..v2024.10-rc3 contains what I've pulled but as always, better PR messages a

Re: [PATCH 10/10] tests: update smbios pytest

2024-08-19 Thread Tom Rini
On Fri, Aug 16, 2024 at 08:46:53AM -0700, Raymond Mao wrote: > Update the expected test result to align with the smbios library changes. > > Signed-off-by: Raymond Mao > --- > test/py/tests/test_smbios.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/py/tests/tes

Re: [PATCH v8 00/23] Introduce the lwIP network stack

2024-08-19 Thread Tom Rini
On Mon, Aug 19, 2024 at 04:53:51PM +0200, Jerome Forissier wrote: > > > On 8/16/24 20:40, Tom Rini wrote: > > On Fri, Aug 16, 2024 at 06:21:24PM +0200, Jerome Forissier wrote: > >> > >> > >> On 8/7/24 22:44, Tom Rini wrote: > >>> On Wed, Au

[PATCH 2/2] Dockerfile: Update to namespace for some labels

2024-08-19 Thread Tom Rini
Using "MAINTAINER" and "Description" have been replaced with org.opencontainers.image namespace variables. Signed-off-by: Tom Rini --- tools/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/docker/Dockerfile b/tools/doc

[PATCH 1/2] pytest: requirements.txt: Resync with the rest of the project

2024-08-19 Thread Tom Rini
In order to build the docker container, which contains a download cache of python modules, we need to have our versions be in sync in each requirements file. Update some of the cases where which are older than the rest of the project. Signed-off-by: Tom Rini --- test/py/requirements.txt | 6

Re: [PATCH v6 00/28] Integrate MbedTLS v3.6 LTS with U-Boot

2024-08-19 Thread Tom Rini
On Fri, Aug 16, 2024 at 02:43:49PM -0700, Raymond Mao wrote: > Integrate MbedTLS v3.6 LTS (currently v3.6.0) with U-Boot. > > Motivations: > > > 1. MbedTLS is well maintained with LTS versions. > 2. LWIP is integrated with MbedTLS and easily to enable HTTPS. > 3. MbedTLS recently sw

Re: [PATCH v6 08/28] mbedtls: Enable smaller implementation for SHA256/512

2024-08-19 Thread Tom Rini
On Fri, Aug 16, 2024 at 02:43:57PM -0700, Raymond Mao wrote: > Smaller implementation for SHA256 and SHA512 helps to reduce the > ROM footprint though it has a certain impact on performance. > As a trade-off, enable it as a default config when MbedTLS is > enabled can reduce the target size signif

Re: [PATCH 1/3] test_fs: Allow running unprivileged

2024-08-19 Thread Tom Rini
On Sun, Aug 18, 2024 at 10:06:05PM +0200, Richard Weinberger wrote: > Simon, > > Am Sonntag, 18. August 2024, 17:47:01 CEST schrieb Simon Glass: > > In that file, this is the line that builds the tools: > > > > ./tools/buildman/buildman -T0 -o ${UBOOT_TRAVIS_BUILD_DIR} > > -w --board to

Re: [PATCH v2 19/32] sandbox: move the TCG event log to the start of ram memory

2024-08-16 Thread Tom Rini
On Wed, Aug 14, 2024 at 04:29:56PM +0530, Sughosh Ganu wrote: > The TCG event log buffer is being set at the end of ram memory. This > region of memory is to be reserved as LMB_NOMAP memory in the LMB > memory map. The current location of this buffer overlaps with the > memory region reserved for

Re: [PATCH v8 00/23] Introduce the lwIP network stack

2024-08-16 Thread Tom Rini
On Fri, Aug 16, 2024 at 06:21:24PM +0200, Jerome Forissier wrote: > > > On 8/7/24 22:44, Tom Rini wrote: > > On Wed, Aug 07, 2024 at 07:11:44PM +0200, Jerome Forissier wrote: > > > >> This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip >

Re: [PATCH v2 27/32] test: cedit: use allocated address for reading file

2024-08-16 Thread Tom Rini
On Fri, Aug 16, 2024 at 11:58:46PM +0530, Sughosh Ganu wrote: > On Fri, 16 Aug 2024 at 11:36 PM, Tom Rini wrote: > > > On Thu, Aug 15, 2024 at 09:32:29PM +0100, Simon Glass wrote: > > > Hi Sughosh, > > > > > > On Wed, 14 Aug 2024 at 05:02, Sughosh Ganu

Re: [PATCH v2 27/32] test: cedit: use allocated address for reading file

2024-08-16 Thread Tom Rini
On Thu, Aug 15, 2024 at 09:32:29PM +0100, Simon Glass wrote: > Hi Sughosh, > > On Wed, 14 Aug 2024 at 05:02, Sughosh Ganu wrote: > > > > Instead of a randomly selected address, use an LMB allocated one for > > reading the file into memory. With the LMB map now being persistent > > and global, the

Re: [PATCH v3 2/3] buildman: Allow skipping the dtc build

2024-08-16 Thread Tom Rini
On Thu, Aug 15, 2024 at 01:57:45PM -0600, Simon Glass wrote: > For most boards, the device-tree compiler is built in-tree, ignoring the > system version. Add a special option to skip this build. This can be > useful when the system dtc is up-to-date, as it speeds up the build. > > Signed-off-by:

Re: [PATCH v3 04/24] test/py: Fix some pylint warnings in test_ut.py

2024-08-16 Thread Tom Rini
On Thu, Aug 15, 2024 at 02:25:15PM -0600, Simon Glass wrote: > Tidy up most of these warnings. Remaining are four of these: > >R0914: Too many local variables > > which can only by fixed by splitting things into functions, so that is > left for another time. > > Part of this change was done

Re: [PATCH v4 13/14] test: efi: boot: Set up an image suitable for EFI testing

2024-08-16 Thread Tom Rini
On Thu, Aug 15, 2024 at 02:24:23PM -0600, Simon Glass wrote: > Create a new disk for use with tests, which contains the new 'testapp' > EFI app specifically intended for testing the EFI loader. > > Attach it to the USB device, since most testing is currently done with > mmc. > > Initially this im

[PATCH 3/3] test/cmd: Move wget test to under a sandbox guard

2024-08-15 Thread Tom Rini
This test is sandbox-centric, so guard it so. Signed-off-by: Tom Rini --- test/cmd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cmd/Makefile b/test/cmd/Makefile index 478ef4c6f057..8f2134998ad0 100644 --- a/test/cmd/Makefile +++ b/test/cmd/Makefile @@ -30,7

[PATCH 2/3] test/boot: Make BOOTSTD tests depend on UT_BOOTSTD

2024-08-15 Thread Tom Rini
While we have a symbol for controlling if we will be testing BOOTSTD or not, and it depends on SANDBOX, we do not control the building of test/boot/ content correctly. Guard the current bootstd tests with a check for UT_BOOTSTD and leave the measurement test available. Signed-off-by: Tom Rini

[PATCH 1/3] test/overlay: Make this depend on SANDBOX

2024-08-15 Thread Tom Rini
As the overlays are sandbox specific, mark the whole test as depending on sandbox. Signed-off-by: Tom Rini --- Cc: Simon Glass --- test/overlay/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/overlay/Kconfig b/test/overlay/Kconfig index a4f154415db2

Re: [PATCH v2 1/3] ext4: Fix integer overflow in ext4fs_read_symlink()

2024-08-15 Thread Tom Rini
On Fri, 09 Aug 2024 11:54:28 +0200, Richard Weinberger wrote: > While zalloc() takes a size_t type, adding 1 to the le32 variable > will overflow. > A carefully crafted ext4 filesystem can exhibit an inode size of 0x > and as consequence zalloc() will do a zero allocation. > > Later in th

Re: [PATCH] squashfs: Fix heap corruption in sqfs_search_dir()

2024-08-15 Thread Tom Rini
On Fri, 02 Aug 2024 22:05:09 +0200, Richard Weinberger wrote: > res needs to be large enough to store both strings rem and target, > plus the path separator and the terminator. > Currently the space for the path separator is not accounted, so > the heap is corrupted by one byte. > > Applied to

Re: [PATCH v2 1/4] squashfs: Fix integer overflow in sqfs_resolve_symlink()

2024-08-15 Thread Tom Rini
On Fri, 02 Aug 2024 18:36:44 +0200, Richard Weinberger wrote: > A carefully crafted squashfs filesystem can exhibit an inode size of > 0x, > as a consequence malloc() will do a zero allocation. > Later in the function the inode size is again used for copying data. > So an attacker can ove

Re: [PATCH 1/4] x86: Fix ptrdiff_t for x86_64

2024-08-15 Thread Tom Rini
On Fri, 02 Aug 2024 12:08:43 +0200, Richard Weinberger wrote: > sbrk() assumes ptrdiff_t is large enough to enlarge/shrink the heap > by LONG_MIN/LONG_MAX. > So, use the long type, also to match the rest of the Linux ecosystem. > > Applied to u-boot/next, thanks! -- Tom

Re: [PATCH v2] bootstage: Fix out-of-bounds read in reloc_bootstage()

2024-08-15 Thread Tom Rini
On Wed, 31 Jul 2024 18:07:54 +0200, Richard Weinberger wrote: > bootstage_get_size() returns the total size of the data structure > including associated records. > When copying from gd->bootstage, only the allocation size of gd->bootstage > must be used. Otherwise too much memory is copied. > > T

Re: [PATCH v3] ext4: Improve feature checking

2024-08-15 Thread Tom Rini
On Mon, 29 Jul 2024 23:37:31 +0200, Richard Weinberger wrote: > Evaluate the filesystem incompat and ro_compat bit fields to judge > whether the filesystem can be read or written. > For the read side only a scary warning is shown so far. > I'd love to abort mounting too, but I fear this will break

Re: [PATCH 06/21] mmc: Drop the blank line before accesses

2024-08-15 Thread Tom Rini
On Thu, Aug 15, 2024 at 09:34:38PM +0100, Simon Glass wrote: > Hi Tom, > > On Thu, 15 Aug 2024 at 18:01, Tom Rini wrote: > > > > On Sat, Aug 10, 2024 at 02:51:50PM -0600, Simon Glass wrote: > > > > > Several mmc subcommand print a blank line before starting

Re: [PATCH v2 37/39] efi: Avoid using sandbox virtio devices

2024-08-15 Thread Tom Rini
On Thu, Aug 15, 2024 at 09:33:18PM +0100, Simon Glass wrote: > Hi Tom, > > On Wed, 14 Aug 2024 at 11:56, Tom Rini wrote: > > > > On Sun, Aug 11, 2024 at 08:50:21AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 8 Aug 2024 at 14:06,

Re: [PATCH 1/3] test_fs: Allow running unprivileged

2024-08-15 Thread Tom Rini
On Fri, Aug 02, 2024 at 11:33:20AM +0200, Richard Weinberger wrote: > There is no need to mount the filesystem on the host side. > All filesystem tools offer some way to fill the fs without mounting. > > So, create the content on the host side, create and fill the fs > without mounting. > No more

Re: [PATCH] defconfig: Add a config for AM335x High Security EVM with SPI Boot support

2024-08-15 Thread Tom Rini
On Thu, Aug 15, 2024 at 02:33:08PM -0600, Tom Rini wrote: > On Wed, 07 Aug 2024 10:26:59 -0500, Andrew Davis wrote: > > > Add a new defconfig file for the AM335x High Security EVM. This config > > is specific for the case of SPI booting. > > > > > > Applied

Re: [PATCH 1/1] scripts/decodecode: update from Linux v6.10

2024-08-15 Thread Tom Rini
On Fri, 09 Aug 2024 20:22:33 +0200, Heinrich Schuchardt wrote: > For decoding RISC-V dumps we need to update the script. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] maintainers: Update list of maintainers for Corstone-1000

2024-08-15 Thread Tom Rini
On Tue, 13 Aug 2024 16:53:05 +0100, Hugues KAMBA MPIANA wrote: > - Add new maintainer: Hugues KAMBA MPIANA > - Remove maintainer: Xueliang ZHONG > - Update contact information for current maintainer. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH v1] lib: elf: Fix bootelf -p crash issue

2024-08-15 Thread Tom Rini
On Wed, 07 Aug 2024 02:20:07 +, jianfenga@sony.com wrote: > Do not load and flush segments whose program header type is not > PT_LOAD to avoid crash happen. > > bootelf will load all program headers and then flush cache. > Since PT_GNU_STACK start address is 0x0, crash happens when > it f

Re: [PATCH] arm: dts: keystone: Move to OF_UPSTREAM

2024-08-15 Thread Tom Rini
On Wed, 07 Aug 2024 09:56:51 -0500, Andrew Davis wrote: > Enable OF_UPSTREAM for Keystone boards. Remove DT files that > are now available in dts/upstream. > > Applied to u-boot/next, thanks! -- Tom

Re: [PATCH] defconfig: Add a config for AM335x High Security EVM with SPI Boot support

2024-08-15 Thread Tom Rini
On Wed, 07 Aug 2024 10:26:59 -0500, Andrew Davis wrote: > Add a new defconfig file for the AM335x High Security EVM. This config > is specific for the case of SPI booting. > > Applied to u-boot/next, thanks! -- Tom

Re: [PATCH] pinmux: generic: Use ENOENT instead of ENOSYS

2024-08-15 Thread Tom Rini
On Sat, 10 Aug 2024 09:59:37 -0400, Sean Anderson wrote: > ENOSYS should only be used when a subsystem is completely absent. > Convert its use in pinctrl-generic to ENOENT, which better reflects the > error condition (that a function/group/pin is missing). > > Applied to u-boot/next, thanks! -

Re: [PATCH v3] env: remove vars that are not in default env

2024-08-15 Thread Tom Rini
On Sun, 11 Aug 2024 11:44:15 -0700, Ravi Minnikanti wrote: > current env_set_default_vars() doesn't delete > var that are not in the imported env. hashtable > removes vars that are not in the imported > env but present in the current env only if H_NOCLEAR > flag is not set. > > This change is to

Re: [PATCH 1/2] sandbox: Enable wget command

2024-08-15 Thread Tom Rini
On Wed, 14 Aug 2024 21:41:06 +0900, Yasuharu Shibata wrote: > Enable this so that the tests run. > > Fix a few warnings in the code so that CI passes. > > Applied to u-boot/next, thanks! -- Tom

Re: [RESEND PATCH v2] cmd: led: fix led command usage for the LED_SW_BLINK enabled case

2024-08-15 Thread Tom Rini
On Wed, 14 Aug 2024 14:08:30 +0400, Mikhail Kshevetskiy wrote: > CONFIG_LED_BLINK and CONFIG_LED_SW_BLINK can be defined independently. > Led blinking works if any (or both) of them is enabled. Unfortunately > the led command help does not display blinking option if only > CONFIG_LED_SW_BLINK is e

Re: [PATCH v2 0/2] spi: dtb parsing fixes

2024-08-15 Thread Tom Rini
On Wed, 31 Jul 2024 08:11:27 +0400, Mikhail Kshevetskiy wrote: > Changes from v1: > * patches description was updated > > Michael Polyntsov (1): > spi: soft_spi: Parse cs-gpios only if num-chipselects is not <0> > > Mikhail Kshevetskiy (1): > spi: soft_spi: fix miso gpio property name > >

Re: [PATCH] sandbox: Fix pinmux warnings with non-test devicetrees

2024-08-15 Thread Tom Rini
On Sat, Aug 10, 2024 at 09:52:49AM -0400, Sean Anderson wrote: > The sandbox pinmux driver is used in the non-test devicetree as well as > the test one. I didn't realize this when I modified the driver for > tests, and so broke the regular use case (which only resulted in > warnings). First, makin

Re: [PATCH 06/21] mmc: Drop the blank line before accesses

2024-08-15 Thread Tom Rini
On Sat, Aug 10, 2024 at 02:51:50PM -0600, Simon Glass wrote: > Several mmc subcommand print a blank line before starting and after > finishing. It isn't necessary to do both, so drop the first one. > > It is questionable whether these command should produce any output at > all, but leave it for n

Re: [PATCH v3 02/40] nvmxip: Avoid probing on boot

2024-08-15 Thread Tom Rini
On Sun, Aug 11, 2024 at 08:51:31AM -0600, Simon Glass wrote: > Devices should be probed when they are used, not before. Drop this > boot-time probing. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > drivers/mtd/nvmxip/nvmxip-uclass.c | 7 --- > 1 file changed, 7 deletio

Re: [PATCH v3 01/40] nvmxip: Drop the message on probe

2024-08-15 Thread Tom Rini
On Sun, Aug 11, 2024 at 08:51:30AM -0600, Simon Glass wrote: > We should not need to announce this device. Drop the message. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > drivers/mtd/nvmxip/nvmxip-uclass.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > dif

Re: [PATCH v3] driver: pwm: pwm-imx: fix probing on imx6

2024-08-15 Thread Tom Rini
On Thu, Aug 15, 2024 at 01:17:02PM +0200, Heiko Schocher wrote: > Hello Tom, > > On 14.08.24 16:17, Tom Rini wrote: > > On Wed, Aug 14, 2024 at 02:10:27PM +0200, Heiko Schocher wrote: > > > > > U-Boot 2024.07 drops on aristainetos2 board the following > >

Re: [PATCH v5 00/27] Integrate MbedTLS v3.6 LTS with U-Boot

2024-08-14 Thread Tom Rini
On Wed, Aug 14, 2024 at 01:49:43PM -0400, Raymond Mao wrote: > Hi Tom, > > On Wed, 14 Aug 2024 at 11:07, Tom Rini wrote: > > > On Wed, Aug 14, 2024 at 09:42:08AM -0400, Raymond Mao wrote: > > > Hi Tom, > > > > > > On Fri, 2 Aug 2024 at 11

Re: [PATCH v2 37/39] efi: Avoid using sandbox virtio devices

2024-08-14 Thread Tom Rini
On Sun, Aug 11, 2024 at 08:50:21AM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 8 Aug 2024 at 14:06, Tom Rini wrote: > > > > On Thu, Aug 08, 2024 at 12:44:05PM -0600, Simon Glass wrote: > > > Hi Heinrick, Tom, > > > > > > On Tue, 6 Aug 2024 a

Re: [PATCH v5 00/27] Integrate MbedTLS v3.6 LTS with U-Boot

2024-08-14 Thread Tom Rini
On Wed, Aug 14, 2024 at 09:42:08AM -0400, Raymond Mao wrote: > Hi Tom, > > On Fri, 2 Aug 2024 at 11:34, Raymond Mao wrote: > > > Hi Tom, > > > > On Thu, 1 Aug 2024 at 16:46, Tom Rini wrote: > > > >> On Wed, Jul 31, 2024 at 10:25:10AM -0700, Raymo

Re: [PATCH v3] driver: pwm: pwm-imx: fix probing on imx6

2024-08-14 Thread Tom Rini
On Wed, Aug 14, 2024 at 02:10:27PM +0200, Heiko Schocher wrote: > U-Boot 2024.07 drops on aristainetos2 board the following > warning: > > Failed to enable per_clk > > and bootlogo is not seen on LVDS display. > > This patch uses old behaviour for systems without clock framework > if CONF

Re: [PATCH v2] driver: pwm: pwm-imx: fix probing on imx6

2024-08-14 Thread Tom Rini
On Wed, Aug 14, 2024 at 06:07:52AM +0200, Heiko Schocher wrote: > Hello Tom, > > On 13.08.24 18:16, Tom Rini wrote: > > On Tue, Aug 13, 2024 at 03:57:08PM +0200, Heiko Schocher wrote: > > > Hello Fabio, Tom, > > > > > > On 13.08.24 14

Re: [GIT PULL] Please pull u-boot-imx-master-20240813

2024-08-14 Thread Tom Rini
On Tue, Aug 13, 2024 at 10:54:45AM -0300, Fabio Estevam wrote: > Hi Tom, > > Please pull from u-boot-imx/master, thanks. > > The following changes since commit 06dceeba3d4515ccfbe37b8989ee047a7628aee3: > > Merge tag 'u-boot-rockchip-20240812' of > https://source.denx.de/u-boot/custodians/u-b

Re: Please pull u-boot-i2c next

2024-08-14 Thread Tom Rini
On Tue, Aug 13, 2024 at 12:44:29PM +0200, Heiko Schocher wrote: > Hello Tom, > > please pull from u-boot-i2c next > > The following changes since commit f4f845b859266790b97421f0740efce36bc9b8d2: > > Merge patch series "Universal Payload initial series" (2024-08-09 16:03:21 > -0600) > > are

Re: [PATCH v2] driver: pwm: pwm-imx: fix probing on imx6

2024-08-13 Thread Tom Rini
fail in the azure run with this patch, > PWM do not work anymore... because CONFIG_CLK is not enabled for them! > > I am really unhappy, that I have no automated U-Boot runtime tests anymore > running on real hardware... setup with tbot was very easy, but had no > time for loo

Re: [PATCH 07/21] Revert "net: wget: Support retransmission a dropped packet"

2024-08-12 Thread Tom Rini
On Sun, Aug 11, 2024 at 08:50:18AM -0600, Simon Glass wrote: > +Ying-Chun Liu (PaulLiu) > > Hi Yasuharu, > > On Sat, 10 Aug 2024 at 20:48, Yasuharu Shibata > wrote: > > > > Dear Simon, > > > > Could you inform me how the wget test was broken? > > As I explained in the commit log, I fixed the bu

Re: [PATCH v2 1/1] disk: add TegraPT support

2024-08-12 Thread Tom Rini
On Sat, Aug 10, 2024 at 08:29:57AM +0300, Svyatoslav Ryhel wrote: > сб, 10 серп. 2024 р. о 01:02 Tom Rini пише: > > > > On Fri, Aug 09, 2024 at 08:57:03AM +0300, Svyatoslav Ryhel wrote: > > > пт, 9 серп. 2024 р. о 08:49 Heinrich Schuchardt пише: > > > > >

Re: Pull request: u-boot-rockchip-20240812

2024-08-12 Thread Tom Rini
On Mon, Aug 12, 2024 at 05:45:30PM +0800, Kever Yang wrote: > Hi Tom, > > Please pull the updates for rockchip platform: > - Add board support: > RK3566: Radxa ROCK 3 Model C > Radxa ZERO 3W/3E > Xunlong Orange Pi 3B > RK3568J: Radxa ROCK 3B > RK3308B

Re: [PULL] u-boot-usb/master

2024-08-12 Thread Tom Rini
On Sun, Aug 11, 2024 at 11:40:04PM +0200, Marek Vasut wrote: > The following changes since commit 7bd2559cb30a4e800db519e88a22a25f13c753ec: > > Merge tag 'tpm-master-09082024' of > https://source.denx.de/u-boot/custodians/u-boot-tpm.git (2024-08-09 14:00:04 > -0600) > > are available in the

Re: Please pull u-boot-ubi

2024-08-12 Thread Tom Rini
On Sun, Aug 11, 2024 at 10:24:07AM +0200, Heiko Schocher wrote: > Hello Tom, > > please pull from u-boot-ubi the ubi fixes for 2024.10-rc3 > > The following changes since commit 7bd2559cb30a4e800db519e88a22a25f13c753ec: > > Merge tag 'tpm-master-09082024' of > https://source.denx.de/u-boot/cu

Re: Pull request efi-2024-10-rc3

2024-08-12 Thread Tom Rini
On Sun, Aug 11, 2024 at 09:06:35AM +0200, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 7bd2559cb30a4e800db519e88a22a25f13c753ec: > > Merge tag 'tpm-master-09082024' of > https://source.denx.de/u-boot/custodians/u-boot-tpm.git (2024-08-09 > 14:00:04 -0600) > >

Re: [PATCH v4 00/21] Universal Payload initial series

2024-08-10 Thread Tom Rini
On Wed, 07 Aug 2024 16:47:18 -0600, Simon Glass wrote: > Universal Payload (UPL) is an Industry Standard for firmware > components[1]. UPL is designed to improve interoperability within the > firmware industry, allowing mixing and matching of projects with less > friction and fewer project-specifi

Re: [PATCH] cmd: add a fetch utility

2024-08-09 Thread Tom Rini
On Fri, Aug 09, 2024 at 07:23:42PM +0200, Caleb Connolly wrote: > > > On 09/08/2024 08:18, Heinrich Schuchardt wrote: > > > > > > Am 8. August 2024 18:24:24 MESZ schrieb Caleb Connolly > > : > > > While U-Boot does a pretty good job at printing information at startup > > > about what hardware

<    1   2   3   4   5   6   7   8   9   10   >