Re: [U-Boot] [PATCH v2 16/18] arm: mvebu: Implement secure boot

2017-02-01 Thread Stefan Roese
On 11.01.2017 16:01, Mario Six wrote: The patch implements secure booting for the mvebu architecture. This includes: - The addition of secure headers and all needed signatures and keys in mkimage - Commands capable of writing the board's efuses to both write the needed cryptographic data

Re: [U-Boot] [PATCH v2 16/18] arm: mvebu: Implement secure boot

2017-01-19 Thread Simon Glass
On 11 January 2017 at 08:01, Mario Six wrote: > The patch implements secure booting for the mvebu architecture. > > This includes: > - The addition of secure headers and all needed signatures and keys in > mkimage > - Commands capable of writing the board's efuses to both

[U-Boot] [PATCH v2 16/18] arm: mvebu: Implement secure boot

2017-01-11 Thread Mario Six
The patch implements secure booting for the mvebu architecture. This includes: - The addition of secure headers and all needed signatures and keys in mkimage - Commands capable of writing the board's efuses to both write the needed cryptographic data and enable the secure booting mechanism -