Re: [PATCH v4 07/10] rockchip: binman: Include a compatible string in each configuration

2025-04-09 Thread Quentin Schulz
Hi Jonas, Simon, On 4/9/25 5:05 PM, Jonas Karlman wrote: Hi Quentin, On 2025-04-09 12:02, Quentin Schulz wrote: Hi Jonas, Simon, On 3/29/25 4:06 PM, Jonas Karlman wrote: From: Simon Glass Provide a compatible string in the config nodes that U-Boot can use to help decide which configuration

Re: [PATCH v4 07/10] rockchip: binman: Include a compatible string in each configuration

2025-04-09 Thread Jonas Karlman
Hi Quentin, On 2025-04-09 12:02, Quentin Schulz wrote: > Hi Jonas, Simon, > > On 3/29/25 4:06 PM, Jonas Karlman wrote: >> From: Simon Glass >> >> Provide a compatible string in the config nodes that U-Boot can use to >> help decide which configuration to use. >> > > Can you tell us more about t

Re: [PATCH v4 07/10] rockchip: binman: Include a compatible string in each configuration

2025-04-09 Thread Simon Glass
Hi Quentin, On Wed, 9 Apr 2025 at 04:03, Quentin Schulz wrote: > > Hi Jonas, Simon, > > On 3/29/25 4:06 PM, Jonas Karlman wrote: > > From: Simon Glass > > > > Provide a compatible string in the config nodes that U-Boot can use to > > help decide which configuration to use. > > > > Can you tell u

Re: [PATCH v4 07/10] rockchip: binman: Include a compatible string in each configuration

2025-04-09 Thread Quentin Schulz
Hi Jonas, Simon, On 3/29/25 4:06 PM, Jonas Karlman wrote: From: Simon Glass Provide a compatible string in the config nodes that U-Boot can use to help decide which configuration to use. Can you tell us more about this? I don't think mkimage -l/dumpimage -l actually provide that informatio

Re: [PATCH v4 07/10] rockchip: binman: Include a compatible string in each configuration

2025-04-06 Thread Kever Yang
On 2025/3/29 23:06, Jonas Karlman wrote: From: Simon Glass Provide a compatible string in the config nodes that U-Boot can use to help decide which configuration to use. Signed-off-by: Simon Glass Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang Thanks, - Kever --- Changes in v4: -

[PATCH v4 07/10] rockchip: binman: Include a compatible string in each configuration

2025-03-29 Thread Jonas Karlman
From: Simon Glass Provide a compatible string in the config nodes that U-Boot can use to help decide which configuration to use. Signed-off-by: Simon Glass Signed-off-by: Jonas Karlman --- Changes in v4: - Split from "VBE serial part H: Implement VBE on Rockchip RK3399" --- arch/arm/dts/rockc