Hi Simon,

We just have the binaries for BL1 which we receive with the product.

Regards,
Rajeshwari Shinde

On Tue, Oct 8, 2013 at 11:13 PM, Simon Glass <[email protected]> wrote:
> On Fri, Sep 27, 2013 at 6:10 AM, Rajeshwari S Shinde <
> [email protected]> wrote:
>
>> When variable size SPL is used, the BL1 expects the SPL to be
>> encapsulated differently: instead of putting the checksum at a fixed
>> offset in the SPL blob, prepend the blob with a header including the
>> size and the checksum.
>>
>> The enhancements include
>>         - adding a command line option, '--vs' to indicate the need for the
>>         variable size encapsulation
>>         - padding the fixed size encapsulated blob with 0xff instead of
>> random
>>         memory contents
>>         - do not silently truncate the input file, report error instead
>>         - no need to explicitly closing files/freeing memory, this all
>> happens
>>         on exit; removing cleanups it makes code clearer
>>         - profuse commenting
>>         - modify Makefile to allow enabling the new feature per board
>>
>> Signed-off-by: Vadim Bendebury <[email protected]>
>> Signed-off-by: Rajeshwari S Shinde <[email protected]>
>>
>
> Acked-by: Simon Glass <[email protected]>
>
> Where is the new BL1 published, please?
>
> Regards,
> Simon
>
> _______________________________________________
> U-Boot mailing list
> [email protected]
> http://lists.denx.de/mailman/listinfo/u-boot
>



-- 
Regards,
Rajeshwari Shinde
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to