Re: [Qemu-devel] [PATCH 2/3] hw/core/loader: implement load_uimage_at

2014-08-21 Thread Alexander Graf
> Am 21.08.2014 um 22:56 schrieb Max Filippov : > > Hi Alex, > >> On Thu, Aug 21, 2014 at 1:16 PM, Alexander Graf wrote: >>> On 12.08.14 06:22, Max Filippov wrote: >>> load_uimage_at loads kernel image at the specified address instead of >>> the address recorded in the uImage header. >>> >>>

Re: [Qemu-devel] [PATCH 2/3] hw/core/loader: implement load_uimage_at

2014-08-21 Thread Max Filippov
Hi Alex, On Thu, Aug 21, 2014 at 1:16 PM, Alexander Graf wrote: > On 12.08.14 06:22, Max Filippov wrote: >> load_uimage_at loads kernel image at the specified address instead of >> the address recorded in the uImage header. >> >> Cc: qemu-sta...@nongnu.org >> Signed-off-by: Max Filippov > > Plea

Re: [Qemu-devel] [PATCH 2/3] hw/core/loader: implement load_uimage_at

2014-08-21 Thread Alexander Graf
On 12.08.14 06:22, Max Filippov wrote: > load_uimage_at loads kernel image at the specified address instead of > the address recorded in the uImage header. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Max Filippov Please check out load_elf() and friends. The way we usually handle these thin

[Qemu-devel] [PATCH 2/3] hw/core/loader: implement load_uimage_at

2014-08-11 Thread Max Filippov
load_uimage_at loads kernel image at the specified address instead of the address recorded in the uImage header. Cc: qemu-sta...@nongnu.org Signed-off-by: Max Filippov --- hw/core/loader.c| 25 +++-- include/hw/loader.h | 2 ++ 2 files changed, 21 insertions(+), 6 deleti