Re: [PATCH v8] uboot-script-gen: Dynamically compute addr and size when loading binaries

2025-04-28 Thread Stefano Stabellini
On Tue, 29 Apr 2025, Andrei Cherechesu wrote: > Everything looks good to me, briefly tested it locally as well. Thank you! Committed.

Re: [PATCH v8] uboot-script-gen: Dynamically compute addr and size when loading binaries

2025-04-28 Thread Andrei Cherechesu
Hi Stefano, On 28/04/2025 23:55, Andrei Cherechesu wrote: > From: Andrei Cherechesu > > Normally, the Imagebuilder would precompute the sizes of the loaded > binaries and addresses where they are loaded before generating the > script, and the sizes and addresses that needed to be provided to > Xe

[PATCH v8] uboot-script-gen: Dynamically compute addr and size when loading binaries

2025-04-28 Thread Stefano Stabellini
From: Andrei Cherechesu Normally, the Imagebuilder would precompute the sizes of the loaded binaries and addresses where they are loaded before generating the script, and the sizes and addresses that needed to be provided to Xen via /chosen would be hardcoded in the boot script. Added an option