From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 4 Dec 2013 15:39:25 -0800 Subject: [U-Boot] [PATCH v3] powerpc/c29xpcie: Getting DDR SPD image from 16-bit sub-address EEPROM In-Reply-To: <1385447647-1597-1-git-send-email-Po.Liu@freescale.com> References: <1379813507-26800-1-git-send-email-Po.Liu@freescale.com> <1385447647-1597-1-git-send-email-Po.Liu@freescale.com> Message-ID: <529FBD2D.7060800@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 11/25/2013 10:34 PM, Po Liu wrote: > Currently, there is only one EEPROM on c29xpcie board which is AT24C1024. > We program the SPD data at beginning of the AT24C1024.But the AT24C1024 > has a 16-bit sub-address mode. This patch is tomake it work when getting > SPD in a 16-bit sub-address EEPROM. > > Signed-off-by: Po Liu > --- > Changes for V2: > - add #include > Changes for V3: > - change spd type to uint8_t according to the define Applied to u-boot-mpc85xx/master. Thanks. York