Re: [PATCH v2 2/2] hw/core: loader: Set is_linux to true for VxWorks uImage

2022-03-27 Thread Alistair Francis
On Thu, Mar 24, 2022 at 11:55 PM Bin Meng wrote: > > From: Bin Meng > > VxWorks 7 uses the same boot interface as the Linux kernel on Arm > (64-bit only), PowerPC and RISC-V architectures. Add logic to set > is_linux to true for VxWorks uImage for these architectures in > load_uboot_image(). > >

[PATCH v2 2/2] hw/core: loader: Set is_linux to true for VxWorks uImage

2022-03-24 Thread Bin Meng
From: Bin Meng VxWorks 7 uses the same boot interface as the Linux kernel on Arm (64-bit only), PowerPC and RISC-V architectures. Add logic to set is_linux to true for VxWorks uImage for these architectures in load_uboot_image(). Signed-off-by: Bin Meng Reviewed-by: Philippe Mathieu-Daudé ---