Re: [XEN v5] xen/arm: Probe the load/entry point address of an uImage correctly

2023-01-25 Thread Ayan Kumar Halder
Hi Stefano, On 20/01/2023 22:28, Stefano Stabellini wrote: On Fri, 13 Jan 2023, Ayan Kumar Halder wrote: Currently, kernel_uimage_probe() does not read the load/entry point address set in the uImge header. Thus, info->zimage.start is 0 (default value). This causes, kernel_zimage_place() to

Re: [XEN v5] xen/arm: Probe the load/entry point address of an uImage correctly

2023-01-20 Thread Stefano Stabellini
On Thu, 19 Jan 2023, Michal Orzel wrote: > Hello all, > > On 13/01/2023 13:24, Ayan Kumar Halder wrote: > > Currently, kernel_uimage_probe() does not read the load/entry point address > > set in the uImge header. Thus, info->zimage.start is 0 (default value). This > > causes,

Re: [XEN v5] xen/arm: Probe the load/entry point address of an uImage correctly

2023-01-20 Thread Stefano Stabellini
On Fri, 13 Jan 2023, Ayan Kumar Halder wrote: > Currently, kernel_uimage_probe() does not read the load/entry point address > set in the uImge header. Thus, info->zimage.start is 0 (default value). This > causes, kernel_zimage_place() to treat the binary (contained within uImage) > as position

Re: [XEN v5] xen/arm: Probe the load/entry point address of an uImage correctly

2023-01-19 Thread Michal Orzel
Hello all, On 13/01/2023 13:24, Ayan Kumar Halder wrote: > Currently, kernel_uimage_probe() does not read the load/entry point address > set in the uImge header. Thus, info->zimage.start is 0 (default value). This > causes, kernel_zimage_place() to treat the binary (contained within uImage) > as

[XEN v5] xen/arm: Probe the load/entry point address of an uImage correctly

2023-01-13 Thread Ayan Kumar Halder
Currently, kernel_uimage_probe() does not read the load/entry point address set in the uImge header. Thus, info->zimage.start is 0 (default value). This causes, kernel_zimage_place() to treat the binary (contained within uImage) as position independent executable. Thus, it loads it at an incorrect