Re: [U-Boot] [PATCH] tools/imximage: get HAB information from header

2018-07-23 Thread Stefano Babic
On 06/07/2018 16:10, Holger Dengler wrote: > Signing parts of a u-boot imximage for image verification in High > Assurance Boot (HAB) in a post-build process, requires some > information from the imximage header. Currently, this information is > only provided during the image build, which makes the

Re: [U-Boot] [PATCH] tools/imximage: get HAB information from header

2018-07-09 Thread Bryan O'Donoghue
On 06/07/18 15:10, Holger Dengler wrote: Signing parts of a u-boot imximage for image verification in High Assurance Boot (HAB) in a post-build process, requires some information from the imximage header. Currently, this information is only provided during the image build, which makes the trans

[U-Boot] [PATCH] tools/imximage: get HAB information from header

2018-07-07 Thread Holger Dengler
Signing parts of a u-boot imximage for image verification in High Assurance Boot (HAB) in a post-build process, requires some information from the imximage header. Currently, this information is only provided during the image build, which makes the transfer of this information to the post-build pro