Re: [U-Boot] [PATCH 11/12 V3] SPL: EXYNOS: Prepare for variable size SPL support

2013-09-22 Thread Rajeshwari Birje
Hi Simon, On Thu, Sep 19, 2013 at 11:41 AM, Simon Glass wrote: > On Wed, Sep 11, 2013 at 4:01 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

Re: [U-Boot] [PATCH 11/12 V3] SPL: EXYNOS: Prepare for variable size SPL support

2013-09-18 Thread Simon Glass
On Wed, Sep 11, 2013 at 4:01 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 11/12 V3] SPL: EXYNOS: Prepare for variable size SPL support

2013-09-11 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