Re: [PATCH v2 28/28] test: Add a test for booting Ubuntu 24.04

2025-02-25 Thread Tom Rini
On Mon, Feb 24, 2025 at 10:54:13AM -0700, Simon Glass wrote: > Hi Tom, > > On Fri, 21 Feb 2025 at 09:06, Tom Rini wrote: > > > > On Fri, Feb 21, 2025 at 06:57:34AM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 20 Feb 2025 at 07:53, Tom Rini wrote: > > > > > > > > On Thu, Feb 20, 20

Re: xPL Proposal

2025-02-25 Thread Tom Rini
On Mon, Feb 24, 2025 at 04:38:50PM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, 24 Feb 2025 at 09:00, Tom Rini wrote: > > > > On Fri, Feb 21, 2025 at 07:07:06PM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Fri, 21 Feb 2025 at 18:06, Tom Rini wrote: > > > > > > > > On Fri, Feb 21, 20

Re: [PATCH v3 3/4] board: starfive: spl: strip off 'starfive/' prefix

2025-02-25 Thread E Shattow
On 2/24/25 02:13, Heinrich Schuchardt wrote: > On 2/23/25 15:18, E Shattow wrote: >> >> On 2/23/25 04:55, Heinrich Schuchardt wrote: >>> On 2/23/25 02:33, E Shattow wrote: On 2/21/25 01:58, Heinrich Schuchardt wrote: > The configuration descriptions generated by binman contain

Re: [PATCH v3 05/15] net: ti: Kconfig: Enable SPL_SYSCON config for CPSW

2025-02-25 Thread Sverdlin, Alexander
On Tue, 2025-02-25 at 17:18 +0530, Chintan Vankar wrote: > TI's Ethernet switch needs system controllers enabled in R5SPL stage while > booting via Ethernet. Enable SPL_SYSCON config for > CONFIG_TI_AM65_CPSW_NUSS. > > Signed-off-by: Chintan Vankar Reviewed-by: Alexander Sverdlin > --- > > Th

Re: [PATCH v5 3/7] clk/qcom: add initial clock driver for ipq9574

2025-02-25 Thread Caleb Connolly
Hiya, On 2/25/25 06:52, Varadarajan Narayanan wrote: Add initial set of clocks and resets for enabling U-Boot on ipq9574 based RDP platforms. Reviewed-by: Caleb Connolly Signed-off-by: Varadarajan Narayanan --- v3: Use gate clk framework v2: Combined driver file and makefile/kconfig changes

Re: [PATCH v1] led: fix next coverity scan error

2025-02-25 Thread Quentin Schulz
Hi Heiko, On 2/25/25 10:49 AM, Heiko Schocher wrote: Tom reported the following covervity scan error: *** CID 542488: Control flow issues (NO_EFFECT) /drivers/led/led-uclass.c: 277 in led_get_function_name() 271 return uc_plat->label; 272 273 /* Now try to dete

Re: [PATCH v1] led: fix next coverity scan error

2025-02-25 Thread Heiko Schocher
Hello Quentin, On 25.02.25 12:13, Quentin Schulz wrote: Hi Heiko, On 2/25/25 10:49 AM, Heiko Schocher wrote: Tom reported the following covervity scan error: *** CID 542488:  Control flow issues  (NO_EFFECT) /drivers/led/led-uclass.c: 277 in led_get_function_name() 271 ret

[PATCH] lib: ecdsa: fix prevent memory leak in ecdsa_add_verify_data

2025-02-25 Thread Anton Moryakov
- Ensure `free_ctx` is called in both error and success paths. - Fix memory leak in `ctx.signature` when `do_add` fails." Triggers found by static analyzer Svace. Signed-off-by: Anton Moryakov --- lib/ecdsa/ecdsa-libcrypto.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --gi

Re: [PATCH v1] led: fix next coverity scan error

2025-02-25 Thread Tom Rini
On Tue, Feb 25, 2025 at 12:29:29PM +0100, Heiko Schocher wrote: > Hello Quentin, > > On 25.02.25 12:13, Quentin Schulz wrote: > > Hi Heiko, > > > > On 2/25/25 10:49 AM, Heiko Schocher wrote: > > > Tom reported the following covervity scan error: > > > > > > *** CID 542488:  Control flow issues 

<    1   2