Re: [PATCH v2] emulation: fdt: Allow using U-Boot's device tree with QEMU

2025-04-17 Thread Tom Rini
On Thu, Apr 17, 2025 at 03:39:57PM -0600, Simon Glass wrote: > Hi Tom, > > On Mon, 14 Apr 2025 at 16:53, Tom Rini wrote: > > > > On Sun, Apr 06, 2025 at 07:07:04AM +1200, Simon Glass wrote: > > > > > At present it is impossible to change the qemu_arm64 defconfig to > > > obtain a devicetree from

Re: [PATCH v2] emulation: fdt: Allow using U-Boot's device tree with QEMU

2025-04-17 Thread Simon Glass
Hi Tom, On Mon, 14 Apr 2025 at 16:53, Tom Rini wrote: > > On Sun, Apr 06, 2025 at 07:07:04AM +1200, Simon Glass wrote: > > > At present it is impossible to change the qemu_arm64 defconfig to > > obtain a devicetree from the U-Boot build. > > > > This is necessary for FIT validation, for example,

Re: [PATCH v2] emulation: fdt: Allow using U-Boot's device tree with QEMU

2025-04-17 Thread Simon Glass
Hi Heinrich, On Tue, 15 Apr 2025 at 23:33, Heinrich Schuchardt wrote: > > On 4/5/25 21:07, Simon Glass wrote: > > At present it is impossible to change the qemu_arm64 defconfig to > > obtain a devicetree from the U-Boot build. > > > > This is necessary for FIT validation, for example, where the s

Re: [PATCH v2] emulation: fdt: Allow using U-Boot's device tree with QEMU

2025-04-16 Thread Tom Rini
On Wed, Apr 16, 2025 at 07:33:51AM +0200, Heinrich Schuchardt wrote: > On 4/5/25 21:07, Simon Glass wrote: > > At present it is impossible to change the qemu_arm64 defconfig to > > obtain a devicetree from the U-Boot build. > > > > This is necessary for FIT validation, for example, where the signa

Re: [PATCH v2] emulation: fdt: Allow using U-Boot's device tree with QEMU

2025-04-15 Thread Heinrich Schuchardt
On 4/5/25 21:07, Simon Glass wrote: At present it is impossible to change the qemu_arm64 defconfig to obtain a devicetree from the U-Boot build. This is necessary for FIT validation, for example, where the signature node must be compiled into U-Boot. This description looks wrong: Signatures a

Re: [PATCH v2] emulation: fdt: Allow using U-Boot's device tree with QEMU

2025-04-15 Thread Ilias Apalodimas
On Tue, 15 Apr 2025 at 17:12, Tom Rini wrote: > > On Tue, Apr 15, 2025 at 10:22:50AM +0300, Ilias Apalodimas wrote: > > Hi Tom > > > > Thanks for roping me in. > > You were cc'd on the original, FWIW. I completely missed that and only noticed it with your reply. Thanks! > > > > > On Tue, 15 Apr

Re: [PATCH v2] emulation: fdt: Allow using U-Boot's device tree with QEMU

2025-04-15 Thread Ilias Apalodimas
Hi Tom Thanks for roping me in. On Tue, 15 Apr 2025 at 01:53, Tom Rini wrote: > > On Sun, Apr 06, 2025 at 07:07:04AM +1200, Simon Glass wrote: > > > At present it is impossible to change the qemu_arm64 defconfig to > > obtain a devicetree from the U-Boot build. > > > > This is necessary for FIT

Re: [PATCH v2] emulation: fdt: Allow using U-Boot's device tree with QEMU

2025-04-15 Thread Tom Rini
On Tue, Apr 15, 2025 at 10:22:50AM +0300, Ilias Apalodimas wrote: > Hi Tom > > Thanks for roping me in. You were cc'd on the original, fwiw. > > On Tue, 15 Apr 2025 at 01:53, Tom Rini wrote: > > > > On Sun, Apr 06, 2025 at 07:07:04AM +1200, Simon Glass wrote: > > > > > At present it is impossi

Re: [PATCH v2] emulation: fdt: Allow using U-Boot's device tree with QEMU

2025-04-14 Thread Tom Rini
On Sun, Apr 06, 2025 at 07:07:04AM +1200, Simon Glass wrote: > At present it is impossible to change the qemu_arm64 defconfig to > obtain a devicetree from the U-Boot build. > > This is necessary for FIT validation, for example, where the signature > node must be compiled into U-Boot. > > A prop

[PATCH v2] emulation: fdt: Allow using U-Boot's device tree with QEMU

2025-04-05 Thread Simon Glass
At present it is impossible to change the qemu_arm64 defconfig to obtain a devicetree from the U-Boot build. This is necessary for FIT validation, for example, where the signature node must be compiled into U-Boot. A proposed change to QEMU to allow device tree additions has been blocked for seve