Re: [U-Boot] [PATCH 15/17] arm: mvebu: Implement secure boot

2016-12-06 Thread Mario Six
Hi Stefan, On Thu, Dec 1, 2016 at 10:15 AM, Stefan Roese wrote: > On 23.11.2016 16:12, 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 capa

Re: [U-Boot] [PATCH 15/17] arm: mvebu: Implement secure boot

2016-12-01 Thread Stefan Roese
On 23.11.2016 16:12, 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 cryptograp

[U-Boot] [PATCH 15/17] arm: mvebu: Implement secure boot

2016-11-23 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 - T