On Wed, 16 Apr 2025, Grygorii Strashko wrote:
> From: Grygorii Strashko
>
> The current code in generate_uboot_images() does not detect arm64 properly
> and always generates ARM u-boot image, because below command
> file -L $XEN
> returns string which may contain "Aarch64" or "ARM64", and, in th
From: Grygorii Strashko
The current code in generate_uboot_images() does not detect arm64 properly
and always generates ARM u-boot image, because below command
file -L $XEN
returns string which may contain "Aarch64" or "ARM64", and, in the later
case, the current code will mistakenly identify Xe