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

2019-01-03 Thread Nick Hudson
On 03/01/2019 17:27, Peter Maydell wrote: On Thu, 3 Jan 2019 at 16:50, Nick Hudson wrote: On 03/01/2019 16:20, Peter Maydell wrote: On Tue, 11 Dec 2018 at 12:27, Nick Hudson wrote: --- a/hw/arm/boot.c +++ b/hw/arm/boot.c @@ -30,8 +30,9 @@ * Documentation/arm/Booting and

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

2019-01-03 Thread Peter Maydell
On Thu, 3 Jan 2019 at 16:50, Nick Hudson wrote: > On 03/01/2019 16:20, Peter Maydell wrote: > > On Tue, 11 Dec 2018 at 12:27, Nick Hudson > > wrote: > >> --- a/hw/arm/boot.c > >> +++ b/hw/arm/boot.c > >> @@ -30,8 +30,9 @@ > >> * Documentation/arm/Booting and Documentation/arm64/booting.txt

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

2019-01-03 Thread Nick Hudson
On 03/01/2019 16:20, Peter Maydell wrote: > On Tue, 11 Dec 2018 at 12:27, 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

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

2019-01-03 Thread Peter Maydell
On Tue, 11 Dec 2018 at 12:27, 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 v3] Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.

2018-12-21 Thread Peter Maydell
On Fri, 21 Dec 2018 at 16:13, Nick Hudson wrote: > > ping Thanks for the ping. This is on my to-review list but I'm not going to be doing any code review until after I get back to work in January now... thanks -- PMM

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

2018-12-21 Thread Nick Hudson
ping On 11/12/2018 12:27, 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. The bootloader

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

2018-12-11 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. The bootloader fits in the space that the uboot header would