Re: [U-Boot] [PATCH 09/10 V4] SPL: EXYNOS: Prepare for variable size SPL support

2013-10-09 Thread Rajeshwari Birje
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 wrote: > On Fri, Sep 27, 2013 at 6:10 AM, Rajeshwari S Shinde < > rajeshwar...@samsung.com> wrote: > >> When variable size SPL is used, the BL1

Re: [U-Boot] [PATCH 09/10 V4] SPL: EXYNOS: Prepare for variable size SPL support

2013-10-08 Thread Simon Glass
On Fri, Sep 27, 2013 at 6:10 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> 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 > si

[U-Boot] [PATCH 09/10 V4] SPL: EXYNOS: Prepare for variable size SPL support

2013-09-27 Thread Rajeshwari S Shinde
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