Re: [PATCH v5 00/11] spl: Use common function for loading/parsing images

2023-10-19 Thread Tom Rini
On Wed, Oct 18, 2023 at 01:33:20PM -0400, Sean Anderson wrote: > On 8/3/23 00:41, Heinrich Schuchardt wrote: > > On 8/3/23 03:31, Tom Rini wrote: > > > On Wed, Aug 02, 2023 at 09:13:21PM -0400, Sean Anderson wrote: > > > > On 8/2/23 16:11, Tom Rini wrote: > >

Re: CONFIG_SPL_SKIP_RELOCATE in non-SPL build

2023-10-19 Thread Tom Rini
On Thu, Oct 19, 2023 at 03:30:25PM +0200, Martin Fäcknitz wrote: > Hello, > > The patch > Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig > (b35316fb67cb7aeaf022032ce078135251372f39) > > changes the behaviour for non-SPL builds when relocating code. The patch > sets the CONFIG_SPL_SKIP_RELOC

Re: [PATCH v2 1/1] efi_loader: expose the device-tree file name

2023-10-20 Thread Tom Rini
On Fri, Oct 20, 2023 at 06:21:33AM -0700, Simon Glass wrote: > +Doug Anderson > > Hi Heinrich, > > On Thu, 19 Oct 2023 at 09:09, Heinrich Schuchardt > wrote: > > > > On 19.10.23 15:55, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Wed, 18 Oct 2023 at 02:15, Heinrich Schuchardt > > > wrot

Re: [v4 11/24] efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGR

2023-10-20 Thread Tom Rini
On Fri, Oct 20, 2023 at 09:21:00PM +0900, AKASHI Takahiro wrote: > On Thu, Oct 19, 2023 at 11:19:33AM -0400, Tom Rini wrote: > > On Thu, Oct 19, 2023 at 05:16:28PM +0200, Heinrich Schuchardt wrote: > > > On 19.10.23 17:00, Tom Rini wrote: > > > > From: Simon Glass

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-10-20 Thread Tom Rini
On Fri, Oct 20, 2023 at 11:21:29AM +0300, Ilias Apalodimas wrote: > Hi Simon, > > On Wed, 18 Oct 2023 at 18:26, Simon Glass wrote: > > > > Hi Ilias, > > > > On Mon, 25 Sept 2023 at 04:19, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > [...] > > > > > > > > > >> +config OF_

Re: Please pull u-boot-marvell/master

2023-10-20 Thread Tom Rini
On Fri, Oct 20, 2023 at 02:51:08PM +0200, Stefan Roese wrote: > Hi Tom, > > please pull this next small batch of Marvell related patches: > > > - kirkwood: Pogo v4: Enable LTO (Tony) > - mvebu: AC5/AC5X: use fixed page table size (

Re: [PATCH v2 1/1] efi_loader: expose the device-tree file name

2023-10-20 Thread Tom Rini
On Fri, Oct 20, 2023 at 05:40:03PM +0200, Heinrich Schuchardt wrote: > On 20.10.23 15:21, Simon Glass wrote: > > +Doug Anderson > > > > Hi Heinrich, > > > > On Thu, 19 Oct 2023 at 09:09, Heinrich Schuchardt > > wrote: > > > > > > On 19.10.23 15:55, Simon Glass wrote: > > > > Hi Heinrich, > > >

Re: Please pull u-boot-marvell/master

2023-10-20 Thread Tom Rini
On Fri, Oct 20, 2023 at 06:44:58PM +0200, Stefan Roese wrote: > Hi Tom, > > On 10/20/23 16:45, Tom Rini wrote: > > On Fri, Oct 20, 2023 at 02:51:08PM +0200, Stefan Roese wrote: > > > > > Hi Tom, > > > > > > please pull

Re: Please pull u-boot-marvell/master

2023-10-20 Thread Tom Rini
On Fri, Oct 20, 2023 at 02:51:08PM +0200, Stefan Roese wrote: > Hi Tom, > > please pull this next small batch of Marvell related patches: > After dropping the page table size patch (per other discussions), applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PULL] u-boot-sh/master_uart_test

2023-10-20 Thread Tom Rini
On Thu, Oct 19, 2023 at 07:21:42PM +0200, Marek Vasut wrote: > The following changes since commit e463222cce0df86f05a117f06e1737f539841fe6: > > Merge branch 'master' of > https://source.denx.de/u-boot/custodians/u-boot-riscv (2023-10-19 09:40:04 > -0400) > > are available in the Git reposito

Re: [RFC] CTAGS prototypes

2023-10-20 Thread Tom Rini
On Fri, Oct 20, 2023 at 12:46:07PM +0200, Philip Richard Oberfichtner wrote: > Hi, > > is there a specific reason why the ctags make target is compiled without > using '--kinds-c=+p'? Maybe it would make sense to (optionally) include > that in the Makefile? > > I personally find it useful to jum

[v4.1 1/2] sandbox: Add a test for disabling CONFIG_CMDLINE

2023-10-20 Thread Tom Rini
From: Simon Glass Now that everything is working, add a test to make sure that this builds correctly. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- test/py/tests/test_sandbox_opts.py | 20 1 file changed, 20 insertions(+) create mode 100644 test/py/tests

[v4.1 2/2] CI, pytest: Add a test for sandbox without LTO

2023-10-20 Thread Tom Rini
test instead. We still test that "NO_LTO=1" rather than editing the config file works via the ftrace tests. Signed-off-by: Tom Rini --- This creates a small bisectability gap in CI itself, but I think is more reasonable than reworking the introduction of test/py/tests/test_sandbox_opt

Re: [PATCH v3 22/32] efi: Update EFI_LOADER to depend on DM_ETH

2023-10-21 Thread Tom Rini
ct 2023 at 06:55, Heinrich Schuchardt > > > wrote: > > > > > > > > On 10/17/23 16:09, Tom Rini wrote: > > > > > On Mon, Oct 16, 2023 at 04:28:13PM -0600, Simon Glass wrote: > > > > > > > > > >> Since e

Re: [v4.1 2/2] CI, pytest: Add a test for sandbox without LTO

2023-10-21 Thread Tom Rini
On Sat, Oct 21, 2023 at 08:43:00AM -0700, Simon Glass wrote: > On Fri, 20 Oct 2023 at 14:53, Tom Rini wrote: > > > > The primary motivation for having a sandbox without LTO build in CI is > > to ensure that we don't have that option break. We now have the ability &g

Re: [PATCH v3 22/32] efi: Update EFI_LOADER to depend on DM_ETH

2023-10-22 Thread Tom Rini
On Sun, Oct 22, 2023 at 08:08:11AM +0200, Heinrich Schuchardt wrote: > On 10/21/23 20:26, Tom Rini wrote: > > On Sat, Oct 21, 2023 at 08:43:08AM -0700, Simon Glass wrote: > > > Hi, > > > > > > On Thu, 19 Oct 2023 at 17:30, AKASHI Takahiro > > > wrote

Re: [PATCH v3 22/32] efi: Update EFI_LOADER to depend on DM_ETH

2023-10-22 Thread Tom Rini
On Sun, Oct 22, 2023 at 10:29:22AM -0400, Tom Rini wrote: > On Sun, Oct 22, 2023 at 08:08:11AM +0200, Heinrich Schuchardt wrote: > > On 10/21/23 20:26, Tom Rini wrote: > > > On Sat, Oct 21, 2023 at 08:43:08AM -0700, Simon Glass wrote: > > > > Hi, > > >

Re: [PATCH v3 1/1] efi_loader: expose the device-tree file name

2023-10-22 Thread Tom Rini
On Sun, Oct 22, 2023 at 10:47:33AM +0200, Heinrich Schuchardt wrote: > Forward and backward compatibility of Linux kernel device-trees is > sometimes missing. One solution approach is to load a kernel specific > device-tree. This can either be done via a U-Boot scripts (like the one > generated by

Re: [PATCH v3 1/1] efi_loader: expose the device-tree file name

2023-10-22 Thread Tom Rini
On Sun, Oct 22, 2023 at 06:34:08PM +0200, Heinrich Schuchardt wrote: > On 10/22/23 17:55, Tom Rini wrote: > > On Sun, Oct 22, 2023 at 10:47:33AM +0200, Heinrich Schuchardt wrote: > > > > > Forward and backward compatibility of Linux kernel device-trees is > > >

Re: [PATCH v3 22/32] efi: Update EFI_LOADER to depend on DM_ETH

2023-10-22 Thread Tom Rini
On Sun, Oct 22, 2023 at 02:55:32PM -0700, Simon Glass wrote: > Hi, > > On Sun, 22 Oct 2023 at 07:59, Tom Rini wrote: > > > > On Sun, Oct 22, 2023 at 10:29:22AM -0400, Tom Rini wrote: > > > On Sun, Oct 22, 2023 at 08:08:11AM +0200, Heinrich Schuchardt wrote: >

Re: [PATCH v3 22/32] efi: Update EFI_LOADER to depend on DM_ETH

2023-10-22 Thread Tom Rini
On Mon, Oct 23, 2023 at 12:55:34AM +0200, Heinrich Schuchardt wrote: > On 10/22/23 23:55, Simon Glass wrote: > > Hi, > > > > On Sun, 22 Oct 2023 at 07:59, Tom Rini wrote: > > > > > > On Sun, Oct 22, 2023 at 10:29:22AM -0400, Tom Rini wrote: > >

Re: [PATCH v3 22/32] efi: Update EFI_LOADER to depend on DM_ETH

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 12:05:28AM -0700, Simon Glass wrote: > Hi Tom, > > On Sun, 22 Oct 2023 at 16:45, Tom Rini wrote: > > > > On Sun, Oct 22, 2023 at 02:55:32PM -0700, Simon Glass wrote: > > > Hi, > > > > > > On Sun, 22 Oct 2023 at 07:59, Tom R

Re: [v4.1 2/2] CI, pytest: Add a test for sandbox without LTO

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 12:05:34AM -0700, Simon Glass wrote: > Hi Tom, > > On Sat, 21 Oct 2023 at 11:34, Tom Rini wrote: > > > > On Sat, Oct 21, 2023 at 08:43:00AM -0700, Simon Glass wrote: > > > On Fri, 20 Oct 2023 at 14:53, Tom Rini wrote: > > > > &

Re: [PATCH] buildman: Include symbols in the read-only data section

2023-10-23 Thread Tom Rini
mon Glass Thanks for fixing this. Reported-by: Tom Rini Reviewed-by: Tom Rini Link: https://source.denx.de/u-boot/custodians/u-boot-dm/-/issues/6 -- Tom signature.asc Description: PGP signature

Re: [PATCH 1/1] general: fix GPL-2.0-or-later SPDX headers

2023-10-23 Thread Tom Rini
On Sun, Oct 22, 2023 at 07:47:07PM +0200, Heinrich Schuchardt wrote: > SPDX headers should use GPL-2.0-or-later and not GPL-2.0+. > > Signed-off-by: Heinrich Schuchardt So, first, iirc GPL-2.0+ is deprecated, but still valid, yes? We should use the current form of all tags moving forward as I d

Re: [PATCH 1/1] general: fix GPL-2.0-or-later SPDX headers

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 03:51:39PM +0200, Heinrich Schuchardt wrote: > On 23.10.23 15:43, Tom Rini wrote: > > On Sun, Oct 22, 2023 at 07:47:07PM +0200, Heinrich Schuchardt wrote: > > > > > SPDX headers should use GPL-2.0-or-later and not GPL-2.0+. > > > > &g

[PATCH] ae350: Update defconfig list

2023-10-23 Thread Tom Rini
Update the list of defconfigs, this was missed with the last pull request of the u-boot-riscv tree. Signed-off-by: Tom Rini --- board/AndesTech/ae350/MAINTAINERS | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/board/AndesTech/ae350/MAINTAINERS b/board/AndesTech

[PATCH] CI: Re-enable maintainer check

2023-10-23 Thread Tom Rini
At this point we have all of the defconfigs maintained again, so re-enable the check to prevent further regressions. Signed-off-by: Tom Rini --- .azure-pipelines.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure

Re: [PATCH v2 1/1] efi_loader: expose the device-tree file name

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 05:37:34PM +0200, Mark Kettenis wrote: > > From: Simon Glass > > Date: Mon, 23 Oct 2023 00:08:40 -0700 > > > > > > fdt_node_check_compatible() does most of the work...then you need to > > > > check which FDT has the most specific match (i.e. latest in the string > > > > li

Re: [PATCH v3 1/1] efi_loader: expose the device-tree file name

2023-10-23 Thread Tom Rini
On Sun, Oct 22, 2023 at 11:31:52PM +0200, Heinrich Schuchardt wrote: > On 10/22/23 19:08, Tom Rini wrote: > > On Sun, Oct 22, 2023 at 06:34:08PM +0200, Heinrich Schuchardt wrote: > > > On 10/22/23 17:55, Tom Rini wrote: > > > > On Sun, Oct 22, 2023 at 10:47:33AM +0

Re: [GIT PULL] Please pull u-boot-amlogic-20231023

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 11:02:30AM +0200, Neil Armstrong wrote: > Hi Tom, > > An important fix for USB Gadget on G12/SM1 boards and a welcome DT sync for > the Amlogic A1 DT. > > The CI job is at > https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/18256 > > Thanks, > Neil > >

Re: Please pull u-boot-video

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 12:17:53PM +0200, Anatolij Gustschin wrote: > Hi Tom, > > please pull video driver updates for v2024.01-rc1. > > CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/18257 > > Thanks! > > The following changes since commit 9a3a58396b78b1f9d0c14580dc03f8

Re: Pull request: u-boot-sunxi/master for v2024.01

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 11:48:30AM +0100, Andre Przywara wrote: > Hi Tom, > > please pull the sunxi/master branch, containing the first part of the > 2024.01 changes. Apologies for the late PR, there were quite some recent > activities (fixes and reviews), but I didn't want to delay this series >

Re: [PULL] u-boot-at91-2024.01-b

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 06:23:38PM +0300, Eugen Hristev wrote: > Hello Tom, > > Please pull tag u-boot-at91-2024.01-b , the second set of at91 features for > 2024.01 cycle. > > This feature set a new board named Conclusive KSTR sama5d27 with some small > prerequisites patches. > > Thanks, > Eug

Re: [PATCH] ae350: Update defconfig list

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 11:28:53AM -0400, Tom Rini wrote: > Update the list of defconfigs, this was missed with the last pull > request of the u-boot-riscv tree. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] CI: Re-enable maintainer check

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 11:37:47AM -0400, Tom Rini wrote: > At this point we have all of the defconfigs maintained again, so > re-enable the check to prevent further regressions. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 1/1] sandbox: eliminate unused functions from binaries

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 01:37:27AM +0200, Heinrich Schuchardt wrote: > The sandbox should closely mimic other architectures. > > Place each function or data in a separate section and let the linker > eliminate unused ones. This will reduce the binary size. > > In the linker script mark that u_boo

Re: [PATCH v2 1/1] sandbox: eliminate unused functions from binaries

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 10:13:55AM -0700, Simon Glass wrote: > Hi, > > On Mon, 23 Oct 2023 at 10:03, Tom Rini wrote: > > > > On Mon, Oct 23, 2023 at 01:37:27AM +0200, Heinrich Schuchardt wrote: > > > The sandbox should closely mimic other architectures. > > &g

Re: [v4.1 2/2] CI, pytest: Add a test for sandbox without LTO

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 10:13:52AM -0700, Simon Glass wrote: [snip] > BTW buildman supports -L which disabled LTO using the NO_LTO=1 option I worry about putting sandbox-specific flags in buildman. Outside of sandbox, targets that enable LTO require LTO, just like any other CONFIG option. -- T

Re: [PATCH v3 22/32] efi: Update EFI_LOADER to depend on DM_ETH

2023-10-23 Thread Tom Rini
On Mon, Oct 23, 2023 at 10:13:54AM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, 23 Oct 2023 at 06:16, Tom Rini wrote: > > > > On Mon, Oct 23, 2023 at 12:05:28AM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Sun, 22 Oct 2023 at 16:45,

Re: [PATCH v5] bootstd: sata: Add bootstd support for ahci sata

2023-10-23 Thread Tom Rini
On Wed, 11 Oct 2023 13:26:42 -0700, Tony Dinh wrote: > Add ahci sata bootdev and corresponding hunting function. > > I know this is recent but given their importance, applied to u-boot/master, thanks! -- Tom

Re: [PATCH 0/4] bootstd: Test and boot_targets improvements

2023-10-23 Thread Tom Rini
On Mon, 23 Oct 2023 00:02:09 -0700, Simon Glass wrote: > This series makes another attempt to support things like "mmc" in the > boot_targets variable. The previous attempt introduced a bug which made > iteration fail. > > New test coverage is provided for some previously untested behaviour, to >

Re: [RESEND PATCH] bootstd: sata: bootdev scanning for ahci sata with no drive attached

2023-10-23 Thread Tom Rini
On Fri, 06 Oct 2023 20:34:28 -0700, Tony Dinh wrote: > It's normal to have no SATA drive attached to the controller, so return a > successful status when there is no block device found after probing. > > Note: this patch depends on the previous patch > https://patchwork.ozlabs.org/project/uboot/p

[ANN] U-Boot v2024.01-rc1 released

2023-10-23 Thread Tom Rini
Hey all, It's release day and here is -rc1. Looking at my own queue it feels almost small right now, but I both have things to pull in still and I hope for some pull requests from a few areas still as well. In terms of a changelog, git log --merges v2023.10..v2024.01-rc1 contains what I've pulle

[tom.r...@gmail.com: Fwd: New Defects reported by Coverity Scan for Das U-Boot]

2023-10-23 Thread Tom Rini
Here's the latest report -- Forwarded message - From: Date: Mon, Oct 23, 2023 at 4:40 PM Subject: New Defects reported by Coverity Scan for Das U-Boot To: Hi, Please find the latest report on new defect(s) introduced to Das U-Boot found with Coverity Scan. 16 new defect(s) in

Re: Pull request: please pull u-boot-imx-20231024

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 10:20:57AM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit e65b5d35c9116485366bb08138043d51220551da: > > Merge branch 'master' of > https://source.denx.de/u-boot/custodians/u-boot-sh (2023-10-17 09:

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

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 05:12:23PM +0800, Kever Yang wrote: > Hi Tom, > > Please pull the updates for rockchip platform: > - Add Board: rk3588 NanoPC-T6, Orange Pi 5, Orange Pi 5 Plus; > - clk driver fix for rk3568 and rk3588; > - rkmtd cmd support for rockchip nand device; > - dts update and syn

Re: [PATCH v2 3/3] trace: Fix alignment logic in flyrecord header

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 02:33:26PM +0200, Michal Simek wrote: > Hi Tom, > > On 9/25/23 16:33, Tom Rini wrote: > > On Mon, Sep 25, 2023 at 04:21:17PM +0200, Michal Simek wrote: > > > > > > > > > On 9/25/23 16:19, Tom Rini wrote: > > > >

Re: [PATCH v3 1/1] sandbox: eliminate unused functions from binaries

2023-10-24 Thread Tom Rini
r script mark that u_boot_sandbox_getopt are to be kept. > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v4 1/1] efi_loader: expose the device-tree file name

2023-10-24 Thread Tom Rini
l allow bootloaders to load a kernel specific device-tree. > > The variable will not be exposed on ACPI based systems or if the > environment variable fdtfile is not defined. > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [tom.r...@gmail.com: Fwd: New Defects reported by Coverity Scan for Das U-Boot]

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 08:35:58PM +0530, Sughosh Ganu wrote: > hi Tom, > > On Tue, 24 Oct 2023 at 06:48, Tom Rini wrote: > > > > Here's the latest report > > > > -- Forwarded message - > > From: > > Date: Mon, Oct 23, 20

Re: [v4.1 2/2] CI, pytest: Add a test for sandbox without LTO

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 11:02:06AM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, 23 Oct 2023 at 10:28, Tom Rini wrote: > > > > On Mon, Oct 23, 2023 at 10:13:52AM -0700, Simon Glass wrote: > > > > [snip] > > > BTW buildman supports -L which disabled LTO

Re: [PATCH v8 3/8] power: pmic: add the base MAX77663 PMIC support

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 10:41:05AM +0300, Svyatoslav Ryhel wrote: > Add support to bind the regulators/child nodes with the pmic. > Also adds the pmic i2c based read/write functions to access pmic > registers. > > Signed-off-by: Svyatoslav Ryhel > Reviewed-by: Simon Glass [snip] > diff --git a/

Re: [PATCH] arm: init: add an option to use FDT from previous bootloader

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 12:32:35PM +0100, Caleb Connolly wrote: > Add a new config option to allow u-boot to reuse the FDT provided by the > previous stage bootloader when available. > > On some boards the previous stage bootloader can populate > platform-specific parts of the devicetree such as

Re: [PATCH v2] arm: init: add an option to use FDT from previous bootloader

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 06:38:43PM +0100, Caleb Connolly wrote: > Add a new config option to allow u-boot to reuse the FDT provided by the > previous stage bootloader when available. > > On some boards the previous stage bootloader can populate > platform-specific parts of the devicetree such as t

Re: [PATCH] arm: init: add an option to use FDT from previous bootloader

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 08:52:22PM +0100, Caleb Connolly wrote: > > > On 24/10/2023 20:25, Tom Rini wrote: > > On Tue, Oct 24, 2023 at 12:32:35PM +0100, Caleb Connolly wrote: > > > >> Add a new config option to allow u-boot to reuse the FDT provided by the >

Re: [v4.1 2/2] CI, pytest: Add a test for sandbox without LTO

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 02:39:49PM -0700, Simon Glass wrote: > Hi Tom, > > On Tue, 24 Oct 2023 at 11:07, Tom Rini wrote: > > > > On Tue, Oct 24, 2023 at 11:02:06AM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 23 Oct 2023 at 10:28,

Re: [PATCH v5 14/16] cmd: add scmi command for SCMI firmware

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 10:27:44AM +0200, Michal Simek wrote: > Hi Takahiro, > > út 26. 9. 2023 v 9:00 odesílatel AKASHI Takahiro > napsal: > > > > This command, "scmi", may provide a command line interface to various SCMI > > protocols. It supports at least initially SCMI base protocol and is >

Re: [PATCH] smbios: arm64: Allow table to be written at a fixed addr

2023-10-24 Thread Tom Rini
On Mon, Oct 23, 2023 at 05:31:19PM +0200, Mark Kettenis wrote: > > From: Simon Glass > > Date: Mon, 23 Oct 2023 00:04:14 -0700 > > > > Hi Caleb, > > > > On Sat, 21 Oct 2023 at 01:43, Caleb Connolly > > wrote: > > > > > > Hi Simon, > > > > > > On 21/10/2023 01:45, Simon Glass wrote: > > > > U-B

Re: [PATCH] misc: i2c_eeprom: consider pagesize when writing to eeprom

2023-10-24 Thread Tom Rini
On Thu, Sep 21, 2023 at 12:29:45PM +, Michel Alex wrote: > Calculate the maximum length of the buffer when writing > accross the page boundary. If the buffer length exceeds > the page boundary, split it. Use this length instead of > comparing the length with the pagesize, because the write > s

Re: [PATCH 1/4] spl: atf: Improve comments and code readability

2023-10-24 Thread Tom Rini
On Sat, Sep 16, 2023 at 10:23:01AM +0200, Massimo Pegorer wrote: > Rename bl31_entry static function to avoid name clash with its first > argument. Fix spaces misuse. Describe code accurately: load address > is used if getting entry point address fails, and not if addresses > differ. Remove not up

Re: [PATCH 2/7] include: Add in a few places

2023-10-24 Thread Tom Rini
On Thu, Oct 12, 2023 at 07:03:54PM -0400, Tom Rini wrote: > These files references a number of types that are defined in > (and so forth), so include it here rather than rely on > indirect inclusion. > > Signed-off-by: Tom Rini > Reviewed-by: Simon Glass Applied to u-b

Re: [PATCH 4/7] m68k: Remove common.h usage

2023-10-24 Thread Tom Rini
On Thu, Oct 12, 2023 at 07:03:56PM -0400, Tom Rini wrote: > We can remove common.h from most cases of the code here, and only a few > places need an additional header instead. > > Signed-off-by: Tom Rini > Acked-by: Angelo Dureghello Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 3/7] arc: Remove common.h usage

2023-10-24 Thread Tom Rini
On Thu, Oct 12, 2023 at 07:03:55PM -0400, Tom Rini wrote: > We can remove common.h from most cases of the code here, and only a few > places need an additional header instead. > > Signed-off-by: Tom Rini > Acked-by: Alexey Brodkin Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 6/7] mips: Remove common.h usage

2023-10-24 Thread Tom Rini
On Thu, Oct 12, 2023 at 07:03:58PM -0400, Tom Rini wrote: > We can remove common.h from most cases of the code here, and only a few > places need an additional header instead. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 5/7] microblaze: Remove common.h usage

2023-10-24 Thread Tom Rini
On Thu, Oct 12, 2023 at 07:03:57PM -0400, Tom Rini wrote: > We can remove common.h from most cases of the code here, and only a few > places need an additional header instead. > > Signed-off-by: Tom Rini > Acked-by: Michal Simek Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 7/7] riscv: Remove common.h usage

2023-10-24 Thread Tom Rini
On Thu, Oct 12, 2023 at 07:03:59PM -0400, Tom Rini wrote: > We can remove common.h from most cases of the code here, and only a few > places need an additional header instead. > > Signed-off-by: Tom Rini > Reviewed-by: Rick Chen Applied to u-boot/master, thanks! -- Tom

Re: [PATCH v2 2/2] patman: Add a little documentation on the checkpatch tests

2023-10-24 Thread Tom Rini
On Fri, Oct 13, 2023 at 09:28:33AM -0700, Simon Glass wrote: > These texts lack comments. Add some so that it is clearer what is going > on. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 1/2] checkpatch.pl: Make common.h check boarder

2023-10-24 Thread Tom Rini
On Fri, Oct 13, 2023 at 09:28:32AM -0700, Simon Glass wrote: > From: Tom Rini > > At this point in time we should not add common.h to any new files, so > make checkpatch.pl complain. > > Signed-off-by: Tom Rini > Signed-off-by: Simon Glass Applied to u-boot/mas

Re: [PATCH v2] cmd: mbr: Allow 4 MBR partitions without need for extended

2023-10-24 Thread Tom Rini
On Mon, Oct 09, 2023 at 01:24:36AM +, Alexander Gendin wrote: > Current code allows up to 3 MBR partitions without extended one. > If more than 3 partitions are required, then extended partition(s) > must be used. > This commit allows up to 4 primary MBR partitions without the > need for exten

Re: [PATCH] mbr: Test tweaks

2023-10-24 Thread Tom Rini
On Mon, Oct 16, 2023 at 04:50:46PM -0600, Simon Glass wrote: > Rather than do another review on [1] I thought it better to add a patch > showing changes. This is intended to be squashed in, if acceptable. > > With the patch as is, various bootstd tests fail. This is because the > test adds a new

Re: [PATCH] pstore: Use root address-cells/size-cells as defaults for reserved-memory

2023-10-24 Thread Tom Rini
On Sat, Aug 26, 2023 at 03:16:52PM +0300, Andrey Skvortsov wrote: > u-boot adds reserve-memory node, if it's missing, with following > properties: > > ``` > reserved-memory { > #address-cells = <2>; > #size-cells = <2>; > ranges; > } > ``` > > But with these de

Re: [PATCH] Makefile: remove misc include and simple-bin build artifacts on clean

2023-10-24 Thread Tom Rini
On Fri, Oct 13, 2023 at 01:23:07PM +, John Clark wrote: > make rock5b-rk3588_defconfig > make > make clean > git status > > before > ~~~ > On branch master > Your branch is up to date with 'origin/master'. > > Untracked files: > (use "git add ..." to include in what will be committed)

Re: [PATCH v2 1/2] serial: serial-uclass.c: move definition of _serial_flush up a bit

2023-10-24 Thread Tom Rini
On Mon, Oct 16, 2023 at 10:35:21AM +0200, Rasmus Villemoes wrote: > Preparation for next patch. > > Reviewed-by: Simon Glass > Signed-off-by: Rasmus Villemoes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v3] cli: Consume invalid escape sequences early

2023-10-24 Thread Tom Rini
On Tue, Oct 10, 2023 at 11:16:39AM +0300, Yurii Monakov wrote: > Unexpected 'Esc' key presses are accumulated internally, even if it is > already clear that the current escape sequence is invalid. This results > in weird behaviour. For example, the next character after 'Esc' key > simply disappear

Re: [PATCH v2 3/4] sandbox: add SCMI power domain protocol support for testing

2023-10-24 Thread Tom Rini
On Mon, Oct 16, 2023 at 02:39:45PM +0900, AKASHI Takahiro wrote: > SCMI power domain management protocol is supported on sandbox > for test purpose. Add fake agent interfaces and associated > power domain devices. > > Signed-off-by: AKASHI Takahiro > Reviewed-by: Simon Glass Applied to u-boot/

Re: [PATCH v2 1/4] firmware: scmi: add power domain protocol support

2023-10-24 Thread Tom Rini
On Mon, Oct 16, 2023 at 02:39:43PM +0900, AKASHI Takahiro wrote: > In this patch, added are helper functions to directly manipulate > SCMI power domain management protocol. DM compliant power domain > driver will be implemented on top of those interfaces in a succeeding > patch. > > Signed-off-by

Re: [PATCH v2 2/4] power: domain: add SCMI driver

2023-10-24 Thread Tom Rini
On Mon, Oct 16, 2023 at 02:39:44PM +0900, AKASHI Takahiro wrote: > Add power domain driver based on SCMI power domain management protocol. > > Signed-off-by: AKASHI Takahiro Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 2/2] serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINE

2023-10-24 Thread Tom Rini
On Mon, Oct 16, 2023 at 10:35:22AM +0200, Rasmus Villemoes wrote: > When debugging, one sometimes only gets partial output lines or > nothing at all from the last printf, because the uart has a largish > buffer, and the code after the printf() may cause the CPU to hang > before the uart IP has tim

Re: [PATCH v2 4/4] test: dm: add SCMI power domain protocol test

2023-10-24 Thread Tom Rini
On Mon, Oct 16, 2023 at 02:39:46PM +0900, AKASHI Takahiro wrote: > This ut has tests for the SCMI power domain protocol as well as DM > interfaces for power domain devices. > > Signed-off-by: AKASHI Takahiro > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [PATCH] .gitignore: ignore misc include, simple-bin, and tools/generated build artifacts

2023-10-24 Thread Tom Rini
On Fri, Oct 13, 2023 at 01:26:16PM +, John Clark wrote: > make rock5b-rk3588_defconfig > make > git status > > before > ~~~ > On branch master > Your branch is ahead of 'origin/master' by 1 commit. > (use "git push" to publish your local commits) > > Untracked files: > (use "git add

Re: [PATCH] smbios: arm64: Allow table to be written at a fixed addr

2023-10-24 Thread Tom Rini
On Wed, Oct 25, 2023 at 02:19:59AM +0200, Heinrich Schuchardt wrote: > > > Am 25. Oktober 2023 01:28:10 MESZ schrieb Simon Glass : > >Hi Tom, > > > >On Tue, 24 Oct 2023 at 15:34, Tom Rini wrote: > >> > >> On Mon, Oct 23, 2023 at 05:31:19PM +0200, Ma

Re: [PATCH] smbios: arm64: Allow table to be written at a fixed addr

2023-10-25 Thread Tom Rini
On Tue, Oct 24, 2023 at 07:47:44PM -0700, Simon Glass wrote: > Hi Tom, > > On Tue, 24 Oct 2023 at 17:44, Tom Rini wrote: > > > > On Wed, Oct 25, 2023 at 02:19:59AM +0200, Heinrich Schuchardt wrote: > > > > > > > > > Am 25. Oktober 2023 0

Re: [PATCH v8 3/8] power: pmic: add the base MAX77663 PMIC support

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 09:10:12AM +0300, Svyatoslav Ryhel wrote: > вт, 24 жовт. 2023 р. о 22:18 Tom Rini пише: > > > > On Tue, Oct 24, 2023 at 10:41:05AM +0300, Svyatoslav Ryhel wrote: > > > > > Add support to bind the regulators/child nodes with the pmic. > >

Re: [PATCH v2] misc: i2c_eeprom: consider pagesize when writing to eeprom

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 07:59:05AM +, Michel Alex wrote: > Calculate the maximum length of the buffer when writing > across the page boundary. If the buffer length (len) > exceeds the page boundary (pagesize), split it. Use this > length instead of comparing the length with the pagesize, > bec

Re: [PATCH v2 3/3] trace: Fix alignment logic in flyrecord header

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 09:33:03AM +0200, Michal Simek wrote: > > > On 10/24/23 20:03, Tom Rini wrote: > > On Tue, Oct 24, 2023 at 02:33:26PM +0200, Michal Simek wrote: > > > Hi Tom, > > > > > > On 9/25/23 16:33, Tom Rini wrote: > > > >

Re: [PATCH] Kconfig: Remove all default n/no options

2023-10-25 Thread Tom Rini
> Signed-off-by: Michal Simek Thanks. It would be good to add something to checkpatch.pl for this, and it would be appropriate to do it outside of the u-boot specific checks I think. A similar patch could be done for the kernel as I see 519 instances there currently. Reviewed-by: T

Re: [PATCH] Kconfig: Remove all default n/no options

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 03:44:11PM +0200, Michal Simek wrote: > > > On 10/25/23 15:40, Tom Rini wrote: > > :n Wed, Oct 25, 2023 at 09:25:37AM +0200, Michal Simek wrote: > > > Similar change was done by commit b4c2c151b14b ("Kconfig: Remove all > > > > &

Re: [PATCH] smbios: arm64: Allow table to be written at a fixed addr

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 04:18:20PM +0200, Mark Kettenis wrote: > > Date: Tue, 24 Oct 2023 18:34:05 -0400 > > From: Tom Rini > > > > On Mon, Oct 23, 2023 at 05:31:19PM +0200, Mark Kettenis wrote: > > > > From: Simon Glass > > > > Date: Mon, 23 O

Re: Fwd: New Defects reported by Coverity Scan for Das U-Boot

2023-10-25 Thread Tom Rini
On Fri, Oct 20, 2023 at 12:57:47PM +0100, Abdellatif El Khlifi wrote: > Hi Tom, > > > > > *** CID 464361: Control flow issues (DEADCODE) > > /drivers/firmware/arm-ffa/arm-ffa-uclass.c: 148 in

Re: Fwd: New Defects reported by Coverity Scan for Das U-Boot

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 04:12:37PM +0100, Abdellatif El Khlifi wrote: > Hi Tom, > > > > > > > > > *** CID 464361: Control flow issues (DEADCODE) > > > > /drivers/firmware/arm-ffa/arm-ffa-ucla

Re: [PATCH] smbios: arm64: Allow table to be written at a fixed addr

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 05:28:10PM +0200, Heinrich Schuchardt wrote: > On 25.10.23 16:28, Tom Rini wrote: > > On Wed, Oct 25, 2023 at 04:18:20PM +0200, Mark Kettenis wrote: > > > > Date: Tue, 24 Oct 2023 18:34:05 -0400 > > > > From: Tom Rini > > > >

Re: Pull request efi-2024-01-rc2

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 04:20:06AM +0200, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 5cab3515f8c9796015739c1750b8933291c816be: > > Merge tag 'u-boot-rockchip-20231024' of > https://source.denx.de/u-boot/custodians/u-boot-rockchip (2023-10-24 > 09:39:52 -0400)

Re: [PATCH v4 1/1] efi_loader: expose the device-tree file name

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 09:57:44PM +0200, Heinrich Schuchardt wrote: > On 10/25/23 20:23, Simon Glass wrote: > > Hi Heinrich, > > > > On Tue, 24 Oct 2023 at 18:02, Simon Glass wrote: > > > > > > Hi Heinrich, > > > > > > On Mon, 23 Oct 2023 at 23:20, Heinrich Schuchardt > > > wrote: > > > > >

Re: Pull request efi-2024-01-rc2

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 10:09:55PM +0200, Heinrich Schuchardt wrote: > On 10/25/23 20:57, Tom Rini wrote: > > On Wed, Oct 25, 2023 at 04:20:06AM +0200, Heinrich Schuchardt wrote: > > > > > Dear Tom, > > > > > > The following changes since commit >

Re: [PATCH] smbios: arm64: Allow table to be written at a fixed addr

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 10:52:48PM +0200, Heinrich Schuchardt wrote: > On 10/25/23 19:09, Tom Rini wrote: > > On Wed, Oct 25, 2023 at 05:28:10PM +0200, Heinrich Schuchardt wrote: > > > On 25.10.23 16:28, Tom Rini wrote: > > > > On Wed, Oct 25, 2023 at 04:18:2

Re: [PATCH v4 1/1] efi_loader: expose the device-tree file name

2023-10-25 Thread Tom Rini
On Wed, Oct 25, 2023 at 10:28:05PM +0200, Mark Kettenis wrote: > > Date: Wed, 25 Oct 2023 21:57:44 +0200 > > From: Heinrich Schuchardt > > > > On 10/25/23 20:23, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Tue, 24 Oct 2023 at 18:02, Simon Glass wrote: > > >> > > >> Hi Heinrich, > > >>

Re: [PATCH] smbios: arm64: Allow table to be written at a fixed addr

2023-10-25 Thread Tom Rini
On Thu, Oct 26, 2023 at 01:02:40AM +0200, Heinrich Schuchardt wrote: > On 10/25/23 23:09, Tom Rini wrote: > > On Wed, Oct 25, 2023 at 10:52:48PM +0200, Heinrich Schuchardt wrote: > > > On 10/25/23 19:09, Tom Rini wrote: > > > > On Wed, Oct 25, 2023 at 05:28:10PM +0

Re: [RFC 12/13] lib: uuid: move CONFIG_RANDOM_UUID

2023-10-26 Thread Tom Rini
hiro Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [RFC 13/13] block: rkmtd: select CONFIG_RANDOM_UUID explicitly

2023-10-26 Thread Tom Rini
On Thu, Oct 26, 2023 at 02:30:52PM +0900, AKASHI Takahiro wrote: > This option is necessary to compile any way. > > Signed-off-by: AKASHI Takahiro > --- > drivers/block/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig > index 048a6c

<    3   4   5   6   7   8   9   10   11   12   >