Re: [PATCH v2 1/2] ARM: bootm: Add support for starting Linux through OpTee-OS on ARMv7a

2025-09-13 Thread Tom Rini
On Tue, Sep 09, 2025 at 05:02:27AM +0200, Marek Vasut wrote: > On 6/30/25 7:18 AM, Heinrich Schuchardt wrote: > > Am 30. Juni 2025 02:08:05 MESZ schrieb Marek Vasut > > : > > > Add support for jumping to Linux kernel through OpTee-OS on ARMv7a. > > > This is only supported if U-Boot runs in PL1 se

Re: [PATCH v2] scripts/Makefile.lib: add CONFIG_SYS_CONFIG_NAME prefix to dtsi search

2025-09-13 Thread E Shattow
On 9/13/25 02:23, E Shattow wrote: > > > On 9/12/25 07:23, Tom Rini wrote: >> On Tue, Aug 26, 2025 at 02:47:00PM -0700, E Shattow wrote: >> >>> Add ${CONFIG_SYS_CONFIG_NAME}-u-boot.dtsi into dtsi include search order: >>> orig filename, (SYS_CONFIG_NAME), SYS_SOC, SYS_CPU, SYS_VENDOR, no prefi

[PATCH v1 7/8] imx: ele_ahab: Add i.MX94 support to display_life_cycle()

2025-09-13 Thread Alice Guo (OSS)
From: Ye Li Extend display_life_cycle() to support i.MX94. Signed-off-by: Ye Li Signed-off-by: Jacky Bai Signed-off-by: Alice Guo Acked-by: Peng Fan --- arch/arm/mach-imx/ele_ahab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-imx/ele_ahab.c b/arch/arm/m

Re: [PATCH v2 4/6] usb: gadget: max3420_udc: Remove unused driver

2025-09-13 Thread Marek Vasut
On 9/11/25 11:50 PM, Tom Rini wrote: This driver was never enabled by any platforms after being added to the tree over 5 years ago. Remove it. Signed-off-by: Tom Rini Reviewed-by: Marek Vasut

Re: [PATCH v2 3/6] usb: gadget: bcm_udc_otg: Remove unused driver

2025-09-13 Thread Marek Vasut
On 9/11/25 11:50 PM, Tom Rini wrote: This driver is unused since the removal of the bcm28155_ap board in commit 0f6807e77b07 ("arm: Remove bcm28155_ap board"). Remove it. Fixes: 0f6807e77b07 ("arm: Remove bcm28155_ap board") Signed-off-by: Tom Rini Reviewed-by: Marek Vasut

Re: [PATCH] arm: armv8: Fix spl recover data section broken

2025-09-13 Thread Fabio Estevam
Hi Ye Li, On Fri, Sep 12, 2025 at 6:41 AM Ye Li wrote: > > SPL recover data section is broken which causes reboot failure on > some i.MX platforms (iMX8QM/iMX95). > The global variable cold_reboot_flag is assigned to weak reset_flag > function which always return 1, so restore never been executed

RE: [PATCH 2/2] board: dhelectronics: Use isascii() before isprint() in dh_read_eeprom_id_page()

2025-09-13 Thread Christoph Niedermaier
From: Marek Vasut Sent: Sunday, September 7, 2025 3:01 AM > The isprint() checks printability across all 256 characters, some of the > upper 128 characters are printable and produce artifacts on UART. Call > isascii() first to only consider the bottom 7bit ASCII characters as > printable, and then

Re: [PATCH] arm: mach-k3: am625: Unlock MMR registers again

2025-09-13 Thread b...@ti.com
On September 10, 2025 thus sayeth Sverdlin, Alexander: > Hi Bryan! > > On Wed, 2025-09-10 at 07:08 -0500, b...@ti.com wrote: > > On September 10, 2025 thus sayeth Daniel Schultz: > > > Hi Alexander, > > > > > > On 8/21/25 18:21, Sverdlin, Alexander wrote: > > > > Dear Daniel, TI team, > > > > >

Re: [PATCH 1/2] timer: tegra: Bind watchdog driver when timer node is processed

2025-09-13 Thread Svyatoslav Ryhel
вт, 9 вер. 2025 р. о 18:47 Tom Rini пише: > ... > It's a devkit where I'm pretty sure the watchdog exists, so we can > enable it there and be done. Just because it doesn't use it today > doesn't mean it can't use it in the future if we enable it, the "use > watchdog to make sure A/B system configu

Re: [PATCH RFT v1 03/17] spl: Kconfig: allow K3 devices to use falcon mode

2025-09-13 Thread Andrew Davis
On 9/11/25 8:13 AM, Anshul Dalal wrote: Falcon mode was disabled for TI_SECURE_DEVICE at commit e95b9b4437bc ("ti_armv7_common: Disable Falcon Mode on HS devices") for older 32-bit HS devices and can be enabled on K3 devices. The reason we disabled Falcon Mode for these devices is because it c

Re: [PATCH] cmd/dma: fix generic naming, spacing, and Dependencies

2025-09-13 Thread Tom Rini
On Sat, Sep 13, 2025 at 04:04:14PM +0800, briansune wrote: > This adds a new U-Boot command 'c5_pl330_dma' for Cyclone V SoCDK > boards. It provides access to the Reset Manager's Per2ModRst register > to release the reset for ARM PrimeCell PL330 DMA channels. This allows > software to initialize a

Re: [PATCH] power: pfuze100: Ensure loop index is incremented

2025-09-13 Thread Tom Rini
On Sun, Aug 31, 2025 at 09:35:13AM -0600, Tom Rini wrote: > On Thu, Jul 03, 2025 at 12:31:50PM +0100, Andrew Goodbody wrote: > > > The for loop in se_desc uses i as the loop index and also to cause the > > loop to end if the passed in name is not found. However i is not > > incremented which could

Re: [PATCH] doc: Convert README.commands.spl to rST

2025-09-13 Thread Heinrich Schuchardt
Am 13. September 2025 17:18:07 MESZ schrieb Tom Rini : >On Sat, Sep 13, 2025 at 02:32:26AM +0200, Heinrich Schuchardt wrote: >> On 9/13/25 01:02, Tom Rini wrote: >> > This converts the existing README.commands.spl file to rST as >> > doc/usage/cmd/spl.rst and adds it to the command index. Minimal >

Re: [PATCH RFC 4/9] serial: serial_meson: add minimal non-DM driver

2025-09-13 Thread Tom Rini
On Thu, Sep 11, 2025 at 03:37:07PM +, Ferass El Hafidi wrote: > On Wed Sep 10, 2025 at 8:30 PM UTC, Heinrich Schuchardt wrote: > > On 9/10/25 22:14, Ferass El Hafidi wrote: > >> On Wed Sep 10, 2025 at 7:53 PM UTC, Heinrich Schuchardt wrote: > >>> <...> > +static int meson_serial_getc(void)

Re: [PATCH] doc: Convert README.commands.spl to rST

2025-09-13 Thread Tom Rini
On Sat, Sep 13, 2025 at 02:32:26AM +0200, Heinrich Schuchardt wrote: > On 9/13/25 01:02, Tom Rini wrote: > > This converts the existing README.commands.spl file to rST as > > doc/usage/cmd/spl.rst and adds it to the command index. Minimal > > rewording is done to the previous contents, to make it f

[PATCH] cmd/dma: fix generic naming, spacing, and Dependencies

2025-09-13 Thread briansune
This adds a new U-Boot command 'c5_pl330_dma' for Cyclone V SoCDK boards. It provides access to the Reset Manager's Per2ModRst register to release the reset for ARM PrimeCell PL330 DMA channels. This allows software to initialize and use the PL330 DMA controller properly after reset. Tested-by: Su

Re: [PATCH v3 2/2] clk: scmi: add compatibility for clock version 3.0 and onwards

2025-09-13 Thread Maxim Kochetkov
09.09.2025 13:18, Dhruva Gole wrote: On Aug 25, 2025 at 16:49:30 +0300, Maxim Kochetkov wrote: 19.08.2025 10:33, Kamlesh Gurudasani wrote: Clock version 3.0 specified in ARM SCMI Platform design document v3.2, adds extended_config_val parameter in CLOCK_CONFIG_SET. The SCMI server with clock v