Re: [U-Boot] [PATCH v2 0/11] Minor improvements to secure boot and enable on beaglebone

2014-06-03 Thread Simon Glass
Hi, On 2 June 2014 23:17, Belisko Marek wrote: > Dear Simon Glass, > > On Tue, Jun 3, 2014 at 6:42 AM, Simon Glass wrote: >> Hi Belisko, >> >> On 28 April 2014 00:30, Belisko Marek wrote: >>> Hi Simon, >>> >>> On Wed, Apr 16, 2014 at 4:41 PM, Simon Glass wrote: This series fixes a few pro

Re: [U-Boot] [PATCH v2 0/11] Minor improvements to secure boot and enable on beaglebone

2014-06-02 Thread Belisko Marek
Dear Simon Glass, On Tue, Jun 3, 2014 at 6:42 AM, Simon Glass wrote: > Hi Belisko, > > On 28 April 2014 00:30, Belisko Marek wrote: >> Hi Simon, >> >> On Wed, Apr 16, 2014 at 4:41 PM, Simon Glass wrote: >>> This series fixes a few problems that have come up since the secure boot >>> series was

Re: [U-Boot] [PATCH v2 0/11] Minor improvements to secure boot and enable on beaglebone

2014-06-02 Thread Simon Glass
Hi Belisko, On 28 April 2014 00:30, Belisko Marek wrote: > Hi Simon, > > On Wed, Apr 16, 2014 at 4:41 PM, Simon Glass wrote: >> This series fixes a few problems that have come up since the secure boot >> series was merged: >> >> - A recent commit broken the assumption that u-boot.bin ends at a k

Re: [U-Boot] [PATCH v2 0/11] Minor improvements to secure boot and enable on beaglebone

2014-04-27 Thread Belisko Marek
Hi Simon, On Wed, Apr 16, 2014 at 4:41 PM, Simon Glass wrote: > This series fixes a few problems that have come up since the secure boot > series was merged: > > - A recent commit broken the assumption that u-boot.bin ends at a known > address (thus making things appended to U-Boot inaccessible f

[U-Boot] [PATCH v2 0/11] Minor improvements to secure boot and enable on beaglebone

2014-04-16 Thread Simon Glass
This series fixes a few problems that have come up since the secure boot series was merged: - A recent commit broken the assumption that u-boot.bin ends at a known address (thus making things appended to U-Boot inaccessible from the code). This is fixed for Beaglebone and also a new test is added