[U-Boot] [PATCH v2] add FIT data-position & data-offset property support

Simon Glass sjg at chromium.org
Tue May 22 23:30:18 UTC 2018


Hi,

On 18 May 2018 at 01:56, Kelvin Cheung <keguang.zhang at gmail.com> wrote:
> Add FIT data-position & data-offset property support for bootm,
> which were already supported in SPL.
>
> Signed-off-by: Kelvin Cheung <keguang.zhang at gmail.com>
> ---
>
> Changes for v2:
>    create fit_image_get_data_and_size() to remove duplicated code
>
> ---
>  common/image-fit.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++---
>  include/image.h    |  2 ++
>  2 files changed, 53 insertions(+), 3 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

How can we get this feature integrated into the tests?

Regards,
Simon


More information about the U-Boot mailing list