Re: [U-Boot] [PATCH v4 3/9] arm: spl: Add I2C linker list in generic .lds

2014-12-11 Thread York Sun
On 12/02/2014 11:00 PM, Alison Wang wrote: > On LS1, DDR is initialized by reading SPD through I2C interface > in SPL code. For I2C, ll_entry_count() is called, and it returns > the number of elements of a linker-generated array placed into > subsection of .u_boot_list section specified by _list ar

[U-Boot] [PATCH v4 3/9] arm: spl: Add I2C linker list in generic .lds

2014-12-02 Thread Alison Wang
On LS1, DDR is initialized by reading SPD through I2C interface in SPL code. For I2C, ll_entry_count() is called, and it returns the number of elements of a linker-generated array placed into subsection of .u_boot_list section specified by _list argument. So add I2C linker list in the generic .lds