Re: [PATCH v2] imx8m: Guard binman nodes with CONFIG_OPTEE

2025-01-21 Thread Fabio Estevam
Hi Yannic, On Fri, Jan 17, 2025 at 5:24 AM Yannic Moog wrote: > I have a question: > Since tee.bin is marked as optional, we still get the same behaviour when > OPTEE is set but no > tee.bin is supplied. > What do you suggest to do to remedy this? > > We could remove the optional. Given that we

Re: [PATCH 02/17] net: miiphybb: Introduce bb_miiphy_free()/bb_miiphy_free() wrappers

2025-01-21 Thread Paul Barker
On 18/01/2025 06:53, Marek Vasut wrote: > Introduce bb_miiphy_free()/bb_miiphy_free() wrappers to allocate and free This should be bb_miiphy_alloc()/bb_miiphy_free(). Same for the commit title. Thanks, -- Paul Barker OpenPGP_0x27F4B3459F002257.asc Description: OpenPGP public key OpenPGP_sig

Re: [PATCH 01/17] miiphy: Introduce mdio_init()

2025-01-21 Thread Paul Barker
On 18/01/2025 06:53, Marek Vasut wrote: > Introduce mdio_init() split off from mdio_alloc(), which is used > to initialize already allocated struct mii_dev. > > Signed-off-by: Marek Vasut Replying here for the whole patch series... I like where we get to at the end of this series, but I don't l

Re: [PATCH RFC v2] image: apply FDTOs on FDT image node without a load property

2025-01-21 Thread Quentin Schulz
Hi Marek, On 1/21/25 12:55 AM, Marek Vasut wrote: On 1/16/25 12:46 PM, Quentin Schulz wrote: From: Quentin Schulz A FIT image which is NOT using -E when created by mkimage - that is with image data within the FIT - will fail to apply FDTO if the base FDT image node does not specify a load pro

Re: [PATCH v3 05/13] power-domain: Add refcounting

2025-01-21 Thread Miquel Raynal
Hi Simon, On 20/01/2025 at 12:21:04 -07, Simon Glass wrote: > Hi Miquel, > > On Mon, 20 Jan 2025 at 03:34, Miquel Raynal wrote: >> >> Hello Simon, >> >> >> int power_domain_on(struct power_domain *power_domain) >> >> { >> >> ... >> >> >> + if (priv->on_count++ > 0) >> >> +

RE: [U-Boot][PATCH v4 5/5] fpga: add new symbol for fpga_loadb

2025-01-21 Thread Erkiaga Elorza, Ibai
[AMD Official Use Only - AMD Internal Distribution Only] Hi Michal > -Original Message- > From: Simek, Michal > Sent: Monday, January 20, 2025 1:04 PM > To: Erkiaga Elorza, Ibai ; u-boot@lists.denx.de > Cc: a...@thorsis.com > Subject: Re: [U-Boot][PATCH v4 5/5] fpga: add new symbol for f

RE: [resend v2 00/19] Add Cadence NAND Driver support

2025-01-21 Thread Maniyam, Dinesh
Hi Michael, Any update on my NAND patchset ?. I can see it is still under review. Is there anything I can do from my side to speed up the review process? Thanks for your time. > -Original Message- > From: Maniyam, Dinesh > Sent: Tuesday, 17 December 2024 3:41 pm > To: Michael Nazzareno Tr

Re: [PATCH] net: miiphybb: configs: Drop CONFIG_BITBANGMII_MULTI

2025-01-21 Thread Paul Barker
On 18/01/2025 06:14, Marek Vasut wrote: > It seems that every remaining system which enables BITBANGMII also > enables BITBANGMII_MULTI . Remove the BITBANGMII_MULTI symbol and > assume it is always enabled. This allows removal of a bit of legacy > code. No functional change intended. > > Signed-o

Re: secure boot, mkimage with external signing server

2025-01-21 Thread Rasmus Villemoes
On Mon, Jan 20 2025, "Rosenschild, Klaus" wrote: > Hello, > I have a question regarding the signing of a FIT image using mkimage. I > already contacted DENX, they referred me to this mailing list. > > mkimage supports the creation of a signed FIT image. To do this, we need to > have an appropri

Re: [PATCH v1 2/2] net: phy: gmii2rgmii: Add support for phy ethernet id configuration

2025-01-21 Thread Michal Simek
On 1/16/25 06:43, Tapio Reijonen wrote: When Kconfig PHY_ETHERNET_ID is set, create external PHY using via ethernet-phy-id driver to support using starpping resistors typo. of the external PHY. Fixes: commit a744a284e354 ("net: phy: Add support for ethernet-phy-id with gpio reset") No

Guidance on Building a Lightweight and Updated System for PX30 Board

2025-01-21 Thread Hossein Majidi
Hello, I have a board from the company 9Tripod with a Rockchip PX30 (X30) processor. The source code provided by the company includes U-Boot version 2017.09 and kernel 4.4.194, which are outdated, unstable, and heavy. Therefore, I decided to build a lightweight, stable, and updated Debian-based op

RE: [PATCH v4 03/11] ARM: dts: socfpga: add Mercury+ AA1 for u-boot dts

2025-01-21 Thread Chee, Tien Fong
Hi, -Original Message- From: Lothar Rubusch Sent: Saturday, October 26, 2024 11:52 PM To: u-boot@lists.denx.de; tr...@konsulko.com; ma...@denx.de; simon.k.r.goldschm...@gmail.com; Chee, Tien Fong ; sumit.g...@linaro.org Cc: s...@chromium.org; xypron.g...@gmx.de; michal.si...@amd.com; L

Re: [PATCH v1 1/2] net: phy: Let gmiitorgmii converter create additional PHY

2025-01-21 Thread Michal Simek
Hi, čt 16. 1. 2025 v 14:07 odesílatel Tapio Reijonen napsal: > > Change the order to connect gmiitorgmii before PHY creation. > The gmiitorgmii create additional in DTS configured PHY during > it's configuration. This ensures, that converter sits between the > MAC and the external phy > MAC <==>

Re: [RFC PATCH 1/2] Introduce coroutines framework

2025-01-21 Thread Jerome Forissier
Hi Michal, On 1/21/25 12:44, Michal Simek wrote: > > > On 1/20/25 14:50, Jerome Forissier wrote: >> Adds the COROUTINES Kconfig symbol which introduces a new internal API >> for coroutines support. As explained in the Kconfig file, this is meant >> to provide some kind of cooperative multi-taski

[PATCH] arm64: zynqmp: Describe ethernet controllers via aliases on SOM

2025-01-21 Thread Michal Simek
Add ethernet aliases to CC (Carrier card) description to create a connection which is used by fdt_fixup_ethernet() for updating local-mac-address in DT. On Kria SOM MAC address is read from i2c eeprom at start and based on it environment variables are created. Without creating aliases U-Boot is not

Re: [PATCH] xilinx: Enable support for Infineon Octal flashes

2025-01-21 Thread Michal Simek
On 1/16/25 06:18, Venkatesh Yadav Abbarapu wrote: Added support for Infineon Octal flash components on the Versal and Versal Net platforms. Signed-off-by: Tejas Bhumkar Signed-off-by: Venkatesh Yadav Abbarapu --- configs/xilinx_versal_net_virt_defconfig | 1 + configs/xilinx_versal_virt_

Re: [PATCH] arm64: versal2: Enable the OPTEE command

2025-01-21 Thread Michal Simek
On 1/17/25 07:45, Venkatesh Yadav Abbarapu wrote: Enable the command OPTEE which runs the basic 'hello world ta'. Signed-off-by: Venkatesh Yadav Abbarapu --- configs/amd_versal2_virt_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/amd_versal2_virt_defconfig b/config

Re: [RFC PATCH 1/2] Introduce coroutines framework

2025-01-21 Thread Michal Simek
On 1/20/25 14:50, Jerome Forissier wrote: Adds the COROUTINES Kconfig symbol which introduces a new internal API for coroutines support. As explained in the Kconfig file, this is meant to provide some kind of cooperative multi-tasking with the goal to improve performance by overlapping lengthy

Re: [PATCH] net: ravb: Staticize bb_miiphy functions

2025-01-21 Thread Paul Barker
On 18/01/2025 06:12, Marek Vasut wrote: > These functions can be static as they are referenced only in this file. > Make them static. No functional change. > > Signed-off-by: Marek Vasut Reviewed-by: Paul Barker -- Paul Barker OpenPGP_0x27F4B3459F002257.asc Description: OpenPGP public key

[U-Boot][PATCH v5 0/5] Improve fpga cmd usage information

2025-01-21 Thread Ibai Erkiaga
Current usage information is not read friendly specially when all the options are selected. This series fix some of the issues in the info, aligment and overlapping issues, excess of verbosity on the loads... Additionally Xilinx exclusive command dependencies are included to remove tex

[U-Boot][PATCH v5 4/5] fpga: xilinx exclusive commands

2025-01-21 Thread Ibai Erkiaga
Ensure all Xilinx exclusive fpga commands have a KConfig symbol and dependency to FPGA_XILINX listed. Remove (Xilinx only) text from the help command. Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/Kconfig | 10 +- cmd/fpga.c | 6 +++--- 2 files changed, 8 insertions(+), 8

[U-Boot][PATCH v5 2/5] fpga: improve loads usage information

2025-01-21 Thread Ibai Erkiaga
Current usage information for loads command is too verbose and long for a command usage prompt. This flag simplifies the text for readability purposes. Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/fpga.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-)

[U-Boot][PATCH v5 1/5] fpga: fix alignment on fpga cmd usage info

2025-01-21 Thread Ibai Erkiaga
The current implementation generates some alignment issues as well as some overlapping when all the fpga command options are enabled. The fix is intended to improve readability of the usage info. Signed-off-by: Ibai Erkiaga Acked-by: Alexander Dahl --- Changes in v5: - Reorder KConfig to ensure

[U-Boot][PATCH v5 5/5] fpga: add new symbol for fpga_loadb

2025-01-21 Thread Ibai Erkiaga
Adding new symbol for the fpga loadb command which is exclusive to Xilinx. Default value is y for backward compatibility. Clarify the type of file used for fpga programming commands Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/Kconfig | 17 - cmd/fpga.c | 8

[U-Boot][PATCH v5 3/5] fpga: resort fpga commands

2025-01-21 Thread Ibai Erkiaga
Resort the fpga commands both in the Kconfig and in the source code to list Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/Kconfig | 14 +++--- cmd/fpga.c | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 1a0985ca479..

[PATCH] treewide: Replace Maximumm with Maximum in Kconfig symbol description

2025-01-21 Thread Marek Vasut
Replace Maximumm with Maximum in Kconfig symbol description, fix a typo. No functional change. Signed-off-by: Marek Vasut --- Cc: Anurag Dutta Cc: Christoph Niedermaier Cc: Francesco Dolcini Cc: Heinrich Schuchardt Cc: Hiago De Franco Cc: Joe Hershberger Cc: Michael Trimarchi Cc: Michal Si

Re: [PATCH] treewide: Replace Maximumm with Maximum in Kconfig symbol description

2025-01-21 Thread Michal Simek
On 1/21/25 16:36, Marek Vasut wrote: Replace Maximumm with Maximum in Kconfig symbol description, fix a typo. No functional change. Signed-off-by: Marek Vasut --- Cc: Anurag Dutta Cc: Christoph Niedermaier Cc: Francesco Dolcini Cc: Heinrich Schuchardt Cc: Hiago De Franco Cc: Joe Hershbe

Re: [PATCH v3 4/5] blkmap: store type of blkmap device in corresponding structure

2025-01-21 Thread Ilias Apalodimas
On Tue, 21 Jan 2025 at 18:02, Sughosh Ganu wrote: > > On Tue, 21 Jan 2025 at 21:25, Ilias Apalodimas > wrote: > > > > Hi Sughosh > > > > On Mon, 20 Jan 2025 at 12:51, Sughosh Ganu wrote: > > > > > > Add information about the type of blkmap device in the blkmap > > > structure. Currently, the blk

Re: [PATCH v3 4/5] blkmap: store type of blkmap device in corresponding structure

2025-01-21 Thread Ilias Apalodimas
Hi Sughosh On Mon, 20 Jan 2025 at 12:51, Sughosh Ganu wrote: > > Add information about the type of blkmap device in the blkmap > structure. Currently, the blkmap device is used for mapping to either > a memory based block device, or another block device (linear > mapping). Put information in the

Re: [PATCH v3 4/5] blkmap: store type of blkmap device in corresponding structure

2025-01-21 Thread Sughosh Ganu
On Tue, 21 Jan 2025 at 21:25, Ilias Apalodimas wrote: > > Hi Sughosh > > On Mon, 20 Jan 2025 at 12:51, Sughosh Ganu wrote: > > > > Add information about the type of blkmap device in the blkmap > > structure. Currently, the blkmap device is used for mapping to either > > a memory based block devic

Re: [PATCH v2] mmc: Remove alignment hole for cmdidx in struct mmc_cmd

2025-01-21 Thread Ferass El Hafidi
On Sun Jan 19, 2025 at 11:35 PM UTC, Jonas Karlman wrote: > <...> > On 2024-04-03 02:00, Jaehoon Chung wrote: > <...> > > On 1/28/24 01:29, Jonas Karlman wrote: > >> The alignment hole caused by cmdidx in struct mmc_cmd cause strange > >> issues together with the peephole2 optimization on Amlogic S

[PATCH] Squashed 'dts/upstream/' changes from 9b6ba2666d63..8531b4b4988c

2025-01-21 Thread Tom Rini
8531b4b4988c Merge tag 'v6.13-rc7-dts-raw' [snip] git-subtree-dir: dts/upstream git-subtree-split: 8531b4b4988c2c9bddc90ea74f2d3e2dca9d5056 --- This will bring us to the v6.13-dts tag of the devicetree-rebasing tree and so match v6.13 release. Changes and changelog omitted due to size, and everyone

[PATCH] fpga: Avoid ignored-qualifiers warning

2025-01-21 Thread Alexander Dahl
Fixes annoying warnings of the following type when built with W=1 (for each file including fpga.h): CC drivers/fpga/fpga.o In file included from /mnt/data/adahl/src/u-boot/include/xilinx.h:7, from /mnt/data/adahl/src/u-boot/drivers/fpga/fpga.c:10: /mnt/data/

Re: [PATCH] fpga: Avoid ignored-qualifiers warning

2025-01-21 Thread Alexander Dahl
Hello, Am Tue, Jan 21, 2025 at 05:22:12PM +0100 schrieb Alexander Dahl: > Fixes annoying warnings of the following type when built with W=1 (for > each file including fpga.h): > > CC drivers/fpga/fpga.o > In file included from /mnt/data/adahl/src/u-boot/include/xilinx.h:7, >

Re: [PATCH 1/1] acpi: don't fill FADT, MADT if CONFIG_QFW_ACPI=y

2025-01-21 Thread Tom Rini
On Fri, 20 Dec 2024 01:37:59 +0100, Heinrich Schuchardt wrote: > When using the ACPI tables supplied by QEMU, we don't need to build the > FADT and MADT tables in U-Boot. > > This patch avoids a build failure > > make qemu-riscv64_smode_defconfig acpi.config > > [...] Applied to u-boot/mas

Re: [PATCH] configs: am62x_evm_*: Set DFU buffer size to 256k

2025-01-21 Thread Tom Rini
On Fri, 20 Dec 2024 15:53:34 -0600, Jonathan Humphreys wrote: > OSPI flash writing was broken on am62x SKs as the OSPI flash device has a > 256k sector size but was set to 20k. This breaks OSPI flash writes because > the current implementation of the SF DFU backend requires that the DFU data > buf

Re: [PATCH v2 0/3] Broadcom bcmbca dts updates

2025-01-21 Thread Tom Rini
On Mon, 13 Jan 2025 20:54:22 -0800, david regan wrote: > Updates for Broadcom bcmbca devices, > make use of OF_UPSTREAM which uses Linux dts, > update bcmbca dts to current nand node naming convention, > enable basic nand functionality for bcmbca devices. > > Changes in v2: > - Removed addition o

Re: [PATCH v3] sbp1: Add support for IBM SBP1 board

2025-01-21 Thread Tom Rini
On Tue, 14 Jan 2025 11:01:53 +0530, Naresh Solanki wrote: > Add defconfig & devicetree for IBM SBP1 board BMC based on AST2600 SoC. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH v2 0/2] MediaTek MT7629 OF_UPSTREAM migration (v2)

2025-01-21 Thread Tom Rini
On Tue, 14 Jan 2025 18:42:47 +0800, Weijie Gao wrote: > This patch series migrates MediaTek MT7629 to OF_UPSTREAM > > Changes in v2: > * Remove mt7629-rfb.dtb from arch/arm/dts/Makefile > * Add wdt-reboot node to make reset command work > > Sam Shih (2): > clk: mediatek: mt7629: fix gate offse

Re: [PATCH v4 0/2] Static initcalls

2025-01-21 Thread Jerome Forissier
On 1/17/25 22:46, Tom Rini wrote: > On Mon, Jan 06, 2025 at 03:40:12PM +0100, Jerome Forissier wrote: > >> This series replaces the dynamic initcalls (with function pointers) with >> static calls, and gets rid of initcall_run_list(), init_sequence_f, >> init_sequence_f_r and init_sequence_r. Th

Re: [PATCH v4 0/2] Static initcalls

2025-01-21 Thread Tom Rini
On Tue, Jan 21, 2025 at 05:05:58PM +0100, Jerome Forissier wrote: > > > On 1/17/25 22:46, Tom Rini wrote: > > On Mon, Jan 06, 2025 at 03:40:12PM +0100, Jerome Forissier wrote: > > > >> This series replaces the dynamic initcalls (with function pointers) with > >> static calls, and gets rid of ini

AW: secure boot, mkimage with external signing server

2025-01-21 Thread Rosenschild, Klaus
Hi Rasmus, thank you for pointing to this option. We will also check on this option. Best Regards Klaus Von: Rasmus Villemoes Gesendet: Dienstag, 21. Januar 2025 10:28 An: Rosenschild, Klaus Cc: u-boot@lists.denx.de Betreff: Re: secure boot, mkimage with externa

Re: [PATCH] spi: cadence-quadspi: fix potential malfunction after ~49 days uptime

2025-01-21 Thread Ronald Wahl
On 13.12.24 07:04, Vignesh Raghavendra wrote: + tom and jagan Jagan seems to be missing. Does anyone know something? There are a number of patches on patchwork waiting for approval or review. On 12/12/24 02:21, Ronald Wahl wrote: From: Ronald Wahl The get_timer function returns an unsigned

Re: [PATCH] net: miiphybb: Convert ifdef DEBUG to debug()

2025-01-21 Thread Paul Barker
On 18/01/2025 06:16, Marek Vasut wrote: > Replace ifdeffery with plain debug() function call. No functional change. > > Signed-off-by: Marek Vasut > --- > Cc: Adam Ford > Cc: Hai Pham > Cc: Ilias Apalodimas > Cc: Jerome Forissier > Cc: Joe Hershberger > Cc: Mario Six > Cc: Nobuhiro Iwamatsu

Re: [PATCH 1/2] net: ravb: Drop empty init callback

2025-01-21 Thread Paul Barker
On 18/01/2025 06:34, Marek Vasut wrote: > The init function does nothing, the bb_miiphy_init() already checks > whether the .init callback is assigned, and if not, skips calling it. > Remove the empty init function. The entire init callback will be > removed in follow up patches. > > Signed-off-by

Re: [PATCH 1/2] net: ravb: Drop empty init callback

2025-01-21 Thread Marek Vasut
On 1/21/25 1:07 PM, Paul Barker wrote: On 18/01/2025 06:34, Marek Vasut wrote: The init function does nothing, the bb_miiphy_init() already checks whether the .init callback is assigned, and if not, skips calling it. Remove the empty init function. The entire init callback will be removed in fol

Re: [PATCH 1/2] mach-snapdragon: pass fdt to qcom_parse_memory

2025-01-21 Thread Caleb Connolly
On 20/01/2025 20:43, Sam Day wrote: > commit fc37a73e6679 ("fdt: Swap the signature for > board_fdt_blob_setup()") introduced a subtle change to the Snapdragon > implementation, removing the assignment to gd->fdt_blob partway through > the function. > > This breaks qcom_parse_memory() which was

[PATCH] arm64: zynqmp: enable u-boot itb generation via binman if SPL is enabled

2025-01-21 Thread Michal Simek
From: Prasad Kummari Output images are generated via Binman only if SPL is enabled, as there is no consumer for them otherwise. An #ifdef check ensures that when SPL is enabled, Binman generates the U-Boot ITB. If SPL is disabled, ITB generation is skipped since the ITB format is supported only b

Re: [PATCH] net: miiphybb: Fix short name length

2025-01-21 Thread Paul Barker
On 18/01/2025 06:15, Marek Vasut wrote: > Multiple drivers copy MDIO name into struct bb_miiphy_bus name, but > these two name fields have different length, the bb_miiphy_bus one > is 16 bytes, the source one is 32 bytes. Make sure these two lengths > are always synchronized, use MDIO_NAME_LEN for

Re: [PATCH 2/2] drivers: remove bogus DM_FLAG_PROBE_AFTER_BIND flags

2025-01-21 Thread Caleb Connolly
On 18/01/2025 05:32, Simon Glass wrote: > On Fri, 17 Jan 2025 at 00:29, Caleb Connolly > wrote: >> >> Some drivers set DM_FLAG_PROBE_AFTER_BIND, this does nothing since it's >> only every applied on a per-device basis. >> >> Remove the flags. >> >> Signed-off-b

Re: [PATCH RFC v2] image: apply FDTOs on FDT image node without a load property

2025-01-21 Thread Marek Vasut
On 1/21/25 9:25 AM, Quentin Schulz wrote: [...] --- a/boot/image-fit.c +++ b/boot/image-fit.c @@ -2348,10 +2348,10 @@ int boot_get_fdt_fit(struct bootm_headers *images, ulong addr,   char *next_config = NULL;   ulong load, len;   #ifdef CONFIG_OF_LIBFDT_OVERLAY -    ulong image_start,

Re: [PATCH 2/2] mach-snapdragon: support parsing memory info from external FDT

2025-01-21 Thread Caleb Connolly
On 20/01/2025 20:43, Sam Day wrote: > Prior to this commit, board_fdt_blob_setup would decide which FDT to > use, either the external one from the previous bootloader, or the > internal one that was compiled into the binary. > > This commit expands that behaviour a bit further, and introduces a

Re: [RFC PATCH 1/2] Introduce coroutines framework

2025-01-21 Thread Michal Simek
On 1/21/25 14:15, Jerome Forissier wrote: Hi Michal, On 1/21/25 12:44, Michal Simek wrote: On 1/20/25 14:50, Jerome Forissier wrote: Adds the COROUTINES Kconfig symbol which introduces a new internal API for coroutines support. As explained in the Kconfig file, this is meant to provide so

RE: [PATCH v1] arch: arm: mach-socfpga: Mailbox buffer and SDM doorbell improvement

2025-01-21 Thread Chee, Tien Fong
-Original Message- From: Yuslaimi, Alif Zakuan Sent: Wednesday, January 22, 2025 10:21 AM To: u-boot@lists.denx.de Cc: Marek Vasut ; Simon Goldschmidt ; Chee, Tien Fong ; Tom Rini ; Alif Zakuan Yuslaimi ; Simon Glass Subject: [PATCH v1] arch: arm: mach-socfpga: Mailbox buffer and SD

RE: [mailbox error message v1 1/1] fpga: intel_sdm_mb: add support for query SDM config error and status

2025-01-21 Thread Chee, Tien Fong
> -Original Message- > From: Ng, Boon Khai > Sent: Friday, January 17, 2025 2:34 PM > To: Uboot Open List > Cc: Chee, Tien Fong ; Hea, Kok Kiang > ; Maniyam, Dinesh > ; Yuslaimi, Alif Zakuan > ; Zamri, Muhammad Hazim Izzat > ; Tien Fong Chee > ; Kok Kiang Hea ; > Dinesh Maniyam ; Alif

RE: [config 2 support v1 1/1] net: dwc_eth_xgmac_socfpga: Add support for distinct mac-mode and phy mode.

2025-01-21 Thread Chee, Tien Fong
> -Original Message- > From: Ng, Boon Khai > Sent: Friday, January 17, 2025 2:14 PM > To: Uboot Open List > Cc: Chee, Tien Fong ; Hea, Kok Kiang > ; Maniyam, Dinesh > ; Yuslaimi, Alif Zakuan > ; Zamri, Muhammad Hazim Izzat > ; Tien Fong Chee > ; Kok Kiang Hea ; > Dinesh Maniyam ; Alif

RE: [XGMAC RGMII-ID fix v1 1/1] net: dwc_eth_xgmac_socfpga: Add support for rgmii-id mode.

2025-01-21 Thread Chee, Tien Fong
> -Original Message- > From: Ng, Boon Khai > Sent: Friday, January 17, 2025 2:56 PM > To: Uboot Open List > Cc: Chee, Tien Fong ; Hea, Kok Kiang > ; Maniyam, Dinesh > ; Yuslaimi, Alif Zakuan > ; Zamri, Muhammad Hazim Izzat > ; Tien Fong Chee > ; Kok Kiang Hea ; > Dinesh Maniyam ; Alif

RE: [PATCH v4 v5 03/10] ARM: dts: socfpga: add Mercury+ AA1 for u-boot dts

2025-01-21 Thread Chee, Tien Fong
Hi, > -Original Message- > From: U-Boot On Behalf Of Lothar Rubusch > > Sent: Wednesday, November 20, 2024 6:47 AM > To: u-boot@lists.denx.de; tr...@konsulko.com; ma...@denx.de; > simon.k.r.goldschm...@gmail.com; tien.fong.c...@intel.com; > sumit.g...@linaro.org > Cc: s...@chromium.org;

RE: [XGMAC error message v1 1/1] net: dwc_eth_xgmac: Add device name for the error message.

2025-01-21 Thread Chee, Tien Fong
> -Original Message- > From: Ng, Boon Khai > Sent: Friday, January 17, 2025 2:48 PM > To: Uboot Open List > Cc: Chee, Tien Fong ; Hea, Kok Kiang > ; Maniyam, Dinesh > ; Yuslaimi, Alif Zakuan > ; Zamri, Muhammad Hazim Izzat > ; Tien Fong Chee > ; Kok Kiang Hea ; > Dinesh Maniyam ; Alif

Re: [PATCH v2] imx8m: Guard binman nodes with CONFIG_OPTEE

2025-01-21 Thread Yannic Moog
On Tue, 2025-01-21 at 11:09 -0300, Fabio Estevam wrote: > Hi Yannic, > > On Fri, Jan 17, 2025 at 5:24 AM Yannic Moog wrote: > > > I have a question: > > Since tee.bin is marked as optional, we still get the same behaviour when > > OPTEE is set but no > > tee.bin is supplied. > > What do you sug

Re: [PATCH v1 1/2] net: phy: Let gmiitorgmii converter create additional PHY

2025-01-21 Thread Tapio Reijonen
Hi Michal, On 2025-01-21 15:14, Michal Simek wrote: > [You don't often get email from mon...@monstr.eu. Learn why this is important > at https://aka.ms/LearnAboutSenderIdentification ] > > Hi, > > čt 16. 1. 2025 v 14:07 odesílatel Tapio Reijonen > napsal: >> >> Change the order to connect gmii

[PATCH] arm: dts: imx8m*-u-boot: remove optional from tee-os entry

2025-01-21 Thread Yannic Moog
tee-os node is guarded by CONFIG_OPTEE. Since OPTEE adds driver support for OP-TEE, the binary should then be packaged in the bootable image. Remove the optional property to enforce this requirement. Signed-off-by: Yannic Moog --- arch/arm/dts/imx8mm-u-boot.dtsi | 1 - arch/arm/dts/imx8mn-u-boot

Re: [PATCH v1 2/2] net: phy: gmii2rgmii: Add support for phy ethernet id configuration

2025-01-21 Thread Tapio Reijonen
Hi Michal, On 2025-01-21 15:11, Michal Simek wrote: > > > On 1/16/25 06:43, Tapio Reijonen wrote: >> When Kconfig PHY_ETHERNET_ID is set, create external PHY using via >> ethernet-phy-id driver to support using starpping resistors > > typo. starpping -> strapping > >> of the external PHY. >>

Re: [PATCH] Squashed 'dts/upstream/' changes from 9b6ba2666d63..8531b4b4988c

2025-01-21 Thread Sumit Garg
Hi Tom, On Wed, 22 Jan 2025 at 02:01, Tom Rini wrote: > > 8531b4b4988c Merge tag 'v6.13-rc7-dts-raw' > [snip] > git-subtree-dir: dts/upstream > git-subtree-split: 8531b4b4988c2c9bddc90ea74f2d3e2dca9d5056 > --- > This will bring us to the v6.13-dts tag of the devicetree-rebasing tree > and so matc

Re: [PATCH v3 4/5] blkmap: store type of blkmap device in corresponding structure

2025-01-21 Thread Sughosh Ganu
On Wed, 22 Jan 2025 at 03:18, Ilias Apalodimas wrote: > > On Tue, 21 Jan 2025 at 18:02, Sughosh Ganu wrote: > > > > On Tue, 21 Jan 2025 at 21:25, Ilias Apalodimas > > wrote: > > > > > > Hi Sughosh > > > > > > On Mon, 20 Jan 2025 at 12:51, Sughosh Ganu > > > wrote: > > > > > > > > Add informati

Re: [PATCH 0/3] sunxi: switch three SoC families to OF_UPSTREAM

2025-01-21 Thread Sumit Garg
Hi Andre, On Sun, 19 Jan 2025 at 22:13, Andre Przywara wrote: > > This series converts boards with the Allwinner F1C100s/F1C200s, A10, A10s > and A13s SoCs over to OF_UPSTREAM. The .dts and .dtsi files were > identical between the kernel and U-Boot repository, so this is a > no-brainer. Glad to

Re: [PATCH 1/6] fs: fat: factor out dentry link create/delete

2025-01-21 Thread Heinrich Schuchardt
Am 22. Januar 2025 06:32:26 MEZ schrieb Gabriel Dalimonte : >Signed-off-by: Gabriel Dalimonte Hello Gabriel, Thank you for implementing this. Please, add a commit message to each patch. >--- > > fs/fat/fat_write.c | 122 - > 1 file changed, 66 inse