From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 3 Apr 2013 19:54:07 +0200 Subject: [U-Boot] PPC4XX Custom Board - Failing to read I2C In-Reply-To: <1365010140176-151435.post@n7.nabble.com> References: <1364939304023-151298.post@n7.nabble.com> <515B7D21.6040607@denx.de> <1365005723957-151427.post@n7.nabble.com> <515C6204.9020508@denx.de> <1365010140176-151435.post@n7.nabble.com> Message-ID: <20130403195407.508d7df6@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Wed, 3 Apr 2013 10:29:00 -0700 (PDT) txcotrader wrote: > After hooking the DIMM's I2C up to the o-scope, I don't see a clock signal. > The board will boot with a u-boot version from 2007. Have you ever come > across a missing I2C clock? How many I2C busses are actually used on your board ? On which bus is the SPD EEPROM ? If it is on a I2C bus other than 0, then you have to use #define CONFIG_SYS_SPD_BUS_NUM in the board config file. HTH, Anatolij