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

2022-03-24 Thread Peter Maydell
On Thu, 24 Mar 2022 at 08:38, Bin Meng wrote: > > From: Bin Meng > > VxWorks 7 now uses the same boot interface as the Linux kernel on > Arm64, PowerPC and RISC-V architectures, except Arm. Add logic to > set is_linux to true for VxWorks uImage for these architectures in > load_uboot_image(). > >

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

2022-03-24 Thread Philippe Mathieu-Daudé
On 24/3/22 09:22, Bin Meng wrote: From: Bin Meng VxWorks 7 now uses the same boot interface as the Linux kernel on Arm64, PowerPC and RISC-V architectures, except Arm. Add logic to set is_linux to true for VxWorks uImage for these architectures in load_uboot_image(). Signed-off-by: Bin Meng -

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

2022-03-24 Thread Bin Meng
From: Bin Meng VxWorks 7 now uses the same boot interface as the Linux kernel on Arm64, PowerPC and RISC-V architectures, except Arm. Add logic to set is_linux to true for VxWorks uImage for these architectures in load_uboot_image(). Signed-off-by: Bin Meng --- hw/core/loader.c | 15 +