|
From: | Alexander Graf |
Subject: | Re: [Qemu-stable] [Qemu-devel] [PATCH 2/3] hw/core/loader: implement load_uimage_at |
Date: | Thu, 21 Aug 2014 11:16:53 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
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: address@hidden > Signed-off-by: Max Filippov <address@hidden> Please check out load_elf() and friends. The way we usually handle these things is by providing a special translate_fn function callback that adds the offset. Alex
[Prev in Thread] | Current Thread | [Next in Thread] |