From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 11:02:06 -0800 Subject: [U-Boot] [PATCH v4 3/9] arm: spl: Add I2C linker list in generic .lds In-Reply-To: <1417590049-500-4-git-send-email-b18965@freescale.com> References: <1417590049-500-1-git-send-email-b18965@freescale.com> <1417590049-500-4-git-send-email-b18965@freescale.com> Message-ID: <5489EA2E.5040103@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 argument. > So add I2C linker list in the generic .lds to fix the issue about > using I2C in SPL. > > Signed-off-by: Alison Wang > --- > Change log: > v4: No change. > v3: No change. > v2: New file. > Applied to u-boot-fsl-qoriq master, awaiting upstream. York