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

2018-05-23 Thread Kelvin Cheung
Hi Simon, 2018-05-23 7:30 GMT+08:00 Simon Glass : > Hi, > > On 18 May 2018 at 01:56, Kelvin Cheung wrote: > > Add FIT data-position & data-offset property support for bootm, > > which were already supported in SPL. > > > > Signed-off-by: Kelvin C

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

2018-05-19 Thread Kelvin Cheung
Add FIT data-position & data-offset property support for bootm, which were already supported in SPL. Signed-off-by: Kelvin Cheung --- Changes for v2: create fit_image_get_data_and_size() to remove duplicated code Changes for v3: correct the comment --- common/image-fit.c

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

2018-05-18 Thread Kelvin Cheung
Add FIT data-position & data-offset property support for bootm, which were already supported in SPL. Signed-off-by: Kelvin Cheung --- Changes for v2: create fit_image_get_data_and_size() to remove duplicated code --- common/image-fit.c

Re: [U-Boot] [PATCH] common: image-fit: add FIT data-position & data-offset property support

2018-05-16 Thread Kelvin Cheung
Hi Simon, You are right. I will update the patch soon. Thanks very much! 2018-05-16 23:40 GMT+08:00 Simon Glass : > Hi Kevin, > > On 16 May 2018 at 15:35, Kelvin Cheung wrote: > > Add FIT data-position & data-offset property support for bootm, > > which are

[U-Boot] [PATCH] common: image-fit: add FIT data-position & data-offset property support

2018-05-16 Thread Kelvin Cheung
Add FIT data-position & data-offset property support for bootm, which are already supported in SPL. Signed-off-by: Kelvin Cheung --- common/image-fit.c | 82 +++--- 1 file changed, 78 insertions(+), 4 deletions(-) diff --git a/common/image-f

[U-Boot] [PATCH] Kconfig: Add dependency on HASH to verified boot

2018-05-02 Thread Kelvin Cheung
_algo' ... make[1]: *** [u-boot] Error 1 Signed-off-by: Kelvin Cheung --- Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/Kconfig b/Kconfig index 37331d2..9fd9de1 100644 --- a/Kconfig +++ b/Kconfig @@ -253,6 +253,7 @@ config FIT_SIGNATURE bool "Enable signature veri