Re: [U-Boot] [PATCH v2 14/18] tools: kwbimage: Factor out add_binary_header_v1

2017-02-01 Thread Stefan Roese
On 11.01.2017 16:00, Mario Six wrote: In preparation of adding the creation of secure headers, we factor the add_binary_header_v1 function out of the image_create_v1 function. Signed-off-by: Mario Six --- Changes in v2: None Applied to u-boot-marvell/master Thanks, Stefan __

Re: [U-Boot] [PATCH v2 14/18] tools: kwbimage: Factor out add_binary_header_v1

2017-01-18 Thread Stefan Roese
On 11.01.2017 16:00, Mario Six wrote: In preparation of adding the creation of secure headers, we factor the add_binary_header_v1 function out of the image_create_v1 function. Signed-off-by: Mario Six --- Changes in v2: None Reviewed-by: Stefan Roese Thanks, Stefan

[U-Boot] [PATCH v2 14/18] tools: kwbimage: Factor out add_binary_header_v1

2017-01-11 Thread Mario Six
In preparation of adding the creation of secure headers, we factor the add_binary_header_v1 function out of the image_create_v1 function. Signed-off-by: Mario Six --- Changes in v2: None --- tools/kwbimage.c | 146 ++- 1 file changed, 79 inser