Re: [U-Boot] [PATCH 0/8] Secure boot improvements and test on Beaglebone Black

2013-12-26 Thread Simon Glass
Hi Tom, On 20 December 2013 11:59, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/06/2013 06:36 PM, Simon Glass wrote: > > Hi Tom, > > > > On 2 October 2013 08:44, Simon Glass wrote: > >> This series adds a few improvements to the image signing feature to > >> make

Re: [U-Boot] [PATCH 0/8] Secure boot improvements and test on Beaglebone Black

2013-12-20 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/06/2013 06:36 PM, Simon Glass wrote: > Hi Tom, > > On 2 October 2013 08:44, Simon Glass wrote: >> This series adds a few improvements to the image signing feature to >> make it easier to use on the Beaglebone Black. >> >> - Add a DEV_TREE_BIN o

Re: [U-Boot] [PATCH 0/8] Secure boot improvements and test on Beaglebone Black

2013-12-06 Thread Simon Glass
Hi Tom, On 2 October 2013 08:44, Simon Glass wrote: > This series adds a few improvements to the image signing feature to > make it easier to use on the Beaglebone Black. > > - Add a DEV_TREE_BIN option to make it easier to include the correct FDT > (with embedded public keys) into the U-Boot ima

[U-Boot] [PATCH 0/8] Secure boot improvements and test on Beaglebone Black

2013-10-02 Thread Simon Glass
This series adds a few improvements to the image signing feature to make it easier to use on the Beaglebone Black. - Add a DEV_TREE_BIN option to make it easier to include the correct FDT (with embedded public keys) into the U-Boot image - Enable cache for more TI boards (to speed things up) - Inc