Re: [PATCH v3 08/16] fastboot: Remove dependencies on CMDLINE

2023-12-16 Thread Tom Rini
d-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [GIT PULL] clock changes for u-boot/master

2023-12-16 Thread Tom Rini
On Fri, Dec 15, 2023 at 04:06:23PM -0500, Sean Anderson wrote: > The following changes since commit 3ac22891cfc0dc6d8eec25d2b0fbdd2eb8f3d3ed: > > Merge tag 'u-boot-imx-20231214' of > https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2023-12-15 08:22:31 > -0500) > > are available in the

Re: [PATCH] board: ti: k3: Remove need for CFG_SYS_SDRAM_BASE

2023-12-15 Thread Tom Rini
On Thu, Nov 30, 2023 at 08:49:11AM -0600, Andrew Davis wrote: > The base address of extended DDR does not change across the K3 family. > Setting this per SoC is not needed. Remove this definition to help > remove the last bits from K3 include/configs/*.h files. > > Signed-off-by: Andrew Davis

Re: [PATCH 4/4] board: ti: am62x/am62ax: Update virtual interrupt allocations in board config

2023-12-15 Thread Tom Rini
On Tue, Nov 28, 2023 at 01:40:24PM -0600, Vishal Mahaveer wrote: > Updates as a result of TIFS core now reserving a virtual interrupt > for enabling interrupts between DM to TIFS core. Because of this > change other virtual interrupt counts decrease by one. > > Signed-off-by: Vishal Mahaveer

Re: [PATCH 3/4] board: ti: am62x/am62ax: Update MCU GPIO interrupt allocation in board config

2023-12-15 Thread Tom Rini
On Tue, Nov 28, 2023 at 01:40:23PM -0600, Vishal Mahaveer wrote: > Share the MCU GPIO interrupts between A53 core and DM R5 core. Allocating > 2 instances each to A53 and DM R5. > > Signed-off-by: Vishal Mahaveer Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP

Re: [PATCH 2/4] board: ti: am62ax: Add C7x resource allocation entries to board config

2023-12-15 Thread Tom Rini
On Tue, Nov 28, 2023 at 01:40:22PM -0600, Vishal Mahaveer wrote: > Update am62ax rm-cfg with allocation entries for C7x core. Following > updates are added for C7x: > - Share split BCDMA tx and rx channels between DM R5 and C7x > - Share rings for split BCDMA tx and rx channels between DM R5 and

Re: [PATCH 1/4] board: ti: am62x/am62ax: Formatting updates to board config files

2023-12-15 Thread Tom Rini
On Tue, Nov 28, 2023 at 01:40:21PM -0600, Vishal Mahaveer wrote: > Minor formatting updates to the rm board configuration file for > am62x and am62ax boards. > > Signed-off-by: Vishal Mahaveer Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 4/4] arm: mach-k3: Merge initial memory maps

2023-12-15 Thread Tom Rini
On Tue, Nov 28, 2023 at 11:05:28AM -0600, Andrew Davis wrote: > The Device vs Normal memory map is the same for all K3 SoCs. Merge > the SoC specific maps into one. > > Signed-off-by: Andrew Davis > Reviewed-by: Nishanth Menon > Tested-by: Nishanth Menon Applied to u-boot/next, thanks! --

Re: [PATCH v2 3/4] arm: mach-k3: Remove non-cached memory map areas

2023-12-15 Thread Tom Rini
On Tue, Nov 28, 2023 at 11:05:27AM -0600, Andrew Davis wrote: > All normal memory areas should be mapped as such. > > We added these un-cached holes in our memory map to hack around the > remoteproc driver missing the proper cache maintenance operations. > > The problem is having these

Re: [PATCH v2 2/4] arm: mach-k3: Do not map ATF and OPTEE regions in MMU

2023-12-15 Thread Tom Rini
On Tue, Nov 28, 2023 at 11:05:26AM -0600, Andrew Davis wrote: > ATF and OPTEE regions may be firewalled from non-secure entities. To > prevent access to this area we leave a hole there in the MMU map. This > is the same idea as [0] but we complete that patch by adding the same > for AM65, J721e,

Re: [PATCH v2 1/4] arm: mach-k3: Let the compiler size the mem_map lists

2023-12-15 Thread Tom Rini
On Tue, Nov 28, 2023 at 11:05:25AM -0600, Andrew Davis wrote: > NR_MMU_REGIONS is a copy/paste from another platform that extends > this list later. We do not do that, so let the list be the size > of the initializer list. > > Signed-off-by: Andrew Davis > Reviewed-by: Nishanth Menon >

Re: [PATCH v2] arm: mach-k3: Move K3 common schema.yaml out of board directory

2023-12-15 Thread Tom Rini
On Wed, Nov 22, 2023 at 03:30:05PM -0600, Andrew Davis wrote: > This file is common for all K3, move it out of board/ directory and > into mach-k3. As we need to change the path in k3-binman.dtsi let's > take this opportunity to switch to absolute paths which makes adding > non-TI boards (like

Re: [PATCH v2 0/6] board: siemens: clean up subfolders

2023-12-15 Thread Tom Rini
On Thu, Nov 30, 2023 at 01:23:18PM +0100, Enrico Leto wrote: > This serie depends on the serie: > [PATCH 0/6] siemens,am335x: clean up the draco board family > > The common folder was initialially created for the common parts of > the products based on draco-am355x board family. We

Re: [PULL] Pull request for u-boot next / v2024.04 = u-boot-stm32-20231215

2023-12-15 Thread Tom Rini
On Fri, Dec 15, 2023 at 05:30:42PM +0100, Patrice CHOTARD wrote: > Hi Tom > > Please pull the STM32 related patches for u-boot/next, v2024.04: > u-boot-stm32-20231215 > > CI status: > https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/18947 > > The following changes since commit

Re: [PATCH 0/8] An effort to bring DT bindings compliance within U-boot

2023-12-15 Thread Tom Rini
On Fri, Dec 15, 2023 at 02:45:11PM +, Conor Dooley wrote: > On Fri, Dec 15, 2023 at 08:37:43AM -0500, Tom Rini wrote: > > On Fri, Dec 15, 2023 at 08:50:51AM +0100, Krzysztof Kozlowski wrote: > > > On 14/12/2023 20:48, Rob Herring wrote: > > > >> > > >

Re: [PATCH v3 0/4] bootm: Handle compressed arm64 images with bootm

2023-12-15 Thread Tom Rini
On Sun, 19 Nov 2023 07:43:30 -0700, Simon Glass wrote: > This little series corrects a problem I noticed with arm64 images, > where the kernel is not recognised if compression is used: > >U-Boot> tftp image.fit >Using ethernet@7d58 device >TFTP from server 192.168.4.7; our IP

Re: [PATCH v2 2/2] tools: fix build without LIBCRYPTO support

2023-12-15 Thread Tom Rini
rwan Rio > Tested-by: Alexander Dahl > Cc: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: Pull request: Please pull u-boot-imx-20231214

2023-12-15 Thread Tom Rini
On Fri, Dec 15, 2023 at 10:07:07AM -0300, Fabio Estevam wrote: > Hi Tom, > > Please pull these fixes from u-boot-imx, thanks. > > The following changes since commit 27089f1e4d11fd7e0619097b59258d0428cde2ac: > > Merge branch '2023-12-13-assorted-minor-fixes' (2023-12-13 09:57:28 -0500) > >

Re: [patch v2] ARM add initial support for the Phytium Pe2201 Board. Add pe2201 platform code and the device tree of pe2201 platform board. The initial support comprises the UART and PCIe.

2023-12-15 Thread Tom Rini
On Fri, Dec 15, 2023 at 03:13:14PM +0800, tracymg...@outlook.com wrote: > From: TracyMg_Li > > Signed-off-by: TracyMg_Li You still have the commit message as the first line of the commit and it needs to be broken up in to the body of the message instead. [snip] > +/* BOOT */ > +#define

Re: [PATCH v2 08/16] fastboot: Remove dependencies on CMDLINE

2023-12-15 Thread Tom Rini
On Thu, Dec 14, 2023 at 09:19:06PM -0700, Simon Glass wrote: > It is possible to boot a kernel without CMDLINE being enabled. Update > the implementation to handle this, and drop the condition from the > FASTBOOT config. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Avoid changing

Re: [PATCH 0/8] An effort to bring DT bindings compliance within U-boot

2023-12-15 Thread Tom Rini
On Fri, Dec 15, 2023 at 08:50:51AM +0100, Krzysztof Kozlowski wrote: > On 14/12/2023 20:48, Rob Herring wrote: > >> > >> I think some of the important questions to ask are, how often / likely > >> are the breakages to occur? It seems like these days it's either: > >> - U-Boot had an early version

Re: [PATCH v3] board: ti: common: board_detect: Fix EEPROM offset read for 1-byte

2023-12-15 Thread Tom Rini
On Fri, Dec 15, 2023 at 11:55:20AM +0530, Prasanth Mantena wrote: > On 15:15-20231107, Neha Malcom Francis wrote: > > Hi Prasanth, > > > > On 30/10/23 22:34, Prasanth Babu Mantena wrote: > > > EEPROM detection logic in ti_i2c_eeprom_get() involves reading > > > the total size and the 1-byte size

Re: [PATCH] arm: spl: Use separate fault handlers instead of a single common one

2023-12-15 Thread Tom Rini
On Fri, Dec 15, 2023 at 01:10:45PM +0100, Csókás Bence wrote: > > > 2023. 12. 14. 18:53 keltezéssel, Tom Rini írta: > > On Thu, Dec 14, 2023 at 05:29:31PM +0100, Csókás Bence wrote: > > > > > It may be necessary to set breakpoints etc. on a specific fault ha

Re: [GIT PULL] xilinx patches for v2024.04-rc1

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 04:50:53PM +0100, Michal Simek wrote: > Hi Tom, > > please pull these patches to your next branch. There is nothing > controversial from my point of view. The biggest change is to create new > kria defconfig to target couple of boards based on ZynqMP. There is going to >

Re: [PATCH 0/8] An effort to bring DT bindings compliance within U-boot

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 01:48:42PM -0600, Rob Herring wrote: > On Thu, Dec 14, 2023 at 12:23 PM Tom Rini wrote: > > > > On Thu, Dec 14, 2023 at 03:53:11PM +0100, neil.armstr...@linaro.org wrote: > > > Hi, > > > > > > On 14/12/2023 14:50, Sumit Gar

Re: [PATCH 0/8] An effort to bring DT bindings compliance within U-boot

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 03:53:11PM +0100, neil.armstr...@linaro.org wrote: > Hi, > > On 14/12/2023 14:50, Sumit Garg wrote: > > Prerquisite > > s/Prerquisite/Prerequisite/ > > > --- > > > > This patch series requires devicetree-rebasing git repo to be added as a > > subtree to the main

[v2 16/16] lib: Remove inclusion from these files

2023-12-14 Thread Tom Rini
After some header file cleanups to add missing include files, remove common.h from all files in the lib directory. This primarily means just dropping the line but in a few cases we need to add in other header files now. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- lib/abuf.c

[v2 15/16] include: Further cleanup includes

2023-12-14 Thread Tom Rini
Add some missing headers such as or or to header files that make direct usage of things provided by these headers. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- include/atmel_lcd.h | 2 ++ include/getopt.h| 2 ++ include/mapmem.h| 2 ++ include/memalign.h | 1 + include/net6

[v2 13/16] efi_loader: Remove

2023-12-14 Thread Tom Rini
We largely do not need in these files, so drop it. The only exception here is that efi_freestanding.c needs and had been getting that via . Signed-off-by: Tom Rini --- lib/efi_loader/dtbdump.c | 1 - lib/efi_loader/efi_acpi.c | 1 - lib/efi_loader

[v2 14/16] display_options: Clean up headers

2023-12-14 Thread Tom Rini
In include/display_options.h we cannot include ourself, but do need directly. Then in lib/display_options.c we further clean the list to remove common.h. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- lib/display_options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[v2 12/16] rmobile: Add to cpu_info-rzg2l.c

2023-12-14 Thread Tom Rini
In order for RMOBILE_CPU_TYPE_R9A07G044L to be defined we need to include here. Signed-off-by: Tom Rini Reviewed-by: Marek Vasut --- arch/arm/mach-rmobile/cpu_info-rzg2l.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-rmobile/cpu_info-rzg2l.c b/arch/arm/mach-rmobile

[v2 11/16] lib/sha*.c: Update header list

2023-12-14 Thread Tom Rini
. Signed-off-by: Tom Rini --- lib/sha1.c | 7 ++- lib/sha256.c | 7 ++- lib/sha512.c | 6 +- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/lib/sha1.c b/lib/sha1.c index 8d0740789349..7ef536f4b5db 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -17,12 +17,9 @@ #endif

[v2 09/16] m68k: Rework asm/global_data.h slightly

2023-12-14 Thread Tom Rini
In the architecture global data, replace the one case of u32 with unsigned long. Now, we can drop config.h here but then do need to add it in two m68k-centric spaces. Signed-off-by: Tom Rini Acked-by: Angelo Dureghello --- arch/m68k/include/asm/cache.h | 2 ++ arch/m68k/include/asm

[v2 10/16] global: Rework architecture global_data.h to include

2023-12-14 Thread Tom Rini
In most cases, the architecture global data currently makes use of assorted linux types, but does not include to provide them. Add instead of relying on indirect inclusion. Signed-off-by: Tom Rini --- Changes in v2: - Update include/system-constraints.h and board/cssi/cmpc885/sdram.c --- arch

[v2 08/16] sandbox: Add to asm/global_data.h and asm/io.h

2023-12-14 Thread Tom Rini
We need in these files as we reference Linux types. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- arch/sandbox/include/asm/global_data.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/sandbox/include/asm/global_data.h b/arch/sandbox/include/asm/global_data.h index

[v2 07/16] arm: Remove from asm/global_data.h

2023-12-14 Thread Tom Rini
We need and include and this in turn already includes , so drop it here. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- arch/arm/include/asm/global_data.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/include/asm/global_data.h b/arch/arm/include/asm/global_data.h index

[v2 03/16] arm: Partial cleanup and audit usage of

2023-12-14 Thread Tom Rini
. This includes a few board-specific fixes. Signed-off-by: Tom Rini --- Changes in v2: - Update arch/arm/mach-keystone/cmd_mon.c --- arch/arm/include/asm/arch-fsl-layerscape/fsl_serdes.h | 2 -- arch/arm/include/asm/arch-ls102xa/fsl_serdes.h| 2 -- arch/arm/include/asm/assembler.h

[v2 06/16] global: Remove duplicate common.h inclusions

2023-12-14 Thread Tom Rini
These files include twice. Start by removing the second inclusion of the file. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- board/data_modul/common/common.c | 1 - board/grinn/liteboard/board.c | 1 - board/toradex/colibri_imx7/colibri_imx7.c | 1 - board

[v2 05/16] global: Drop common.h inclusion

2023-12-14 Thread Tom Rini
In order to make it easier to move on to dropping common.h from code directly, remove common.h inclusion from the rest of the header file which had been including it. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- board/BuR/common/br_resetc.h | 1 - board/CZ.NIC

[v2 04/16] sandbox: Audit config.h and common.h usage

2023-12-14 Thread Tom Rini
Remove and replace common.h and config.h in sandbox when it's not needed and add some explicit includes where needed. Signed-off-by: Tom Rini --- Changes in v2: - Drop from arch/sandbox/cpu/state.c as it's also not needed and leads to unrelated build failures with CMDLINE=n --- arch/sandbox

[v2 02/16] arc: Cleanup and audit usage of

2023-12-14 Thread Tom Rini
clean up the tb100 board config.h file so that we don't rely on config.h being included there for a value used in a single place. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- arch/arc/include/asm/arc-bcr.h | 2 -- arch/arc/include/asm/arcregs.h | 1 - arch/arc/include/asm/cache.h

[v2 01/16] qe: Add to linux/immap_qe.h

2023-12-14 Thread Tom Rini
Given how we define QE_MURAM_SIZE today, this header needs to have added to it. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- include/linux/immap_qe.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/immap_qe.h b/include/linux/immap_qe.h index 45307f51c103

Re: [patch v1] arm add initial support for the Phytium Pe2201 Board board:phytium:add pe2201 folder,It initializes pcie, ddr and other aspects of phytium pe2201 board dts:add phytium_pe2201.dts,it is

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 11:06:58AM +0800, tracymg...@outlook.com wrote: > From: TracyMg_Li > > Signed-off-by: TracyMg_Li Please rework your commit message. > --- > arch/arm/Kconfig | 8 ++ > arch/arm/dts/Makefile| 1 + > arch/arm/dts/phytium-pe2201.dts | 43

Re: [PATCH] spi: cadence-quadspi: Fix error message on stuck busy state

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 06:36:37PM +0100, Jan Kiszka wrote: > On 31.10.23 08:14, Stefan Roese wrote: > > On 10/30/23 17:20, Jan Kiszka wrote: > >> From: Jan Kiszka > >> > >> We are not iterating CQSPI_REG_RETRY, we are waiting 'timeout' ms, since > >> day 1. > >> > >> Signed-off-by: Jan Kiszka >

Re: [PATCH] lib: rsa: Print detailed error info in rsa_engine_init() on engine resolution failure

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 05:54:17PM +0100, Csókás Bence wrote: > Signed-off-by: Csókás Bence Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH] arm: spl: Use separate fault handlers instead of a single common one

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 05:29:31PM +0100, Csókás Bence wrote: > It may be necessary to set breakpoints etc. on a specific fault handler in > SPL. > Add a Kconfig option to separate the different handlers into their own > individual infinite loops. > > Signed-off-by: Csókás Bence > --- >

Re: [PATCH v2 17/21] bootm: Create a function to run through the bootm states

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 09:50:26AM -0700, Simon Glass wrote: > In quite a few places, the bootm command is used to handle a boot. We > want these to be done without needing CONFIG_CMDLINE, so add a new > bootm_run() function to handle this. > > Signed-off-by: Simon Glass [snip] > +int

Re: [PATCH v2 16/21] bootm: Tidy up boot_selected_os()

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 09:50:25AM -0700, Simon Glass wrote: > Use struct bootm_info with this function, to avoiding needing to > create a new one. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 15/21] bootm: Rename do_bootm_states() to bootm_run_states()

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 09:50:24AM -0700, Simon Glass wrote: > Rename the function to bootm_run_states() to better indicate ts > purpose. The 'do_' prefix is used to indicate a command processor, > which this is now not. > > Signed-off-by: Simon Glass Reviewed-by: Tom

Re: [PATCH v2 10/21] bootm: Add more fields to bootm_info

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 09:50:19AM -0700, Simon Glass wrote: > Add fields for the three bootm parameters and other things needed for > booting. Also add a helper to set up the struct correctly. > > Signed-off-by: Simon Glass [snip] > diff --git a/include/bootm.h b/include/bootm.h > index

Re: [PATCH v2 14/21] bootm: Drop arguments from do_bootm_states()

2023-12-14 Thread Tom Rini
nts provided to the > command, so set these up in the bootm_info struct, for bootm only. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 13/21] bootz: Avoid use of #ifdef

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 09:50:22AM -0700, Simon Glass wrote: > Use the compiler to get the set of states, instead of the preprocessor. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 11/21] bootm: Move do_bootm_states() comment to header file

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 09:50:20AM -0700, Simon Glass wrote: > This is an exported function, so move the function comment to the > bootm.h header file. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 12/21] booti: Avoid use of #ifdef

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 09:50:21AM -0700, Simon Glass wrote: > Use the compiler to get the set of states, instead of the preprocessor. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 09/21] bootm: Adjust arguments of boot_os_fn

2023-12-14 Thread Tom Rini
gt; slightly. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 08/21] bootm: Create a struct for argument information

2023-12-14 Thread Tom Rini
dtp, int flag, int argc, char *const > argv[]); > +int do_bootelf(struct cmd_tbl *cmdtp, int fglag, int argc, char *const > argv[]); Typo, can just drop when applying if there's no v3. Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [GIT PULL] u-boot-riscv/master

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 08:46:14PM +0800, Leo Liang wrote: > Hi Tom, > > On Thu, Dec 14, 2023 at 07:19:02AM -0500, Tom Rini wrote: > > On Thu, Dec 14, 2023 at 10:38:07AM +0800, Leo Yu-Chi Liang(梁育齊) wrote: > > > > > Hi Tom, > > > &

Re: Pull request: Please pull u-boot-imx-next-20231214

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 08:02:19AM -0300, Fabio Estevam wrote: > Hi Tom, > > Please pull this u-boot-imx material targetted for 'next', thanks. > > The following changes since commit be4a5f7c35685d228b3abc398a8d86c434274de5: > > test: bdinfo: Handle systems without getopt (2023-12-10

Re: [PATCH 1/8] Azure CI: Exclude devicetree-rebasing subtree for CONFIG checks

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 07:20:56PM +0530, Sumit Garg wrote: > Signed-off-by: Sumit Garg > --- > .azure-pipelines.yml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml > index d6f3fa423c6..f100c4493e6 100644 > ---

Re: [PATCH 2/2 v3] smbios: Fallback to the default DT if sysinfo nodes are missing

2023-12-14 Thread Tom Rini
On Wed, Dec 13, 2023 at 08:19:11PM -0700, Simon Glass wrote: [snip] > The new DT nodes / SMBIOS binding [1] allows for the correct > information to be provided, though. [snip] > [1] > https://github.com/u-boot/u-boot/blob/master/doc/device-tree-bindings/sysinfo/smbios.txt I think the only

Re: [PATCH v9 2/2] arm64: boot: Support Flat Image Tree

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 03:12:07PM +0900, Masahiro Yamada wrote: > On Thu, Dec 14, 2023 at 1:03 PM Chen-Yu Tsai wrote: > > > > On Sun, Dec 10, 2023 at 1:31 AM Geert Uytterhoeven > > wrote: > > > > > > Hi Laurent, > > > > > > On Sat, Dec 9, 2023 at 4:29 PM Laurent Pinchart > > > wrote: > > > >

Re: [GIT PULL] u-boot-riscv/master

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 10:38:07AM +0800, Leo Yu-Chi Liang(梁育齊) wrote: > Hi Tom, > > The following changes since commit 20d0464300c25db673cfb5e4539aa3767606d151: > > Merge tag 'u-boot-imx-20231212' of > https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2023-12-12 16:33:57 > -0500) > >

[PATCH] global: Restrict use of '#include '

2023-12-14 Thread Tom Rini
. In this case make sure that we guard these includes with a test for USE_HOSTCC so that it clear as to why we're doing this. Signed-off-by: Tom Rini --- Cc: Simon Glass --- arch/arm/include/asm/arch-fsl-layerscape/config.h | 1 - arch/arm/mach-rockchip/tpl.c | 1 - arch/arm/mach

Re: Please pull u-boot-dm/next

2023-12-13 Thread Tom Rini
On Wed, Dec 13, 2023 at 01:50:57PM -0700, Simon Glass wrote: > Hi Tom, > > This is for the -next branch > > https://source.denx.de/u-boot/custodians/u-boot-dm/-/commit/39e7e039b02e1cf8b04ea668e2bfe2cd2ef0e14d > > https://dev.azure.com/simon0972/u-boot/_build/results?buildId=56=results > > >

Re: [PATCH v6 08/17] board: ti: j784s4: Add board support for J784S4 EVM

2023-12-13 Thread Tom Rini
-by: Manorit Chawdhry > Signed-off-by: Dasnavis Sabiya > Signed-off-by: Apurva Nandan Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v2] net: wget: Support non-default HTTP port

2023-12-13 Thread Tom Rini
'tftpdstp'). Retain port 80 as the default > fallback port. This way, users can start their own trivial server > and conveniently download whatever files they need into U-Boot. > > Signed-off-by: Marek Vasut Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v2] test/py: mii: Add tests for mii command

2023-12-13 Thread Tom Rini
play data from MII PHY address > > Signed-off-by: Love Kumar Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH] maintainers: bcmns3: remove maintainer

2023-12-13 Thread Tom Rini
On Tue, Dec 05, 2023 at 09:12:22AM +, Peter Robinson wrote: > Remove Bharat Gooty as a maintainer as his mail is > bouncing. > > Signed-off-by: Peter Robinson > Cc: Rayagonda Kokatanur Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] maintainers: rk3399: remove maintainer

2023-12-13 Thread Tom Rini
On Fri, Nov 24, 2023 at 12:04:31PM +, Shantur Rathore wrote: > Remove Akash Gajjar from > MAINTAINERS as email is bouncing. > > Signed-off-by: Shantur Rathore > Reviewed-by: Kever Yang Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] MAINTAINERS: Fix ARCH_APPLE file paths

2023-12-13 Thread Tom Rini
On Wed, Nov 22, 2023 at 04:21:14PM +, Moritz Fischer wrote: > Fixes a filepath in MAINTAINERS file that wasn't updated when > renaming the files to match the new SoC name. > > Fixes: a4bd5e4120d6 ('arm: apple: Change SoC name from "m1" into "apple"') > Signed-off-by: Moritz Fischer Applied

Re: [PATCH] drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt

2023-12-13 Thread Tom Rini
On Mon, Nov 20, 2023 at 08:21:51PM +, Alexander Gendin wrote: > Both FS_LOADER and SPL_FS_LOADER have the same menu prompt. > To avoid confusion, make prompt for SPL_FS_LOADER different. > > Signed-off-by: Alexander Gendin > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --

Re: [PATCH] lib/Kconfig: Correct typo about SYSINFO_SMBIOS in help message

2023-12-13 Thread Tom Rini
On Mon, Nov 20, 2023 at 03:17:23PM -0500, Tom Rini wrote: > The correct symbol to enable to have SMBIOS populate fields based on the > device tree is SYSINFO_SMBIOS and not SMBIOS_SYSINFO. > > Signed-off-by: Tom Rini > Reviewed-by: Simon Glass Applied to u-boot/master, t

Re: [PATCH 2/2 v3] smbios: Fallback to the default DT if sysinfo nodes are missing

2023-12-13 Thread Tom Rini
On Wed, Dec 13, 2023 at 03:22:25PM -0700, Simon Glass wrote: > Hi Tom, > > On Wed, 13 Dec 2023 at 13:56, Tom Rini wrote: > > > > On Wed, Dec 13, 2023 at 01:41:04PM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 13 Dec 2023 at 13:17,

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-12-13 Thread Tom Rini
On Wed, Dec 13, 2023 at 01:51:00PM -0700, Simon Glass wrote: > Hi Tom, > > On Wed, 13 Dec 2023 at 13:42, Tom Rini wrote: > > > > On Wed, Dec 13, 2023 at 12:50:02PM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Sat, 9 Dec 2023 at 08:48,

Re: [PATCH 2/2 v3] smbios: Fallback to the default DT if sysinfo nodes are missing

2023-12-13 Thread Tom Rini
On Wed, Dec 13, 2023 at 01:41:04PM -0700, Simon Glass wrote: > Hi Tom, > > On Wed, 13 Dec 2023 at 13:17, Tom Rini wrote: > > > > On Wed, Dec 13, 2023 at 12:51:33PM -0700, Simon Glass wrote: > > > Hi Ilias, > > > > > > On Thu, 7

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-12-13 Thread Tom Rini
On Wed, Dec 13, 2023 at 12:50:02PM -0700, Simon Glass wrote: > Hi Tom, > > On Sat, 9 Dec 2023 at 08:48, Tom Rini wrote: > > > > On Sat, Dec 02, 2023 at 08:33:48AM -0700, Simon Glass wrote: > > > > > The cyclic subsystem is currently enabled either in all b

Re: [PATCH v4] arm: dts: rockpro64: Add RockPro64 smbios

2023-12-13 Thread Tom Rini
On Wed, Dec 13, 2023 at 12:50:06PM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, 11 Dec 2023 at 13:53, Tom Rini wrote: > > > > On Mon, Dec 11, 2023 at 08:42:19PM +, Shantur Rathore wrote: > > > Hi, > > > > > > On Mon, Nov 13, 2023 at 11:2

Re: [PATCH 2/2 v2] smbios: Fallback to the default DT if sysinfo nodes are missing

2023-12-13 Thread Tom Rini
On Wed, Dec 13, 2023 at 12:50:03PM -0700, Simon Glass wrote: > Hi Ilias, > > On Mon, 11 Dec 2023 at 00:49, Ilias Apalodimas > wrote: > > > > Hi Tom, > > > > On Sat, 9 Dec 2023 at 20:49, Tom Rini wrote: > > > > > > On Wed, Dec 06, 2023 a

Re: [PATCH 2/2 v3] smbios: Fallback to the default DT if sysinfo nodes are missing

2023-12-13 Thread Tom Rini
On Wed, Dec 13, 2023 at 12:51:33PM -0700, Simon Glass wrote: > Hi Ilias, > > On Thu, 7 Dec 2023 at 02:19, Ilias Apalodimas > wrote: > > > > In order to fill in the SMBIOS tables U-Boot currently relies on a > > "u-boot,sysinfo-smbios" compatible node. This is fine for the boards > > that

Re: [PATCH v3 00/32] bootm: Refactoring to reduce reliance on CMDLINE (part A)

2023-12-13 Thread Tom Rini
On Sat, 18 Nov 2023 14:04:48 -0700, Simon Glass wrote: > It would be useful to be able to boot an OS when CONFIG_CMDLINE is > disabled. This could allow reduced code size. > > Standard boot provides a way to handle programmatic boot, without > scripts, so such a feature is possible. The main

Re: [PATCH v2 0/6] some LED patches

2023-12-13 Thread Tom Rini
On Fri, 17 Nov 2023 12:38:05 +0100, Rasmus Villemoes wrote: > I wanted to add support for ti,lp5562, and found an old submission > from Doug. While trying to modify that to work in current U-Boot, I > found a problem with the "move label handling to core" patches. > > Patch 1 is a prerequisite

Re: [PATCH] net: wget: Support non-default HTTP port

2023-12-13 Thread Tom Rini
On Sat, Nov 04, 2023 at 04:09:54PM +0100, Marek Vasut wrote: > Currently the wget command is hard wired to HTTP port 80. This is > inconvenient, as it is extremely easy to start trivial HTTP server > as an unprivileged user using e.g. python http module to serve the > files, but such a server has

Re: [PATCH v1 0/5] Convert recently merged T30 boards to use DM PMIC

2023-12-13 Thread Tom Rini
On Wed, Dec 13, 2023 at 12:44:34PM +0100, Thierry Reding wrote: > On Wed, Dec 13, 2023 at 11:42:45AM +0200, Svyatoslav Ryhel wrote: > > > > > > 15 листопада 2023 р. 21:11:49 GMT+02:00, Tom Rini > > написав(-ла): > > >On Wed, Nov 15, 2023 at 04:51:08PM +0100,

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

2023-12-12 Thread Tom Rini
On Tue, Dec 12, 2023 at 01:44:14PM -0300, Fabio Estevam wrote: > Hi Tom, > > On Tue, Dec 12, 2023 at 1:20 PM Fabio Estevam wrote: > > > From: Andrejs Cainikovs (1): > > apalis-imx8: add USBH_EN gpio hog > > This one did not apply cleanly, and I messed up the From: line (it > contains a

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

2023-12-12 Thread Tom Rini
On Tue, Dec 12, 2023 at 01:20:46PM -0300, Fabio Estevam wrote: > Hi Tom, > > please pull these fixes from u-boot-imx, thanks. > > The following changes since commit 65eed687729c28431d38c6c9174da4d878fb107f: > > test/py: Disable error E0611 in two cases for pylint (2023-12-09 14:58:21 >

Re: [PATCH] mtd: spi-nor-core: Implement spi_nor_read_sfdp_dma_unsafe() for sfdp parse

2023-12-12 Thread Tom Rini
On Sun, Jul 10, 2022 at 11:07:41AM +0530, Jagan Teki wrote: > On Fri, Jun 3, 2022 at 12:31 PM Vaishnav Achath wrote: > > > > During SFDP header parse and BFPT parse, structures in stack are used > > to perform spi_nor_read_sfdp() which expects a dma-safe buffer. > > > > This commit introduces

Re: [PATCH v1 0/5] Convert recently merged T30 boards to use DM PMIC

2023-12-12 Thread Tom Rini
On Mon, Dec 11, 2023 at 12:55:32PM +0100, Thierry Reding wrote: > On Wed, Nov 15, 2023 at 02:11:49PM -0500, Tom Rini wrote: > > On Wed, Nov 15, 2023 at 04:51:08PM +0100, Thierry Reding wrote: > > > On Mon, Nov 06, 2023 at 04:04:07PM -0500, Tom Rini wrote: > > > > On M

Re: [PATCH 0/7] spi-nor: Add parallel and stacked memories support

2023-12-12 Thread Tom Rini
On Wed, Dec 06, 2023 at 06:58:14PM +0530, Jagan Teki wrote: > On Wed, Dec 6, 2023 at 6:11 PM Michal Simek wrote: > > > > > > > > On 12/6/23 13:24, Jagan Teki wrote: > > > On Fri, Aug 18, 2023 at 9:51 AM Ashok Reddy Soma > > > wrote: > > >> > > >> This series adds support for Xilinx qspi parallel

Re: [PATCH v4] arm: dts: rockpro64: Add RockPro64 smbios

2023-12-11 Thread Tom Rini
On Mon, Dec 11, 2023 at 08:42:19PM +, Shantur Rathore wrote: > Hi, > > On Mon, Nov 13, 2023 at 11:24 AM Shantur Rathore wrote: > > > > Add smbios information for Pine64 RockPro64 board and enable in > > config > > > > Signed-off-by: Shantur Rathore > > --- > > Changes > > v4: Change

Re: [PATCH 1/3] iommu: fix compilation when CONFIG_PCI disabled

2023-12-11 Thread Tom Rini
On Mon, Dec 11, 2023 at 07:47:04PM +, Caleb Connolly wrote: > > > On 11/12/2023 19:17, Tom Rini wrote: > > On Mon, Dec 11, 2023 at 08:08:32PM +0100, Dragan Simic wrote: > >> On 2023-12-11 19:41, Caleb Connolly wrote: > >>> The dev_pci_iommu_enable() functi

Re: [PATCH 1/3] iommu: fix compilation when CONFIG_PCI disabled

2023-12-11 Thread Tom Rini
On Mon, Dec 11, 2023 at 08:08:32PM +0100, Dragan Simic wrote: > On 2023-12-11 19:41, Caleb Connolly wrote: > > The dev_pci_iommu_enable() function is only available when CONFIG_PCI is > > enabled, replace the runtime check with a preprocessor one to fix > > compilation with pci disabled. > > > >

Re: [PATCH] include: env: ti: ti_common: Run main_cpsw0_qsgmii_phyinit conditionally

2023-12-11 Thread Tom Rini
sw0_qsgmii_phyinit command is run > only for such SoCs. > > Signed-off-by: Manorit Chawdhry > Signed-off-by: Siddharth Vadapalli Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v3] arch: arm: Kconfig: Enable BOOTSTD_FULL for Rockchip SoCs

2023-12-11 Thread Tom Rini
On Mon, Dec 11, 2023 at 11:22:45AM -0700, Simon Glass wrote: > Hi Tom, [snip] > > I think in hind-sight too much stuff is omitted without BOOTSTD_FULL. > > The option itself then enables other stuff too by default, but some > > parts of the bootflow command itself should be visible even without

Re: [PATCH v3] arch: arm: Kconfig: Enable BOOTSTD_FULL for Rockchip SoCs

2023-12-11 Thread Tom Rini
On Mon, Dec 11, 2023 at 10:52:12AM -0700, Simon Glass wrote: > Hi, > > On Sat, 9 Dec 2023 at 15:19, Shantur Rathore wrote: > > > > On Sat, Dec 9, 2023 at 8:56 PM Tom Rini wrote: > > > > > > On Fri, Dec 08, 2023 at 01:59:26PM +, Shantur Rathore wrote: &

Re: [PATCH 00/21] Qualcomm generic board support

2023-12-10 Thread Tom Rini
On Wed, Dec 06, 2023 at 10:35:02AM +0530, Sumit Garg wrote: > On Tue, 5 Dec 2023 at 15:39, Krzysztof Kozlowski > wrote: > > > > On 05/12/2023 10:45, Sumit Garg wrote: > > > + U-boot custodians list > > > > > > On Tue, 5 Dec 2023 at 12:58, Krzysztof Kozlowski > > > wrote: > > >> > > >> On

Re: [PATCH 00/21] Qualcomm generic board support

2023-12-10 Thread Tom Rini
On Wed, Dec 06, 2023 at 12:44:47PM +0200, Ilias Apalodimas wrote: > Hi Tom, > > On Wed, 22 Nov 2023 at 16:28, Tom Rini wrote: > > > > On Wed, Nov 22, 2023 at 07:44:09PM +0530, Sumit Garg wrote: > > > On Wed, 22 Nov 2023 at 19:31, Tom Rini wrote: > > >

Re: [PATCH] test: bdinfo: Handle systems without getopt

2023-12-10 Thread Tom Rini
On Sun, Dec 10, 2023 at 04:01:56PM +0100, Marek Vasut wrote: > Systems without getopt support fall back to plain full bdinfo print, > handle such a case, which occurs e.g. with sandbox_flattree_defconfig . > > Fixes: 8827a3871452 ("test: bdinfo: Test bdinfo -h") > Fixes: 2696f3ab8101 ("test:

Re: [PATCH v12 00/24] Modernize U-Boot shell

2023-12-09 Thread Tom Rini
added, the cli_hush_upstream.c is 13030 > lines > long but it seems a smaller subset is really used: > gcc -D__U_BOOT__ -E common/cli_hush_upstream.c | wc -l > 2870 > Despite this, it is better to still have the whole upstream code for the sake > of > easing mainten

Re: [PATCH v2 1/3] mtd: spi-nor: Add support for zBIT ZB25VQ128

2023-12-09 Thread Tom Rini
On Sat, Dec 09, 2023 at 10:43:35PM +0100, Dragan Simic wrote: > On 2023-12-09 22:21, Tom Rini wrote: > > On Sat, Dec 09, 2023 at 10:02:09PM +0100, Dragan Simic wrote: > > > On 2023-12-09 21:43, Tom Rini wrote: > > > > On Sat, Dec 09, 2023 at 09:37:28PM +0100, Dragan

Re: [PATCH 00/21] Qualcomm generic board support

2023-12-09 Thread Tom Rini
On Mon, Dec 04, 2023 at 11:02:57AM +0530, Sumit Garg wrote: [snip] > But currently u-boot doesn't have a proper way to validate those DTS > against DT bindings (maintained in Linux kernel). Although there are > Devicetree schema tools available here [2], there isn't a versioned > release package

<    5   6   7   8   9   10   11   12   13   14   >