diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-12-31 04:53:12 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-01-11 19:59:14 (GMT) |
commit | 3e3262bd149e21d0f5a82648218c26f2aa0e15e7 (patch) | |
tree | 954100513b29dbcea5804303864c74d75ba729b0 /lib | |
parent | 2a6b3b74d85cff3f9a76edd09a7b2e8e25bb4eb4 (diff) | |
download | u-boot-3e3262bd149e21d0f5a82648218c26f2aa0e15e7.tar.xz |
sbc8548: enable support for hardware SPD errata workaround
Existing boards by default have an issue where the LBC SDRAM
SPD EEPROM and the DDR2 SDRAM SPD EEPROM both land at 0x51.
After the hardware modification listed in the README is made,
then the DDR2 SPD EEPROM appears at 0x53. So this implements
a board specific get_spd() by taking advantage of the existing
weak linkage, that 1st tries reading at 0x53 and then if that
fails, it falls back to the old 0x51.
Since the old dependency issue of "SPD implies no LBC SDRAM"
gets removed with the hardware errata fix, remove that restriction
in the code, so both LBC SDRAM and SPD can be selected.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions