Re: [ImageBuilder] uboot-script-gen: handle reserved memory regions

2025-03-11 Thread Miccio, Luca
Hi Stefano, On 3/7/2025 1:49 AM, Stefano Stabellini wrote: > On Thu, 6 Mar 2025, Stefano Stabellini wrote: >> On Fri, 28 Feb 2025, Luca Miccio wrote: >>> Currently, the uboot-script-gen does not account for reserved memory >>> regions in the device tree. This oversight can lead to scenarios where

Re: [ImageBuilder] uboot-script-gen: handle reserved memory regions

2025-03-08 Thread Stefano Stabellini
On Fri, 28 Feb 2025, Luca Miccio wrote: > Currently, the uboot-script-gen does not account for reserved memory > regions in the device tree. This oversight can lead to scenarios where > one or more boot modules overlap with a reserved region. As a result, > Xen will always crash upon detecting this

Re: [ImageBuilder] uboot-script-gen: handle reserved memory regions

2025-03-06 Thread Stefano Stabellini
On Thu, 6 Mar 2025, Stefano Stabellini wrote: > On Fri, 28 Feb 2025, Luca Miccio wrote: > > Currently, the uboot-script-gen does not account for reserved memory > > regions in the device tree. This oversight can lead to scenarios where > > one or more boot modules overlap with a reserved region. As