Re: [U-Boot] [PATCH v3 0/12] Verified boot implementation based on FIT

2013-06-26 Thread Tom Rini
On Thu, Jun 13, 2013 at 03:09:59PM -0700, Simon Glass wrote: > This series implemented a verified boot system based around FIT images > as discussed on the U-Boot mailing list, including on this thread: > > http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/147830 > > RSA is used to imple

[U-Boot] [PATCH v3 0/12] Verified boot implementation based on FIT

2013-06-13 Thread Simon Glass
This series implemented a verified boot system based around FIT images as discussed on the U-Boot mailing list, including on this thread: http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/147830 RSA is used to implement the encryption. Images are signed by mkimage using private keys creat