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

Simon Glass sjg at chromium.org
Wed May 23 16:34:05 UTC 2018


Hi Kelvin,

On 22 May 2018 at 19:34, Kelvin Cheung <keguang.zhang at gmail.com> wrote:
> Hi Simon,
>
>
> 2018-05-23 7:30 GMT+08:00 Simon Glass <sjg at chromium.org>:
>>
>> 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?
>>
> Do you mean the test scripts under test dir?

I mean the test_fit.py test.

>
> BTW, I updated this patch to v3 several days ago.

OK, well please take a look at the test.

Regards,
Simon


More information about the U-Boot mailing list