All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] New Dummy I2C Driver
Date: Fri, 11 Jul 2008 10:54:24 +0200	[thread overview]
Message-ID: <200807111054.24579.sr@denx.de> (raw)
In-Reply-To: <aa76a2be0807110140l747c30bfxfb4694d6de6b5c8c@mail.gmail.com>

On Friday 11 July 2008, Ricardo Ribalda Delgado wrote:
> I didn't add this to the description sorry:
>
>  This driver provides access to a false i2c eeprom.
>  This false eeprom could be very useful in boards with
>  ddr2 memories and no i2c interfaces.
>  Using this driver the user can simulate the spd interface
>  of the ddr2 memory and use the ddr2 auto configuration

Problem is, that those SPD values in this driver are board specific. Other 
boards with other DIMM(s) would need other EEPROM values. So it doesn't make 
sense to add this in such a common file for me. And I really don't like the 
name "dummy_i2c.c".

Which SDRAM controller is used on your 440/Virtex SoC? Is it an IBM compatible 
one? Or an IP core from Xilinx? I suggest you take a look at the similar 
implementation selectable via CFG_SIMULATE_SPD_EEPROM (used on bamboo).

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

  reply	other threads:[~2008-07-11  8:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-11  8:38 [U-Boot-Users] [PATCH] New Dummy I2C Driver Ricardo Ribalda Delgado
2008-07-11  8:40 ` Ricardo Ribalda Delgado
2008-07-11  8:54   ` Stefan Roese [this message]
2008-07-11  9:00     ` Michal Simek
  -- strict thread matches above, loose matches on Subject: below --
2008-07-11 10:26 Ricardo Ribalda Delgado
2008-07-11 10:26 ` Ricardo Ribalda Delgado
2008-07-11 12:45 ` Jerry Van Baren
2008-07-11 13:45   ` Michal Simek
2008-07-13 13:33 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200807111054.24579.sr@denx.de \
    --to=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.