Re: [Qemu-devel] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.

2018-11-16 Thread Nick Hudson
On 16/11/2018 14:34, Peter Maydell wrote: On 7 November 2018 at 13:19, Nick Hudson wrote: noload kernels are loaded with the u-boot image header and as a result the header size needs adding to the entry point. Fake up a hdr so the kernel image is loaded at the right address and the entry

Re: [Qemu-devel] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.

2018-11-16 Thread Peter Maydell
On 7 November 2018 at 13:19, Nick Hudson wrote: > noload kernels are loaded with the u-boot image header and as a result > the header size needs adding to the entry point. Fake up a hdr so the > kernel image is loaded at the right address and the entry point is > adjusted appropriately > >

Re: [Qemu-devel] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.

2018-11-15 Thread Peter Maydell
On 15 November 2018 at 09:22, Nick Hudson wrote: > ping Hi; thanks for the ping. This patch is in my to-review queue but it may be a little while til I get to it, as I'm currently prioritising work for the 3.1 release, and this will be a new feature for 4.0. thanks -- PMM

Re: [Qemu-devel] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.

2018-11-15 Thread Nick Hudson
ping On 07/11/2018 13:19, Nick Hudson wrote: noload kernels are loaded with the u-boot image header and as a result the header size needs adding to the entry point.  Fake up a hdr so the kernel image is loaded at the right address and the entry point is adjusted appropriately Signed-off-by:

Re: [Qemu-devel] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.

2018-11-07 Thread Kamil Rytarowski
I saw this thread, but from a NetBSD maintainer point of view, I will defer review to ARM people. On 07.11.2018 14:19, Nick Hudson wrote: > noload kernels are loaded with the u-boot image header and as a result > the header size needs adding to the entry point.  Fake up a hdr so the > kernel

[Qemu-devel] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.

2018-11-07 Thread Nick Hudson
noload kernels are loaded with the u-boot image header and as a result the header size needs adding to the entry point.  Fake up a hdr so the kernel image is loaded at the right address and the entry point is adjusted appropriately Signed-off-by: Nick Hudson ---  hw/arm/boot.c |  8